aboutsummaryrefslogtreecommitdiff
path: root/security/opensaml2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /security/opensaml2
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'security/opensaml2')
-rw-r--r--security/opensaml2/Makefile37
-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-plist29
5 files changed, 0 insertions, 90 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile
deleted file mode 100644
index 8cd929b23217..000000000000
--- a/security/opensaml2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: opensaml
-# Date created: 06 Febuary 2007
-# Whom: Tony Maher
-#
-# $FreeBSD$
-#
-
-PORTNAME= opensaml
-DISTVERSION= 1.1b
-CATEGORIES= security
-MASTER_SITES= http://shibboleth.internet2.edu/downloads/
-
-MAINTAINER= tonymaher@optusnet.com.au
-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
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-1.1
-
-.include <bsd.port.pre.mk>
-
-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.post.mk>
diff --git a/security/opensaml2/distinfo b/security/opensaml2/distinfo
deleted file mode 100644
index da7f26075c93..000000000000
--- a/security/opensaml2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (opensaml-1.1b.tar.gz) = e1f2ecea59244a3d34f1abdedff18956
-SHA256 (opensaml-1.1b.tar.gz) = 24bd44c80659b062c76f1b6d6510b3fcd6d04e9b460e22cc037e0c45286ec110
-SIZE (opensaml-1.1b.tar.gz) = 467027
diff --git a/security/opensaml2/files/patch-configure b/security/opensaml2/files/patch-configure
deleted file mode 100644
index bcfb1d6a0e39..000000000000
--- a/security/opensaml2/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.orig Mon Feb 12 12:13:21 2007
-+++ configure Mon Feb 12 12:13:27 2007
-@@ -20574,8 +20574,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 a116fd2012fe..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/SHIB/OpenSAML
diff --git a/security/opensaml2/pkg-plist b/security/opensaml2/pkg-plist
deleted file mode 100644
index 5af54f11ccaa..000000000000
--- a/security/opensaml2/pkg-plist
+++ /dev/null
@@ -1,29 +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
-%%PORTDOCS%%%%DOCSDIR%%/TODO.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
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm share/xml/opensaml