ports/51102: [new port] security/xmlsec1

Jim Geovedi jim at corebsd.or.id
Thu Apr 17 19:20:18 UTC 2003


>Number:         51102
>Category:       ports
>Synopsis:       [new port] security/xmlsec1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 12:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jim Geovedi
>Release:        FreeBSD 4.8-RC i386
>Organization:
	0A07:050F:1605:0409
>Environment:
System: FreeBSD develbox.bhc.or.id 4.8-RC FreeBSD 4.8-RC #0: Mon Mar 31 12:39:10 WIT 2003 negative at develbox.bhc.or.id:/usr/obj/usr/src/sys/BHC i386


	
>Description:
	

The XML Security Library 1.0.0 release is the major upgrade from the 
0.0.X version (which already living in portstree as security/xmlsec).

>How-To-Repeat:
	
>Fix:

	

--- xmlsec1.shar begins here ---
# 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:
#
#	xmlsec1
#	xmlsec1/distinfo
#	xmlsec1/Makefile
#	xmlsec1/pkg-descr
#	xmlsec1/pkg-plist
#
echo c - xmlsec1
mkdir -p xmlsec1 > /dev/null 2>&1
echo x - xmlsec1/distinfo
sed 's/^X//' >xmlsec1/distinfo << 'END-of-xmlsec1/distinfo'
XMD5 (xmlsec1-1.0.0.tar.gz) = 351f1f2ae19d0cd2dfe1805769e1ef6d
END-of-xmlsec1/distinfo
echo x - xmlsec1/Makefile
sed 's/^X//' >xmlsec1/Makefile << 'END-of-xmlsec1/Makefile'
X# Ports collection makefile for:	xmlsec1
X# Date created:			Apr 17, 2003
X# Whom:				Jim Geovedi <jim at corebsd.or.id>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xmlsec1
XPORTVERSION=	1.0.0
XCATEGORIES=	security
XMASTER_SITES=	http://www.aleksey.com/xmlsec/download/ \
X		ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
X		ftp://ftp.xmlsoft.org/xmlsec/releases \
X		ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases
X
XMAINTAINER=	jim at corebsd.or.id
XCOMMENT=	XML Security Library (current stable version)
X
XLIB_DEPENDS=	xslt:${PORTSDIR}/textproc/libxslt
X
XUSE_OPENSSL=	yes
XUSE_LIBTOOL=	yes
XINSTALLS_SHLIB=	yes
X
XMAN1=	xmlsec1.1 xmlsec1-config.1
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@cp -R ${WRKSRC}/docs/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-xmlsec1/Makefile
echo x - xmlsec1/pkg-descr
sed 's/^X//' >xmlsec1/pkg-descr << 'END-of-xmlsec1/pkg-descr'
XXML Security Library is the latest stable of a C library based on
XLibXML2 and OpenSSL. The library was created with a goal to support
Xmajor XML security standards:
X   - XML Signature
X   - XML Encryption
X   - Canonical XML (was included in libxml2)
X   - Exclusive Canonical XML (was included in libxml2)
X
XWWW: http://www.aleksey.com/xmlsec/
END-of-xmlsec1/pkg-descr
echo x - xmlsec1/pkg-plist
sed 's/^X//' >xmlsec1/pkg-plist << 'END-of-xmlsec1/pkg-plist'
Xbin/xmlsec1
Xbin/xmlsec1-config
Xinclude/xmlsec1/xmlsec/base64.h
Xinclude/xmlsec1/xmlsec/buffer.h
Xinclude/xmlsec1/xmlsec/crypto.h
Xinclude/xmlsec1/xmlsec/errors.h
Xinclude/xmlsec1/xmlsec/exports.h
Xinclude/xmlsec1/xmlsec/io.h
Xinclude/xmlsec1/xmlsec/keyinfo.h
Xinclude/xmlsec1/xmlsec/keys.h
Xinclude/xmlsec1/xmlsec/keysdata.h
Xinclude/xmlsec1/xmlsec/keysmngr.h
Xinclude/xmlsec1/xmlsec/list.h
Xinclude/xmlsec1/xmlsec/membuf.h
Xinclude/xmlsec1/xmlsec/nodeset.h
Xinclude/xmlsec1/xmlsec/openssl/app.h
Xinclude/xmlsec1/xmlsec/openssl/bn.h
Xinclude/xmlsec1/xmlsec/openssl/crypto.h
Xinclude/xmlsec1/xmlsec/openssl/evp.h
Xinclude/xmlsec1/xmlsec/openssl/symbols.h
Xinclude/xmlsec1/xmlsec/openssl/x509.h
Xinclude/xmlsec1/xmlsec/parser.h
Xinclude/xmlsec1/xmlsec/strings.h
Xinclude/xmlsec1/xmlsec/templates.h
Xinclude/xmlsec1/xmlsec/transforms.h
Xinclude/xmlsec1/xmlsec/version.h
Xinclude/xmlsec1/xmlsec/xmldsig.h
Xinclude/xmlsec1/xmlsec/xmlenc.h
Xinclude/xmlsec1/xmlsec/xmlsec.h
Xinclude/xmlsec1/xmlsec/xmltree.h
Xlib/libxmlsec1-openssl.a
Xlib/libxmlsec1-openssl.la
Xlib/libxmlsec1-openssl.so
Xlib/libxmlsec1-openssl.so.1
Xlib/libxmlsec1.a
Xlib/libxmlsec1.la
Xlib/libxmlsec1.so
Xlib/libxmlsec1.so.1
Xlib/pkgconfig/xmlsec1.pc
Xlib/xmlsec1Conf.sh
X%%PORTDOCS%%share/doc/xmlsec1/Makefile
X%%PORTDOCS%%share/doc/xmlsec1/Makefile.am
X%%PORTDOCS%%share/doc/xmlsec1/Makefile.in
X%%PORTDOCS%%share/doc/xmlsec1/api/Makefile
X%%PORTDOCS%%share/doc/xmlsec1/api/Makefile.am
X%%PORTDOCS%%share/doc/xmlsec1/api/Makefile.in
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/compiling-and-linking.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/creating-templates.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/examples.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/init-and-shutdown.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/new-crypto.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/sign-and-encrypt.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/using-contexts.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/using-keys.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/using-keysmngr.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/using-transforms.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/using-x509-certs.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/chapters/verify-and-decrypt.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/images/.cvsignore
X%%PORTDOCS%%share/doc/xmlsec1/api/images/diagrams.sxd
X%%PORTDOCS%%share/doc/xmlsec1/api/images/encryption-structure.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/key.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/keysmngr.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/sign-enc-model.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/signature-structure.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/structure.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/transform.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/transforms-chain.png
X%%PORTDOCS%%share/doc/xmlsec1/api/images/verif-dec-model.png
X%%PORTDOCS%%share/doc/xmlsec1/api/index.html
X%%PORTDOCS%%share/doc/xmlsec1/api/index.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-base64.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-buffer.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-custom-keys-manager.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-decrypt-with-keys-mngr.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-decrypt-with-signle-key.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-encrypt-dynamic-template.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-encrypt-template-file.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-encrypt-with-session-key.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-encryption-klasses.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-errors.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-examples-sign-dynamimc-template.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-examples-sign-template-file.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-examples-sign-x509.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-examples.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-gnutls-app.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-gnutls-crypto.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-gnutls-ref.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-gnutls.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-index.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-index.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-io.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-keyinfo.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-keys.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-keysdata.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-keysmngr.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-list.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-membuf.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-nodeset.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-compiling-others.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-compiling-unix.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-compiling-windows.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-compiling.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-contexts.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-custom-keys-store.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-decrypt.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-dynamic-encryption-templates.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-dynamic-signature-templates.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-encrypt.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-include-files.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-init-shutdown.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-keys-manager-sign-enc.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-keys-mngr-verify-decrypt.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-keys.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-keysmngr.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-functions.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-key-stores.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-keys.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-klasses.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-sharing-results.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-simple-keys-mngr.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-skeleton.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto-transforms.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-new-crypto.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-overview.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-sign-encrypt.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-sign-x509.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-sign.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-simple-keys-store.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-structure.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-templates.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-transforms.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-verify-decrypt.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-verify-x509.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-verify.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes-x509.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-notes.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-nss-app.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-nss-crypto.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-nss-ref.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-nss.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-openssl-app.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-openssl-bn.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-openssl-crypto.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-openssl-ref.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-openssl-x509.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-openssl.sgml
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-parser.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-ref.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-reference.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-signature-klasses.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-templates.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-transforms.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-verify-with-key.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-verify-with-keys-mngr.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-verify-with-restrictions.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-verify-with-x509.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-version.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-xmldsig.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-xmlenc.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-xmlsec.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec-xmltree.html
X%%PORTDOCS%%share/doc/xmlsec1/api/xmlsec.sgml
X%%PORTDOCS%%share/doc/xmlsec1/bugs.html
X%%PORTDOCS%%share/doc/xmlsec1/c14n.html
X%%PORTDOCS%%share/doc/xmlsec1/documentation.html
X%%PORTDOCS%%share/doc/xmlsec1/download.html
X%%PORTDOCS%%share/doc/xmlsec1/faq.html
X%%PORTDOCS%%share/doc/xmlsec1/images/bart.gif
X%%PORTDOCS%%share/doc/xmlsec1/images/libxml2-logo.png
X%%PORTDOCS%%share/doc/xmlsec1/images/libxslt-logo.png
X%%PORTDOCS%%share/doc/xmlsec1/images/logo.gif
X%%PORTDOCS%%share/doc/xmlsec1/images/openssl-logo.png
X%%PORTDOCS%%share/doc/xmlsec1/images/xmlsec-logo.gif
X%%PORTDOCS%%share/doc/xmlsec1/index.html
X%%PORTDOCS%%share/doc/xmlsec1/news.html
X%%PORTDOCS%%share/doc/xmlsec1/related.html
X%%PORTDOCS%%share/doc/xmlsec1/xmldsig-verifier.html
X%%PORTDOCS%%share/doc/xmlsec1/xmldsig.html
X%%PORTDOCS%%share/doc/xmlsec1/xmlenc.html
X%%PORTDOCS%%share/doc/xmlsec1/xmlsec-man.html
X%%PORTDOCS%%@dirrm share/doc/xmlsec1/images
X%%PORTDOCS%%@dirrm share/doc/xmlsec1/api/images
X%%PORTDOCS%%@dirrm share/doc/xmlsec1/api/chapters
X%%PORTDOCS%%@dirrm share/doc/xmlsec1/api
X%%PORTDOCS%%@dirrm share/doc/xmlsec1
X at dirrm include/xmlsec1/xmlsec/openssl
X at dirrm include/xmlsec1/xmlsec
X at dirrm include/xmlsec1
X at unexec rmdir $D/lib/pkgconfig 2>/dev/null || true
END-of-xmlsec1/pkg-plist
exit
--- xmlsec1.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list