On Jan 15, 2008, at 16:36, rowue@macports.org wrote:
Revision: 32977 http://trac.macosforge.org/projects/macports/changeset/32977 Author: rowue@macports.org Date: 2008-01-15 14:36:47 -0800 (Tue, 15 Jan 2008)
Log Message: ----------- Added qt Information files
And you also made whitespace changes to other lines of the portfile. Please, if you want to make whitespace changes, do them in a separate commit from functional changes. This makes it easier to see what functional changes were actually made.
Modified Paths: -------------- trunk/dports/devel/qca/Portfile
Modified: trunk/dports/devel/qca/Portfile =================================================================== --- trunk/dports/devel/qca/Portfile 2008-01-15 20:44:30 UTC (rev 32976) +++ trunk/dports/devel/qca/Portfile 2008-01-15 22:36:47 UTC (rev 32977) @@ -1,11 +1,12 @@ # $Id$
-PortSystem 1.0 -name qca -version 2.0.0 -categories devel crypto security -maintainers rowue@digitalis.org -description Qt Cryptographic Architecture +PortSystem 1.0 +name qca +version 2.0.0 +categories devel crypto security +maintainers rowue@digitalis.org +description Qt Cryptographic Architecture +revision 1 long_description \ This library provides an easy API for the following features: SSL/TLS, \ X509, SASL, RSA, Hashing (SHA1, MD5), Ciphers (BlowFish, 3DES, AES), \ @@ -32,21 +33,27 @@
destroot { xinstall -m 755 -d ${destroot}${prefix}/lib ${destroot}$ {prefix}/include \ + ${destroot}${prefix}/share/qt4/mkspecs/features \ + ${destroot}${prefix}/lib/pkgconfig \ ${destroot}${prefix}/share/doc/${name} \ ${destroot}${prefix}/share/examples/${name} \ ${destroot}${prefix}/include/QTCrypto
- xinstall -m 644 -W ${worksrcpath}/lib libqca.2.0.0.dylib \ + xinstall -m 644 -W ${worksrcpath}/lib libqca.2.0.0.dylib \ ${destroot}${prefix}/lib - system "ln -sf libqca.2.0.0.dylib ${destroot}${prefix}/lib/ libqca.dylib" - system "ln -sf libqca.2.0.0.dylib ${destroot}${prefix}/lib/ libqca.2.dylib" - system "ln -sf libqca.2.0.0.dylib \ + system "ln -sf libqca.2.0.0.dylib ${destroot}${prefix}/lib/ libqca.dylib" + system "ln -sf libqca.2.0.0.dylib ${destroot}${prefix}/lib/ libqca.2.dylib" + system "ln -sf libqca.2.0.0.dylib \ ${destroot}${prefix}/lib/libqca.2.0.dylib"
foreach f [glob ${worksrcpath}/include/QtCrypto/*] { xinstall -m 644 $f ${destroot}${prefix}/include/QTCrypto }
+ xinstall -m 644 -W ${worksrcpath} crypto.prf \ + ${destroot}${prefix}/share/qt4/mkspecs/features + xinstall -m 644 -W ${worksrcpath}/lib qca2.pc \ + ${destroot}${prefix}/lib/pkgconfig xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README TODO \ ${destroot}${prefix}/share/doc/${name} eval file copy [glob ${worksrcpath}/examples/*] \