pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/git-cvs Add devel/git-cvs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67478268dd62
branches:  trunk
changeset: 347662:67478268dd62
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu May 26 15:36:59 2016 +0000

description:
Add devel/git-cvs

This simply moves the dependency of devel/git-base on cvsps away to a
separate package, as already done for git-svn(1) in devel/git-svn.

diffstat:

 devel/git-cvs/DESCR    |   2 ++
 devel/git-cvs/Makefile |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r b98a4cd0ce0d -r 67478268dd62 devel/git-cvs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/git-cvs/DESCR       Thu May 26 15:36:59 2016 +0000
@@ -0,0 +1,2 @@
+Imports a CVS repository into Git. It will either create a new
+repository, or incrementally import into an existing one.
diff -r b98a4cd0ce0d -r 67478268dd62 devel/git-cvs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/git-cvs/Makefile    Thu May 26 15:36:59 2016 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/05/26 15:36:59 khorben Exp $
+
+.include "../../devel/git/Makefile.version"
+
+DISTNAME=      # empty
+PKGNAME=       git-cvs-${GIT_VERSION}
+CATEGORIES+=   meta-pkgs devel
+DISTFILES=     # empty
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Salvages data out of another SCM people love to hate.
+LICENSE=       2-clause-bsd
+
+META_PACKAGE=  yes
+
+DEPENDS+=      git-base>=${GIT_VERSION}:../../devel/git-base
+DEPENDS+=      cvsps:../../devel/cvsps
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index