diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-14 14:51:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-14 14:51:01 +0000 |
commit | 95c2fddf66ddf99fcf54181064f0cb2a8802fb1c (patch) | |
tree | 5f88170d87ed103ee4f902841d1cab7e9dbcf137 /security/nettle/pkg-plist | |
parent | 494f5a96cd07ae9e41fc9df437fc3d49787a4d0e (diff) | |
download | ports-95c2fddf66ddf99fcf54181064f0cb2a8802fb1c.tar.gz ports-95c2fddf66ddf99fcf54181064f0cb2a8802fb1c.zip |
Notes
Diffstat (limited to 'security/nettle/pkg-plist')
-rw-r--r-- | security/nettle/pkg-plist | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/security/nettle/pkg-plist b/security/nettle/pkg-plist index 0d91f8fed635..c61be319b07b 100644 --- a/security/nettle/pkg-plist +++ b/security/nettle/pkg-plist @@ -1,8 +1,10 @@ -bin/sexp-conv bin/nettle-lfib-stream +bin/pkcs1-conv +bin/sexp-conv include/nettle/aes.h include/nettle/arcfour.h include/nettle/arctwo.h +include/nettle/asn1.h include/nettle/base16.h include/nettle/base64.h include/nettle/bignum.h @@ -23,13 +25,13 @@ include/nettle/md5-compat.h include/nettle/md5.h include/nettle/memxor.h include/nettle/nettle-meta.h -include/nettle/nettle-types.h include/nettle/nettle-stdint.h +include/nettle/nettle-types.h include/nettle/pgp.h include/nettle/pkcs1.h include/nettle/realloc.h -include/nettle/rsa.h include/nettle/rsa-compat.h +include/nettle/rsa.h include/nettle/serpent.h include/nettle/sexp.h include/nettle/sha.h @@ -37,17 +39,18 @@ include/nettle/twofish.h include/nettle/yarrow.h @dirrm include/nettle lib/libnettle.a -lib/libnettle.so.2 lib/libnettle.so +lib/libnettle.so.2 %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/nettle.html %%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/getopt.c -%%EXAMPLESDIR%%/getopt1.c %%EXAMPLESDIR%%/getopt.h +%%EXAMPLESDIR%%/getopt1.c %%EXAMPLESDIR%%/io.c +%%EXAMPLESDIR%%/io.h %%EXAMPLESDIR%%/nettle-benchmark.c %%EXAMPLESDIR%%/nettle-openssl.c %%EXAMPLESDIR%%/rsa-decrypt.c @@ -56,5 +59,5 @@ lib/libnettle.so %%EXAMPLESDIR%%/rsa-session.h %%EXAMPLESDIR%%/rsa-sign.c %%EXAMPLESDIR%%/rsa-verify.c -%%EXAMPLESDIR%%/io.h @dirrm %%EXAMPLESDIR%% + |