Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 14:42:29 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63433: New port: devel/p5-VCP
Message-ID:  <200402270542.i1R5gTWQ062385@alph.allbsd.org>
Resent-Message-ID: <200402270610.i1R6AHQ6007870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63433
>Category:       ports
>Synopsis:       New port: devel/p5-VCP
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 22:10:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb  8 19:26:12 JST 2004     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	vcp is a tool for copying revision controlled files between various SCM
	repositories.  For example, using vcp, it is possible to copy the contents
	of a entire Perforce depot (or part of one) into a depot on a different
	Perforce server or to copy the contents of a CVS repository into a Perforce
	server (or vice-versa).
	
>How-To-Repeat:
	N/A

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-VCP
#	p5-VCP/Makefile
#	p5-VCP/pkg-descr
#	p5-VCP/pkg-plist
#	p5-VCP/distinfo
#	p5-VCP/files
#	p5-VCP/files/patch-lib::VCP::Dest.pm
#
echo c - p5-VCP
mkdir -p p5-VCP > /dev/null 2>&1
echo x - p5-VCP/Makefile
sed 's/^X//' >p5-VCP/Makefile << 'END-of-p5-VCP/Makefile'
X# New ports collection makefile for:	p5-VCP
X# Date created:			27 February 2004
X# Whom:				hrs@FreeBSD.org
X#
X# $FreeBSD$
X
XPORTNAME=	VCP
XPORTVERSION=	0.3
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	XML/RBS
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hrs@FreeBSD.org
XCOMMENT=	A tool for copying files between various SCM repositories
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
X		${SITE_PERL}/XML/ValidWriter.pm:${PORTSDIR}/textproc/p5-XML-AutoWriter \
X		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
X		${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
X		${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
X		${SITE_PERL}/Pod/Links.pm:${PORTSDIR}/www/p5-PodToHTML \
X		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
X		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
X		${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=	vcp.1
XMAN3=	RevML::Doctype.3 RevML::Writer.3 VCP.3 \
X	VCP::Debug.3 VCP::Dest.3 VCP::Dest::cvs.3 \
X	VCP::Dest::p4.3 VCP::Dest::revml.3 VCP::Dest::vss.3 \
X	VCP::DiffFormat.3 VCP::License.3 VCP::Maintenance.3 \
X	VCP::Newlines.3 VCP::Patch.3 VCP::Plugin.3 VCP::Process.3 \
X	VCP::Rev.3 VCP::Revs.3 VCP::Source.3 VCP::Source::cvs.3 \
X	VCP::Source::p4.3 VCP::Source::revml.3 VCP::Source::vss.3 \
X	VCP::TestUtils.3 VCP::Utils::cvs.3 VCP::Utils::p4.3 \
X	VCP::Utils::vss.3
X
X.include <bsd.port.mk>
END-of-p5-VCP/Makefile
echo x - p5-VCP/pkg-descr
sed 's/^X//' >p5-VCP/pkg-descr << 'END-of-p5-VCP/pkg-descr'
Xvcp is a tool for copying revision controlled files between various SCM
Xrepositories.  For example, using vcp, it is possible to copy the contents
Xof a entire Perforce depot (or part of one) into a depot on a different
XPerforce server or to copy the contents of a CVS repository into a Perforce
Xserver (or vice-versa).
X
XWWW: http://public.perforce.com/public/revml/index.html
END-of-p5-VCP/pkg-descr
echo x - p5-VCP/pkg-plist
sed 's/^X//' >p5-VCP/pkg-plist << 'END-of-p5-VCP/pkg-plist'
X@comment $FreeBSD$
Xbin/vcp
X%%SITE_PERL%%/RevML/Doctype.pm
X%%SITE_PERL%%/RevML/Doctype/v0_26.pm
X%%SITE_PERL%%/RevML/Doctype/v0_27.pm
X%%SITE_PERL%%/RevML/Doctype/v0_28.pm
X%%SITE_PERL%%/RevML/Doctype/v0_29.pm
X@unexec rmdir %D/%%SITE_PERL%%/RevML/Doctype 2>/dev/null || true
X%%SITE_PERL%%/RevML/Writer.pm
X@unexec rmdir %D/%%SITE_PERL%%/RevML 2>/dev/null || true
X%%SITE_PERL%%/VCP.pm
X%%SITE_PERL%%/VCP/Debug.pm
X%%SITE_PERL%%/VCP/Dest.pm
X%%SITE_PERL%%/VCP/Dest/cvs.pm
X%%SITE_PERL%%/VCP/Dest/p4.pm
X%%SITE_PERL%%/VCP/Dest/revml.pm
X%%SITE_PERL%%/VCP/Dest/vss.pm
X@unexec rmdir %D/%%SITE_PERL%%/VCP/Dest 2>/dev/null || true
X%%SITE_PERL%%/VCP/DiffFormat.pm
X%%SITE_PERL%%/VCP/License.pod
X%%SITE_PERL%%/VCP/Maintenance.pod
X%%SITE_PERL%%/VCP/Newlines.pod
X%%SITE_PERL%%/VCP/Patch.pm
X%%SITE_PERL%%/VCP/Plugin.pm
X%%SITE_PERL%%/VCP/Process.pod
X%%SITE_PERL%%/VCP/Rev.pm
X%%SITE_PERL%%/VCP/Revs.pm
X%%SITE_PERL%%/VCP/Source.pm
X%%SITE_PERL%%/VCP/Source/cvs.pm
X%%SITE_PERL%%/VCP/Source/p4.pm
X%%SITE_PERL%%/VCP/Source/revml.pm
X%%SITE_PERL%%/VCP/Source/vss.pm
X@unexec rmdir %D/%%SITE_PERL%%/VCP/Source 2>/dev/null || true
X%%SITE_PERL%%/VCP/TestUtils.pm
X%%SITE_PERL%%/VCP/Utils/cvs.pm
X%%SITE_PERL%%/VCP/Utils/p4.pm
X%%SITE_PERL%%/VCP/Utils/vss.pm
X@unexec rmdir %D/%%SITE_PERL%%/VCP/Utils 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/VCP 2>/dev/null || true
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP/.packlist
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCP 2>/dev/null || true
END-of-p5-VCP/pkg-plist
echo x - p5-VCP/distinfo
sed 's/^X//' >p5-VCP/distinfo << 'END-of-p5-VCP/distinfo'
XMD5 (VCP-0.3.tar.gz) = 6589917a4e24c444365f562764d5ef5d
XSIZE (VCP-0.3.tar.gz) = 122937
END-of-p5-VCP/distinfo
echo c - p5-VCP/files
mkdir -p p5-VCP/files > /dev/null 2>&1
echo x - p5-VCP/files/patch-lib::VCP::Dest.pm
sed 's/^X//' >p5-VCP/files/patch-lib::VCP::Dest.pm << 'END-of-p5-VCP/files/patch-lib::VCP::Dest.pm'
X--- lib/VCP/Dest.pm	Fri Feb 27 14:01:18 2004
X+++ lib/VCP/Dest.pm	Fri Feb 27 14:05:48 2004
X@@ -425,9 +425,9 @@
X       return ( "" ) unless length ;
X 
X       return split /(?:
X-	  (?<=[[:alpha:]])(?=[^[:alpha:]])
X-	 |(?<=[[:digit:]])(?=[^[:digit:]])
X-	 |[^[:alnum:]]+
X+	  (?<=[A-Za-z])(?=[^A-Za-z])
X+	 |(?<=[0-9])(?=[^0-9])
X+	 |[^A-Za-z0-9]+
X       )/x ;
X    }
X }
END-of-p5-VCP/files/patch-lib::VCP::Dest.pm
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402270542.i1R5gTWQ062385>