From 8040d6df2965ac3af5c2e5acf09a619a451b7aa0 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 31 Jul 2002 08:49:15 +0000 Subject: add xmlsec 0.0.7 XML Security Library --- security/xmlsec/Makefile | 22 ++++++++++++++++++++++ security/xmlsec/distinfo | 1 + security/xmlsec/pkg-comment | 1 + security/xmlsec/pkg-descr | 8 ++++++++ security/xmlsec/pkg-plist | 27 +++++++++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 security/xmlsec/Makefile create mode 100644 security/xmlsec/distinfo create mode 100644 security/xmlsec/pkg-comment create mode 100644 security/xmlsec/pkg-descr create mode 100644 security/xmlsec/pkg-plist (limited to 'security/xmlsec') diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile new file mode 100644 index 000000000000..f63a29944d8e --- /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 diff --git a/security/xmlsec/distinfo b/security/xmlsec/distinfo new file mode 100644 index 000000000000..bad3929fb2f4 --- /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 000000000000..ff228c6f8253 --- /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 000000000000..7f85df2c8ec0 --- /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 000000000000..d71a87ab149d --- /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 -- cgit v1.2.3