[54618] trunk/dports/textproc
snc at macports.org
snc at macports.org
Thu Jul 30 06:30:00 PDT 2009
Revision: 54618
http://trac.macports.org/changeset/54618
Author: snc at macports.org
Date: 2009-07-30 06:30:00 -0700 (Thu, 30 Jul 2009)
Log Message:
-----------
created xercesc3
Added Paths:
-----------
trunk/dports/textproc/xercesc3/
trunk/dports/textproc/xercesc3/Portfile
Added: trunk/dports/textproc/xercesc3/Portfile
===================================================================
--- trunk/dports/textproc/xercesc3/Portfile (rev 0)
+++ trunk/dports/textproc/xercesc3/Portfile 2009-07-30 13:30:00 UTC (rev 54618)
@@ -0,0 +1,45 @@
+# -*- 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 xercesc3
+version 3.0.1
+revision 1
+categories textproc
+maintainers snc osu.edu:cantor.2
+description an XML parser
+long_description Xerces-C++ is a validating XML parser written in \
+ a portable subset of C++. Xerces-C++ makes it \
+ easy to give your application the ability to read \
+ and write XML data. A shared library is provided \
+ for parsing, generating, manipulating, and \
+ validating XML documents.
+homepage http://xerces.apache.org/xerces-c/
+master_sites apache:xerces/c/3/sources/
+distname xerces-c-${version}
+configure.args --disable-static \
+ --enable-netaccessor-socket \
+ --enable-transcoder-icu \
+ --enable-msgloader-icu \
+ --with-icu=${prefix}
+checksums sha1 71e4efee5397dd45d6bafad34bf3bc766bc2a085
+platforms darwin
+
+depends_lib port:icu
+
+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/xercesc/Portfile
+livecheck.regex "version *(\\d+\\.\\d+\\.\\d+)"
Property changes on: trunk/dports/textproc/xercesc3/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/6acec234/attachment-0001.html>
More information about the macports-changes
mailing list