Date: Mon, 15 Sep 2008 17:05:16 +0200 (CEST) From: Janos Mohacsi <janos.mohacsi@bsd.hu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127400: [NEW PORT] security/opensaml2: Open source implentation of SAML2 Message-ID: <200809151505.m8FF5GMr074988@csoki.ki.iif.hu> Resent-Message-ID: <200809151510.m8FFA1bu016267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127400 >Category: ports >Synopsis: [NEW PORT] security/opensaml2: Open source implentation of SAML2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 15:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 6.4-PRERELEASE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD csoki.ki.iif.hu 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #7: Fri Sep 5 15:16:32 CEST >Description: OpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is not backwards compatible with OpenSAML 1. WWW: https://spaces.internet2.edu/display/OpenSAML/Home Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- opensaml2-2.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # opensaml2 # opensaml2/Makefile # opensaml2/distinfo # opensaml2/pkg-descr # opensaml2/pkg-plist # opensaml2/files # opensaml2/files/patch-doc_Makefile.in # echo c - opensaml2 mkdir -p opensaml2 > /dev/null 2>&1 echo x - opensaml2/Makefile sed 's/^X//' >opensaml2/Makefile << 'ed5af59e211098aeddb7f0223607b985' X# New ports collection makefile for: opensaml2 X# Date created: 15 September 2008 X# Whom: Janos Mohacsi X# X# $FreeBSD$ X# X XPORTNAME= opensaml2 XDISTVERSION= 2.1 XCATEGORIES= security XMASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ XDISTNAME= opensaml-${DISTVERSION} X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Open source implentation of SAML2 X XLIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ X log4shib.1:${PORTSDIR}/devel/log4shib \ X xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ X xmltooling.2:${PORTSDIR}/devel/xmltooling X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-xmltooling=${LOCALBASE} XUSE_GMAKE= yes XUSE_LDCONFIG= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ X ${WRKSRC}/doc/Makefile.in X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in X.endif X X.include <bsd.port.mk> ed5af59e211098aeddb7f0223607b985 echo x - opensaml2/distinfo sed 's/^X//' >opensaml2/distinfo << '0aff44ccff7423c851340e8d09b9d883' XMD5 (opensaml-2.1.tar.gz) = a212c7ceb5e60ddfa0cf5f3c8a09f03f XSHA256 (opensaml-2.1.tar.gz) = 9c05b34a9f600f639f41e6d33cf34eac696f56e93907398e8cda902dd464f91d XSIZE (opensaml-2.1.tar.gz) = 710801 0aff44ccff7423c851340e8d09b9d883 echo x - opensaml2/pkg-descr sed 's/^X//' >opensaml2/pkg-descr << '263434d0993003f429bea3f3ed4f8b54' XOpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is Xnot backwards compatible with OpenSAML 1. X XWWW: https://spaces.internet2.edu/display/OpenSAML/Home 263434d0993003f429bea3f3ed4f8b54 echo x - opensaml2/pkg-plist sed 's/^X//' >opensaml2/pkg-plist << '75e116fc96258f61689fed525f203435' Xbin/samlsign Xinclude/saml/encryption/EncryptedKeyResolver.h Xinclude/saml/Assertion.h Xinclude/saml/base.h Xinclude/saml/exceptions.h Xinclude/saml/version.h Xinclude/saml/RootObject.h Xinclude/saml/SAMLConfig.h Xinclude/saml/saml1/binding/SAMLArtifactType0001.h Xinclude/saml/saml1/binding/SAMLArtifactType0002.h Xinclude/saml/saml1/binding/SAML1MessageDecoder.h Xinclude/saml/saml1/binding/SAML1SOAPClient.h Xinclude/saml/saml1/core/Assertions.h Xinclude/saml/saml1/core/Protocols.h Xinclude/saml/saml1/profile/AssertionValidator.h Xinclude/saml/saml1/profile/BrowserSSOProfileValidator.h Xinclude/saml/saml2/binding/SAML2Artifact.h Xinclude/saml/saml2/binding/SAML2ArtifactType0004.h Xinclude/saml/saml2/binding/SAML2MessageDecoder.h Xinclude/saml/saml2/binding/SAML2Redirect.h Xinclude/saml/saml2/binding/SAML2SOAPClient.h Xinclude/saml/saml2/core/Assertions.h Xinclude/saml/saml2/core/Protocols.h Xinclude/saml/saml2/metadata/AbstractMetadataProvider.h Xinclude/saml/saml2/metadata/ChainingMetadataProvider.h Xinclude/saml/saml2/metadata/DynamicMetadataProvider.h Xinclude/saml/saml2/metadata/EndpointManager.h Xinclude/saml/saml2/metadata/Metadata.h Xinclude/saml/saml2/metadata/MetadataCredentialContext.h Xinclude/saml/saml2/metadata/MetadataCredentialCriteria.h Xinclude/saml/saml2/metadata/MetadataFilter.h Xinclude/saml/saml2/metadata/MetadataProvider.h Xinclude/saml/saml2/metadata/ObservableMetadataProvider.h Xinclude/saml/saml2/profile/AssertionValidator.h Xinclude/saml/saml2/profile/BrowserSSOProfileValidator.h Xinclude/saml/binding/ArtifactMap.h Xinclude/saml/binding/MessageDecoder.h Xinclude/saml/binding/MessageEncoder.h Xinclude/saml/binding/SAMLArtifact.h Xinclude/saml/binding/SecurityPolicy.h Xinclude/saml/binding/SecurityPolicyRule.h Xinclude/saml/binding/SOAPClient.h Xinclude/saml/signature/ContentReference.h Xinclude/saml/signature/SignableObject.h Xinclude/saml/signature/SignatureProfileValidator.h Xinclude/saml/util/CommonDomainCookie.h Xinclude/saml/util/SAMLConstants.h Xlib/libsaml.so.3 Xlib/libsaml.so X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt X%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt X%%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE Xshare/xml/opensaml/saml20-catalog.xml Xshare/xml/opensaml/saml10-catalog.xml Xshare/xml/opensaml/saml11-catalog.xml Xshare/xml/opensaml/cs-sstc-schema-assertion-01.xsd Xshare/xml/opensaml/cs-sstc-schema-protocol-01.xsd Xshare/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd Xshare/xml/opensaml/cs-sstc-schema-protocol-1.1.xsd Xshare/xml/opensaml/saml-schema-assertion-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-auth-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-ip-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-pgp-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-ippword-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-kerberos-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-nomad-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-personal-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-ppt-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-pword-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-session-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-smartcard-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-smartcardpki-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-softwarepki-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-spki-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-srp-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-sslcert-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-timesync-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-types-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-x509-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-xmldsig-2.0.xsd Xshare/xml/opensaml/saml-schema-dce-2.0.xsd Xshare/xml/opensaml/saml-schema-ecp-2.0.xsd Xshare/xml/opensaml/saml-schema-metadata-2.0.xsd Xshare/xml/opensaml/saml-schema-protocol-2.0.xsd Xshare/xml/opensaml/saml-schema-x500-2.0.xsd Xshare/xml/opensaml/saml-schema-xacml-2.0.xsd Xshare/xml/opensaml/sstc-saml1x-metadata.xsd Xshare/xml/opensaml/sstc-saml-metadata-ext-query.xsd Xshare/xml/opensaml/sstc-saml-protocol-ext-thirdparty.xsd X@dirrmtry share/xml/opensaml X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrmtry share/doc/opensaml X@dirrmtry include/saml/util X@dirrmtry include/saml/signature X@dirrmtry include/saml/saml2/profile X@dirrmtry include/saml/saml2/metadata X@dirrmtry include/saml/saml2/core X@dirrmtry include/saml/saml2/binding X@dirrmtry include/saml/saml2 X@dirrmtry include/saml/saml1/profile X@dirrmtry include/saml/saml1/core X@dirrmtry include/saml/saml1/binding X@dirrmtry include/saml/saml1 X@dirrmtry include/saml/encryption X@dirrmtry include/saml/binding X@dirrmtry include/saml 75e116fc96258f61689fed525f203435 echo c - opensaml2/files mkdir -p opensaml2/files > /dev/null 2>&1 echo x - opensaml2/files/patch-doc_Makefile.in sed 's/^X//' >opensaml2/files/patch-doc_Makefile.in << 'e8eac631f127a717b932150cf546ae48' X X$FreeBSD$ X X--- doc/Makefile.in.orig X+++ doc/Makefile.in X@@ -231,7 +231,7 @@ X LOG4CPP.LICENSE X X pkgdoc_DATA = $(docfiles) X-EXTRA_DIST = $(docfiles) api X+EXTRA_DIST = $(docfiles) X all: all-am X X .SUFFIXES: e8eac631f127a717b932150cf546ae48 exit --- opensaml2-2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809151505.m8FF5GMr074988>