Fix mdoc syntax. Bump revision.
This commit is contained in:
parent
589f5f2b58
commit
fa3f6978f4
6 changed files with 85 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
62
net/Geomyidae/patches/patch-Geomyidae.8
Normal file
62
net/Geomyidae/patches/patch-Geomyidae.8
Normal file
|
@ -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
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/05/07 12:02:44 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/01/24 22:24:34 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dash-0.5.5.1
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/07/26 21:27:49 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/01/24 22:24:34 joerg Exp $
|
||||
|
||||
SHA1 (dash-0.5.5.1.tar.gz) = fd73f0a34477eaf8bacc36beee75d94551954a61
|
||||
RMD160 (dash-0.5.5.1.tar.gz) = 8831123af32ab699314edbca18350e7ec778df77
|
||||
Size (dash-0.5.5.1.tar.gz) = 208094 bytes
|
||||
SHA1 (patch-src_dash.1) = f4c82d255c0615def061ed49e3be9f170e7cd467
|
||||
|
|
15
shells/dash/patches/patch-src_dash.1
Normal file
15
shells/dash/patches/patch-src_dash.1
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_dash.1,v 1.1 2012/01/24 22:24:34 joerg Exp $
|
||||
|
||||
--- src/dash.1.orig 2009-01-13 23:37:13.000000000 +0000
|
||||
+++ src/dash.1
|
||||
@@ -2132,9 +2132,9 @@ is specified, the soft limit is displaye
|
||||
If both are specified, the last one wins.
|
||||
.El
|
||||
.Pp
|
||||
-.Bl -tag -width Fl
|
||||
The limit to be interrogated or set, then, is chosen by specifying
|
||||
any one of these flags:
|
||||
+.Bl -tag -width Fl
|
||||
.It Fl a
|
||||
show all the current limits
|
||||
.It Fl t
|
Loading…
Reference in a new issue