diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-01-04 11:28:38 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-01-04 11:28:38 +0000 |
commit | 2c57d34998389ff9f1c19b17ccdb294b5f39ca96 (patch) | |
tree | b328c65ab28bed5175c2cb3cefe2b27df5624d30 /lang/afnix | |
parent | 4c1d47a0d7901922bc4cf411f5154ac20265dd68 (diff) | |
download | ports-2c57d34998389ff9f1c19b17ccdb294b5f39ca96.tar.gz ports-2c57d34998389ff9f1c19b17ccdb294b5f39ca96.zip |
Notes
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 2 | ||||
-rw-r--r-- | lang/afnix/distinfo | 6 | ||||
-rw-r--r-- | lang/afnix/pkg-plist | 13 |
3 files changed, 13 insertions, 8 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 15788729e197..5feafca9ffeb 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ diff --git a/lang/afnix/distinfo b/lang/afnix/distinfo index 496748cae2de..2f58672f6b70 100644 --- a/lang/afnix/distinfo +++ b/lang/afnix/distinfo @@ -1,3 +1,3 @@ -MD5 (afnix-src-1-7-1.tgz) = c4fea860f0773f22b6737be0b4ee9ee9 -SHA256 (afnix-src-1-7-1.tgz) = 05697eec2eb7e1b78e8814cf3c08d7cfaafeda184578bae73a47956990f39d74 -SIZE (afnix-src-1-7-1.tgz) = 1666695 +MD5 (afnix-src-1-8-0.tgz) = 87a74175c1f535bf20e715049ff31a13 +SHA256 (afnix-src-1-8-0.tgz) = 6abe464e0eba132a6924e0bcc2a781a06afda67a10cff9332fe719ad5dbd5a34 +SIZE (afnix-src-1-8-0.tgz) = 1692178 diff --git a/lang/afnix/pkg-plist b/lang/afnix/pkg-plist index 59509a5146b5..f1716666824c 100644 --- a/lang/afnix/pkg-plist +++ b/lang/afnix/pkg-plist @@ -61,7 +61,6 @@ include/afnix/net/UdpServer.hpp include/afnix/net/UdpSocket.hpp include/afnix/nwg/Cookie.hpp include/afnix/nwg/HttpProto.hpp -include/afnix/nwg/HttpReply.hpp include/afnix/nwg/HttpRequest.hpp include/afnix/nwg/HttpResponse.hpp include/afnix/nwg/Libnwg.hpp @@ -97,14 +96,17 @@ include/afnix/sec/Aes.hpp include/afnix/sec/BlockCipher.hpp include/afnix/sec/Cipher.hpp include/afnix/sec/Crypto.hpp +include/afnix/sec/Des.hpp include/afnix/sec/Hasher.hpp include/afnix/sec/Hkdf.hpp +include/afnix/sec/Hmac.hpp include/afnix/sec/InputCipher.hpp include/afnix/sec/Kdf.hpp include/afnix/sec/Kdf1.hpp include/afnix/sec/Kdf2.hpp include/afnix/sec/Key.hpp include/afnix/sec/Libsec.hpp +include/afnix/sec/Mac.hpp include/afnix/sec/Md2.hpp include/afnix/sec/Md4.hpp include/afnix/sec/Md5.hpp @@ -112,6 +114,7 @@ include/afnix/sec/Predsec.hpp include/afnix/sec/PublicCipher.hpp include/afnix/sec/Rsa.hpp include/afnix/sec/Sha1.hpp +include/afnix/sec/Sha224.hpp include/afnix/sec/Sha256.hpp include/afnix/sec/Sha384.hpp include/afnix/sec/Sha512.hpp @@ -148,12 +151,15 @@ include/afnix/std/Exception.hpp include/afnix/std/Freeable.hpp include/afnix/std/HashTable.hpp include/afnix/std/Heap.hpp -include/afnix/std/Input.hpp +include/afnix/std/InputBound.hpp +include/afnix/std/InputBuffer.hpp include/afnix/std/InputFile.hpp include/afnix/std/InputMapped.hpp include/afnix/std/InputOutput.hpp include/afnix/std/InputString.hpp include/afnix/std/InputTerm.hpp +include/afnix/std/InputTimeout.hpp +include/afnix/std/InputStream.hpp include/afnix/std/Integer.hpp include/afnix/std/Item.hpp include/afnix/std/Iterable.hpp @@ -172,8 +178,8 @@ include/afnix/std/Nameable.hpp include/afnix/std/Number.hpp include/afnix/std/Object.hpp include/afnix/std/Options.hpp -include/afnix/std/Output.hpp include/afnix/std/OutputFile.hpp +include/afnix/std/OutputStream.hpp include/afnix/std/OutputString.hpp include/afnix/std/OutputTerm.hpp include/afnix/std/Pathlist.hpp @@ -188,7 +194,6 @@ include/afnix/std/QuarkZone.hpp include/afnix/std/Queue.hpp include/afnix/std/Reactor.hpp include/afnix/std/Real.hpp -include/afnix/std/Recycle.hpp include/afnix/std/Regex.hpp include/afnix/std/Relatif.hpp include/afnix/std/Runnable.hpp |