[54619] trunk/dports/security

snc at macports.org snc at macports.org
Thu Jul 30 06:38:42 PDT 2009


Revision: 54619
          http://trac.macports.org/changeset/54619
Author:   snc at macports.org
Date:     2009-07-30 06:38:41 -0700 (Thu, 30 Jul 2009)
Log Message:
-----------
created xml-security-c, different from xmlsec

Added Paths:
-----------
    trunk/dports/security/xml-security-c/
    trunk/dports/security/xml-security-c/Portfile

Added: trunk/dports/security/xml-security-c/Portfile
===================================================================
--- trunk/dports/security/xml-security-c/Portfile	                        (rev 0)
+++ trunk/dports/security/xml-security-c/Portfile	2009-07-30 13:38:41 UTC (rev 54619)
@@ -0,0 +1,43 @@
+# -*- 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$
+
+PortSystem          1.0
+
+name                xml-security-c
+version             1.5.1
+revision            1
+categories          security shibboleth
+maintainers         snc osu.edu:cantor.2
+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        http://santuario.apache.org/dist/c-library
+checksums           sha1 e51d3dca7f32cfcc2090d4d20cf8a1d032d95d79
+
+configure.args      --disable-static \
+                    --without-xalan \
+                    --with-xerces=${prefix} \
+                    --with-openssl=${prefix}
+
+platform darwin 8 {
+    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+    build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+    destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+}
+
+platform darwin 9 {
+    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+    build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+    destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+}
+
+livecheck.check     regex
+livecheck.url       http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/mac/ports/shibboleth/xml-security-c/Portfile
+livecheck.regex     "version *(\\d+\\.\\d+\\.\\d+)"


Property changes on: trunk/dports/security/xml-security-c/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090730/257560fc/attachment.html>


More information about the macports-changes mailing list