[28911] trunk/dports/net/libtorrent/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 11 06:47:37 PDT 2007


Revision: 28911
          http://trac.macosforge.org/projects/macports/changeset/28911
Author:   nox at macports.org
Date:     2007-09-11 06:47:36 -0700 (Tue, 11 Sep 2007)

Log Message:
-----------
libtorrent: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/net/libtorrent/Portfile

Modified: trunk/dports/net/libtorrent/Portfile
===================================================================
--- trunk/dports/net/libtorrent/Portfile	2007-09-11 13:41:57 UTC (rev 28910)
+++ trunk/dports/net/libtorrent/Portfile	2007-09-11 13:47:36 UTC (rev 28911)
@@ -1,22 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-name             libtorrent
-version          0.11.4
-categories       net
-maintainers      nomaintainer at macports.org
-description      BitTorrent library
+PortSystem      1.0
+
+name            libtorrent
+version         0.11.4
+categories      net
+platforms       darwin
+maintainers     nomaintainer
+description     BitTorrent library
+
 long_description \
-	LibTorrent is a BitTorrent library written in C++ for \
-	*nix. It is designed to avoid redundant copying and \
-	storing of data that other clients and libraries suffer from.
-homepage         http://libtorrent.rakshasa.no/
-platforms        darwin
-master_sites     ${homepage}downloads/
-checksums        md5 cdfe5a0d9ce5d8cd8985f3fa4bd82dfd \
-                 sha1 6d997974b445858dfc11f88425ca422be610a296 \
-                 rmd160 76fe310ee04205f432d1d55e8d4f131aef5a2d8e
+    LibTorrent is a BitTorrent library written in C++ for \
+    *nix. It is designed to avoid redundant copying and \
+    storing of data that other clients and libraries suffer from.
 
-depends_lib      port:openssl port:libsigcxx2 port:pkgconfig port:zlib
+homepage        http://libtorrent.rakshasa.no/
+master_sites    ${homepage}downloads/
 
+checksums       md5 cdfe5a0d9ce5d8cd8985f3fa4bd82dfd \
+                sha1 6d997974b445858dfc11f88425ca422be610a296 \
+                rmd160 76fe310ee04205f432d1d55e8d4f131aef5a2d8e
+
+depends_lib     port:openssl \
+                port:libsigcxx2 \
+                port:pkgconfig \
+                port:zlib
+
 configure.cflags-append "-I${prefix}/include"
+

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


More information about the macports-changes mailing list