[28685] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 6 16:01:51 PDT 2007


Revision: 28685
          http://trac.macosforge.org/projects/macports/changeset/28685
Author:   erickt at macports.org
Date:     2007-09-06 16:01:51 -0700 (Thu, 06 Sep 2007)

Log Message:
-----------
adding cvsps, a dependency for git-cvsimport

Added Paths:
-----------
    trunk/dports/devel/cvsps/
    trunk/dports/devel/cvsps/Portfile

Added: trunk/dports/devel/cvsps/Portfile
===================================================================
--- trunk/dports/devel/cvsps/Portfile	                        (rev 0)
+++ trunk/dports/devel/cvsps/Portfile	2007-09-06 23:01:51 UTC (rev 28685)
@@ -0,0 +1,28 @@
+PortSystem        1.0
+name              cvsps
+version           2.1
+description       Create patchset information from CVS.
+long_description  CVSps is a program for generating 'patchset' information \
+                  from a CVS repository. A patchset in this case is defined \
+                  as a set of changes made to a collection of files, and all \
+                  committed at the same time (using a single 'cvs commit' \
+                  command). This information is valuable to seeing the big \
+                  picture of the evolution of a cvs project. While cvs tracks \
+                  revision information, it is often difficult to see what \
+                  changes were committed 'atomically' to the repository.
+maintainers       erickt openmaintainer at macports.org
+categories        devel
+platforms         darwin
+homepage          http://www.cobite.com/cvsps/
+master_sites      http://www.cobite.com/cvsps/
+distname          cvsps-${version}
+ 
+checksums         md5 bde2110ed9f5d14de8f8cb04e9d596fe \
+                  sha1 a53a62b121e7b86e07a393bcb8aa4f0492a747c4 \
+                  rmd160 a3063f638fbf1136761549658432d5842e4a766f
+
+use_configure     no
+
+build.args        prefix=${prefix}
+
+destroot.args     prefix=${destroot}${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070906/14b093f2/attachment.html


More information about the macports-changes mailing list