diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-11 07:16:07 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-11 07:16:07 +0800 |
commit | 185e92021db914290dc5a11453f97c52916af474 (patch) | |
tree | 3bd442b408cd61b0284ea08dec3caed652f64409 /security/libtomcrypt/pkg-plist | |
parent | e2073cc7352e0a345c844f8dac5c951e32f7100f (diff) | |
download | freebsd-ports-graphics-185e92021db914290dc5a11453f97c52916af474.tar.gz freebsd-ports-graphics-185e92021db914290dc5a11453f97c52916af474.tar.zst freebsd-ports-graphics-185e92021db914290dc5a11453f97c52916af474.zip |
Add libtomcrypt 0.92, comprehensive, modular and portable
cryptographic toolkit.
PR: 62581
Submitted by: Yonatan <Yonatan@Xpert.com>
Approved by: pav (mentor).
Diffstat (limited to 'security/libtomcrypt/pkg-plist')
-rw-r--r-- | security/libtomcrypt/pkg-plist | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/libtomcrypt/pkg-plist b/security/libtomcrypt/pkg-plist new file mode 100644 index 00000000000..aa7e652e277 --- /dev/null +++ b/security/libtomcrypt/pkg-plist @@ -0,0 +1,37 @@ +lib/libtomcrypt.a +include/tommath.h +include/mycrypt_cfg.h +include/mycrypt_gf.h +include/mycrypt_kr.h +include/mycrypt_misc.h +include/mycrypt_prng.h +include/mycrypt_cipher.h +include/mycrypt_hash.h +include/mycrypt_macros.h +include/mycrypt_pk.h +include/mycrypt.h +include/mycrypt_argchk.h +include/mycrypt_custom.h +%%EXAMPLESDIR%%/ch1-01.c +%%EXAMPLESDIR%%/ch1-02.c +%%EXAMPLESDIR%%/ch1-03.c +%%EXAMPLESDIR%%/ch2-01.c +%%EXAMPLESDIR%%/encrypt.c +%%EXAMPLESDIR%%/small.c +%%EXAMPLESDIR%%/timer.asm +%%EXAMPLESDIR%%/timer.h +%%EXAMPLESDIR%%/x86_prof.c +%%EXAMPLESDIR%%/hashsum.c +%%EXAMPLESDIR%%/test.c +%%EXAMPLESDIR%%/timer.c +%%EXAMPLESDIR%%/tv_gen.c +%%PORTDOCS%%%%DOCSDIR%%/crypt.pdf +%%PORTDOCS%%%%DOCSDIR%%/cipher_tv.txt +%%PORTDOCS%%%%DOCSDIR%%/hmac_tv.txt +%%PORTDOCS%%%%DOCSDIR%%/hash_tv.txt +%%PORTDOCS%%%%DOCSDIR%%/omac_tv.txt +%%PORTDOCS%%%%DOCSDIR%%/tech0001.txt +%%PORTDOCS%%%%DOCSDIR%%/tech0002.txt +%%PORTDOCS%%%%DOCSDIR%%/tech0003.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%EXAMPLESDIR%% |