diff options
author | petef <petef@FreeBSD.org> | 2002-03-26 06:22:39 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-26 06:22:39 +0800 |
commit | 332d6077e6992aec50bd123d9039583a566e594b (patch) | |
tree | d396cb14b81aec8253daa69cfc2a5a46219831cd /devel/cvsbook | |
parent | ba9bbfd1b4d0554c281286517ad967360b3e5e10 (diff) | |
download | freebsd-ports-gnome-332d6077e6992aec50bd123d9039583a566e594b.tar.gz freebsd-ports-gnome-332d6077e6992aec50bd123d9039583a566e594b.tar.zst freebsd-ports-gnome-332d6077e6992aec50bd123d9039583a566e594b.zip |
Add cvsbook 1.21, a tutorial and reference for CVS.
PR: 35752
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'devel/cvsbook')
-rw-r--r-- | devel/cvsbook/Makefile | 31 | ||||
-rw-r--r-- | devel/cvsbook/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsbook/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsbook/pkg-descr | 11 | ||||
-rw-r--r-- | devel/cvsbook/pkg-plist | 20 |
5 files changed, 64 insertions, 0 deletions
diff --git a/devel/cvsbook/Makefile b/devel/cvsbook/Makefile new file mode 100644 index 000000000000..577a93985429 --- /dev/null +++ b/devel/cvsbook/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: cvsbook +# Date created: 2002/02/28 +# Whom: Alan Eldridge <alane@geeksrus.net> +# +# $FreeBSD$ +# + +PORTNAME= cvsbook +PORTVERSION= 1.21 +CATEGORIES= devel +MASTER_SITES= http://cvsbook.red-bean.com/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-all + +MAINTAINER= ports@geeksrus.net + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX}/,,} + +do-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/cvsbook.html ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/cvsbook.pdf ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/cvsbook.ps ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/cvsbook.info* ${PREFIX}/info + @install-info ${PREFIX}/info/cvsbook.info ${PREFIX}/info/dir + +.include <bsd.port.mk> + +# +#EOF diff --git a/devel/cvsbook/distinfo b/devel/cvsbook/distinfo new file mode 100644 index 000000000000..b712b75bd1ca --- /dev/null +++ b/devel/cvsbook/distinfo @@ -0,0 +1 @@ +MD5 (cvsbook-1.21-all.tar.gz) = 409b1ce76dbd152e766e1dfdcb121cdc diff --git a/devel/cvsbook/pkg-comment b/devel/cvsbook/pkg-comment new file mode 100644 index 000000000000..b9307cf5b2ba --- /dev/null +++ b/devel/cvsbook/pkg-comment @@ -0,0 +1 @@ +A tutorial and reference for CVS diff --git a/devel/cvsbook/pkg-descr b/devel/cvsbook/pkg-descr new file mode 100644 index 000000000000..b431e461ab7a --- /dev/null +++ b/devel/cvsbook/pkg-descr @@ -0,0 +1,11 @@ +Open Source Development with CVS is a book published by Coriolis +Inc. as part of the Coriolis OpenPress series. Chapters 2, 4, 6, 8, 9, +and 10 -- comprising a complete introduction, tutorial and reference +to CVS -- are being released free under the terms of the GNU General +Public License. + +This port installs HTML, GNU Info, PDF, and Postscript formats. + +WWW: http://cvsbook.red-bean.com/ + +--AlanE <ports@geeksrus.net> diff --git a/devel/cvsbook/pkg-plist b/devel/cvsbook/pkg-plist new file mode 100644 index 000000000000..9926e1abf63f --- /dev/null +++ b/devel/cvsbook/pkg-plist @@ -0,0 +1,20 @@ +%%DOCSDIR%%/cvsbook.html +%%DOCSDIR%%/cvsbook.pdf +%%DOCSDIR%%/cvsbook.ps +@unexec install-info --delete %D/info/cvsbook.info %D/info/dir +info/cvsbook.info +info/cvsbook.info-1 +info/cvsbook.info-10 +info/cvsbook.info-11 +info/cvsbook.info-12 +info/cvsbook.info-13 +info/cvsbook.info-2 +info/cvsbook.info-3 +info/cvsbook.info-4 +info/cvsbook.info-5 +info/cvsbook.info-6 +info/cvsbook.info-7 +info/cvsbook.info-8 +info/cvsbook.info-9 +@exec install-info %D/info/cvsbook.info %D/info/dir +@dirrm %%DOCSDIR%% |