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

5
security/pyca/DESCR Normal file
View File

@@ -0,0 +1,5 @@
pyCA tries to make it easier for people to set up and run a organizational
certificate authority which fulfills the need for a fairly secure
certification processing. The package also tries to reduce administrative
tasks and user's frustration by providing a comfortable web interface to
users contacting the certificate authority.

77
security/pyca/Makefile Normal file
View File

@@ -0,0 +1,77 @@
# $NetBSD: Makefile,v 1.20 2012/10/23 18:16:55 asau Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031118
PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= http://www.pyca.de/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pyca.de/
COMMENT= Administration tools for X.509/PKIX CA
LICENSE= gnu-gpl-v2
NO_BUILD= yes
.include "../../mk/bsd.prefs.mk"
PKG_SYSCONFVAR= openssl
PKG_SYSCONFSUBDIR= openssl
.if ${OPSYS} == "NetBSD"
PKG_SYSCONFDIR.openssl?= /etc/openssl
.endif
PYTHON_PATCH_SCRIPTS= bin/*.py cgi-bin/*.py sbin/*.py
PYCA_SCRIPT_FIXUP_SED= \
-e "s|/usr/local/pyca/pylib|${PREFIX}/lib/pyca|g" \
-e "s|/etc/openssl/openssl.cnf|${PKG_SYSCONFDIR}/openssl.cnf|g" \
-e "s|/home/.*/openssl.cnf|${PKG_SYSCONFDIR}/openssl.cnf|g" \
-e "s|/home/.*/pylib|${PREFIX}/lib/pyca|g"
INSTALLATION_DIRS= bin lib/pyca/openssl libexec/cgi-bin sbin \
share/doc/html/pyca/help share/doc/html/pyca/ssi \
share/examples/pyca
pyca-script-fixup:
cd ${WRKSRC}; for file in ${PYTHON_PATCH_SCRIPTS}; do \
${SED} ${PYCA_SCRIPT_FIXUP_SED} \
<$${file} >$${file}.fixed; \
${MV} $${file}.fixed $${file}; \
done
post-configure: pyca-script-fixup
do-install:
cd ${WRKSRC}; for file in bin/*.py; do \
${INSTALL_SCRIPT} $${file} ${DESTDIR}${PREFIX}/bin; \
done
cd ${WRKSRC}; for file in cgi-bin/*.py; do \
${INSTALL_SCRIPT} $${file} ${DESTDIR}${PREFIX}/libexec/cgi-bin; \
done
cd ${WRKSRC}; for file in sbin/*.py; do \
${INSTALL_SCRIPT} $${file} ${DESTDIR}${PREFIX}/sbin; \
done
cd ${WRKSRC}; for file in pylib/*.py; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/lib/pyca; \
done
cd ${WRKSRC}; for file in pylib/openssl/*.py; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/lib/pyca/openssl; \
done
cd ${WRKSRC}; for file in conf/*.cnf; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/examples/pyca; \
done
cd ${WRKSRC}; for file in htdocs/*.html; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca; \
done
cd ${WRKSRC}; for file in htdocs/help/*; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/help; \
done
cd ${WRKSRC}; for file in htdocs/ssi/*.html; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/ssi; \
done
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

64
security/pyca/PLIST Normal file
View File

@@ -0,0 +1,64 @@
@comment $NetBSD: PLIST,v 1.3 2011/10/29 08:27:37 obache Exp $
bin/ca2ldif.py
bin/certs2ldap.py
bin/copy-cacerts.py
bin/ldap2certs.py
bin/ns-jsconfig.py
bin/print-cacerts.py
lib/pyca/certhelper.py
lib/pyca/cgiforms.py
lib/pyca/cgihelper.py
lib/pyca/cgissl.py
lib/pyca/charset.py
lib/pyca/htmlbase.py
lib/pyca/ipadr.py
lib/pyca/ldapbase.py
lib/pyca/ldif.py
lib/pyca/openssl/__init__.py
lib/pyca/openssl/cert.py
lib/pyca/openssl/cnf.py
lib/pyca/openssl/db.py
lib/pyca/vbs.py
libexec/cgi-bin/browser-check.py
libexec/cgi-bin/ca-index.py
libexec/cgi-bin/cert-query.py
libexec/cgi-bin/client-enroll.py
libexec/cgi-bin/get-cert.py
libexec/cgi-bin/ns-check-rev.py
libexec/cgi-bin/ns-revoke.py
libexec/cgi-bin/pycacnf.py
libexec/cgi-bin/scep.py
libexec/cgi-bin/view-cert.py
sbin/ca-certreq-mail.py
sbin/ca-cycle-priv.py
sbin/ca-cycle-pub.py
sbin/ca-make.py
sbin/ca-revoke.py
sbin/pickle-cnf.py
share/doc/html/pyca/changes.html
share/doc/html/pyca/config.html
share/doc/html/pyca/demo.html
share/doc/html/pyca/download.html
share/doc/html/pyca/faq.html
share/doc/html/pyca/features.html
share/doc/html/pyca/feedback.html
share/doc/html/pyca/files.html
share/doc/html/pyca/help/client-enroll.html.de
share/doc/html/pyca/help/client-enroll.html.en
share/doc/html/pyca/install.html
share/doc/html/pyca/news.html
share/doc/html/pyca/overview.html
share/doc/html/pyca/pyca.html
share/doc/html/pyca/related.html
share/doc/html/pyca/roadmap.html
share/doc/html/pyca/security.html
share/doc/html/pyca/ssi/footer.html
share/doc/html/pyca/ssi/head.html
share/doc/html/pyca/ssi/navigation.html
share/examples/pyca/cacert_AuthCerts.cnf
share/examples/pyca/cacert_CodeSigning.cnf
share/examples/pyca/cacert_EmailCerts.cnf
share/examples/pyca/cacert_Root.cnf
share/examples/pyca/cacert_ServerCerts.cnf
share/examples/pyca/openssl.cnf
share/examples/pyca/ssl_server_csr.cnf

5
security/pyca/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2011/10/29 08:27:37 obache Exp $
SHA1 (pyca-20031118.tar.gz) = 71853be6cea4077c03b25ea2df6f1cdc25b9adeb
RMD160 (pyca-20031118.tar.gz) = 3cc0d7f50bf146db5a919663a0a34ea13c5e181f
Size (pyca-20031118.tar.gz) = 83161 bytes