diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-24 22:21:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-24 22:21:43 +0000 |
commit | fa3f6978f465b72337505f241da50d8c11315104 (patch) | |
tree | 14906f010dd2cbf3a8a1c939493c749c85e84b72 /net | |
parent | 589f5f2b586d9be3fffff8c473bff1c7531a7d47 (diff) | |
download | pkgsrc-fa3f6978f465b72337505f241da50d8c11315104.tar.gz |
Fix mdoc syntax. Bump revision.
Diffstat (limited to 'net')
-rw-r--r-- | net/Geomyidae/Makefile | 3 | ||||
-rw-r--r-- | net/Geomyidae/distinfo | 3 | ||||
-rw-r--r-- | net/Geomyidae/patches/patch-Geomyidae.8 | 62 |
3 files changed, 66 insertions, 2 deletions
diff --git a/net/Geomyidae/Makefile b/net/Geomyidae/Makefile index a0d8ec9a39c..01dadca9c23 100644 --- a/net/Geomyidae/Makefile +++ b/net/Geomyidae/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/08/12 14:59:44 reed Exp $ +# $NetBSD: Makefile,v 1.3 2012/01/24 22:21:43 joerg Exp $ # DISTNAME= Geomyidae-0.12 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.r-36.net/ EXTRACT_SUFX= .tgz diff --git a/net/Geomyidae/distinfo b/net/Geomyidae/distinfo index 1131511e9f8..420dde617a4 100644 --- a/net/Geomyidae/distinfo +++ b/net/Geomyidae/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2008/08/12 14:59:44 reed Exp $ +$NetBSD: distinfo,v 1.3 2012/01/24 22:21:43 joerg Exp $ SHA1 (Geomyidae-0.12.tgz) = 0a3cfbf26ca867b585d95d0db6f15c26ceed8887 RMD160 (Geomyidae-0.12.tgz) = db8389297d9a3324305b4795df2051159032be30 Size (Geomyidae-0.12.tgz) = 11014 bytes +SHA1 (patch-Geomyidae.8) = 0a7c5304d7bac1ca31c40d975d5b9c85e08bf34f diff --git a/net/Geomyidae/patches/patch-Geomyidae.8 b/net/Geomyidae/patches/patch-Geomyidae.8 new file mode 100644 index 00000000000..0d81ce041f5 --- /dev/null +++ b/net/Geomyidae/patches/patch-Geomyidae.8 @@ -0,0 +1,62 @@ +$NetBSD: patch-Geomyidae.8,v 1.1 2012/01/24 22:21:43 joerg Exp $ + +--- Geomyidae.8.orig 2012-01-24 20:25:55.000000000 +0000 ++++ Geomyidae.8 +@@ -226,7 +226,7 @@ Links and Searches + The above looks something like this in a text-based gopher client: + .Pp + .Bl -tag -width ".It Ic WIDTHS" -compact -offset indent +-.D1 Welcome to Frog.bog ++.It Li Welcome to Frog.bog + .Pp + .It Ic (FILE) + About this server +@@ -241,7 +241,7 @@ Snowflake picture + .El + .Pp + .Bl -tag -width ".It Ic WIDTHS" -compact -offset indent +-.D1 Links and Searches ++.It Li Links and Searches + .It Ic (DIR) + Go to R-36.net + .It Ic (HTML) +@@ -326,34 +326,34 @@ where, + .It Ic <date> + = access date and time (std 'date' format) + .Bl -inset -offset indent +-ex. ++.It ex. + .Qq "Sun Feb 17 06:11:10 PST 2008" + .El + .It Ic <IP:port> + = client IP address and port served + .Bl -inset -offset indent +-ex. ++.It ex. + .Qq "24.208.18.127:16857" + .El + .Pp + .It Ic <item path> + = full path to item served + .Bl -inset -offset indent +-ex. ++.It ex. + .D1 Qo "/PICS/simple2.jpg" Qc for an image file + .D1 Qo "/PICS" Qc for a directory access + .El + .It Ic <query> + = query term submitted (Type 7 requests only) + .Bl -inset -offset indent +-ex. ++.It ex. + .Dl % snarf Qq "gopher://frog.bog/7/hello.cgi?Christoph" + .Dl would log Qo "Christoph" Qc as the query term. + .El + .It Ic (<status>) + = status of client request + .Bl -inset -offset indent +-ex. - some common status entries: ++.It ex. - some common status entries: + .El + .Pp + .Bl -hang -width XXXXXXXXXXXXXXXX -compact -offset XXXXXXXXXXXX |