security/xmlsec update to version 0.0.15

It's a regular update of xmlsec's 0.0.X port, and also
	adding some entries to MASTER_SITES.

PR:		ports/51101
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
This commit is contained in:
Edwin Groothuis 2003-04-18 05:56:34 +00:00
parent 1b7540145f
commit f003346de3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79195
3 changed files with 31 additions and 26 deletions

View File

@ -7,9 +7,12 @@
#
PORTNAME= xmlsec
PORTVERSION= 0.0.14
PORTVERSION= 0.0.15
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
ftp://ftp.xmlsoft.org/xmlsec/releases \
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases
MAINTAINER= jim@corebsd.or.id
COMMENT= XML Security Library

View File

@ -1 +1 @@
MD5 (xmlsec-0.0.14.tar.gz) = cb9a8d1a23edfbaa8eb9149e0b617060
MD5 (xmlsec-0.0.15.tar.gz) = 55b91dc6fce8ea8170bb9e6ea584f042

View File

@ -1,28 +1,29 @@
bin/xmlsec
bin/xmlsec-config
include/xmlsec/base64.h
include/xmlsec/bn.h
include/xmlsec/buffered.h
include/xmlsec/ciphers.h
include/xmlsec/debug.h
include/xmlsec/digests.h
include/xmlsec/errors.h
include/xmlsec/io.h
include/xmlsec/keyinfo.h
include/xmlsec/keys.h
include/xmlsec/keysInternal.h
include/xmlsec/keysmngr.h
include/xmlsec/membuf.h
include/xmlsec/nodeset.h
include/xmlsec/transforms.h
include/xmlsec/transformsInternal.h
include/xmlsec/version.h
include/xmlsec/x509.h
include/xmlsec/xmldsig.h
include/xmlsec/xmlenc.h
include/xmlsec/xmlsec.h
include/xmlsec/xmltree.h
include/xmlsec0/xmlsec/base64.h
include/xmlsec0/xmlsec/bn.h
include/xmlsec0/xmlsec/buffered.h
include/xmlsec0/xmlsec/ciphers.h
include/xmlsec0/xmlsec/debug.h
include/xmlsec0/xmlsec/digests.h
include/xmlsec0/xmlsec/errors.h
include/xmlsec0/xmlsec/io.h
include/xmlsec0/xmlsec/keyinfo.h
include/xmlsec0/xmlsec/keys.h
include/xmlsec0/xmlsec/keysInternal.h
include/xmlsec0/xmlsec/keysmngr.h
include/xmlsec0/xmlsec/membuf.h
include/xmlsec0/xmlsec/nodeset.h
include/xmlsec0/xmlsec/transforms.h
include/xmlsec0/xmlsec/transformsInternal.h
include/xmlsec0/xmlsec/version.h
include/xmlsec0/xmlsec/x509.h
include/xmlsec0/xmlsec/xmldsig.h
include/xmlsec0/xmlsec/xmlenc.h
include/xmlsec0/xmlsec/xmlsec.h
include/xmlsec0/xmlsec/xmltree.h
lib/libxmlsec.a
lib/libxmlsec.la
lib/libxmlsec.so
lib/libxmlsec.so.0
lib/pkgconfig/xmlsec.pc
@ -315,5 +316,6 @@ lib/pkgconfig/xmlsec.pc
%%PORTDOCS%%@dirrm share/doc/xmlsec/api/sgml
%%PORTDOCS%%@dirrm share/doc/xmlsec/api
%%PORTDOCS%%@dirrm share/doc/xmlsec
@dirrm include/xmlsec
@dirrm include/xmlsec0/xmlsec
@dirrm include/xmlsec0
@unexec rmdir $D/lib/pkgconfig 2>/dev/null || true