mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add cvsbook 1.21, a tutorial and reference for CVS.
PR: 35752 Submitted by: Alan Eldridge <alane@geeksrus.net>
This commit is contained in:
parent
58323a967a
commit
fbf0d4e8e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56654
@ -102,6 +102,7 @@
|
||||
SUBDIR += cvs2cl
|
||||
SUBDIR += cvs2html
|
||||
SUBDIR += cvs2p4
|
||||
SUBDIR += cvsbook
|
||||
SUBDIR += cvsd
|
||||
SUBDIR += cvsgraph
|
||||
SUBDIR += cvslines
|
||||
|
31
devel/cvsbook/Makefile
Normal file
31
devel/cvsbook/Makefile
Normal file
@ -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
|
1
devel/cvsbook/distinfo
Normal file
1
devel/cvsbook/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cvsbook-1.21-all.tar.gz) = 409b1ce76dbd152e766e1dfdcb121cdc
|
1
devel/cvsbook/pkg-comment
Normal file
1
devel/cvsbook/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tutorial and reference for CVS
|
11
devel/cvsbook/pkg-descr
Normal file
11
devel/cvsbook/pkg-descr
Normal file
@ -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>
|
20
devel/cvsbook/pkg-plist
Normal file
20
devel/cvsbook/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user