diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-07-30 17:14:53 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-07-30 17:14:53 +0000 |
commit | 9f30d6e0cce4ee76a612044137890eed9b022bac (patch) | |
tree | 2485c913812f1f6f8b8e5994fb622f5cf9a00327 /lang/afnix/pkg-plist | |
parent | 5a0107d0130c6b89dbecb24803788a6201d74588 (diff) | |
download | ports-9f30d6e0cce4ee76a612044137890eed9b022bac.tar.gz ports-9f30d6e0cce4ee76a612044137890eed9b022bac.zip |
Notes
Diffstat (limited to 'lang/afnix/pkg-plist')
-rw-r--r-- | lang/afnix/pkg-plist | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/lang/afnix/pkg-plist b/lang/afnix/pkg-plist index f1716666824c..25670ba737c2 100644 --- a/lang/afnix/pkg-plist +++ b/lang/afnix/pkg-plist @@ -10,6 +10,7 @@ include/afnix/eng/Builtin.hpp include/afnix/eng/Class.hpp include/afnix/eng/Closure.hpp include/afnix/eng/Constant.hpp +include/afnix/eng/Counter.hpp include/afnix/eng/Enum.hpp include/afnix/eng/Extracter.hpp include/afnix/eng/Form.hpp @@ -63,6 +64,7 @@ include/afnix/nwg/Cookie.hpp include/afnix/nwg/HttpProto.hpp include/afnix/nwg/HttpRequest.hpp include/afnix/nwg/HttpResponse.hpp +include/afnix/nwg/HttpStream.hpp include/afnix/nwg/Libnwg.hpp include/afnix/nwg/Mime.hpp include/afnix/nwg/NwgCalls.hpp @@ -93,10 +95,12 @@ include/afnix/plt/cthr.hpp include/afnix/plt/ctrm.hpp include/afnix/plt/cucd.hpp include/afnix/sec/Aes.hpp +include/afnix/sec/Blkmsg.hpp include/afnix/sec/BlockCipher.hpp include/afnix/sec/Cipher.hpp include/afnix/sec/Crypto.hpp include/afnix/sec/Des.hpp +include/afnix/sec/Dsa.hpp include/afnix/sec/Hasher.hpp include/afnix/sec/Hkdf.hpp include/afnix/sec/Hmac.hpp @@ -112,15 +116,22 @@ include/afnix/sec/Md4.hpp include/afnix/sec/Md5.hpp include/afnix/sec/Predsec.hpp include/afnix/sec/PublicCipher.hpp +include/afnix/sec/Rc2.hpp +include/afnix/sec/Rc4.hpp +include/afnix/sec/Rc5.hpp include/afnix/sec/Rsa.hpp +include/afnix/sec/SerialCipher.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 +include/afnix/sec/Signature.hpp +include/afnix/sec/Signer.hpp include/afnix/sio/Directory.hpp include/afnix/sio/Libsio.hpp include/afnix/sio/Logtee.hpp +include/afnix/sio/NamedFifo.hpp include/afnix/sio/Predsio.hpp include/afnix/sio/Selector.hpp include/afnix/sio/SioCalls.hpp @@ -142,12 +153,14 @@ include/afnix/std/Buffer.hpp include/afnix/std/Byte.hpp include/afnix/std/Character.hpp include/afnix/std/Cilo.hpp +include/afnix/std/Combo.hpp include/afnix/std/Condvar.hpp include/afnix/std/Cons.hpp include/afnix/std/Cursor.hpp include/afnix/std/Date.hpp include/afnix/std/Encoding.hpp include/afnix/std/Exception.hpp +include/afnix/std/FileInfo.hpp include/afnix/std/Freeable.hpp include/afnix/std/HashTable.hpp include/afnix/std/Heap.hpp @@ -156,10 +169,10 @@ include/afnix/std/InputBuffer.hpp include/afnix/std/InputFile.hpp include/afnix/std/InputMapped.hpp include/afnix/std/InputOutput.hpp +include/afnix/std/InputStream.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 @@ -170,7 +183,6 @@ include/afnix/std/Literal.hpp include/afnix/std/Loader.hpp include/afnix/std/Lockrw.hpp include/afnix/std/Logger.hpp -include/afnix/std/Method.hpp include/afnix/std/Monitor.hpp include/afnix/std/Mutex.hpp include/afnix/std/NameTable.hpp @@ -203,6 +215,7 @@ include/afnix/std/Sorter.hpp include/afnix/std/Stack.hpp include/afnix/std/Strbuf.hpp include/afnix/std/Stream.hpp +include/afnix/std/Strfifo.hpp include/afnix/std/String.hpp include/afnix/std/Strvec.hpp include/afnix/std/System.hpp @@ -315,9 +328,7 @@ include/afnix/xpe/XmlInclude.hpp include/afnix/xpe/XmlPlist.hpp include/afnix/xpe/XmlPrintTable.hpp include/afnix/xpe/XmlProcessor.hpp -lib/afnix/afnix-adp.axl -lib/afnix/afnix-amd.axl -lib/afnix/afnix-apx.axl +lib/afnix/afnix-std-adp.axl lib/libafnix-eng.a lib/libafnix-eng.so lib/libafnix-eng.so.1 |