From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKiLb-0004TV-3O for guix-patches@gnu.org; Fri, 01 Dec 2017 05:15:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKiLW-000111-6F for guix-patches@gnu.org; Fri, 01 Dec 2017 05:15:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKiLW-00010o-1p for guix-patches@gnu.org; Fri, 01 Dec 2017 05:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKiLV-0006lO-ST for guix-patches@gnu.org; Fri, 01 Dec 2017 05:15:01 -0500 Subject: bug#29491: Geomyidae (Gopher server) Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171128185451.e6o6looumoxnljj3@abyayala> Date: Fri, 01 Dec 2017 11:14:06 +0100 In-Reply-To: <20171128185451.e6o6looumoxnljj3@abyayala> (ng0@n0.is's message of "Tue, 28 Nov 2017 18:54:51 +0000") Message-ID: <87shcuiwlt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: 29491-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Heya, ng0 skribis: > From 8094126c54f37a95dd344869491e334c8e4c2c37 Mon Sep 17 00:00:00 2001 > From: ng0 > 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: --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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 -@item gopher menus (see index.gph for an example) -@item dir listings (if no index.gph was found) -@item cgi support (.cgi files are executed) -@item search support in CGI files -@item logging (-l option) and loglevels (-v option) +@item Gopher menus (see @file{index.gph} for an example); +@item directory listings (if no @file{index.gph} was found); +@item CGI support (@file{.cgi} files are executed); +@item search support in CGI files; +@item logging with multiple log levels. @end enumerate\n") - (license l:x11))) + (license l:expat))) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thanks! Ludo=E2=80=99. --=-=-=--