[32659] trunk/dports/devel/cvsgraph/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 10 05:06:46 PST 2008


Revision: 32659
          http://trac.macosforge.org/projects/macports/changeset/32659
Author:   ryandesign at macports.org
Date:     2008-01-10 05:06:25 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
cvsgraph: whitespace changes only (expand tabs at 4 characters)

Modified Paths:
--------------
    trunk/dports/devel/cvsgraph/Portfile

Modified: trunk/dports/devel/cvsgraph/Portfile
===================================================================
--- trunk/dports/devel/cvsgraph/Portfile	2008-01-10 13:03:10 UTC (rev 32658)
+++ trunk/dports/devel/cvsgraph/Portfile	2008-01-10 13:06:25 UTC (rev 32659)
@@ -1,37 +1,38 @@
 # $Id$
-PortSystem	1.0
 
-name			cvsgraph
-version			1.6.1
-categories		devel
-maintainers		nomaintainer
-description		utility for graphical representation of CVS/RCS revision tree
-long_description	CvsGraph is a utility to make a graphical \
-					representation of all revisions and branches of a \
-					file in a CVS/RCS repository.
-platforms		darwin
-homepage		http://www.akhphd.au.dk/~bertho/cvsgraph
-master_sites	${homepage}/release
-checksums		md5 2f3da8e85de67d0690b120b33304f966 \
-				sha1 ca5011537e22d6399eeb4d44c9ba0830e0f240a6
+PortSystem      1.0
 
-depends_lib		port:gd2
+name            cvsgraph
+version         1.6.1
+categories      devel
+maintainers     nomaintainer
+description     utility for graphical representation of CVS/RCS revision tree
+long_description    CvsGraph is a utility to make a graphical \
+                    representation of all revisions and branches of a \
+                    file in a CVS/RCS repository.
+platforms       darwin
+homepage        http://www.akhphd.au.dk/~bertho/cvsgraph
+master_sites    ${homepage}/release
+checksums       md5 2f3da8e85de67d0690b120b33304f966 \
+                sha1 ca5011537e22d6399eeb4d44c9ba0830e0f240a6
 
+depends_lib     port:gd2
+
 post-patch {
-	cd ${worksrcpath}
-	reinplace "s|/usr/local|${prefix}|g" ${name}.1 README
+    cd ${worksrcpath}
+    reinplace "s|/usr/local|${prefix}|g" ${name}.1 README
 }
 
-configure.args	--with-gd-inc=${prefix}/include \
-				--with-gd-lib=${prefix}/lib
+configure.args  --with-gd-inc=${prefix}/include \
+                --with-gd-lib=${prefix}/lib
 
 destroot {
-	cd ${worksrcpath}
-	xinstall -m 0755 ${name} ${destroot}${prefix}/bin/
-	xinstall -m 0644 ${name}.1 ${destroot}${prefix}/share/man/man1/
-	xinstall -m 0644 ${name}.conf ${destroot}${prefix}/etc/${name}.conf.sample
-	xinstall -m 0644 ${name}.conf.5 ${destroot}${prefix}/share/man/man5/
-	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 ChangeLog contrib/cvsgraphwrapper.php3 LICENSE contrib/mkimage.php3 README ${destroot}${prefix}/share/doc/${name}/
+    cd ${worksrcpath}
+    xinstall -m 0755 ${name} ${destroot}${prefix}/bin/
+    xinstall -m 0644 ${name}.1 ${destroot}${prefix}/share/man/man1/
+    xinstall -m 0644 ${name}.conf ${destroot}${prefix}/etc/${name}.conf.sample
+    xinstall -m 0644 ${name}.conf.5 ${destroot}${prefix}/share/man/man5/
+    xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 ChangeLog contrib/cvsgraphwrapper.php3 LICENSE contrib/mkimage.php3 README ${destroot}${prefix}/share/doc/${name}/
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080110/501f7cc5/attachment-0001.html


More information about the macports-changes mailing list