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

jmr at macports.org jmr at macports.org
Sat Mar 8 19:35:25 PST 2008


Revision: 34859
          http://trac.macosforge.org/projects/macports/changeset/34859
Author:   jmr at macports.org
Date:     2008-03-08 19:35:24 -0800 (Sat, 08 Mar 2008)

Log Message:
-----------
libcryptopp: update to version 5.5.2. Closes #13945.

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

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2008-03-09 03:05:52 UTC (rev 34858)
+++ trunk/dports/devel/libcryptopp/Portfile	2008-03-09 03:35:24 UTC (rev 34859)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		libcryptopp
-version		5.1
+version		5.5.2
 categories	devel security
 platforms	darwin
 maintainers	nomaintainer
@@ -16,8 +16,10 @@
 		${homepage} \
 		http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/ \
 		http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/
-distname	crypto51
-checksums	md5 f4bfd4ac39dc1b7f0764d61a1ec4df16
+distname	cryptopp552
+checksums	md5 a889be9d9ad5c202c925fb105caa4857 \
+		sha1 18efe451b3c682f40db75dc2b09cb448a835e7d6 \
+		rmd160 8929795b654d7186b2b38714d22a57ea01862dbd
 use_zip		yes
 
 worksrcdir
@@ -35,24 +37,7 @@
 	xinstall -m 755 -d ${destroot}${prefix}/include/cryptopp \
 		${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 ${worksrcpath}/libcryptopp.a ${destroot}${prefix}/lib
-	xinstall -m 644 -W ${worksrcpath} 3way.h adler32.h aes.h algebra.h \
-		algparam.h arc4.h argnames.h asn.h base64.h basecode.h bench.h \
-		blowfish.h blumshub.h cast.h cbcmac.h channels.h config.h \
-		crc.h cryptlib.h default.h des.h dh.h dh2.h diamond.h dmac.h \
-		dsa.h ec2n.h eccrypto.h ecp.h elgamal.h eprecomp.h esign.h \
-		factory.h files.h filters.h fips140.h fltrimpl.h gf256.h \
-		gf2_32.h gf2n.h gfpcrypt.h gost.h gzip.h haval.h hex.h hmac.h \
-		hrtimer.h ida.h idea.h integer.h iterhash.h lubyrack.h \
-		luc.h mars.h md2.h md4.h md5.h md5mac.h mdc.h misc.h \
-		modarith.h modes.h modexppc.h mqueue.h mqv.h nbtheory.h \
-		network.h nr.h oaep.h oids.h osrng.h panama.h pch.h pkcspad.h \
-		polynomi.h pssr.h pubkey.h pwdbased.h queue.h rabin.h \
-		randpool.h rc2.h rc5.h rc6.h rijndael.h ripemd.h rng.h rsa.h \
-		rw.h safer.h seal.h secblock.h seckey.h serpent.h sha.h \
-		shark.h simple.h skipjack.h smartptr.h socketft.h square.h \
-		strciphr.h tea.h tiger.h trdlocal.h trunhash.h twofish.h \
-		validate.h wait.h wake.h winpipes.h words.h xormac.h xtr.h \
-		xtrcrypt.h zdeflate.h zinflate.h zlib.h \
+	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}/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080308/45d3d855/attachment-0001.html 


More information about the macports-changes mailing list