[32913] trunk/dports/devel/qca/Portfile
rowue at macports.org
rowue at macports.org
Mon Jan 14 17:13:51 PST 2008
Revision: 32913
http://trac.macosforge.org/projects/macports/changeset/32913
Author: rowue at macports.org
Date: 2008-01-14 17:13:49 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
* Whitespace changes to follow policies.
Modified Paths:
--------------
trunk/dports/devel/qca/Portfile
Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile 2008-01-15 01:08:05 UTC (rev 32912)
+++ trunk/dports/devel/qca/Portfile 2008-01-15 01:13:49 UTC (rev 32913)
@@ -1,47 +1,47 @@
# $Id$
-PortSystem 1.0
-name qca
-version 1.0
-categories devel crypto security
-maintainers rowue at macports.org
-description Qt Cryptographic Architecture
+PortSystem 1.0
+name qca
+version 1.0
+categories devel crypto security
+maintainers rowue at macports.org
+description Qt Cryptographic Architecture
long_description \
- This library provides an easy API for the following features: SSL/TLS, \
- X509, SASL, RSA, Hashing (SHA1, MD5), Ciphers (BlowFish, 3DES, AES), \
- Functionality is supplied via plugins.
+ This library provides an easy API for the following features: SSL/TLS, \
+ X509, SASL, RSA, Hashing (SHA1, MD5), Ciphers (BlowFish, 3DES, AES), \
+ Functionality is supplied via plugins.
-platforms darwin
+platforms darwin
-homepage http://delta.affinix.com/qca/
-master_sites ${homepage}
-use_bzip2 yes
+homepage http://delta.affinix.com/qca/
+master_sites ${homepage}
+use_bzip2 yes
-checksums md5 ee44022eb0e5b8b5df64c62630f6e6b6
+checksums md5 ee44022eb0e5b8b5df64c62630f6e6b6
-depends_lib port:qt3-mac
+depends_lib port:qt3-mac
-configure.args --qtdir=${prefix}
+configure.args --qtdir=${prefix}
post-build {
- system "install_name_tool -id ${prefix}/lib/libqca.1.dylib \
- ${worksrcpath}/libqca.1.dylib"
+ system "install_name_tool -id ${prefix}/lib/libqca.1.dylib \
+ ${worksrcpath}/libqca.1.dylib"
}
destroot {
- xinstall -m 755 -d ${destroot}${prefix}/lib ${destroot}${prefix}/include \
- ${destroot}${prefix}/share/doc/${name} \
- ${destroot}${prefix}/share/examples/${name}
- xinstall -m 644 -W ${worksrcpath} libqca.1.0.0.dylib \
- ${destroot}${prefix}/lib
- system "ln -sf libqca.1.0.0.dylib ${destroot}${prefix}/lib/libqca.dylib"
- system "ln -sf libqca.1.0.0.dylib ${destroot}${prefix}/lib/libqca.1.dylib"
- system "ln -sf libqca.1.0.0.dylib \
- ${destroot}${prefix}/lib/libqca.1.0.dylib"
- xinstall -m 644 -W ${worksrcpath}/src qca.h ${destroot}${prefix}/include
- xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README TODO \
- ${destroot}${prefix}/share/doc/${name}
- eval file copy [glob ${worksrcpath}/examples/*] \
- ${destroot}${prefix}/share/examples/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/lib ${destroot}${prefix}/include \
+ ${destroot}${prefix}/share/doc/${name} \
+ ${destroot}${prefix}/share/examples/${name}
+ xinstall -m 644 -W ${worksrcpath} libqca.1.0.0.dylib \
+ ${destroot}${prefix}/lib
+ system "ln -sf libqca.1.0.0.dylib ${destroot}${prefix}/lib/libqca.dylib"
+ system "ln -sf libqca.1.0.0.dylib ${destroot}${prefix}/lib/libqca.1.dylib"
+ system "ln -sf libqca.1.0.0.dylib \
+ ${destroot}${prefix}/lib/libqca.1.0.dylib"
+ xinstall -m 644 -W ${worksrcpath}/src qca.h ${destroot}${prefix}/include
+ xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README TODO \
+ ${destroot}${prefix}/share/doc/${name}
+ eval file copy [glob ${worksrcpath}/examples/*] \
+ ${destroot}${prefix}/share/examples/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080114/177aca85/attachment.html
More information about the macports-changes
mailing list