diff options
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%% |