[22800] trunk/dports/sysutils/createtorrent/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 14 13:05:35 PDT 2007


Revision: 22800
          http://trac.macosforge.org/projects/macports/changeset/22800
Author:   eridius at macports.org
Date:     2007-03-14 13:05:35 -0700 (Wed, 14 Mar 2007)

Log Message:
-----------
Whitespace changes

Modified Paths:
--------------
    trunk/dports/sysutils/createtorrent/Portfile

Modified: trunk/dports/sysutils/createtorrent/Portfile
===================================================================
--- trunk/dports/sysutils/createtorrent/Portfile	2007-03-14 20:04:05 UTC (rev 22799)
+++ trunk/dports/sysutils/createtorrent/Portfile	2007-03-14 20:05:35 UTC (rev 22800)
@@ -2,31 +2,31 @@
 
 PortSystem 1.0
 
-name			createtorrent
-version			1.1.3
-categories		sysutils
-platforms		darwin
-maintainers		eridius at macports.org
-description		command line utility to create BitTorrent files
-long_description	CreateTorrent is a small and fast command line utility to \
-				create BitTorrent files easily. BitTorrent files can be \
-				made from either one file or a collection of files that are \
-				grouped together into a directory.
+name                createtorrent
+version             1.1.3
+categories          sysutils
+platforms           darwin
+maintainers         eridius at macports.org
+description         command line utility to create BitTorrent files
+long_description    CreateTorrent is a small and fast command line utility to \
+                    create BitTorrent files easily. BitTorrent files can be \
+                    made from either one file or a collection of files that \
+                    are grouped together into a directory.
 
-homepage		http://www.createtorrent.com/
-master_sites	${homepage}
-checksums     md5 081a1777c9aa54fa0c2c12c0681db094 \
-                sha1 17c6c15df08c1af55e31fe25790c7594194f4d71 \
-                rmd160 76b145174e0f30e51f3a961b8d78e4e96fcacc24
-patchfiles      patch-configure
+homepage            http://www.createtorrent.com/
+master_sites        ${homepage}
+checksums           md5 081a1777c9aa54fa0c2c12c0681db094 \
+                    sha1 17c6c15df08c1af55e31fe25790c7594194f4d71 \
+                    rmd160 76b145174e0f30e51f3a961b8d78e4e96fcacc24
+patchfiles          patch-configure
 
-depends_lib		lib:libssl:openssl
+depends_lib         lib:libssl:openssl
 
-configure.env	CFLAGS=-I${prefix}/include/ \
-				LDFLAGS=-L${prefix}/lib/
+configure.env       CFLAGS=-I${prefix}/include/ \
+                    LDFLAGS=-L${prefix}/lib/
 
-post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \
+        ${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070314/12c07ca6/attachment.html


More information about the macports-changes mailing list