diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2013-06-28 20:55:58 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2013-06-28 20:55:58 +0000 |
commit | 22bc3c69b90a42928766b70b50522478d6260ec7 (patch) | |
tree | 6e0637f4de9af879f881060ec4dd5e997740cbff /security/axTLS/pkg-plist | |
parent | 946b368825b057332613cd4683220d0144f8ae6f (diff) |
The axTLS project is an SSL client/server library using the TLSv1
protocol. It is designed to be small and fast, and is suited to
embedded projects. A web server is included.
WWW: http://http://axtls.sourceforge.net/
PR: ports/177790
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes:
svn path=/head/; revision=321983
Diffstat (limited to 'security/axTLS/pkg-plist')
-rw-r--r-- | security/axTLS/pkg-plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/axTLS/pkg-plist b/security/axTLS/pkg-plist new file mode 100644 index 000000000000..feb87f623cc9 --- /dev/null +++ b/security/axTLS/pkg-plist @@ -0,0 +1,22 @@ +@comment $FreeBSD$ +%%HTTPD%%bin/axhtpasswd +%%HTTPD%%bin/axhttpd +bin/axssl +%%PERL%%bin/axssl.pl +%%TLSWRAP%%bin/axtlswrap +include/axTLS/bigint.h +include/axTLS/bigint_impl.h +include/axTLS/config.h +include/axTLS/crypto.h +include/axTLS/crypto_misc.h +include/axTLS/os_int.h +include/axTLS/ssl.h +include/axTLS/tls1.h +include/axTLS/version.h +lib/libaxtls.a +lib/libaxtls.so +lib/libaxtls.so.1 +lib/libaxtls.so.1.2 +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/libaxtlsp.so +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/axtlsp.pm +@dirrm include/axTLS |