diff options
author | tobez <tobez@FreeBSD.org> | 2002-11-21 23:39:17 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-11-21 23:39:17 +0800 |
commit | 30100e63cf2f8eab11ee212de2175a94b54a7b39 (patch) | |
tree | 2b541fcfa441f7799d9a88af3f7f3115d19b5099 /devel/p5-Rcs | |
parent | a1c019727f628c423564cdce9daf97f3988a245f (diff) | |
download | freebsd-ports-gnome-30100e63cf2f8eab11ee212de2175a94b54a7b39.tar.gz freebsd-ports-gnome-30100e63cf2f8eab11ee212de2175a94b54a7b39.tar.zst freebsd-ports-gnome-30100e63cf2f8eab11ee212de2175a94b54a7b39.zip |
Add devel/p5-Rcs, a Perl Object Class for Revision Control System (RCS).
Diffstat (limited to 'devel/p5-Rcs')
-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 |
5 files changed, 87 insertions, 0 deletions
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 |