Maintenance update to 0.88.
This commit is contained in:
parent
b57188ff37
commit
32c17f42d2
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/20 19:04:17 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/04/28 14:06:13 naddy Exp $
|
||||
|
||||
COMMENT= "convert man pages to HTML"
|
||||
|
||||
DISTNAME= man2web-0.87
|
||||
DISTNAME= man2web-0.88
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://man2web.sourceforge.net/
|
||||
|
||||
@ -16,6 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=man2web/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-distro=openbsd-3
|
||||
CONFIGURE_ARGS+= --disable-lynx # requires lynxcgi support
|
||||
|
||||
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
|
||||
sysconfdir=${PREFIX}/share/examples/man2web
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (man2web-0.87.tar.gz) = d22afc6574dd840db25fc44788d0da4d
|
||||
RMD160 (man2web-0.87.tar.gz) = 720b5737ba1e73388efb5be1774e904b87f3efd3
|
||||
SHA1 (man2web-0.87.tar.gz) = 927d78c4b978c0f361faffd3fadfd56c214a39c1
|
||||
MD5 (man2web-0.88.tar.gz) = 0c07ffaf49b975c8adeae6cf8c975ee1
|
||||
RMD160 (man2web-0.88.tar.gz) = d9e7b8f5f879a9e59439a7ba39d87893a0603897
|
||||
SHA1 (man2web-0.88.tar.gz) = f1e140572171b785ed5ca07d0de062266630667e
|
||||
|
@ -1,7 +1,28 @@
|
||||
$OpenBSD: patch-doc_man_sources_package_name_1_in,v 1.1.1.1 2003/04/20 19:04:17 naddy Exp $
|
||||
--- doc/man_sources/package_name.1.in.orig Sat Apr 19 14:11:03 2003
|
||||
+++ doc/man_sources/package_name.1.in Sat Apr 19 14:11:19 2003
|
||||
@@ -215,7 +215,7 @@ can be the name of a man page or an abso
|
||||
$OpenBSD: patch-doc_man_sources_package_name_1_in,v 1.2 2003/04/28 14:06:13 naddy Exp $
|
||||
--- doc/man_sources/package_name.1.in.orig Mon Apr 28 03:07:11 2003
|
||||
+++ doc/man_sources/package_name.1.in Mon Apr 28 15:43:04 2003
|
||||
@@ -151,8 +151,8 @@ FDL in the doc/ directory of the @packag
|
||||
.SH "SYNOPSIS"
|
||||
.IX Header "SYNOPSIS"
|
||||
.PD 0
|
||||
-.IP "\fB@PACKAGE_NAME@\fR [\fB\-s\fR \fIsection\fR | \fB\-\-section\fR=\fIsection\fR] [\fB\-r\fR | \fB\-\-raw\fR] [\fB\-l\fR | \fB\-\-lynx\fR] \fIname\fR" 4
|
||||
-.IX Item "@PACKAGE_NAME@ [-s section | --section=section] [-r | --raw] [-l | --lynx] name"
|
||||
+.IP "\fB@PACKAGE_NAME@\fR [\fB\-s\fR \fIsection\fR | \fB\-\-section\fR=\fIsection\fR] [\fB\-r\fR | \fB\-\-raw\fR] \fIname\fR" 4
|
||||
+.IX Item "@PACKAGE_NAME@ [-s section | --section=section] [-r | --raw] name"
|
||||
.IP "\fB@PACKAGE_NAME@\fR \fB\-a\fR | \fB\-k\fR | \fB\-\-apropos\fR | \fB\-\-keyword\fR \fIkeyword\fR" 4
|
||||
.IX Item "@PACKAGE_NAME@ -a | -k | --apropos | --keyword keyword"
|
||||
.IP "\fB@PACKAGE_NAME@\fR \fB\-p\fR | \fB\-\-print\-config\fR" 4
|
||||
@@ -193,9 +193,6 @@ Generate and print an index for \fIsecti
|
||||
.IP "\fB\-r\fR, \fB\-\-raw\fR" 4
|
||||
.IX Item "-r, --raw"
|
||||
Do not convert the file, print the raw man output.
|
||||
-.IP "\fB\-l\fR, \fB\-\-lynx\fR" 4
|
||||
-.IX Item "-l, --lynx"
|
||||
-Display the output in Lynx.
|
||||
.IP "\fB\-p\fR, \fB\-\-print\-config\fR" 4
|
||||
.IX Item "-p, --print-config"
|
||||
Print out the current configuration, suitable for saving as a
|
||||
@@ -217,7 +214,7 @@ This would output the man page for \fIna
|
||||
.IP "\fB@PACKAGE_NAME@ \-\-print\-config\fR > \fI@PACKAGE_NAME@.conf\fR" 4
|
||||
.IX Item "@PACKAGE_NAME@ --print-config > @PACKAGE_NAME@.conf"
|
||||
This would print out the current configuration, saving it to
|
||||
|
@ -1,28 +0,0 @@
|
||||
$OpenBSD: patch-src_cover_page_h,v 1.1.1.1 2003/04/20 19:04:17 naddy Exp $
|
||||
--- src/cover_page.h.orig Sat Apr 19 01:29:40 2003
|
||||
+++ src/cover_page.h Sat Apr 19 01:34:21 2003
|
||||
@@ -8,15 +8,15 @@ void cleanup_section_node(struct section
|
||||
char *find_section(struct section_entry **node, char *pseudo);
|
||||
|
||||
/* default section entries that are used if configuration file is disabled*/
|
||||
-#define SECTION_COUNT 8
|
||||
+#define SECTION_COUNT 9
|
||||
struct section_entry section_matrix[] = {
|
||||
- { "1", "1", "User Commands" },
|
||||
- { "2", "2", "System Calls" },
|
||||
- { "3", "3", "Library Functions" },
|
||||
- { "4", "4", "Device Drivers & Files" },
|
||||
+ { "1", "1", "General Commands (Tools and Utilities)" },
|
||||
+ { "2", "2", "System Calls and Error Numbers" },
|
||||
+ { "3", "3", "C Libraries" },
|
||||
+ { "4", "4", "Special Files and Hardware Support" },
|
||||
{ "5", "5", "File Formats" },
|
||||
- { "6", "6", "Games and Demos" },
|
||||
- { "7", "7", "Conventions & Miscellany" },
|
||||
- { "8", "8", "System Administration Commands" }
|
||||
+ { "6", "6", "Games" },
|
||||
+ { "7", "7", "Miscellaneous Information Pages" },
|
||||
+ { "8", "8", "System Maintenance and Operation Commands" },
|
||||
+ { "9", "9", "Kernel Internals" }
|
||||
};
|
||||
-
|
Loading…
Reference in New Issue
Block a user