summaryrefslogtreecommitdiffstats
path: root/security/xmlsec
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-31 08:49:15 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-31 08:49:15 +0000
commit6ddac205eab73e7b59e5cc2e3de3e3e52b39ff6d (patch)
tree22a3c54a79ca3bdfc49cddcaf76dbcfd17517f61 /security/xmlsec
parent35a71b411b882d8e1117f2551677e888470216c3 (diff)
downloadFreeBSD-ports-6ddac205eab73e7b59e5cc2e3de3e3e52b39ff6d.zip
FreeBSD-ports-6ddac205eab73e7b59e5cc2e3de3e3e52b39ff6d.tar.gz
add xmlsec 0.0.7
XML Security Library
Diffstat (limited to 'security/xmlsec')
-rw-r--r--security/xmlsec/Makefile22
-rw-r--r--security/xmlsec/distinfo1
-rw-r--r--security/xmlsec/pkg-comment1
-rw-r--r--security/xmlsec/pkg-descr8
-rw-r--r--security/xmlsec/pkg-plist27
5 files changed, 59 insertions, 0 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
new file mode 100644
index 0000000..f63a299
--- /dev/null
+++ b/security/xmlsec/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: xmlsec
+# Date created: Jul 31, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlsec
+PORTVERSION= 0.0.7
+CATEGORIES= security
+MASTER_SITES= http://www.aleksey.com/xmlsec/download/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt
+
+USE_OPENSSL= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/security/xmlsec/distinfo b/security/xmlsec/distinfo
new file mode 100644
index 0000000..bad3929
--- /dev/null
+++ b/security/xmlsec/distinfo
@@ -0,0 +1 @@
+MD5 (xmlsec-0.0.7.tar.gz) = 28929ae33cb5310a47c02b6007c5cf77
diff --git a/security/xmlsec/pkg-comment b/security/xmlsec/pkg-comment
new file mode 100644
index 0000000..ff228c6
--- /dev/null
+++ b/security/xmlsec/pkg-comment
@@ -0,0 +1 @@
+XML Security Library
diff --git a/security/xmlsec/pkg-descr b/security/xmlsec/pkg-descr
new file mode 100644
index 0000000..7f85df2
--- /dev/null
+++ b/security/xmlsec/pkg-descr
@@ -0,0 +1,8 @@
+XML Security Library is a C library based on LibXML2 and OpenSSL. The
+library was created with a goal to support major XML security standards:
+ - XML Signature
+ - XML Encryption
+ - Canonical XML (was included in libxml2)
+ - Exclusive Canonical XML (was included in libxml2)
+
+WWW: http://www.aleksey.com/xmlsec/
diff --git a/security/xmlsec/pkg-plist b/security/xmlsec/pkg-plist
new file mode 100644
index 0000000..d71a87a
--- /dev/null
+++ b/security/xmlsec/pkg-plist
@@ -0,0 +1,27 @@
+bin/xmlsec
+bin/xmlsec-config
+include/xmlsec/base64.h
+include/xmlsec/bn.h
+include/xmlsec/buffered.h
+include/xmlsec/ciphers.h
+include/xmlsec/debug.h
+include/xmlsec/digests.h
+include/xmlsec/io.h
+include/xmlsec/keyinfo.h
+include/xmlsec/keys.h
+include/xmlsec/keysInternal.h
+include/xmlsec/keysmngr.h
+include/xmlsec/membuf.h
+include/xmlsec/transforms.h
+include/xmlsec/transformsInternal.h
+include/xmlsec/version.h
+include/xmlsec/x509.h
+include/xmlsec/xmldsig.h
+include/xmlsec/xmlenc.h
+include/xmlsec/xmlsec.h
+include/xmlsec/xmltree.h
+include/xmlsec/xpath.h
+@dirrm include/xmlsec
+lib/libxmlsec.a
+lib/libxmlsec.so
+lib/libxmlsec.so.0
OpenPOWER on IntegriCloud