diff options
author | pawel <pawel@FreeBSD.org> | 2011-09-20 05:35:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-09-20 05:35:07 +0800 |
commit | 5f1b02c050ab768a47abe56ed43f9887dc9831d9 (patch) | |
tree | a97a66fa45b989580bbc07ae839d780ed292e485 /security | |
parent | 256c1c09957235eedc7775ce0e9a216af291e135 (diff) | |
download | freebsd-ports-gnome-5f1b02c050ab768a47abe56ed43f9887dc9831d9.tar.gz freebsd-ports-gnome-5f1b02c050ab768a47abe56ed43f9887dc9831d9.tar.zst freebsd-ports-gnome-5f1b02c050ab768a47abe56ed43f9887dc9831d9.zip |
- Update COMMENT and package description
- Add LICENSE
PR: ports/160813
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer, miwi, wen (mentors implicit)
Diffstat (limited to 'security')
-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 |