guix-patches
[Top][All Lists]
Advanced

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

bug#29491: Geomyidae (Gopher server)


From: Ludovic Courtès
Subject: bug#29491: Geomyidae (Gopher server)
Date: Fri, 01 Dec 2017 11:14:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Heya,

ng0 <address@hidden> skribis:

> From 8094126c54f37a95dd344869491e334c8e4c2c37 Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Tue, 9 May 2017 18:52:31 +0000
> Subject: [PATCH 1/2] gnu: Add geomyidae.
>
> * gnu/packages/web.scm (geomyidae): New variable.

Excellent.  :-)

Applied with these changes:

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6f2f6b25d..eb0436cb3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6131,21 +6131,20 @@ in Perl but is not nearly as capable as 
@code{HTML::Tidy}.")
      `(#:make-flags (list "CC=gcc"
                           (string-append "PREFIX="
                                          (assoc-ref %outputs "out")))
-       #:tests? #f ;No tests
-       #:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))
+       #:tests? #f                                ;no tests
+       #:phases (modify-phases %standard-phases
+                  (delete 'configure))))
     (home-page "http://git.r-36.net/geomyidae";)
-    (synopsis "Small gopher server")
+    (synopsis "Small Gopher server")
     (description
-     "Geomyidae is a gopherd for GNU/Linux and BSD.
-Its features include:
+     "Geomyidae is a server for distributed hypertext protocol Gopher.  Its
+features include:
 
 @enumerate
address@hidden gopher menus (see index.gph for an example)
address@hidden dir listings (if no index.gph was found)
address@hidden cgi support (.cgi files are executed)
address@hidden search support in CGI files
address@hidden logging (-l option) and loglevels (-v option)
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.
 @end enumerate\n")
-    (license l:x11)))
+    (license l:expat)))
Thanks!

Ludo’.

reply via email to

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