diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-19 21:35:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-19 21:35:07 +0000 |
commit | 5f0c7d72942c39026d198dff36d4f9d53a68f154 (patch) | |
tree | c73ea1234606aba560c4703ed2f7959eee161408 /security/apache-xml-security-c | |
parent | 1863bdca54360433b94e3ac8f7ee7ad5ecb68f55 (diff) |
Notes
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 4 | ||||
-rw-r--r-- | security/apache-xml-security-c/pkg-descr | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 50c1659fe9ef..2ba38e53b8a8 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -13,7 +13,9 @@ MASTER_SITE_SUBDIR=santuario/c-library PKGNAMEPREFIX= apache- MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= Apache XML security libraries C version +COMMENT= Apache XML security libraries - C++ version + +LICENSE= ASL OPTIONS= XERCES_3 "With Xerces vesion 3.x (shibboleth2 requires)" on diff --git a/security/apache-xml-security-c/pkg-descr b/security/apache-xml-security-c/pkg-descr index 583184f64c76..8d8124b7a168 100644 --- a/security/apache-xml-security-c/pkg-descr +++ b/security/apache-xml-security-c/pkg-descr @@ -1,3 +1,7 @@ -A C++ implementations of the XML signature and encryption standards. +Apache XML Security for C++ -WWW: http://xml.apache.org/ +The Apache XML Security for C++ library is an implementation of the XML +Digital Signature and Encryption specifications, along with some +additional XKMS code. + +WWW: http://santuario.apache.org/cindex.html |