diff options
author | 2002-04-26 22:59:01 +0000 | |
---|---|---|
committer | 2002-04-26 22:59:01 +0000 | |
commit | 0467224fd4c2890798f6bc454ccb2a34a7016673 (patch) | |
tree | c7e60bd4d9985f33e3530c3cb7ad8ea9a04d118d /app-doc | |
parent | new revision (diff) | |
download | historical-0467224fd4c2890798f6bc454ccb2a34a7016673.tar.gz historical-0467224fd4c2890798f6bc454ccb2a34a7016673.tar.bz2 historical-0467224fd4c2890798f6bc454ccb2a34a7016673.zip |
NEW: man pages for djbdns, daemontools and ucspi-tcp
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/daemontools-man/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/daemontools-man/daemontools-man-20020131.ebuild | 17 | ||||
-rw-r--r-- | app-doc/daemontools-man/files/digest-daemontools-man-20020131 | 1 | ||||
-rw-r--r-- | app-doc/djbdns-man/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/djbdns-man/djbdns-man-20020130.ebuild | 18 | ||||
-rw-r--r-- | app-doc/djbdns-man/files/digest-djbdns-man-20020130 | 1 | ||||
-rw-r--r-- | app-doc/ucspi-tcp-man/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/ucspi-tcp-man/files/digest-ucspi-tcp-man-20020317 | 1 | ||||
-rw-r--r-- | app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild | 17 |
9 files changed, 82 insertions, 0 deletions
diff --git a/app-doc/daemontools-man/ChangeLog b/app-doc/daemontools-man/ChangeLog new file mode 100644 index 000000000000..28a955ee2b94 --- /dev/null +++ b/app-doc/daemontools-man/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-doc/daemontools-man +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + +*daemontools-man-20020130 (26 Apr 2002) + + 26 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog : + + initial release ;-) diff --git a/app-doc/daemontools-man/daemontools-man-20020131.ebuild b/app-doc/daemontools-man/daemontools-man-20020131.ebuild new file mode 100644 index 000000000000..e7ab9f5f40fe --- /dev/null +++ b/app-doc/daemontools-man/daemontools-man-20020131.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# Author: Thilo Bangert <bangert@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp + +S=${WORKDIR}/${PN} + +DESCRIPTION="Man pages for daemontools" +SRC_URI="http://smarden.org/pape/djb/manpages/daemontools-0.76-man-20020131.tar.gz" +HOMEPAGE="http://smarden.org/pape/djb/manpages/" + +src_install () { + + dodoc README + doman *.8 + +} diff --git a/app-doc/daemontools-man/files/digest-daemontools-man-20020131 b/app-doc/daemontools-man/files/digest-daemontools-man-20020131 new file mode 100644 index 000000000000..c080581b8cae --- /dev/null +++ b/app-doc/daemontools-man/files/digest-daemontools-man-20020131 @@ -0,0 +1 @@ +MD5 2d3858a48f293c87202f76cd883438ee daemontools-0.76-man-20020131.tar.gz 8005 diff --git a/app-doc/djbdns-man/ChangeLog b/app-doc/djbdns-man/ChangeLog new file mode 100644 index 000000000000..099883ff3f64 --- /dev/null +++ b/app-doc/djbdns-man/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-doc/djbdns-man +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + +*djbdns-man-20020130 (26 Apr 2002) + + 26 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog : + + initial release ;-) diff --git a/app-doc/djbdns-man/djbdns-man-20020130.ebuild b/app-doc/djbdns-man/djbdns-man-20020130.ebuild new file mode 100644 index 000000000000..864596615689 --- /dev/null +++ b/app-doc/djbdns-man/djbdns-man-20020130.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# Author: Thilo Bangert <bangert@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp + +S=${WORKDIR}/${PN} + +DESCRIPTION="Man pages for djbdns" +SRC_URI="http://smarden.org/pape/djb/manpages/djbdns-1.05-man-20020130.tar.gz" +HOMEPAGE="http://smarden.org/pape/djb/manpages/" + +src_install () { + + dodoc README + + doman *.8 *.5 *.1 + +} diff --git a/app-doc/djbdns-man/files/digest-djbdns-man-20020130 b/app-doc/djbdns-man/files/digest-djbdns-man-20020130 new file mode 100644 index 000000000000..6d16cfe0f2d6 --- /dev/null +++ b/app-doc/djbdns-man/files/digest-djbdns-man-20020130 @@ -0,0 +1 @@ +MD5 f6f3feee042d57af8805f164be79dc85 djbdns-1.05-man-20020130.tar.gz 16105 diff --git a/app-doc/ucspi-tcp-man/ChangeLog b/app-doc/ucspi-tcp-man/ChangeLog new file mode 100644 index 000000000000..f011b98a715a --- /dev/null +++ b/app-doc/ucspi-tcp-man/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-doc/ucspi-tcp-man +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + +*ucspi-tcp-man-20020130 (26 Apr 2002) + + 26 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog : + + initial release ;-) diff --git a/app-doc/ucspi-tcp-man/files/digest-ucspi-tcp-man-20020317 b/app-doc/ucspi-tcp-man/files/digest-ucspi-tcp-man-20020317 new file mode 100644 index 000000000000..7fd766c24d2b --- /dev/null +++ b/app-doc/ucspi-tcp-man/files/digest-ucspi-tcp-man-20020317 @@ -0,0 +1 @@ +MD5 d33160cbd43bccbc0963d0499dfcebdb ucspi-tcp-0.88-man-20020317.tar.gz 7562 diff --git a/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild new file mode 100644 index 000000000000..0d992d5038c5 --- /dev/null +++ b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# Author: Thilo Bangert <bangert@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp + +S=${WORKDIR}/ucspi-tcp-0.88-man + +DESCRIPTION="Man pages for ucspi-tcp" +SRC_URI="http://smarden.org/pape/djb/manpages/ucspi-tcp-0.88-man-20020317.tar.gz" +HOMEPAGE="http://smarden.org/pape/djb/manpages/" + +src_install () { + + dodoc README + doman *.1 + +} |