FreeBSD Bugzilla – Attachment 90203 Details for
Bug 127326
[NEW PORT] devel/xmltooling: Low level XML support for SAML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
xmltooling-1.1.shar
xmltooling-1.1.shar (text/plain), 6.58 KB, created by
Janos Mohacsi
on 2008-09-12 17:10:02 UTC
(
hide
)
Description:
xmltooling-1.1.shar
Filename:
MIME Type:
Creator:
Janos Mohacsi
Created:
2008-09-12 17:10:02 UTC
Size:
6.58 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># xmltooling ># xmltooling/Makefile ># xmltooling/distinfo ># xmltooling/pkg-descr ># xmltooling/pkg-plist ># >echo c - xmltooling >mkdir -p xmltooling > /dev/null 2>&1 >echo x - xmltooling/Makefile >sed 's/^X//' >xmltooling/Makefile << '2cd19671a4d0f040c3ee6dba29b49afe' >X# New ports collection makefile for: xmltooling >X# Date created: 12 September 2008 >X# Whom: Janos Mohacsi >X# >X# $FreeBSD$ >X# >X >XPORTNAME= xmltooling >XDISTVERSION= 1.1 >XCATEGORIES= devel security >XMASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.1/ >X >XMAINTAINER= janos.mohacsi@bsd.hu >XCOMMENT= Low level XML support for SAML >X >XLIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ >X log4shib.1:${PORTSDIR}/devel/log4shib \ >X xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ >X xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c >X >XGNU_CONFIGURE= yes >XCONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} >XUSE_GMAKE= yes >XUSE_LDCONFIG= yes >XUSE_OPENSSL= yes >X >Xpost-patch: >X.if defined(NOPORTDOCS) >X @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in >X.endif >X >X.include <bsd.port.mk> >2cd19671a4d0f040c3ee6dba29b49afe >echo x - xmltooling/distinfo >sed 's/^X//' >xmltooling/distinfo << '6265d83be3b36bf90ffa571b4749020e' >XMD5 (xmltooling-1.1.tar.gz) = b7e107e25c27ac71a72f582ea1392098 >XSHA256 (xmltooling-1.1.tar.gz) = d1ec8ad876b85336e3f4abbb7d953cb4763a832e561f37af08af07d129b26541 >XSIZE (xmltooling-1.1.tar.gz) = 552078 >6265d83be3b36bf90ffa571b4749020e >echo x - xmltooling/pkg-descr >sed 's/^X//' >xmltooling/pkg-descr << 'c90cbf42d0a83bde898cfc81661e6b1a' >XShibboleth 2.x relies on OpenSAML 2, which in turn requires this >Xlower-level library that provides a higher level interface to XML >Xprocessing, particularly in light of signing and encryption. (It is not >Xrequired by Shibboleth 1.3.x.) >X >XThis project is maintained as part of the OpenSAML 2 project and is >Xsupported with it. >X >XWWW: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C >c90cbf42d0a83bde898cfc81661e6b1a >echo x - xmltooling/pkg-plist >sed 's/^X//' >xmltooling/pkg-plist << 'f7091720793f9356a269f531baacdad0' >Xinclude/xmltooling/encryption/Decrypter.h >Xinclude/xmltooling/encryption/EncryptedKeyResolver.h >Xinclude/xmltooling/encryption/Encrypter.h >Xinclude/xmltooling/encryption/Encryption.h >Xinclude/xmltooling/impl/AnyElement.h >Xinclude/xmltooling/impl/UnknownElement.h >Xinclude/xmltooling/io/AbstractXMLObjectMarshaller.h >Xinclude/xmltooling/io/AbstractXMLObjectUnmarshaller.h >Xinclude/xmltooling/io/GenericRequest.h >Xinclude/xmltooling/io/GenericResponse.h >Xinclude/xmltooling/io/HTTPRequest.h >Xinclude/xmltooling/io/HTTPResponse.h >Xinclude/xmltooling/AbstractAttributeExtensibleXMLObject.h >Xinclude/xmltooling/AbstractComplexElement.h >Xinclude/xmltooling/AbstractDOMCachingXMLObject.h >Xinclude/xmltooling/AbstractSimpleElement.h >Xinclude/xmltooling/AbstractXMLObject.h >Xinclude/xmltooling/AttributeExtensibleXMLObject.h >Xinclude/xmltooling/base.h >Xinclude/xmltooling/ConcreteXMLObjectBuilder.h >Xinclude/xmltooling/config_pub.h >Xinclude/xmltooling/ElementExtensibleXMLObject.h >Xinclude/xmltooling/ElementProxy.h >Xinclude/xmltooling/exceptions.h >Xinclude/xmltooling/Lockable.h >Xinclude/xmltooling/logging.h >Xinclude/xmltooling/Namespace.h >Xinclude/xmltooling/PluginManager.h >Xinclude/xmltooling/QName.h >Xinclude/xmltooling/unicode.h >Xinclude/xmltooling/version.h >Xinclude/xmltooling/XMLObject.h >Xinclude/xmltooling/XMLObjectBuilder.h >Xinclude/xmltooling/XMLToolingConfig.h >Xinclude/xmltooling/security/AbstractPKIXTrustEngine.h >Xinclude/xmltooling/security/BasicX509Credential.h >Xinclude/xmltooling/security/ChainingTrustEngine.h >Xinclude/xmltooling/security/Credential.h >Xinclude/xmltooling/security/CredentialContext.h >Xinclude/xmltooling/security/CredentialCriteria.h >Xinclude/xmltooling/security/CredentialResolver.h >Xinclude/xmltooling/security/KeyInfoCredentialContext.h >Xinclude/xmltooling/security/KeyInfoResolver.h >Xinclude/xmltooling/security/OpenSSLCredential.h >Xinclude/xmltooling/security/SignatureTrustEngine.h >Xinclude/xmltooling/security/TrustEngine.h >Xinclude/xmltooling/security/X509Credential.h >Xinclude/xmltooling/security/X509TrustEngine.h >Xinclude/xmltooling/security/OpenSSLTrustEngine.h >Xinclude/xmltooling/security/XSECCryptoX509CRL.h >Xinclude/xmltooling/security/OpenSSLCryptoX509CRL.h >Xinclude/xmltooling/signature/ContentReference.h >Xinclude/xmltooling/signature/KeyInfo.h >Xinclude/xmltooling/signature/Signature.h >Xinclude/xmltooling/signature/SignatureValidator.h >Xinclude/xmltooling/soap/SOAP.h >Xinclude/xmltooling/soap/SOAPClient.h >Xinclude/xmltooling/soap/SOAPTransport.h >Xinclude/xmltooling/soap/HTTPSOAPTransport.h >Xinclude/xmltooling/soap/OpenSSLSOAPTransport.h >Xinclude/xmltooling/util/CurlNetAccessor.hpp >Xinclude/xmltooling/util/CurlURLInputStream.hpp >Xinclude/xmltooling/util/DateTime.h >Xinclude/xmltooling/util/NDC.h >Xinclude/xmltooling/util/ParserPool.h >Xinclude/xmltooling/util/PathResolver.h >Xinclude/xmltooling/util/Predicates.h >Xinclude/xmltooling/util/ReloadableXMLFile.h >Xinclude/xmltooling/util/ReplayCache.h >Xinclude/xmltooling/util/StorageService.h >Xinclude/xmltooling/util/TemplateEngine.h >Xinclude/xmltooling/util/Threads.h >Xinclude/xmltooling/util/URLEncoder.h >Xinclude/xmltooling/util/XMLConstants.h >Xinclude/xmltooling/util/XMLHelper.h >Xinclude/xmltooling/util/XMLObjectChildrenList.h >Xinclude/xmltooling/validation/Validator.h >Xinclude/xmltooling/validation/ValidatorSuite.h >Xlib/libxmltooling-lite.so.2 >Xlib/libxmltooling-lite.so >Xlib/libxmltooling.so.2 >Xlib/libxmltooling.so >X%%PORTDOCS%%%%DOCSDIR%%/README.txt >X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt >X%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt >X%%PORTDOCS%%%%DOCSDIR%%/OPENSSL.LICENSE >X%%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE >X%%PORTDOCS%%%%DOCSDIR%%/CURL.LICENSE >Xshare/xml/xmltooling/catalog.xml >Xshare/xml/xmltooling/soap-envelope.xsd >Xshare/xml/xmltooling/xenc-schema.xsd >Xshare/xml/xmltooling/xmldsig-core-schema.xsd >Xshare/xml/xmltooling/xml.xsd >Xshare/xml/xmltooling/xmltooling.xsd >X@dirrmtry share/xml/xmltooling >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/api >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X@dirrmtry include/xmltooling/validation >X@dirrmtry include/xmltooling/util >X@dirrmtry include/xmltooling/soap >X@dirrmtry include/xmltooling/signature >X@dirrmtry include/xmltooling/security >X@dirrmtry include/xmltooling/io >X@dirrmtry include/xmltooling/impl >X@dirrmtry include/xmltooling/encryption >X@dirrmtry include/xmltooling >f7091720793f9356a269f531baacdad0 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 127326
: 90203