[29258] trunk/dports/textproc

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 19 07:52:31 PDT 2007


Revision: 29258
          http://trac.macosforge.org/projects/macports/changeset/29258
Author:   simon at macports.org
Date:     2007-09-19 07:52:31 -0700 (Wed, 19 Sep 2007)

Log Message:
-----------
textproc/rxp: New port, xml parser and validator written in C.

Added Paths:
-----------
    trunk/dports/textproc/rxp/
    trunk/dports/textproc/rxp/Portfile

Added: trunk/dports/textproc/rxp/Portfile
===================================================================
--- trunk/dports/textproc/rxp/Portfile	                        (rev 0)
+++ trunk/dports/textproc/rxp/Portfile	2007-09-19 14:52:31 UTC (rev 29258)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+
+name                rxp
+version             1.4.4
+categories          textproc
+platforms           darwin
+maintainers         simon
+description         Validating XML parser written in C.
+long_description    RXP is a validating XML parser written in C. \
+                    The current version of RXP supports XML 1.1, Namespaces \
+                    1.1, xml:id, and XML Catalogs.
+
+homepage            http://www.cogsci.ed.ac.uk/~richard/rxp.html
+master_sites        ftp://ftp.cogsci.ed.ac.uk/pub/richard/
+checksums           md5 9131f22e11182819b2e1ee2722260a5b \
+                    sha1 5bdb64be2f8b3ddec00fc197da6827d5f8351a6c \
+                    rmd160 96648d9e41911ed0b9520f1b3498449de6f73e72
+
+use_configure       no
+
+destroot {
+  # install the rxp binary:
+  copy ${worksrcpath}/rxp ${destroot}${prefix}/bin/rxp
+  # install the rxp man page:
+  copy ${worksrcpath}/rxp.1 ${destroot}${prefix}/share/man/man1/rxp.1
+}


Property changes on: trunk/dports/textproc/rxp/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070919/d4ff2111/attachment.html


More information about the macports-changes mailing list