diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-02 01:53:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-02 01:53:35 +0000 |
commit | c3b68617eac400fc67527bb760c96050d412584d (patch) | |
tree | b9a83fc78fadea22638435fe7ce838f701c28010 /devel | |
parent | 17316726af855bd0438f50027fa6d7add189ace0 (diff) | |
download | pkgsrc-c3b68617eac400fc67527bb760c96050d412584d.tar.gz |
Initial import of the VCP-autrijus-snapshot-0.9-20050110 as devel/p5-VCP.
This is a *BETA* snapshot of the VCP sources, which is as-yet unreleased.
vcp ('version copy') copies versions of files from one repository to
another, translating as much metadata as possible along the way. This
allows you to copy and translate files and their histories between
revision storage systems.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-VCP/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-VCP/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-VCP/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-VCP/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-VCP/DESCR b/devel/p5-VCP/DESCR new file mode 100644 index 00000000000..ab4471e57dc --- /dev/null +++ b/devel/p5-VCP/DESCR @@ -0,0 +1,4 @@ +vcp ('version copy') copies versions of files from one repository to +another, translating as much metadata as possible along the way. This +allows you to copy and translate files and their histories between +revision storage systems. diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile new file mode 100644 index 00000000000..86f9097f046 --- /dev/null +++ b/devel/p5-VCP/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 01:53:35 jlam Exp $ + +DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS} +SNAPSHOT_VERS= 20050110 +PKGNAME= p5-${DISTNAME:S/-autrijus-snapshot-/-/:S/-${SNAPSHOT_VERS}$/beta${SNAPSHOT_VERS}/} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/} +MODULE_DIR= modules/by-module +AUTHOR_DIR= authors/id/A/AU/AUTRIJUS + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Versioned Copy, copying hierarchies of versioned files + +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish +DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff +DEPENDS+= p5-XML-AutoWriter>=0.38:../../textproc/p5-XML-AutoWriter +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser + +PERL5_PACKLIST= auto/VCP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-VCP/PLIST b/devel/p5-VCP/PLIST new file mode 100644 index 00000000000..8c325f0c0b6 --- /dev/null +++ b/devel/p5-VCP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/02 01:53:35 jlam Exp $ diff --git a/devel/p5-VCP/distinfo b/devel/p5-VCP/distinfo new file mode 100644 index 00000000000..0dd35c8e74f --- /dev/null +++ b/devel/p5-VCP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/02 01:53:35 jlam Exp $ + +SHA1 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = ecbf8322e17fb5b4ee236b1de0d0116602cfd0a1 +RMD160 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = c88ac4470bc5a711b01755d0a5ee62b1d162353f +Size (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = 318457 bytes |