diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmltooling/Makefile | 10 | ||||
-rw-r--r-- | textproc/xmltooling/PLIST | 7 | ||||
-rw-r--r-- | textproc/xmltooling/distinfo | 8 |
3 files changed, 15 insertions, 10 deletions
diff --git a/textproc/xmltooling/Makefile b/textproc/xmltooling/Makefile index 3d1f2ffb98d..5cf94bb36c0 100644 --- a/textproc/xmltooling/Makefile +++ b/textproc/xmltooling/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2013/09/10 11:44:15 obache Exp $ +# $NetBSD: Makefile,v 1.12 2013/09/13 21:08:19 pettai Exp $ -DISTNAME= xmltooling-1.4.2 -PKGREVISION= 3 +DISTNAME= xmltooling-1.5.3 CATEGORIES= textproc -MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/2.4.3/ +MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/ MAINTAINER= pettai@NetBSD.org -HOMEPAGE= http://shibboleth.internet2.edu/ +HOMEPAGE= http://shibboleth.net/ COMMENT= High level interface for XML processing library LICENSE= apache-2.0 @@ -15,6 +14,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-doxygen-doc +.include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/log4shib/buildlink3.mk" .include "../../security/xml-security-c/buildlink3.mk" .include "../../textproc/xerces-c/buildlink3.mk" diff --git a/textproc/xmltooling/PLIST b/textproc/xmltooling/PLIST index 342e178c4ef..193397e7fd4 100644 --- a/textproc/xmltooling/PLIST +++ b/textproc/xmltooling/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/02/23 09:09:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/09/13 21:08:19 pettai Exp $ include/xmltooling/AbstractAttributeExtensibleXMLObject.h include/xmltooling/AbstractComplexElement.h include/xmltooling/AbstractDOMCachingXMLObject.h @@ -43,7 +43,10 @@ include/xmltooling/security/KeyInfoCredentialContext.h include/xmltooling/security/KeyInfoResolver.h include/xmltooling/security/OpenSSLCredential.h include/xmltooling/security/OpenSSLCryptoX509CRL.h +include/xmltooling/security/OpenSSLPathValidator.h include/xmltooling/security/OpenSSLTrustEngine.h +include/xmltooling/security/PKIXPathValidatorParams.h +include/xmltooling/security/PathValidator.h include/xmltooling/security/SecurityHelper.h include/xmltooling/security/SignatureTrustEngine.h include/xmltooling/security/TrustEngine.h @@ -90,7 +93,9 @@ share/doc/${PKGNAME}/README.txt share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd share/xml/xmltooling/xenc-schema.xsd +share/xml/xmltooling/xenc11-schema.xsd share/xml/xmltooling/xml.xsd share/xml/xmltooling/xmldsig-core-schema.xsd share/xml/xmltooling/xmldsig11-schema.xsd share/xml/xmltooling/xmltooling.xsd +@pkgdir share/doc/${PKGNAME}/api diff --git a/textproc/xmltooling/distinfo b/textproc/xmltooling/distinfo index 15deebdab11..142a6a07351 100644 --- a/textproc/xmltooling/distinfo +++ b/textproc/xmltooling/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2012/11/18 01:53:07 joerg Exp $ +$NetBSD: distinfo,v 1.6 2013/09/13 21:08:19 pettai Exp $ -SHA1 (xmltooling-1.4.2.tar.gz) = 599d3ba098bb615df1d1ac063f1ebda67613ac7f -RMD160 (xmltooling-1.4.2.tar.gz) = 84749fc8e26bc8c315a704e1d31e90d3e512ebd1 -Size (xmltooling-1.4.2.tar.gz) = 636598 bytes +SHA1 (xmltooling-1.5.3.tar.gz) = b8498a8dafe18bf612a6651ab7af662add5c2a68 +RMD160 (xmltooling-1.5.3.tar.gz) = 2b8530f41576511b222f515a86e39981f34c2102 +Size (xmltooling-1.5.3.tar.gz) = 675350 bytes SHA1 (patch-xmltooling_Makefile.in) = 9c6764c89d0c81c46486283063e02791c22c37e2 SHA1 (patch-xmltooling_util_XMLHelper.cpp) = 2dc0915af93e4b2aeb0a946ea14f2de89050867f SHA1 (patch-xmltooling_util_XMLHelper.h) = 98c6c0552c81a8599c5337642bcdcaa9cdb76d80 |