From b9b081827eb92e8b6f56e6926ed5a03f93865a9d Mon Sep 17 00:00:00 2001 From: clsung Date: Thu, 2 Sep 2004 09:52:41 +0000 Subject: Add a new port. p5-VCP-Source-cvsbk: VCP source driver for bk exported cvs repository. PR: ports/71220 Submitted by: June-Yen Huang Approved by: vanilla (co-mentor) --- devel/Makefile | 1 + devel/p5-VCP-Source-cvsbk/Makefile | 32 ++++++++++++++++++++++++++++++++ devel/p5-VCP-Source-cvsbk/distinfo | 2 ++ devel/p5-VCP-Source-cvsbk/pkg-descr | 4 ++++ devel/p5-VCP-Source-cvsbk/pkg-plist | 9 +++++++++ 5 files changed, 48 insertions(+) create mode 100644 devel/p5-VCP-Source-cvsbk/Makefile create mode 100644 devel/p5-VCP-Source-cvsbk/distinfo create mode 100644 devel/p5-VCP-Source-cvsbk/pkg-descr create mode 100644 devel/p5-VCP-Source-cvsbk/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 79eeecd14010..dc74e78cc7e6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1017,6 +1017,7 @@ SUBDIR += p5-Unix-Statgrab SUBDIR += p5-VCP SUBDIR += p5-VCP-Dest-svk + SUBDIR += p5-VCP-Source-cvsbk SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-Want diff --git a/devel/p5-VCP-Source-cvsbk/Makefile b/devel/p5-VCP-Source-cvsbk/Makefile new file mode 100644 index 000000000000..b925a1446def --- /dev/null +++ b/devel/p5-VCP-Source-cvsbk/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: devel/p5-VCP-Source-cvsbk +# Date created: Sep 1 2004 +# Whom: June-Yen Huang +# +# $FreeBSD$ +# + +PORTNAME= VCP-Source-cvsbk +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO +PKGNAMEPREFIX= p5- + +MAINTAINER= jihuang@gate.sinica.edu.tw +COMMENT= VCP source driver for bk exported cvs repository + +BUILD_DEPENDS= ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= VCP::Source::cvsbk.3 \ + VCP::Filter::cvsbkchangeset.3 + +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= This program only support perl 5.8.0 or above +.endif + +.include diff --git a/devel/p5-VCP-Source-cvsbk/distinfo b/devel/p5-VCP-Source-cvsbk/distinfo new file mode 100644 index 000000000000..31026c913795 --- /dev/null +++ b/devel/p5-VCP-Source-cvsbk/distinfo @@ -0,0 +1,2 @@ +MD5 (VCP-Source-cvsbk-0.11.tar.gz) = 6c8b1975391c3fa7d1ae91954547e955 +SIZE (VCP-Source-cvsbk-0.11.tar.gz) = 16272 diff --git a/devel/p5-VCP-Source-cvsbk/pkg-descr b/devel/p5-VCP-Source-cvsbk/pkg-descr new file mode 100644 index 000000000000..3b637eaf8fe6 --- /dev/null +++ b/devel/p5-VCP-Source-cvsbk/pkg-descr @@ -0,0 +1,4 @@ +This is a VCP source driver for bk exported cvs repository, +which is an extension from CVS repository source driver. + +WWW: http://search.cpan.org/~clkao/VCP-Source-cvsbk/ diff --git a/devel/p5-VCP-Source-cvsbk/pkg-plist b/devel/p5-VCP-Source-cvsbk/pkg-plist new file mode 100644 index 000000000000..c9b2e67a1cda --- /dev/null +++ b/devel/p5-VCP-Source-cvsbk/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/VCP/Source/cvsbk.pm +%%SITE_PERL%%/VCP/Filter/cvsbkchangeset.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP/Source/cvsbk/.packlist +@unexec rmdir %D/%%SITE_PERL%%/VCP/Source 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/VCP/Filter 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/VCP 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP/Source/cvsbk +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP/Source 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP 2>/dev/null || true -- cgit