aboutsummaryrefslogtreecommitdiffstats
path: root/security/yassl
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-05-06 16:16:59 +0800
committergahr <gahr@FreeBSD.org>2014-05-06 16:16:59 +0800
commit0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9 (patch)
treec9f9a60656aef655a470e7356d4eaac6a618abe9 /security/yassl
parent9e3618fb5d949bd8959efc9cdc983abb48e868e1 (diff)
downloadfreebsd-ports-gnome-0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9.tar.gz
freebsd-ports-gnome-0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9.tar.zst
freebsd-ports-gnome-0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9.zip
- Move security/yassl to security/cyassl in preparation for the import of the
real yassl package. Approved by: maintainer
Diffstat (limited to 'security/yassl')
-rw-r--r--security/yassl/Makefile35
-rw-r--r--security/yassl/distinfo2
-rw-r--r--security/yassl/pkg-descr23
-rw-r--r--security/yassl/pkg-plist93
4 files changed, 0 insertions, 153 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile
deleted file mode 100644
index b12c45ef7183..000000000000
--- a/security/yassl/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= cyassl
-PORTVERSION= 3.0.0
-CATEGORIES= security devel
-MASTER_SITES= http://www.yassl.com/
-
-MAINTAINER= johans@FreeBSD.org
-COMMENT= Embedded SSL C-Library
-
-LICENSE= GPLv2
-
-USES= zip libtool
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-dependency-tracking \
- --enable-shared --enable-static \
- --enable-dtls --enable-opensslextra --enable-ipv6 \
- --enable-dsa --enable-ecc --enable-sni
-USE_LDCONFIG= yes
-PORTDOCS= *
-
-post-configure:
- @${REINPLACE_CMD} \
- -e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \
- -e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
- -e '/^pkgconfigdir/s|(libdir)|&data|' \
- ${WRKSRC}/Makefile
- # i386 assembly is broken: do not use
- @${REINPLACE_CMD} -e 's/(TFM_X86)/(TFM_X86_BROKEN)/' \
- ${WRKSRC}/ctaocrypt/src/asm.c
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcyassl.so
-
-.include <bsd.port.mk>
diff --git a/security/yassl/distinfo b/security/yassl/distinfo
deleted file mode 100644
index 145f8363431d..000000000000
--- a/security/yassl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cyassl-3.0.0.zip) = 03825863aef91c5fccb68f1a23d1f2d404254f51fa5413b72fd4a022bece1eed
-SIZE (cyassl-3.0.0.zip) = 1942979
diff --git a/security/yassl/pkg-descr b/security/yassl/pkg-descr
deleted file mode 100644
index 24c81321848f..000000000000
--- a/security/yassl/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-Cyassl is an embedded SSL Library for programmers building security
-functionality into their applications and devices.
-
-Features
- SSL version 3 and TLS versions 1, 1.1 and 1.2 (client and server)
- Minimum size of 60-100kb, depending on build options
- Runtime memory usage between 5-50kb
- DTLS support (client and server)
- OpenSSL compatibility layer
- zlib compression support
- integration in MySQL, stunnel, Lighttpd availible.
- MD2, MD4, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH,
- RSA, DSS, DH, and PKCS#5 PBKDF2
- ia32 assembly for AES, 3DES, BLOWFISH, TWOFISH, ARC4, MD5, SHA, and RIPEMD
- SSE2 instructions for Large Integers
- Simple API
- Interchangeable crypto and certificate libraries
- PEM and DER certificate support
- Very fast
-
-LICENSE: GPL2 with FOSS extension
-
-WWW: http://www.yassl.com/
diff --git a/security/yassl/pkg-plist b/security/yassl/pkg-plist
deleted file mode 100644
index eb87b25ddd46..000000000000
--- a/security/yassl/pkg-plist
+++ /dev/null
@@ -1,93 +0,0 @@
-bin/cyassl-config
-lib/libcyassl.a
-lib/libcyassl.so
-lib/libcyassl.so.5
-lib/libcyassl.so.5.0.5
-libdata/pkgconfig/cyassl.pc
-include/cyassl/openssl/asn1.h
-include/cyassl/openssl/bio.h
-include/cyassl/openssl/bn.h
-include/cyassl/openssl/conf.h
-include/cyassl/openssl/crypto.h
-include/cyassl/openssl/des.h
-include/cyassl/openssl/dh.h
-include/cyassl/openssl/dsa.h
-include/cyassl/openssl/ec.h
-include/cyassl/openssl/ecdsa.h
-include/cyassl/openssl/engine.h
-include/cyassl/openssl/err.h
-include/cyassl/openssl/evp.h
-include/cyassl/openssl/hmac.h
-include/cyassl/openssl/lhash.h
-include/cyassl/openssl/md4.h
-include/cyassl/openssl/md5.h
-include/cyassl/openssl/ocsp.h
-include/cyassl/openssl/opensslconf.h
-include/cyassl/openssl/opensslv.h
-include/cyassl/openssl/ossl_typ.h
-include/cyassl/openssl/pem.h
-include/cyassl/openssl/pkcs12.h
-include/cyassl/openssl/rand.h
-include/cyassl/openssl/ripemd.h
-include/cyassl/openssl/rsa.h
-include/cyassl/openssl/sha.h
-include/cyassl/openssl/ssl.h
-include/cyassl/openssl/stack.h
-include/cyassl/openssl/ui.h
-include/cyassl/openssl/x509.h
-include/cyassl/openssl/x509v3.h
-include/cyassl/ctaocrypt/aes.h
-include/cyassl/ctaocrypt/arc4.h
-include/cyassl/ctaocrypt/asn.h
-include/cyassl/ctaocrypt/asn_public.h
-include/cyassl/ctaocrypt/blake2-impl.h
-include/cyassl/ctaocrypt/blake2-int.h
-include/cyassl/ctaocrypt/blake2.h
-include/cyassl/ctaocrypt/camellia.h
-include/cyassl/ctaocrypt/coding.h
-include/cyassl/ctaocrypt/compress.h
-include/cyassl/ctaocrypt/des3.h
-include/cyassl/ctaocrypt/dh.h
-include/cyassl/ctaocrypt/dsa.h
-include/cyassl/ctaocrypt/ecc.h
-include/cyassl/ctaocrypt/error-crypt.h
-include/cyassl/ctaocrypt/fips_test.h
-include/cyassl/ctaocrypt/hc128.h
-include/cyassl/ctaocrypt/hmac.h
-include/cyassl/ctaocrypt/integer.h
-include/cyassl/ctaocrypt/logging.h
-include/cyassl/ctaocrypt/md2.h
-include/cyassl/ctaocrypt/md4.h
-include/cyassl/ctaocrypt/md5.h
-include/cyassl/ctaocrypt/memory.h
-include/cyassl/ctaocrypt/misc.h
-include/cyassl/ctaocrypt/mpi_class.h
-include/cyassl/ctaocrypt/mpi_superclass.h
-include/cyassl/ctaocrypt/pkcs7.h
-include/cyassl/ctaocrypt/port.h
-include/cyassl/ctaocrypt/pwdbased.h
-include/cyassl/ctaocrypt/rabbit.h
-include/cyassl/ctaocrypt/random.h
-include/cyassl/ctaocrypt/ripemd.h
-include/cyassl/ctaocrypt/rsa.h
-include/cyassl/ctaocrypt/settings.h
-include/cyassl/ctaocrypt/sha.h
-include/cyassl/ctaocrypt/sha256.h
-include/cyassl/ctaocrypt/sha512.h
-include/cyassl/ctaocrypt/tfm.h
-include/cyassl/ctaocrypt/types.h
-include/cyassl/ctaocrypt/visibility.h
-include/cyassl/callbacks.h
-include/cyassl/certs_test.h
-include/cyassl/crl.h
-include/cyassl/error-ssl.h
-include/cyassl/ocsp.h
-include/cyassl/options.h
-include/cyassl/sniffer.h
-include/cyassl/sniffer_error.h
-include/cyassl/ssl.h
-include/cyassl/test.h
-include/cyassl/version.h
-@dirrm include/cyassl/openssl
-@dirrm include/cyassl/ctaocrypt
-@dirrm include/cyassl