pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-lasso Lasso is a free software C library a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70ddd53b80f6
branches:  trunk
changeset: 555455:70ddd53b80f6
user:      manu <manu%pkgsrc.org@localhost>
date:      Mon Mar 02 16:46:26 2009 +0000

description:
Lasso is a free software C library aiming to implement the Liberty
Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for
federated identities, single sign-on and related protocols. Lasso is
built on top of libxml2, XMLSec and OpenSSL and is GPL licensed.

This package provides python bindings for Lasso.

diffstat:

 security/py-lasso/DESCR    |   6 ++++++
 security/py-lasso/Makefile |  21 +++++++++++++++++++++
 security/py-lasso/PLIST    |   3 +++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 3e4d41b3531e -r 70ddd53b80f6 security/py-lasso/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-lasso/DESCR   Mon Mar 02 16:46:26 2009 +0000
@@ -0,0 +1,6 @@
+Lasso is a free software C library aiming to implement the Liberty
+Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for
+federated identities, single sign-on and related protocols. Lasso is
+built on top of libxml2, XMLSec and OpenSSL and is GPL licensed.
+
+This package provides python bindings for Lasso.
diff -r 3e4d41b3531e -r 70ddd53b80f6 security/py-lasso/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-lasso/Makefile        Mon Mar 02 16:46:26 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/02 16:46:26 manu Exp $
+#
+
+PKGNAME=       ${PYPKGPREFIX}-lasso
+COMMENT=       Libery Alliance Single Sign On binding for Python
+
+PKG_DESTDIR_SUPPORT=   destdir
+
+CONFIGURE_ARGS+=       --disable-php4
+CONFIGURE_ARGS+=       --disable-perl
+
+do-install:
+       cd ${WRKSRC}/bindings/python && ${MAKE} install
+
+PY_PATCHPLIST= yes
+.include "../../lang/python/extension.mk"
+
+.include "../../security/lasso/buildlink3.mk"
+
+.include "../../security/lasso/Makefile.common"
+
diff -r 3e4d41b3531e -r 70ddd53b80f6 security/py-lasso/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-lasso/PLIST   Mon Mar 02 16:46:26 2009 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/02 16:46:26 manu Exp $
+${PYSITELIB}/_lasso.la
+${PYSITELIB}/lasso.py



Home | Main Index | Thread Index | Old Index