GNU bug report logs -
#66906
[PATCH] gnu: Add monsterid.
Previous Next
Reported by: Evgeny Pisemsky <evgeny <at> pisemsky.com>
Date: Fri, 3 Nov 2023 01:47:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#66906: [PATCH] gnu: Add monsterid.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 66906 <at> debbugs.gnu.org.
--
66906: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66906
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Evgeny Pisemsky <evgeny <at> pisemsky.com> skribis:
>>From 66ab9aa7d656e5226ff16c77ecf3e0b6b20885ed Mon Sep 17 00:00:00 2001
> Message-ID: <66ab9aa7d656e5226ff16c77ecf3e0b6b20885ed.1698973482.git.evgeny <at> pisemsky.com>
> From: Evgeny Pisemsky <evgeny <at> pisemsky.com>
> Date: Fri, 3 Nov 2023 04:00:00 +0300
> Subject: [PATCH] gnu: Add monsterid.
>
> * gnu/packages/web.scm (monsterid): New variable.
>
> Change-Id: I68dc167cb766f730bfa4108c96a70f59a9aec222
Applied, thanks!
[Message part 3 (message/rfc822, inline)]
[0001-gnu-Add-monsterid.patch (text/x-patch, inline)]
From 66ab9aa7d656e5226ff16c77ecf3e0b6b20885ed Mon Sep 17 00:00:00 2001
Message-ID: <66ab9aa7d656e5226ff16c77ecf3e0b6b20885ed.1698973482.git.evgeny <at> pisemsky.com>
From: Evgeny Pisemsky <evgeny <at> pisemsky.com>
Date: Fri, 3 Nov 2023 04:00:00 +0300
Subject: [PATCH] gnu: Add monsterid.
* gnu/packages/web.scm (monsterid): New variable.
Change-Id: I68dc167cb766f730bfa4108c96a70f59a9aec222
---
gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 66d09700db..67650a19b8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -64,6 +64,7 @@
;;; Copyright © 2023 David Thompson <dthompson2 <at> worcester.edu>
;;; Copyright © 2023 Christopher Howard <christopher <at> librehacker.com>
;;; Copyright © 2023 Felix Lechner <felix.lechner <at> lease-up.com>
+;;; Copyright © 2023 Evgeny Pisemsky <evgeny <at> pisemsky.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -7910,6 +7911,35 @@ (define-public geomyidae
@end enumerate\n")
(license license:expat)))
+(define-public monsterid
+ (let ((commit "5597f177b473343ff5cad9a6e0e5b255312c6096")
+ (revision "0"))
+ (package
+ (name "monsterid")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/splitbrain/monsterID")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ixyrrcbw96plcdna2rx1pqwisqy9hnr57kvamgj13lzlv2whdb3"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("monsterid.php" "share/web/monsterid/")
+ ("parts/" "share/web/monsterid/parts/"
+ #:include-regexp ("\\.png$")))))
+ (home-page "https://www.splitbrain.org/projects/monsterid")
+ (synopsis "The original MonsterID implementation")
+ (description
+ "MonsterID is a method to generate a unique monster image based upon a
+certain identifier (IP address, email address, whatever). It can be
+used to automatically provide personal avatar images in blog comments
+or other community services.")
+ (license license:expat))))
+
(define-public cat-avatar-generator
(let ((commit "9360ea33f79d1dad3e43494b09878b5e3f6b41fa")
(revision "1"))
base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
--
2.41.0
This bug report was last modified 1 year and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.