summaryrefslogtreecommitdiff
path: root/devel/p5-VCP/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-02 01:53:35 +0000
committerjlam <jlam@pkgsrc.org>2006-05-02 01:53:35 +0000
commit01710ba1ba17a1b84fa7df89f243a120651556c0 (patch)
treeb9a83fc78fadea22638435fe7ce838f701c28010 /devel/p5-VCP/Makefile
parent68dd7287902a9a210d1b504d4601366d60a89ebd (diff)
downloadpkgsrc-01710ba1ba17a1b84fa7df89f243a120651556c0.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/p5-VCP/Makefile')
-rw-r--r--devel/p5-VCP/Makefile25
1 files changed, 25 insertions, 0 deletions
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"