summaryrefslogtreecommitdiff
path: root/devel/refinecvs
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2005-12-04 17:52:23 +0000
committermjl <mjl@pkgsrc.org>2005-12-04 17:52:23 +0000
commitb3c8aef0f13e4546b5b5d1c664e43e25f80a02bd (patch)
treee6cd478dc27a45e4059cc94a32909286f271fcbf /devel/refinecvs
parent4d235fb633e1860ffc57842bdb7d062f115a0b85 (diff)
downloadpkgsrc-b3c8aef0f13e4546b5b5d1c664e43e25f80a02bd.tar.gz
Initial import of refinecvs 0.86.1251
refinecvsl is a Perl script which converts CVS repositories to a SVN dump, suitable to load into a subversion repository by the "svnadmin load" command.
Diffstat (limited to 'devel/refinecvs')
-rw-r--r--devel/refinecvs/DESCR3
-rw-r--r--devel/refinecvs/Makefile32
-rw-r--r--devel/refinecvs/PLIST15
-rw-r--r--devel/refinecvs/distinfo5
4 files changed, 55 insertions, 0 deletions
diff --git a/devel/refinecvs/DESCR b/devel/refinecvs/DESCR
new file mode 100644
index 00000000000..a344fe76cea
--- /dev/null
+++ b/devel/refinecvs/DESCR
@@ -0,0 +1,3 @@
+refinecvsl is a perl script which converts CVS repositories to
+a SVN dump, suitable to load into a subversion repository by
+the "svnadmin load" command.
diff --git a/devel/refinecvs/Makefile b/devel/refinecvs/Makefile
new file mode 100644
index 00000000000..a63ddb25298
--- /dev/null
+++ b/devel/refinecvs/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 17:52:23 mjl Exp $
+#
+
+DISTNAME= refinecvs-0.86.1251
+CATEGORIES= devel
+MASTER_SITES= http://lev.serebryakov.spb.ru/refinecvs/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://lev.serebryakov.spb.ru/refinecvs/
+COMMENT= Convert CVS repository to SVN dump
+
+do-configure: # nothing
+
+do-build: # nothing
+
+REPLACE_PERL= refinecvs.pl
+
+LIBDIR= ${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository
+
+do-install:
+ ${INSTALL_LIB_DIR} ${LIBDIR}
+ for f in DeltaCache.pm Delta.pm Exception.pm File.pm Reader.pm Revision.pm ; do \
+ ${INSTALL_DATA} ${WRKSRC}/Cvs/Repository/$$f ${LIBDIR}/$$f; \
+ done
+ ${INSTALL_SCRIPT} ${WRKSRC}/refinecvs.pl ${PREFIX}/bin/refinecvs
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/refinecvs
+ for f in Changes LICENSE README TODO ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/refinecvs/$$f; \
+ done
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/refinecvs/PLIST b/devel/refinecvs/PLIST
new file mode 100644
index 00000000000..60a3f39b421
--- /dev/null
+++ b/devel/refinecvs/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/04 17:52:23 mjl Exp $
+${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository/DeltaCache.pm
+${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository/Delta.pm
+${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository/Exception.pm
+${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository/File.pm
+${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository/Reader.pm
+${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository/Revision.pm
+bin/refinecvs
+share/doc/refinecvs/Changes
+share/doc/refinecvs/README
+share/doc/refinecvs/TODO
+share/doc/refinecvs/LICENSE
+@dirrm ${PERL5_SUB_INSTALLARCHLIB}/Cvs/Repository
+@dirrm ${PERL5_SUB_INSTALLARCHLIB}/Cvs
+@dirrm share/doc/refinecvs
diff --git a/devel/refinecvs/distinfo b/devel/refinecvs/distinfo
new file mode 100644
index 00000000000..1775fc8345a
--- /dev/null
+++ b/devel/refinecvs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/04 17:52:23 mjl Exp $
+
+SHA1 (refinecvs-0.86.1251.tar.gz) = a3e53afd8b1fb070d82dfa321204fcedee9b0579
+RMD160 (refinecvs-0.86.1251.tar.gz) = be7ed8c75e03a2a2b548bae5c3b2e71922134f4e
+Size (refinecvs-0.86.1251.tar.gz) = 46361 bytes