diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-11-21 15:39:17 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-11-21 15:39:17 +0000 |
commit | 7e6186cb1b555ce673f604b78b8fa4ccb357598e (patch) | |
tree | 6e9f1e8f7e766c38d7926246e59f5a7ff4ca9125 | |
parent | Update to latest snapshot (diff) |
Add devel/p5-Rcs, a Perl Object Class for Revision Control System (RCS).
Notes
Notes:
svn path=/head/; revision=70674
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Rcs/Makefile | 41 | ||||
-rw-r--r-- | devel/p5-Rcs/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Rcs/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Rcs/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Rcs/pkg-plist | 35 |
6 files changed, 88 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7e4e86c03a2d..23bd4d6fea8f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -565,6 +565,7 @@ SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-Simple + SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl diff --git a/devel/p5-Rcs/Makefile b/devel/p5-Rcs/Makefile new file mode 100644 index 000000000000..1d8d4e65be62 --- /dev/null +++ b/devel/p5-Rcs/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: devel/p5-Rcs +# Date created: 21 November 2002 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Rcs +PORTVERSION= 1.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Rcs +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Rcs.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLES= access.pl ci-tree.pl ci.pl co-tree.pl co.pl \ + comments.pl comments2.pl daterev.pl dates.pl \ + green.txt mark.pl parse.pl pause \ + project/RCS/Rcs.pm,v project/RCS/testfile,v \ + project/src/Rcs.pm project/src/testfile \ + rcsclean.pl rcsdiff.pl revdate.pl rlog.pl \ + symbols.pl symrev.pl test1.pl test2.pl test3.pl \ + type unlock.pl + +post-install: + ${MKDIR} ${EXAMPLESDIR} + ${MKDIR} ${EXAMPLESDIR}/project + ${MKDIR} ${EXAMPLESDIR}/project/RCS + ${MKDIR} ${EXAMPLESDIR}/project/src +.for _EXAMPLE in ${EXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/examples/${_EXAMPLE} ${EXAMPLESDIR}/${_EXAMPLE} +.endfor + +.include <bsd.port.mk> diff --git a/devel/p5-Rcs/distinfo b/devel/p5-Rcs/distinfo new file mode 100644 index 000000000000..ed949c6babff --- /dev/null +++ b/devel/p5-Rcs/distinfo @@ -0,0 +1 @@ +MD5 (Rcs-1.04.tar.gz) = 4fa1349f5cecadae34934cc081b9c489 diff --git a/devel/p5-Rcs/pkg-comment b/devel/p5-Rcs/pkg-comment new file mode 100644 index 000000000000..fec7743eef78 --- /dev/null +++ b/devel/p5-Rcs/pkg-comment @@ -0,0 +1 @@ +Perl Object Class for Revision Control System (RCS) diff --git a/devel/p5-Rcs/pkg-descr b/devel/p5-Rcs/pkg-descr new file mode 100644 index 000000000000..634f16baacf4 --- /dev/null +++ b/devel/p5-Rcs/pkg-descr @@ -0,0 +1,9 @@ +This Perl module provides an object oriented interface to access +Revision Control System (RCS) utilities. RCS must be installed on the +system prior to using this module. This module should simplify the +creation of an RCS front-end. + +WWW: http://search.cpan.org/search?dist=Rcs + +-Anton +<tobez@FreeBSD.org> diff --git a/devel/p5-Rcs/pkg-plist b/devel/p5-Rcs/pkg-plist new file mode 100644 index 000000000000..7c63aec5bd90 --- /dev/null +++ b/devel/p5-Rcs/pkg-plist @@ -0,0 +1,35 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Rcs.pm +share/examples/p5-Rcs/project/RCS/Rcs.pm,v +share/examples/p5-Rcs/project/RCS/testfile,v +share/examples/p5-Rcs/project/src/Rcs.pm +share/examples/p5-Rcs/project/src/testfile +share/examples/p5-Rcs/access.pl +share/examples/p5-Rcs/ci-tree.pl +share/examples/p5-Rcs/ci.pl +share/examples/p5-Rcs/co-tree.pl +share/examples/p5-Rcs/co.pl +share/examples/p5-Rcs/comments.pl +share/examples/p5-Rcs/comments2.pl +share/examples/p5-Rcs/daterev.pl +share/examples/p5-Rcs/dates.pl +share/examples/p5-Rcs/green.txt +share/examples/p5-Rcs/mark.pl +share/examples/p5-Rcs/parse.pl +share/examples/p5-Rcs/pause +share/examples/p5-Rcs/rcsclean.pl +share/examples/p5-Rcs/rcsdiff.pl +share/examples/p5-Rcs/revdate.pl +share/examples/p5-Rcs/rlog.pl +share/examples/p5-Rcs/symbols.pl +share/examples/p5-Rcs/symrev.pl +share/examples/p5-Rcs/test1.pl +share/examples/p5-Rcs/test2.pl +share/examples/p5-Rcs/test3.pl +share/examples/p5-Rcs/type +share/examples/p5-Rcs/unlock.pl +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs 2>/dev/null || true +@dirrm share/examples/p5-Rcs/project/RCS +@dirrm share/examples/p5-Rcs/project/src +@dirrm share/examples/p5-Rcs/project +@dirrm share/examples/p5-Rcs |