summaryrefslogtreecommitdiff
path: root/security/xmlsec1
diff options
context:
space:
mode:
authordrochner <drochner>2004-08-27 13:19:57 +0000
committerdrochner <drochner>2004-08-27 13:19:57 +0000
commit3b6de424cfc855972babf59cb2f92ef8d8b27ad3 (patch)
tree31dbcc4077be35bf3061a32b104abb8ca6785f98 /security/xmlsec1
parenta8c78a4e0f3b9886ca1f3d6cba0bdca714c163bc (diff)
downloadpkgsrc-3b6de424cfc855972babf59cb2f92ef8d8b27ad3.tar.gz
import xmlsec1-1.2.6, an XML signature and encryption library
Diffstat (limited to 'security/xmlsec1')
-rw-r--r--security/xmlsec1/DESCR8
-rw-r--r--security/xmlsec1/Makefile28
-rw-r--r--security/xmlsec1/PLIST204
-rw-r--r--security/xmlsec1/distinfo4
4 files changed, 244 insertions, 0 deletions
diff --git a/security/xmlsec1/DESCR b/security/xmlsec1/DESCR
new file mode 100644
index 00000000000..5e3048118c9
--- /dev/null
+++ b/security/xmlsec1/DESCR
@@ -0,0 +1,8 @@
+XMLSec library provides C based implementation for major XML Security
+standards:
+ * XML Signature Syntax and Processing
+ http://www.w3.org/TR/xmldsig-core
+ * XML Encryption Syntax and Processing
+ http://www.w3.org/TR/xmlenc-core/
+XMLSec is based on well known LibXML (http://xmlsoft.org), LibXSLT
+(http://xmlsoft.org/XSLT) and OpenSSL (http://www.openssl.org) libraries.
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
new file mode 100644
index 00000000000..cf3be2c4bc2
--- /dev/null
+++ b/security/xmlsec1/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 13:19:57 drochner Exp $
+#
+
+DISTNAME= xmlsec1-1.2.6
+CATEGORIES= security
+MASTER_SITES= http://www.aleksey.com/xmlsec/download/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.aleksey.com/xmlsec/
+COMMENT= XML signature and encryption library
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+#PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec-gnutls.pc.in
+#PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec-nss.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec-openssl.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec.pc.in
+GNU_CONFIGURE= yes
+#CONFIGURE_ARGS+= --without-openssl
+CONFIGURE_ARGS+= --without-gnutls
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+#.include "../../security/gnutls/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/xmlsec1/PLIST b/security/xmlsec1/PLIST
new file mode 100644
index 00000000000..fd8d7358157
--- /dev/null
+++ b/security/xmlsec1/PLIST
@@ -0,0 +1,204 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/27 13:19:58 drochner Exp $
+bin/xmlsec1
+bin/xmlsec1-config
+include/xmlsec1/xmlsec/app.h
+include/xmlsec1/xmlsec/base64.h
+include/xmlsec1/xmlsec/bn.h
+include/xmlsec1/xmlsec/buffer.h
+include/xmlsec1/xmlsec/crypto.h
+include/xmlsec1/xmlsec/dl.h
+include/xmlsec1/xmlsec/errors.h
+include/xmlsec1/xmlsec/exports.h
+include/xmlsec1/xmlsec/io.h
+include/xmlsec1/xmlsec/keyinfo.h
+include/xmlsec1/xmlsec/keys.h
+include/xmlsec1/xmlsec/keysdata.h
+include/xmlsec1/xmlsec/keysmngr.h
+include/xmlsec1/xmlsec/list.h
+include/xmlsec1/xmlsec/membuf.h
+include/xmlsec1/xmlsec/nodeset.h
+include/xmlsec1/xmlsec/openssl/app.h
+include/xmlsec1/xmlsec/openssl/bn.h
+include/xmlsec1/xmlsec/openssl/crypto.h
+include/xmlsec1/xmlsec/openssl/evp.h
+include/xmlsec1/xmlsec/openssl/symbols.h
+include/xmlsec1/xmlsec/openssl/x509.h
+include/xmlsec1/xmlsec/parser.h
+include/xmlsec1/xmlsec/private.h
+include/xmlsec1/xmlsec/private/xkms.h
+include/xmlsec1/xmlsec/soap.h
+include/xmlsec1/xmlsec/strings.h
+include/xmlsec1/xmlsec/templates.h
+include/xmlsec1/xmlsec/transforms.h
+include/xmlsec1/xmlsec/version.h
+include/xmlsec1/xmlsec/x509.h
+include/xmlsec1/xmlsec/xkms.h
+include/xmlsec1/xmlsec/xmldsig.h
+include/xmlsec1/xmlsec/xmlenc.h
+include/xmlsec1/xmlsec/xmlsec.h
+include/xmlsec1/xmlsec/xmltree.h
+lib/libxmlsec1-openssl.a
+lib/libxmlsec1-openssl.la
+lib/libxmlsec1-openssl.so
+lib/libxmlsec1-openssl.so.3
+lib/libxmlsec1-openssl.so.3.6
+lib/libxmlsec1.a
+lib/libxmlsec1.la
+lib/libxmlsec1.so
+lib/libxmlsec1.so.3
+lib/libxmlsec1.so.3.6
+lib/pkgconfig/xmlsec1-openssl.pc
+lib/pkgconfig/xmlsec1.pc
+lib/xmlsec1Conf.sh
+man/man1/xmlsec1-config.1
+man/man1/xmlsec1.1
+share/doc/xmlsec1/api/home.png
+share/doc/xmlsec1/api/images/encryption-structure.png
+share/doc/xmlsec1/api/images/key.png
+share/doc/xmlsec1/api/images/keysmngr.png
+share/doc/xmlsec1/api/images/sign-enc-model.png
+share/doc/xmlsec1/api/images/signature-structure.png
+share/doc/xmlsec1/api/images/structure.png
+share/doc/xmlsec1/api/images/transform.png
+share/doc/xmlsec1/api/images/transforms-chain.png
+share/doc/xmlsec1/api/images/verif-dec-model.png
+share/doc/xmlsec1/api/index.html
+share/doc/xmlsec1/api/index.sgml
+share/doc/xmlsec1/api/left.png
+share/doc/xmlsec1/api/right.png
+share/doc/xmlsec1/api/up.png
+share/doc/xmlsec1/api/xmlsec-app.html
+share/doc/xmlsec1/api/xmlsec-base64.html
+share/doc/xmlsec1/api/xmlsec-bn.html
+share/doc/xmlsec1/api/xmlsec-buffer.html
+share/doc/xmlsec1/api/xmlsec-custom-keys-manager.html
+share/doc/xmlsec1/api/xmlsec-decrypt-with-keys-mngr.html
+share/doc/xmlsec1/api/xmlsec-decrypt-with-signle-key.html
+share/doc/xmlsec1/api/xmlsec-dl.html
+share/doc/xmlsec1/api/xmlsec-encrypt-dynamic-template.html
+share/doc/xmlsec1/api/xmlsec-encrypt-template-file.html
+share/doc/xmlsec1/api/xmlsec-encrypt-with-session-key.html
+share/doc/xmlsec1/api/xmlsec-encryption-klasses.html
+share/doc/xmlsec1/api/xmlsec-errors.html
+share/doc/xmlsec1/api/xmlsec-examples-sign-dynamimc-template.html
+share/doc/xmlsec1/api/xmlsec-examples-sign-template-file.html
+share/doc/xmlsec1/api/xmlsec-examples-sign-x509.html
+share/doc/xmlsec1/api/xmlsec-examples.html
+share/doc/xmlsec1/api/xmlsec-gnutls-app.html
+share/doc/xmlsec1/api/xmlsec-gnutls-crypto.html
+share/doc/xmlsec1/api/xmlsec-gnutls-ref.html
+share/doc/xmlsec1/api/xmlsec-gnutls.sgml
+share/doc/xmlsec1/api/xmlsec-index.html
+share/doc/xmlsec1/api/xmlsec-index.sgml
+share/doc/xmlsec1/api/xmlsec-io.html
+share/doc/xmlsec1/api/xmlsec-keyinfo.html
+share/doc/xmlsec1/api/xmlsec-keys.html
+share/doc/xmlsec1/api/xmlsec-keysdata.html
+share/doc/xmlsec1/api/xmlsec-keysmngr.html
+share/doc/xmlsec1/api/xmlsec-list.html
+share/doc/xmlsec1/api/xmlsec-membuf.html
+share/doc/xmlsec1/api/xmlsec-mscrypto-app.html
+share/doc/xmlsec1/api/xmlsec-mscrypto-certkeys.html
+share/doc/xmlsec1/api/xmlsec-mscrypto-crypto.html
+share/doc/xmlsec1/api/xmlsec-mscrypto-keysstore.html
+share/doc/xmlsec1/api/xmlsec-mscrypto-ref.html
+share/doc/xmlsec1/api/xmlsec-mscrypto-x509.html
+share/doc/xmlsec1/api/xmlsec-mscrypto.sgml
+share/doc/xmlsec1/api/xmlsec-nodeset.html
+share/doc/xmlsec1/api/xmlsec-notes-compiling-others.html
+share/doc/xmlsec1/api/xmlsec-notes-compiling-unix.html
+share/doc/xmlsec1/api/xmlsec-notes-compiling-windows.html
+share/doc/xmlsec1/api/xmlsec-notes-compiling.html
+share/doc/xmlsec1/api/xmlsec-notes-contexts.html
+share/doc/xmlsec1/api/xmlsec-notes-custom-keys-store.html
+share/doc/xmlsec1/api/xmlsec-notes-decrypt.html
+share/doc/xmlsec1/api/xmlsec-notes-dynamic-encryption-templates.html
+share/doc/xmlsec1/api/xmlsec-notes-dynamic-signature-templates.html
+share/doc/xmlsec1/api/xmlsec-notes-encrypt.html
+share/doc/xmlsec1/api/xmlsec-notes-include-files.html
+share/doc/xmlsec1/api/xmlsec-notes-init-shutdown.html
+share/doc/xmlsec1/api/xmlsec-notes-keys-manager-sign-enc.html
+share/doc/xmlsec1/api/xmlsec-notes-keys-mngr-verify-decrypt.html
+share/doc/xmlsec1/api/xmlsec-notes-keys.html
+share/doc/xmlsec1/api/xmlsec-notes-keysmngr.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-functions.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-key-stores.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-keys.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-klasses.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-sharing-results.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-simple-keys-mngr.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-skeleton.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto-transforms.html
+share/doc/xmlsec1/api/xmlsec-notes-new-crypto.html
+share/doc/xmlsec1/api/xmlsec-notes-overview.html
+share/doc/xmlsec1/api/xmlsec-notes-sign-encrypt.html
+share/doc/xmlsec1/api/xmlsec-notes-sign-x509.html
+share/doc/xmlsec1/api/xmlsec-notes-sign.html
+share/doc/xmlsec1/api/xmlsec-notes-simple-keys-store.html
+share/doc/xmlsec1/api/xmlsec-notes-structure.html
+share/doc/xmlsec1/api/xmlsec-notes-templates.html
+share/doc/xmlsec1/api/xmlsec-notes-transforms.html
+share/doc/xmlsec1/api/xmlsec-notes-verify-decrypt.html
+share/doc/xmlsec1/api/xmlsec-notes-verify-x509.html
+share/doc/xmlsec1/api/xmlsec-notes-verify.html
+share/doc/xmlsec1/api/xmlsec-notes-x509.html
+share/doc/xmlsec1/api/xmlsec-notes.html
+share/doc/xmlsec1/api/xmlsec-nss-app.html
+share/doc/xmlsec1/api/xmlsec-nss-bignum.html
+share/doc/xmlsec1/api/xmlsec-nss-crypto.html
+share/doc/xmlsec1/api/xmlsec-nss-keysstore.html
+share/doc/xmlsec1/api/xmlsec-nss-pkikeys.html
+share/doc/xmlsec1/api/xmlsec-nss-ref.html
+share/doc/xmlsec1/api/xmlsec-nss-x509.html
+share/doc/xmlsec1/api/xmlsec-nss.sgml
+share/doc/xmlsec1/api/xmlsec-openssl-app.html
+share/doc/xmlsec1/api/xmlsec-openssl-bn.html
+share/doc/xmlsec1/api/xmlsec-openssl-crypto.html
+share/doc/xmlsec1/api/xmlsec-openssl-evp.html
+share/doc/xmlsec1/api/xmlsec-openssl-ref.html
+share/doc/xmlsec1/api/xmlsec-openssl-x509.html
+share/doc/xmlsec1/api/xmlsec-openssl.sgml
+share/doc/xmlsec1/api/xmlsec-parser.html
+share/doc/xmlsec1/api/xmlsec-ref.html
+share/doc/xmlsec1/api/xmlsec-reference.html
+share/doc/xmlsec1/api/xmlsec-signature-klasses.html
+share/doc/xmlsec1/api/xmlsec-templates.html
+share/doc/xmlsec1/api/xmlsec-transforms.html
+share/doc/xmlsec1/api/xmlsec-verify-with-key.html
+share/doc/xmlsec1/api/xmlsec-verify-with-keys-mngr.html
+share/doc/xmlsec1/api/xmlsec-verify-with-restrictions.html
+share/doc/xmlsec1/api/xmlsec-verify-with-x509.html
+share/doc/xmlsec1/api/xmlsec-version.html
+share/doc/xmlsec1/api/xmlsec-x509.html
+share/doc/xmlsec1/api/xmlsec-xmldsig.html
+share/doc/xmlsec1/api/xmlsec-xmlenc.html
+share/doc/xmlsec1/api/xmlsec-xmlsec.html
+share/doc/xmlsec1/api/xmlsec-xmltree.html
+share/doc/xmlsec1/api/xmlsec.sgml
+share/doc/xmlsec1/authors.html
+share/doc/xmlsec1/bugs.html
+share/doc/xmlsec1/c14n.html
+share/doc/xmlsec1/documentation.html
+share/doc/xmlsec1/download.html
+share/doc/xmlsec1/faq.html
+share/doc/xmlsec1/images/bart.gif
+share/doc/xmlsec1/images/libxml2-logo.png
+share/doc/xmlsec1/images/libxslt-logo.png
+share/doc/xmlsec1/images/logo.gif
+share/doc/xmlsec1/images/openssl-logo.png
+share/doc/xmlsec1/images/xmlsec-logo.gif
+share/doc/xmlsec1/index.html
+share/doc/xmlsec1/news.html
+share/doc/xmlsec1/related.html
+share/doc/xmlsec1/xmldsig-verifier.html
+share/doc/xmlsec1/xmldsig.html
+share/doc/xmlsec1/xmlenc.html
+share/doc/xmlsec1/xmlsec-man.html
+@dirrm share/doc/xmlsec1/images
+@dirrm share/doc/xmlsec1/api/images
+@dirrm share/doc/xmlsec1/api
+@dirrm share/doc/xmlsec1
+@dirrm include/xmlsec1/xmlsec/private
+@dirrm include/xmlsec1/xmlsec/openssl
+@dirrm include/xmlsec1/xmlsec
+@dirrm include/xmlsec1
diff --git a/security/xmlsec1/distinfo b/security/xmlsec1/distinfo
new file mode 100644
index 00000000000..9631969f6d9
--- /dev/null
+++ b/security/xmlsec1/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/27 13:19:58 drochner Exp $
+
+SHA1 (xmlsec1-1.2.6.tar.gz) = de5b7a70825d96ee9ee7e1aa43194df8412cf72d
+Size (xmlsec1-1.2.6.tar.gz) = 1595648 bytes