Add apache-xml-security-c 1.3.1, apache XML security libraries C

version.

PR:		ports/109112
Submitted by:	Tony Maher
This commit is contained in:
Rong-En Fan
2007-02-14 23:10:27 +00:00
parent 63092579bb
commit ca4fbdd009
5 changed files with 203 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
SUBDIR += aolserver-nsmhash
SUBDIR += aolserver-nsopenssl
SUBDIR += aolserver-nssha1
SUBDIR += apache-xml-security-c
SUBDIR += apg
SUBDIR += arirang
SUBDIR += audit

View File

@@ -0,0 +1,25 @@
# New ports collection makefile for: apache-xml-security-c
# Date created: 06 Febuary 2007
# Whom: Tony Maher
#
# $FreeBSD$
#
PORTNAME= xml-security-c
PORTVERSION= 1.3.1
CATEGORIES= security
MASTER_SITES= http://xml.apache.org/security/dist/c-library/
PKGNAMEPREFIX= apache-
MAINTAINER= tonymaher@optusnet.com.au
COMMENT= Apache XML security libraries C version
LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (xml-security-c-1.3.1.tar.gz) = 1da072b76eaa69241b1e56da61e2e182
SHA256 (xml-security-c-1.3.1.tar.gz) = c99f81bc18fbfa8043832abde09a9a750b2eefa7a3a9f1ed442952bde26bf7d5
SIZE (xml-security-c-1.3.1.tar.gz) = 3170378

View File

@@ -0,0 +1,3 @@
A C++ implementations of the XML signature and encryption standards.
WWW: http://xml.apache.org/

View File

@@ -0,0 +1,171 @@
bin/c14n
bin/checksig
bin/cipher
bin/siginf
bin/templatesign
bin/txfmout
bin/xklient
bin/xtest
include/xsec/canon/XSECC14n20010315.hpp
include/xsec/canon/XSECCanon.hpp
include/xsec/canon/XSECXMLNSStack.hpp
include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp
include/xsec/dsig/DSIGConstants.hpp
include/xsec/dsig/DSIGKeyInfo.hpp
include/xsec/dsig/DSIGKeyInfoList.hpp
include/xsec/dsig/DSIGKeyInfoMgmtData.hpp
include/xsec/dsig/DSIGKeyInfoName.hpp
include/xsec/dsig/DSIGKeyInfoPGPData.hpp
include/xsec/dsig/DSIGKeyInfoSPKIData.hpp
include/xsec/dsig/DSIGKeyInfoValue.hpp
include/xsec/dsig/DSIGKeyInfoX509.hpp
include/xsec/dsig/DSIGObject.hpp
include/xsec/dsig/DSIGReference.hpp
include/xsec/dsig/DSIGReferenceList.hpp
include/xsec/dsig/DSIGSignature.hpp
include/xsec/dsig/DSIGSignedInfo.hpp
include/xsec/dsig/DSIGTransform.hpp
include/xsec/dsig/DSIGTransformBase64.hpp
include/xsec/dsig/DSIGTransformC14n.hpp
include/xsec/dsig/DSIGTransformEnvelope.hpp
include/xsec/dsig/DSIGTransformList.hpp
include/xsec/dsig/DSIGTransformXPath.hpp
include/xsec/dsig/DSIGTransformXPathFilter.hpp
include/xsec/dsig/DSIGTransformXSL.hpp
include/xsec/dsig/DSIGXPathFilterExpr.hpp
include/xsec/dsig/DSIGXPathHere.hpp
include/xsec/enc/NSS/NSSCryptoHash.hpp
include/xsec/enc/NSS/NSSCryptoHashHMAC.hpp
include/xsec/enc/NSS/NSSCryptoKeyDSA.hpp
include/xsec/enc/NSS/NSSCryptoKeyHMAC.hpp
include/xsec/enc/NSS/NSSCryptoKeyRSA.hpp
include/xsec/enc/NSS/NSSCryptoProvider.hpp
include/xsec/enc/NSS/NSSCryptoSymmetricKey.hpp
include/xsec/enc/NSS/NSSCryptoX509.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoBase64.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoHash.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoHashHMAC.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyDSA.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyHMAC.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoProvider.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoSymmetricKey.hpp
include/xsec/enc/OpenSSL/OpenSSLCryptoX509.hpp
include/xsec/enc/XSCrypt/XSCryptCryptoBase64.hpp
include/xsec/enc/XSECCryptoBase64.hpp
include/xsec/enc/XSECCryptoException.hpp
include/xsec/enc/XSECCryptoHash.hpp
include/xsec/enc/XSECCryptoKey.hpp
include/xsec/enc/XSECCryptoKeyDSA.hpp
include/xsec/enc/XSECCryptoKeyHMAC.hpp
include/xsec/enc/XSECCryptoKeyRSA.hpp
include/xsec/enc/XSECCryptoProvider.hpp
include/xsec/enc/XSECCryptoSymmetricKey.hpp
include/xsec/enc/XSECCryptoUtils.hpp
include/xsec/enc/XSECCryptoX509.hpp
include/xsec/enc/XSECKeyInfoResolver.hpp
include/xsec/enc/XSECKeyInfoResolverDefault.hpp
include/xsec/framework/XSECAlgorithmHandler.hpp
include/xsec/framework/XSECAlgorithmMapper.hpp
include/xsec/framework/XSECConfig.hpp
include/xsec/framework/XSECDefs.hpp
include/xsec/framework/XSECEnv.hpp
include/xsec/framework/XSECError.hpp
include/xsec/framework/XSECException.hpp
include/xsec/framework/XSECProvider.hpp
include/xsec/framework/XSECURIResolver.hpp
include/xsec/framework/XSECURIResolverXerces.hpp
include/xsec/framework/XSECW32Config.hpp
include/xsec/transformers/TXFMBase.hpp
include/xsec/transformers/TXFMBase64.hpp
include/xsec/transformers/TXFMC14n.hpp
include/xsec/transformers/TXFMChain.hpp
include/xsec/transformers/TXFMCipher.hpp
include/xsec/transformers/TXFMConcatChains.hpp
include/xsec/transformers/TXFMDocObject.hpp
include/xsec/transformers/TXFMEnvelope.hpp
include/xsec/transformers/TXFMMD5.hpp
include/xsec/transformers/TXFMOutputFile.hpp
include/xsec/transformers/TXFMParser.hpp
include/xsec/transformers/TXFMSB.hpp
include/xsec/transformers/TXFMSHA1.hpp
include/xsec/transformers/TXFMURL.hpp
include/xsec/transformers/TXFMXPath.hpp
include/xsec/transformers/TXFMXPathFilter.hpp
include/xsec/transformers/TXFMXSL.hpp
include/xsec/utils/XSECBinTXFMInputStream.hpp
include/xsec/utils/XSECDOMUtils.hpp
include/xsec/utils/XSECNameSpaceExpander.hpp
include/xsec/utils/XSECPlatformUtils.hpp
include/xsec/utils/XSECSOAPRequestor.hpp
include/xsec/utils/XSECSOAPRequestorSimple.hpp
include/xsec/utils/XSECSafeBuffer.hpp
include/xsec/utils/XSECSafeBufferFormatter.hpp
include/xsec/utils/XSECTXFMInputSource.hpp
include/xsec/utils/XSECXPathNodeList.hpp
include/xsec/utils/unixutils/XSECBinHTTPURIInputStream.hpp
include/xsec/utils/unixutils/XSECURIResolverGenericUnix.hpp
include/xsec/xenc/XENCCipher.hpp
include/xsec/xenc/XENCCipherData.hpp
include/xsec/xenc/XENCCipherReference.hpp
include/xsec/xenc/XENCCipherValue.hpp
include/xsec/xenc/XENCEncryptedData.hpp
include/xsec/xenc/XENCEncryptedKey.hpp
include/xsec/xenc/XENCEncryptedType.hpp
include/xsec/xenc/XENCEncryptionMethod.hpp
include/xsec/xkms/XKMSAuthentication.hpp
include/xsec/xkms/XKMSCompoundRequest.hpp
include/xsec/xkms/XKMSCompoundResult.hpp
include/xsec/xkms/XKMSConstants.hpp
include/xsec/xkms/XKMSKeyBinding.hpp
include/xsec/xkms/XKMSKeyBindingAbstractType.hpp
include/xsec/xkms/XKMSLocateRequest.hpp
include/xsec/xkms/XKMSLocateResult.hpp
include/xsec/xkms/XKMSMessageAbstractType.hpp
include/xsec/xkms/XKMSMessageFactory.hpp
include/xsec/xkms/XKMSNotBoundAuthentication.hpp
include/xsec/xkms/XKMSPendingRequest.hpp
include/xsec/xkms/XKMSPrototypeKeyBinding.hpp
include/xsec/xkms/XKMSQueryKeyBinding.hpp
include/xsec/xkms/XKMSRSAKeyPair.hpp
include/xsec/xkms/XKMSRecoverKeyBinding.hpp
include/xsec/xkms/XKMSRecoverRequest.hpp
include/xsec/xkms/XKMSRecoverResult.hpp
include/xsec/xkms/XKMSRegisterRequest.hpp
include/xsec/xkms/XKMSRegisterResult.hpp
include/xsec/xkms/XKMSReissueKeyBinding.hpp
include/xsec/xkms/XKMSReissueRequest.hpp
include/xsec/xkms/XKMSReissueResult.hpp
include/xsec/xkms/XKMSRequestAbstractType.hpp
include/xsec/xkms/XKMSRespondWith.hpp
include/xsec/xkms/XKMSResponseMechanism.hpp
include/xsec/xkms/XKMSResult.hpp
include/xsec/xkms/XKMSResultType.hpp
include/xsec/xkms/XKMSRevokeKeyBinding.hpp
include/xsec/xkms/XKMSRevokeRequest.hpp
include/xsec/xkms/XKMSRevokeResult.hpp
include/xsec/xkms/XKMSStatus.hpp
include/xsec/xkms/XKMSStatusRequest.hpp
include/xsec/xkms/XKMSStatusResult.hpp
include/xsec/xkms/XKMSUnverifiedKeyBinding.hpp
include/xsec/xkms/XKMSUseKeyWith.hpp
include/xsec/xkms/XKMSValidateRequest.hpp
include/xsec/xkms/XKMSValidateResult.hpp
include/xsec/xkms/XKMSValidityInterval.hpp
lib/libxml-security-c.a
lib/libxml-security-c.la
lib/libxml-security-c.so
lib/libxml-security-c.so.13
@dirrm include/xsec/xkms
@dirrm include/xsec/xenc
@dirrm include/xsec/utils/unixutils
@dirrm include/xsec/utils
@dirrm include/xsec/transformers
@dirrm include/xsec/framework
@dirrm include/xsec/enc/XSCrypt
@dirrm include/xsec/enc/OpenSSL
@dirrm include/xsec/enc/NSS
@dirrm include/xsec/enc
@dirrm include/xsec/dsig
@dirrm include/xsec/canon
@dirrm include/xsec