From owner-cvs-ports@FreeBSD.ORG Fri Aug 3 23:21:26 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A6DF16A418; Fri, 3 Aug 2007 23:21:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9B913C469; Fri, 3 Aug 2007 23:21:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l73NLQOA087716; Fri, 3 Aug 2007 23:21:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l73NLQQx087715; Fri, 3 Aug 2007 23:21:26 GMT (envelope-from pav) Message-Id: <200708032321.l73NLQQx087715@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 3 Aug 2007 23:21:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/shibboleth-sp Makefile distinfo pkg-descr pkg-plist ports/security/shibboleth-sp/files patch-shib-target_shib-handlers.cpp shibboleth-sp.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 23:21:26 -0000 pav 2007-08-03 23:21:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/shibboleth-sp Makefile distinfo pkg-descr pkg-plist security/shibboleth-sp/files patch-shib-target_shib-handlers.cpp shibboleth-sp.in 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 Revision Changes Path 1.908 +1 -0 ports/security/Makefile 1.1 +41 -0 ports/security/shibboleth-sp/Makefile (new) 1.1 +3 -0 ports/security/shibboleth-sp/distinfo (new) 1.1 +16 -0 ports/security/shibboleth-sp/files/patch-shib-target_shib-handlers.cpp (new) 1.1 +20 -0 ports/security/shibboleth-sp/files/shibboleth-sp.in (new) 1.1 +13 -0 ports/security/shibboleth-sp/pkg-descr (new) 1.1 +103 -0 ports/security/shibboleth-sp/pkg-plist (new)