pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-xmlsec Import py-xmlsec-0.3.0 as security/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0a16d547b55
branches: trunk
changeset: 576016:b0a16d547b55
user: obache <obache%pkgsrc.org@localhost>
date: Sat May 29 06:20:06 2010 +0000
description:
Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee.
PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).
diffstat:
security/py-xmlsec/DESCR | 1 +
security/py-xmlsec/Makefile | 26 ++++++++++++++++++++++++++
security/py-xmlsec/PLIST | 8 ++++++++
security/py-xmlsec/distinfo | 6 ++++++
security/py-xmlsec/patches/patch-aa | 15 +++++++++++++++
5 files changed, 56 insertions(+), 0 deletions(-)
diffs (76 lines):
diff -r 8e9bbe77aaa4 -r b0a16d547b55 security/py-xmlsec/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-xmlsec/DESCR Sat May 29 06:20:06 2010 +0000
@@ -0,0 +1,1 @@
+PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).
diff -r 8e9bbe77aaa4 -r b0a16d547b55 security/py-xmlsec/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-xmlsec/Makefile Sat May 29 06:20:06 2010 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+#
+
+DISTNAME= pyxmlsec-0.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/430/
+CATEGORIES= security python
+
+MAINTAINER= pmcphee%givex.com@localhost
+HOMEPAGE= http://pyxmlsec.labs.libre-entreprise.org/
+COMMENT= Python bindings for XMLSec Library
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= pkg-config
+
+PYDISTUTILSPKG= yes
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../security/xmlsec1/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8e9bbe77aaa4 -r b0a16d547b55 security/py-xmlsec/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-xmlsec/PLIST Sat May 29 06:20:06 2010 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+${PYSITELIB}/xmlsec.py
+${PYSITELIB}/xmlsec.pyc
+${PYSITELIB}/xmlsec.pyo
+${PYSITELIB}/xmlsec_strings.py
+${PYSITELIB}/xmlsec_strings.pyc
+${PYSITELIB}/xmlsec_strings.pyo
+${PYSITELIB}/xmlsecmod.so
diff -r 8e9bbe77aaa4 -r b0a16d547b55 security/py-xmlsec/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-xmlsec/distinfo Sat May 29 06:20:06 2010 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+
+SHA1 (pyxmlsec-0.3.0.tar.gz) = 4752ced5316d676a800230eca0408dd204ffe2b4
+RMD160 (pyxmlsec-0.3.0.tar.gz) = aa945ca704ea92747e3ad46041c03b0d37380147
+Size (pyxmlsec-0.3.0.tar.gz) = 224312 bytes
+SHA1 (patch-aa) = 7a3104efb9f3e587d848ae676b89057e113f93e5
diff -r 8e9bbe77aaa4 -r b0a16d547b55 security/py-xmlsec/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-xmlsec/patches/patch-aa Sat May 29 06:20:06 2010 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+
+avoid keyborad interaction.
+
+--- setup.py.orig 2006-01-01 17:43:37.000000000 +0000
++++ setup.py
+@@ -71,7 +71,7 @@ if len(sys.argv) == 1:
+
+ # the crypto engine name : openssl, gnutls or nss
+ xmlsec1_crypto = "openssl"
+-if 'build' in sys.argv:
++if False:
+ msg = '\nChoose a crypto engine :\n' \
+ ' 1. OpenSSL\n' \
+ ' 2. GnuTLS\n' \
Home |
Main Index |
Thread Index |
Old Index