pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/refinecvs Initial import of refinecvs 0.86.1251



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fc24b66dc47
branches:  trunk
changeset: 504114:8fc24b66dc47
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Sun Dec 04 17:52:23 2005 +0000

description:
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:

 devel/refinecvs/DESCR    |   3 +++
 devel/refinecvs/Makefile |  32 ++++++++++++++++++++++++++++++++
 devel/refinecvs/PLIST    |  15 +++++++++++++++
 devel/refinecvs/distinfo |   5 +++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r 1a6d3f76583b -r 8fc24b66dc47 devel/refinecvs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/refinecvs/DESCR     Sun Dec 04 17:52:23 2005 +0000
@@ -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 -r 1a6d3f76583b -r 8fc24b66dc47 devel/refinecvs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/refinecvs/Makefile  Sun Dec 04 17:52:23 2005 +0000
@@ -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@localhost
+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 -r 1a6d3f76583b -r 8fc24b66dc47 devel/refinecvs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/refinecvs/PLIST     Sun Dec 04 17:52:23 2005 +0000
@@ -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 -r 1a6d3f76583b -r 8fc24b66dc47 devel/refinecvs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/refinecvs/distinfo  Sun Dec 04 17:52:23 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index