[27504] trunk/dports/devel
source_changes at macosforge.org
source_changes at macosforge.org
Sun Aug 5 06:32:52 PDT 2007
Revision: 27504
http://trac.macosforge.org/projects/macports/changeset/27504
Author: pmq at macports.org
Date: 2007-08-05 06:32:51 -0700 (Sun, 05 Aug 2007)
Log Message:
-----------
New port: cvsgrab.
Added Paths:
-----------
trunk/dports/devel/cvsgrab/
trunk/dports/devel/cvsgrab/Portfile
Added: trunk/dports/devel/cvsgrab/Portfile
===================================================================
--- trunk/dports/devel/cvsgrab/Portfile (rev 0)
+++ trunk/dports/devel/cvsgrab/Portfile 2007-08-05 13:32:51 UTC (rev 27504)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+
+name cvsgrab
+categories devel www
+version 2.3
+platforms darwin
+maintainers pmq at macports.org
+
+description CVSGrab reads a repository via its web interface (ViewCVS or CvsWeb)
+long_description \
+ CVSGrab is another kind of CVS client. When other CVS clients use the cvs \
+ protocol or ssh to read the repository, this utility reads the repository via \
+ its web interface, such as ViewCVS or CvsWeb.
+
+homepage http://cvsgrab.sourceforge.net
+master_sites sourceforge:cvsgrab
+checksums md5 40406d39a3d9fd9f4e3f2dc823a2768f
+
+configure {
+ reinplace "s|/opt/cvsgrab|${prefix}/libexec/cvsgrab|" ${worksrcpath}/cvsgrab.sh
+}
+
+build {}
+
+destroot {
+ xinstall -d ${destroot}${prefix}/libexec/${name}
+ xinstall -W ${worksrcpath} FileTypes.properties ${destroot}${prefix}/libexec/${name}/
+ foreach dir {docs lib samples} {
+ file copy ${dir} ${destroot}${prefix}/libexec/${name}/
+ }
+ xinstall -W ${worksrcpath} cvsgrab.sh ${destroot}${prefix}/bin/
+}
Property changes on: trunk/dports/devel/cvsgrab/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070805/85620b3e/attachment.html
More information about the macports-changes
mailing list