guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: Add geomyidae.


From: Ludovic Courtès
Subject: 04/05: gnu: Add geomyidae.
Date: Fri, 1 Dec 2017 05:30:01 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6101cad4d19cf1c32d6abf7c9ef2a86ad9d986c5
Author: ng0 <address@hidden>
Date:   Tue May 9 18:52:31 2017 +0000

    gnu: Add geomyidae.
    
    * gnu/packages/web.scm (geomyidae): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/web.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index eb32573..eb0436c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6113,3 +6113,38 @@ based on this library, allowing Perl programmers to 
easily validate HTML.")
 object.  It's meant as a replacement for @code{HTML::Lint}, which is written
 in Perl but is not nearly as capable as @code{HTML::Tidy}.")
     (license l:artistic2.0)))
+
+(define-public geomyidae
+  (package
+    (name "geomyidae")
+    (version "0.29")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://git.r-36.net/geomyidae/snapshot/";
+                           "geomyidae-" version ".tar.bz2"))
+       (sha256
+        (base32
+         "0qxgxp6psfrgfqhndyq2z54nb1qrmvvljddnxdwp207jbz366bja"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:make-flags (list "CC=gcc"
+                          (string-append "PREFIX="
+                                         (assoc-ref %outputs "out")))
+       #:tests? #f                                ;no tests
+       #:phases (modify-phases %standard-phases
+                  (delete 'configure))))
+    (home-page "http://git.r-36.net/geomyidae";)
+    (synopsis "Small Gopher server")
+    (description
+     "Geomyidae is a server for distributed hypertext protocol Gopher.  Its
+features include:
+
address@hidden
address@hidden Gopher menus (see @file{index.gph} for an example);
address@hidden directory listings (if no @file{index.gph} was found);
address@hidden CGI support (@file{.cgi} files are executed);
address@hidden search support in CGI files;
address@hidden logging with multiple log levels.
address@hidden enumerate\n")
+    (license l:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]