summaryrefslogtreecommitdiff
path: root/security/opensaml2
diff options
context:
space:
mode:
Diffstat (limited to 'security/opensaml2')
-rw-r--r--security/opensaml2/Makefile33
-rw-r--r--security/opensaml2/distinfo3
-rw-r--r--security/opensaml2/files/patch-configure17
-rw-r--r--security/opensaml2/pkg-descr4
-rw-r--r--security/opensaml2/pkg-plist28
5 files changed, 0 insertions, 85 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile
deleted file mode 100644
index d812315d5685..000000000000
--- a/security/opensaml2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: opensaml
-# Date created: 06 Febuary 2007
-# Whom: Tony Maher
-#
-# $FreeBSD$
-#
-
-PORTNAME= opensaml
-DISTVERSION= 1.1.1
-CATEGORIES= security
-MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Open source implentation of SAML
-
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
- log4cpp.4:${PORTSDIR}/devel/log4cpp \
- xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
- xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c
-
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
- ${WRKSRC}/doc/Makefile.in
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.mk>
diff --git a/security/opensaml2/distinfo b/security/opensaml2/distinfo
deleted file mode 100644
index b58588e77419..000000000000
--- a/security/opensaml2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (opensaml-1.1.1.tar.gz) = ee41f4e9df56dcbf11cfbd331ccb3c33
-SHA256 (opensaml-1.1.1.tar.gz) = 207af6ad74bfd7ca7ec345c36e1c6507428807b111f0f90661e669b014a047f1
-SIZE (opensaml-1.1.1.tar.gz) = 438888
diff --git a/security/opensaml2/files/patch-configure b/security/opensaml2/files/patch-configure
deleted file mode 100644
index fa5759b79306..000000000000
--- a/security/opensaml2/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.orig 2008-05-22 19:38:26.000000000 +1000
-+++ configure 2008-05-22 19:39:17.000000000 +1000
-@@ -20575,8 +20575,12 @@
- fi;
- SSLLIBS="$SSLLIBS -lssl -lcrypto"
- else
-- SSLLIBS="`$PKG_CONFIG --libs openssl`"
-- SSLFLAGS="`$PKG_CONFIG --cflags openssl`"
-+ if `$PKG_CONFIG --libs openssl >> /dev/null 2>&1`; then
-+ SSLLIBS="`$PKG_CONFIG --libs openssl`"
-+ SSLFLAGS="`$PKG_CONFIG --cflags openssl`"
-+ else
-+ SSLLIBS="$SSLLIBS -lssl -lcrypto"
-+ fi
- fi
- echo "$as_me:$LINENO: checking for OpenSSL libraries" >&5
- echo $ECHO_N "checking for OpenSSL libraries... $ECHO_C" >&6
diff --git a/security/opensaml2/pkg-descr b/security/opensaml2/pkg-descr
deleted file mode 100644
index 4eaf5c2ec905..000000000000
--- a/security/opensaml2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenSAML is an implementation of SAML 1.0 and 1.1 providing java and C++
-APIs. This is the C++ version.
-
-WWW: https://spaces.internet2.edu/display/OpenSAML/Home
diff --git a/security/opensaml2/pkg-plist b/security/opensaml2/pkg-plist
deleted file mode 100644
index 6dab0a60ed9a..000000000000
--- a/security/opensaml2/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/signtest
-include/saml/SAMLDateTime.h
-include/saml/config_pub.h
-include/saml/hresult.h
-include/saml/saml.h
-include/saml/version.h
-lib/libsaml.a
-lib/libsaml.so
-lib/libsaml.so.5
-%%PORTDOCS%%%%DOCSDIR%%/CURL.LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL-WIN32.txt
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
-%%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/NEWS.txt
-%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
-%%PORTDOCS%%%%DOCSDIR%%/OPENSSL.LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-share/xml/opensaml/cs-sstc-schema-assertion-01.xsd
-share/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd
-share/xml/opensaml/cs-sstc-schema-protocol-01.xsd
-share/xml/opensaml/cs-sstc-schema-protocol-1.1.xsd
-share/xml/opensaml/soap-envelope.xsd
-share/xml/opensaml/xml.xsd
-share/xml/opensaml/xmldsig-core-schema.xsd
-@dirrm include/saml
-@dirrm share/xml/opensaml
-%%PORTDOCS%%@dirrm %%DOCSDIR%%