[143004] trunk/dports/devel

mojca at macports.org mojca at macports.org
Sat Dec 12 08:09:06 PST 2015


Revision: 143004
          https://trac.macports.org/changeset/143004
Author:   mojca at macports.org
Date:     2015-12-01 06:50:49 -0800 (Tue, 01 Dec 2015)
Log Message:
-----------
git-cvs: new port (#49032)

Added Paths:
-----------
    trunk/dports/devel/git-cvs/
    trunk/dports/devel/git-cvs/Portfile
    trunk/dports/devel/git-cvs/files/
    trunk/dports/devel/git-cvs/files/patch-setup.py.diff

Added: trunk/dports/devel/git-cvs/Portfile
===================================================================
--- trunk/dports/devel/git-cvs/Portfile	                        (rev 0)
+++ trunk/dports/devel/git-cvs/Portfile	2015-12-01 14:50:49 UTC (rev 143004)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        ustuehler git-cvs 0.1.0
+categories          devel textproc python
+license             ISC
+maintainers         vt.edu:jpo openmaintainer
+platforms           darwin
+
+description         incrementally import changesets from CVS to Git
+long_description    git-cvs is a tool to incrementally import changesets \
+                    from CVS into a Git repository with stable commit hashes.
+
+checksums           rmd160  dcebce5de9d033f49d489677c72d4f7a18ce4540 \
+                    sha256  90a65d396f4410b55daeef8df69100cc9922693d3ba8045b6f48dc5b7a98c696
+
+patchfiles          patch-setup.py.diff
+
+python.default_version  27
+
+depends_build-append    port:py${python.version}-setuptools
+depends_run-append      port:py${python.version}-rcsparse


Property changes on: trunk/dports/devel/git-cvs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/devel/git-cvs/files/patch-setup.py.diff
===================================================================
--- trunk/dports/devel/git-cvs/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/devel/git-cvs/files/patch-setup.py.diff	2015-12-01 14:50:49 UTC (rev 143004)
@@ -0,0 +1,10 @@
+--- setup.py.orig
++++ setup.py
+@@ -13,7 +13,6 @@ setup(name='git-cvs',
+       license='OpenBSD',
+       packages=['cvsgit', 'cvsgit.command'],
+       scripts=['scripts/git-cvs'],
+-      data_files=[('/usr/local/libexec/git', ['scripts/git-cvs'])],
+       # XXX: a fairly recent version is required, but rcsparse
+       # doesn't maintain a package version
+       requires=['rcsparse'],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/32aa89bc/attachment.html>


More information about the macports-changes mailing list