This is a VCP destination driver for svn repositories

by using the SVK module.

PR:		ports/70712
Submitted by:	Rong-En Fan <rafan@infor.org>
Approved by:	vanilla (co-mentor)
This commit is contained in:
Cheng-Lung Sung 2004-08-23 03:08:53 +00:00
parent 4441f8dfbc
commit f1213a3025
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117085
5 changed files with 44 additions and 0 deletions

View File

@ -1013,6 +1013,7 @@
SUBDIR += p5-UNIVERSAL-moniker
SUBDIR += p5-Unix-Statgrab
SUBDIR += p5-VCP
SUBDIR += p5-VCP-Dest-svk
SUBDIR += p5-VCS
SUBDIR += p5-VCS-CVS
SUBDIR += p5-Want

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: devel/p5-VCP-Dest-svk
# Date created: Jul 19 2004
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= VCP-Dest-svk
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@infor.org
COMMENT= VCP destination driver for svn/svk
BUILD_DEPENDS= ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= VCP::Dest::svk.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= This program only support perl 5.8.0 or above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (VCP-Dest-svk-0.24.tar.gz) = 834b035fa882516e8db73d64c9b26527
SIZE (VCP-Dest-svk-0.24.tar.gz) = 21369

View File

@ -0,0 +1,2 @@
This is a VCP destination driver for svn repositories
by using the SVK module.

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/VCP/Dest/svk.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP/Dest/svk/.packlist
@unexec rmdir %D/%%SITE_PERL%%/VCP/Dest 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/VCP 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP/Dest 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP 2>/dev/null || true