diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-10 02:32:18 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-10 02:32:18 +0000 |
commit | 36625549db14a0db225ea96041fd610c51500c36 (patch) | |
tree | 3c765b348c93e349ff726e6de5231a88502923cb /security/botan/pkg-plist | |
parent | 45ec3628ffcb71ce35f1699901bc21d48ec6a0aa (diff) | |
download | FreeBSD-ports-36625549db14a0db225ea96041fd610c51500c36.zip FreeBSD-ports-36625549db14a0db225ea96041fd610c51500c36.tar.gz |
upgrade to 0.8.1
Diffstat (limited to 'security/botan/pkg-plist')
-rw-r--r-- | security/botan/pkg-plist | 67 |
1 files changed, 60 insertions, 7 deletions
diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 5a9a246..7c171f3 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -1,44 +1,88 @@ +include/opencl/adler32.h +include/opencl/allocate.h include/opencl/arc4.h +include/opencl/barrett.h +include/opencl/base.h +include/opencl/bigint.h include/opencl/blowfish.h +include/opencl/buf_filt.h include/opencl/cast256.h include/opencl/cast5.h -include/opencl/checksum.h +include/opencl/cbc.h +include/opencl/cbc.icc +include/opencl/cfb.h +include/opencl/cfb.icc +include/opencl/chain.h include/opencl/config.h +include/opencl/crc24.h +include/opencl/crc32.h include/opencl/cscipher.h +include/opencl/cts.h +include/opencl/cts.icc +include/opencl/defalloc.h include/opencl/des.h include/opencl/desx.h +include/opencl/ecb.h include/opencl/emac.h +include/opencl/eme1.h +include/opencl/eme1.icc +include/opencl/emsa2.h +include/opencl/emsa2.icc include/opencl/encoder.h +include/opencl/es_file.h include/opencl/exceptn.h -include/opencl/filtbase.h +include/opencl/filter.h include/opencl/filters.h include/opencl/filters.icc +include/opencl/fork.h include/opencl/gost.h include/opencl/haval.h include/opencl/hmac.h include/opencl/idea.h +include/opencl/ieee1363.h +include/opencl/init.h include/opencl/isaac.h +include/opencl/kdf1.h +include/opencl/lion.h include/opencl/lubyrack.h +include/opencl/manalloc.h include/opencl/md2.h include/opencl/md4.h include/opencl/md5.h include/opencl/md5mac.h +include/opencl/mgf1.h include/opencl/misty1.h -include/opencl/modes.h -include/opencl/modes.icc +include/opencl/mode_pad.h +include/opencl/modebase.h +include/opencl/mutex.h +include/opencl/numthry.h +include/opencl/ofb.h +include/opencl/ofb.icc include/opencl/opencl.h +include/opencl/pgp_s2k.h +include/opencl/pipe.h +include/opencl/pk_base.h +include/opencl/pk_misc.h +include/opencl/pk_raw.h +include/opencl/pk_types.h +include/opencl/primes.h +include/opencl/pubkey.h +include/opencl/pubkey.icc include/opencl/randpool.h include/opencl/rc2.h include/opencl/rc5.h include/opencl/rc6.h +include/opencl/reducer.h include/opencl/rijndael.h include/opencl/rmd128.h include/opencl/rmd160.h +include/opencl/rng.h +include/opencl/rsa.h +include/opencl/s2k.h include/opencl/safer_sk.h include/opencl/seal.h include/opencl/secalloc.h include/opencl/secmem.h -include/opencl/secqueue.h include/opencl/serpent.h include/opencl/sha1.h include/opencl/sha256.h @@ -48,26 +92,35 @@ include/opencl/skipjack.h include/opencl/square.h include/opencl/symkey.h include/opencl/tea.h +include/opencl/thr_filt.h include/opencl/threeway.h include/opencl/tiger.h +include/opencl/timers.h +include/opencl/tm_def.h include/opencl/triple.h include/opencl/twofish.h include/opencl/types.h include/opencl/util.h include/opencl/version.h include/opencl/x917.h +include/opencl/x917_rng.h +include/opencl/x919_mac.h include/opencl/xtea.h @dirrm include/opencl lib/libopencl.a lib/libopencl-%%PORTVERSION%%.so -lib/libopencl-0.7.so +lib/libopencl-0.8.so lib/libopencl-0.so lib/libopencl.so +share/doc/OpenCL-%%PORTVERSION%%/authors.txt +share/doc/OpenCL-%%PORTVERSION%%/deprecated.txt +share/doc/OpenCL-%%PORTVERSION%%/indent.el share/doc/OpenCL-%%PORTVERSION%%/license.txt share/doc/OpenCL-%%PORTVERSION%%/log.txt share/doc/OpenCL-%%PORTVERSION%%/opencl.ps +share/doc/OpenCL-%%PORTVERSION%%/opencl.tex share/doc/OpenCL-%%PORTVERSION%%/pgpkeys.asc share/doc/OpenCL-%%PORTVERSION%%/readme.txt -share/doc/OpenCL-%%PORTVERSION%%/relnotes.txt share/doc/OpenCL-%%PORTVERSION%%/thanks.txt +share/doc/OpenCL-%%PORTVERSION%%/todo.txt @dirrm share/doc/OpenCL-%%PORTVERSION%% |