head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.28.01.59.02;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2007.08.03.23.21.25;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@2010-01-08 x11-toolkits/gtkada-gps: has been broken for 3 months
2010-01-08 x11-fm/velocity: has been broken for 7 months
2010-01-08 x11-drivers/xf86-video-nsc: has been broken for 5 months
2010-01-08 www/rubygem-merb: has been broken for 5 months
2010-01-08 security/shibboleth-sp: has been broken for 3 months
@
text
@@@comment $FreeBSD: ports/security/shibboleth-sp/pkg-plist,v 1.1 2007/08/03 23:21:25 pav Exp $
bin/test-client
bin/shibtest
bin/posttest
etc/shibboleth/shibboleth.xml
etc/shibboleth/shibboleth.xml.dist
etc/shibboleth/native.logger
etc/shibboleth/native.logger.dist
etc/shibboleth/shibd.logger
etc/shibboleth/shibd.logger.dist
etc/shibboleth/AAP.xml
etc/shibboleth/AAP.xml.dist
etc/shibboleth/IQ-metadata.xml
etc/shibboleth/IQ-metadata.xml.dist
etc/shibboleth/example-metadata.xml
etc/shibboleth/example-metadata.xml.dist
etc/shibboleth/shibboleth.logger
etc/shibboleth/shibboleth.logger.dist
etc/shibboleth/accessError.html
etc/shibboleth/accessError.html.dist
etc/shibboleth/rmError.html
etc/shibboleth/sslError.html
etc/shibboleth/rmError.html.dist
etc/shibboleth/sessionError.html
etc/shibboleth/sessionError.html.dist
etc/shibboleth/metadataError.html
etc/shibboleth/metadataError.html.dist
etc/shibboleth/sslError.html.dist
etc/shibboleth/sp-example.key
etc/shibboleth/sp-example.key.dist
etc/shibboleth/sp-example.crt
etc/shibboleth/sp-example.crt.dist
etc/shibboleth/shibd
etc/shibboleth/apache.config
etc/shibboleth/apache2.config
etc/shibboleth/apache22.config
etc/shibboleth/inqueue.pem
include/shib/shib.h
include/shib/shib-threads.h
include/shib/hresult.h
include/shib-target/shib-target.h
include/shib-target/shibrpc.h
include/shib-target/shib-paths.h
include/shib-target/hresult.h
lib/liboncrpc.so.2
lib/liboncrpc.so
lib/libshib.so.6
lib/libshib.so
lib/libshib-target.so.5
lib/libshib-target.so
libexec/xmlproviders.so
libexec/xmlproviders.la
libexec/adfs.so
libexec/adfs.la
libexec/mod_shib_22.so
libexec/mod_shib_22.la
sbin/shibd
sbin/siterefresh
share/xml/shibboleth/credentials.xsd
share/xml/shibboleth/cs-sstc-schema-assertion-01.xsd
share/xml/shibboleth/cs-sstc-schema-protocol-01.xsd
share/xml/shibboleth/cs-sstc-schema-assertion-1.1.xsd
share/xml/shibboleth/cs-sstc-schema-protocol-1.1.xsd
share/xml/shibboleth/soap-envelope.xsd
share/xml/shibboleth/xmldsig-core-schema.xsd
share/xml/shibboleth/xenc-schema.xsd
share/xml/shibboleth/xml.xsd
share/xml/shibboleth/shibboleth.xsd
share/xml/shibboleth/shibboleth-trust-1.0.xsd
share/xml/shibboleth/shibboleth-metadata-1.0.xsd
share/xml/shibboleth/shibboleth-targetconfig-1.0.xsd
share/xml/shibboleth/saml-schema-assertion-2.0.xsd
share/xml/shibboleth/WS-Trust.xsd
share/xml/shibboleth/saml-schema-metadata-2.0.xsd
share/xml/shibboleth/metadata_v12_to_v11.xsl
share/xml/shibboleth/metadata_v12_to_v13.xsl
share/xml/shibboleth/metadata_v13_to_v12.xsl
share/xml/shibboleth/trust_v12_to_v11.xsl
share/xml/shibboleth/trust_v13_to_v12.xsl
share/doc/shibboleth/CREDITS.txt
share/doc/shibboleth/INSTALL.txt
share/doc/shibboleth/INSTALL-WIN32.txt
share/doc/shibboleth/LICENSE.txt
share/doc/shibboleth/NEWS.txt
share/doc/shibboleth/NOTICE.txt
share/doc/shibboleth/README.txt
share/doc/shibboleth/OPENSSL.LICENSE
share/doc/shibboleth/LOG4CPP.LICENSE
share/doc/shibboleth/CURL.LICENSE
share/doc/shibboleth/mysql-4.0.12.diff
share/doc/shibboleth/main.css
share/doc/shibboleth/logo.jpg
@@exec mkdir -p %D/data
@@exec mkdir -p /var/log/shibboleth
@@exec mkdir -p /var/run/shibboleth
@@exec chmod -R ug=rwx,o= /var/run/shibboleth
@@unexec rm -rf /var/run/shibboleth 2>&1 >/dev/null || true
@@dirrmtry share/xml/shibboleth
@@dirrmtry include/shib-target
@@dirrmtry include/shib
@@dirrmtry etc/shibboleth
@@dirrm share/doc/shibboleth
@@dirrmtry data
@


1.1
log
@Shibboleth is standards-based, open source middleware software which
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.

This software is a C++ implementation of the Service Provider
component of the Shibboleth can be used in Apache Web servers.  The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.

WWW:	http://shibboleth.internet2.edu/

PR:		ports/114663
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d1 1
a1 1
@@comment $FreeBSD$
@

