Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

1
security/py-xmlsec/DESCR Normal file
View File

@@ -0,0 +1 @@
PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.5 2013/02/06 23:23:44 jperkin Exp $
#
DISTNAME= pyxmlsec-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/430/
PKGREVISION= 3
CATEGORIES= security python
MAINTAINER= pmcphee@givex.com
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
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"

8
security/py-xmlsec/PLIST Normal file
View File

@@ -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

View File

@@ -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

View File

@@ -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' \