[64598] trunk/dports/devel/libcryptopp/Portfile

raphael at macports.org raphael at macports.org
Wed Mar 10 07:15:59 PST 2010


Revision: 64598
          http://trac.macports.org/changeset/64598
Author:   raphael at macports.org
Date:     2010-03-10 07:15:58 -0800 (Wed, 10 Mar 2010)
Log Message:
-----------
libcryptopp: only whitespace changes

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

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2010-03-10 15:07:29 UTC (rev 64597)
+++ trunk/dports/devel/libcryptopp/Portfile	2010-03-10 15:15:58 UTC (rev 64598)
@@ -2,46 +2,46 @@
 
 PortSystem 1.0
 
-name		libcryptopp
-version		5.6.0
-categories	devel security
-platforms	darwin
-maintainers	raphael openmaintainer
-description	C++ class library of cryptographic schemes
-long_description	Crypto++ Library is a free C++ class library of \
-			cryptographic schemes.
+name		    libcryptopp
+version             5.6.0
+categories          devel security
+platforms           darwin
+maintainers         raphael openmaintainer
+description         C++ class library of cryptographic schemes
+long_description    Crypto++ Library is a free C++ class library of \
+                    cryptographic schemes.
 
-homepage	http://www.cryptopp.com/
-master_sites	sourceforge:cryptopp \
-		${homepage}
-distname	cryptopp[strsed ${version} {g/\.//}]
-checksums	md5 36f35789ad60489d58003d3c849807e8 \
-		sha1 b836783ebd72d5bc6a916620ab2b1ecec316fef1 \
-		rmd160 82e5061ec76f23643ba5477ab28bbee6eebd393a
-use_zip		yes
+homepage            http://www.cryptopp.com/
+master_sites        sourceforge:cryptopp \
+                    ${homepage}
+distname            cryptopp[strsed ${version} {g/\.//}]
 
-extract.mkdir	yes
+checksums           md5 36f35789ad60489d58003d3c849807e8 \
+                    sha1 b836783ebd72d5bc6a916620ab2b1ecec316fef1 \
+                    rmd160 82e5061ec76f23643ba5477ab28bbee6eebd393a
 
-use_configure	no
+use_zip             yes
+extract.mkdir	    yes
 
-build.type	gnu
+use_configure       no
 
-test.run	yes
-test.cmd	./cryptest.exe
-test.target     v
+build.type          gnu
 
-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/include/cryptopp \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/libcryptopp.a ${destroot}${prefix}/lib
-	eval xinstall -m 644 [glob ${worksrcpath}/*.h] \
-		${destroot}${prefix}/include/cryptopp/
-	xinstall -m 644 -W ${worksrcpath} Readme.txt License.txt \
-		${destroot}${prefix}/share/doc/${name}/
+test.run            yes
+test.cmd            ./cryptest.exe
+test.target         v
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/include/cryptopp \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/libcryptopp.a ${destroot}${prefix}/lib
+    eval xinstall -m 644 [glob ${worksrcpath}/*.h] \
+        ${destroot}${prefix}/include/cryptopp/
+    xinstall -m 644 -W ${worksrcpath} Readme.txt License.txt \
+        ${destroot}${prefix}/share/doc/${name}/
 }
 
 variant universal {
-        patchfiles patch-GNUmakefile.diff
-        build.env-append \
-            CXXFLAGS="${configure.universal_cxxflags}"
+    patchfiles          patch-GNUmakefile.diff
+    build.env-append    CXXFLAGS="${configure.universal_cxxflags}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100310/108c5943/attachment.html>


More information about the macports-changes mailing list