rcs-5.7, GNU versions of the rcs utilities

requested by ray@
This commit is contained in:
jolan 2006-05-28 07:03:39 +00:00
parent 43f2731b7b
commit 569af6abac
4 changed files with 62 additions and 0 deletions

30
devel/grcs/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/28 07:03:39 jolan Exp $
COMMENT= "GNU versions of the rcs utilities"
DISTNAME= rcs-5.7
PKGNAME= g${DISTNAME}
EXTRACT_SUFX= .tar.Z
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/RCS/
# GPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= c
NO_REGRESS= Yes
CONFIGURE_STYLE=simple
do-install:
.for f in ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog
${INSTALL_PROGRAM} ${WRKSRC}/src/${f} ${PREFIX}/bin/g${f}
${INSTALL_MAN} ${WRKSRC}/man/${f}.1 ${PREFIX}/man/man1/g${f}.1
.endfor
.include <bsd.port.mk>

4
devel/grcs/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (rcs-5.7.tar.Z) = 423282f0edb353296d9f3498ab683abf
RMD160 (rcs-5.7.tar.Z) = 9f36d4c09556209774cb1c52fbc0ae6c5496384e
SHA1 (rcs-5.7.tar.Z) = 976774bda26a7743b8375797f92fbd18e51ac7a2
SIZE (rcs-5.7.tar.Z) = 410971

9
devel/grcs/pkg/DESCR Normal file
View File

@ -0,0 +1,9 @@
GNU versions of rcs utilities. The Revision Control System (RCS)
manages multiple revisions of files. RCS automates the storing,
retrieval, logging, identification, and merging of revisions. RCS is
useful for text that is revised frequently, including source code,
programs, documentation, graphics, papers, and form letters.
Note that this port will install these utilities with a 'g' prefix,
e.g. grcs, but the documentation will refer to them without the
'g' prefix.

19
devel/grcs/pkg/PLIST Normal file
View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/28 07:03:39 jolan Exp $
bin/gci
bin/gco
bin/gident
bin/gmerge
bin/grcs
bin/grcsclean
bin/grcsdiff
bin/grcsmerge
bin/grlog
@man man/man1/gci.1
@man man/man1/gco.1
@man man/man1/gident.1
@man man/man1/gmerge.1
@man man/man1/grcs.1
@man man/man1/grcsclean.1
@man man/man1/grcsdiff.1
@man man/man1/grcsmerge.1
@man man/man1/grlog.1