# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 74391 2010-12-15 04:42:44Z scantor@macports.org $ PortSystem 1.0 name xml-security-c version 1.6.0 revision 1 categories security xml textproc shibboleth license Apachev2 maintainers snc scantor description XML Signing/Encryption for C++ long_description The C++ library is an implementation of the XML Digital \ Signature specification. It is designed to be easily \ ported to new platforms, and has been tested on Solaris, \ Linux, FreeBSD, NetBSD and Windows. homepage http://santuario.apache.org platforms darwin depends_lib port:xercesc3 port:openssl master_sites apache:santuario/c-library/ checksums sha1 df5f18bee1017b70da36e208dbe50e8e580c3eb4 \ rmd160 cbc460ab41c6e15cb37e15ea066d0cb23cdc9c6d configure.args --without-xalan \ --with-xerces=${prefix} \ --with-openssl=${prefix} if {[variant_isset universal]} { depends_lib-append port:libtool } post-configure { if {[variant_isset universal]} { file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool } } livecheck.type regex livecheck.url ${homepage}/mirrors.cgi livecheck.regex ${name}-(\\d+(\\.\\d+)+)