From mohacsi@csoki.ki.iif.hu  Mon Sep 15 15:05:20 2008
Return-Path: <mohacsi@csoki.ki.iif.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 857F11065674
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Sep 2008 15:05:20 +0000 (UTC)
	(envelope-from mohacsi@csoki.ki.iif.hu)
Received: from csoki.ki.iif.hu (csoki.ki.iif.hu [IPv6:2001:738:0:401::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 897C88FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Sep 2008 15:05:19 +0000 (UTC)
	(envelope-from mohacsi@csoki.ki.iif.hu)
Received: from csoki.ki.iif.hu (localhost [127.0.0.1])
	by csoki.ki.iif.hu (8.14.3/8.14.3) with ESMTP id m8FF5GH3074989
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Sep 2008 17:05:16 +0200 (CEST)
	(envelope-from mohacsi@csoki.ki.iif.hu)
Received: (from root@localhost)
	by csoki.ki.iif.hu (8.14.3/8.14.3/Submit) id m8FF5GMr074988;
	Mon, 15 Sep 2008 17:05:16 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200809151505.m8FF5GMr074988@csoki.ki.iif.hu>
Date: Mon, 15 Sep 2008 17:05:16 +0200 (CEST)
From: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] security/opensaml2: Open source implentation of SAML2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127400
>Category:       ports
>Synopsis:       [REPOCOPY] security/opensaml > security/opensaml2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 15 15:10:01 UTC 2008
>Closed-Date:    Sat Nov 22 15:57:22 UTC 2008
>Last-Modified:  Sat Nov 22 16:00:06 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Sep 15 15:25:14 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127400 
State-Changed-From-To: open->repocopy 
State-Changed-By: miwi 
State-Changed-When: Fri Sep 26 23:49:38 UTC 2008 
State-Changed-Why:  
- Please repocopy security/opensaml to security/opensaml2 


Responsible-Changed-From-To: miwi->portmgr 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Sep 26 23:49:38 UTC 2008 
Responsible-Changed-Why:  
- Over to portmgr 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127400 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Sun Oct 5 16:27:23 UTC 2008 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->miwi 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sun Oct 5 16:27:23 UTC 2008 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127400 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 22 15:57:21 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127400 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127400: commit references a PR
Date: Sat, 22 Nov 2008 15:56:04 +0000 (UTC)

 miwi        2008-11-22 15:55:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/opensaml2   Makefile distinfo pkg-descr pkg-plist 
   Removed files:
     security/opensaml2/files patch-configure 
   Log:
   - Update to 2.1
   
   PR:             127400
   Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
   
   Revision  Changes    Path
   1.6       +16 -11    ports/security/opensaml2/Makefile
   1.5       +3 -3      ports/security/opensaml2/distinfo
   1.3       +0 -17     ports/security/opensaml2/files/patch-configure (dead)
   1.4       +2 -2      ports/security/opensaml2/pkg-descr
   1.4       +105 -20   ports/security/opensaml2/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
