aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/xyssl/Makefile46
-rw-r--r--security/xyssl/distinfo2
-rw-r--r--security/xyssl/files/patch-Makefile39
-rw-r--r--security/xyssl/pkg-descr7
-rw-r--r--security/xyssl/pkg-plist44
7 files changed, 1 insertions, 139 deletions
diff --git a/MOVED b/MOVED
index 29d40f5ac335..10a45832740f 100644
--- a/MOVED
+++ b/MOVED
@@ -5702,3 +5702,4 @@ net-mgmt/nagios-pf-plugin||2014-03-10|Has expired: No more public distfiles
security/amavis-stats||2014-03-10|Has expired: No more public distfiles
multimedia/smile||2014-03-10|Has expired: No more public distfiles
x11-fm/dfm||2014-03-10|Has expired: No more public distfiles
+security/xyssl|security/polarssl|2014-03-10|Has expired: No more public distfiles
diff --git a/security/Makefile b/security/Makefile
index ee5c95a64ba3..bd714de4ce74 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1016,7 +1016,6 @@
SUBDIR += xmlsec1
SUBDIR += xorsearch
SUBDIR += xspy
- SUBDIR += xyssl
SUBDIR += yafic
SUBDIR += yapet
SUBDIR += yara
diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile
deleted file mode 100644
index c3d821311c92..000000000000
--- a/security/xyssl/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: mdh <mdh@solitox.net>
-# $FreeBSD$
-
-PORTNAME= xyssl
-PORTVERSION= 0.9
-DISTVERSIONSUFFIX= -bsd
-PORTREVISION= 1
-CATEGORIES= security devel
-MASTER_SITES= http://www.evolane.com/download/mirror/etcl/ \
- http://polarssl.org/code/releases/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Lightweight SSL and TLS toolkit for C developers
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/BSD.txt
-
-PORTDOCS= ChangeLog
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-post-patch:
-.for i in library/Makefile programs/Makefile
- @${REINPLACE_CMD} -e \
- '/^CFLAGS/s|[[:space:]]=| +=| ; \
- s|^OFLAGS|#OFLAGS| ; \
- s|^.SILENT:|#.SILENT:|' ${WRKSRC}/${i}
-.endfor
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/security/xyssl/distinfo b/security/xyssl/distinfo
deleted file mode 100644
index 63215221db88..000000000000
--- a/security/xyssl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xyssl-0.9-bsd.tgz) = cffb78aff512bba7fc1f574b1e9c5cd6759e446719e09c68ce70ccd0fbcef943
-SIZE (xyssl-0.9-bsd.tgz) = 200296
diff --git a/security/xyssl/files/patch-Makefile b/security/xyssl/files/patch-Makefile
deleted file mode 100644
index 91473e573026..000000000000
--- a/security/xyssl/files/patch-Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
---- Makefile.orig 2008-03-16 23:23:22.000000000 +0900
-+++ Makefile 2012-07-12 22:47:37.000000000 +0900
-@@ -1,26 +1,26 @@
-
--DESTDIR=/usr/local
--PREFIX=xyssl_
-+PREFIX?=/usr/local
-+DESTDIR=${PREFIX}
-
- .SILENT:
-
- all:
-- cd library && make all && cd ..
-- cd programs && make all && cd ..
-+ cd library && $(MAKE) all && cd ..
-+ cd programs && $(MAKE) all && cd ..
-
- install:
- mkdir -p $(DESTDIR)/include/xyssl
-- cp -r include/xyssl $(DESTDIR)/include
--
-+ ${BSD_INSTALL_DATA} include/xyssl/*.h $(DESTDIR)/include/xyssl
-+
- mkdir -p $(DESTDIR)/lib
-- cp library/libxyssl.* $(DESTDIR)/lib
--
-+ ${BSD_INSTALL_DATA} library/libxyssl.* $(DESTDIR)/lib
-+
- mkdir -p $(DESTDIR)/bin
- for p in programs/*/* ; do \
- if [ -x $$p ] && [ ! -d $$p ] ; \
- then \
-- f=$(PREFIX)`basename $$p` ; \
-- cp $$p $(DESTDIR)/bin/$$f ; \
-+ f=xyssl_`basename $$p` ; \
-+ ${BSD_INSTALL_PROGRAM} $$p $(DESTDIR)/bin/$$f ; \
- fi \
- done
-
diff --git a/security/xyssl/pkg-descr b/security/xyssl/pkg-descr
deleted file mode 100644
index c8f3f29b9619..000000000000
--- a/security/xyssl/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-XySSL is a lite-weight SSL and TLS implementation library in C.
-It currently supports SSLv2, SSLv3, and TLSv1 using the AES, ARC4,
-and 3DES ciphers, and the MD2, MD4, MD5, SHA1, and SHA256 hashes.
-Support is also included for X.509 certificate structures,
-as well as an internal PRNG.
-
-WWW: http://polarssl.org/
diff --git a/security/xyssl/pkg-plist b/security/xyssl/pkg-plist
deleted file mode 100644
index d291565e367e..000000000000
--- a/security/xyssl/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-bin/xyssl_aescrypt2
-bin/xyssl_benchmark
-bin/xyssl_dh_client
-bin/xyssl_dh_genprime
-bin/xyssl_dh_server
-bin/xyssl_hello
-bin/xyssl_md5sum
-bin/xyssl_mpi_demo
-bin/xyssl_rsa_genkey
-bin/xyssl_rsa_sign
-bin/xyssl_rsa_verify
-bin/xyssl_selftest
-bin/xyssl_sha1sum
-bin/xyssl_sha2sum
-bin/xyssl_ssl_client1
-bin/xyssl_ssl_client2
-bin/xyssl_ssl_server
-bin/xyssl_ssl_test
-include/xyssl/aes.h
-include/xyssl/arc4.h
-include/xyssl/base64.h
-include/xyssl/bignum.h
-include/xyssl/bn_mul.h
-include/xyssl/certs.h
-include/xyssl/config.h
-include/xyssl/debug.h
-include/xyssl/des.h
-include/xyssl/dhm.h
-include/xyssl/havege.h
-include/xyssl/md2.h
-include/xyssl/md4.h
-include/xyssl/md5.h
-include/xyssl/net.h
-include/xyssl/openssl.h
-include/xyssl/padlock.h
-include/xyssl/rsa.h
-include/xyssl/sha1.h
-include/xyssl/sha2.h
-include/xyssl/sha4.h
-include/xyssl/ssl.h
-include/xyssl/timing.h
-include/xyssl/x509.h
-lib/libxyssl.a
-@dirrm include/xyssl