[92151] trunk/dports/lang

deric at macports.org deric at macports.org
Fri Apr 20 01:54:07 PDT 2012


Revision: 92151
          https://trac.macports.org/changeset/92151
Author:   deric at macports.org
Date:     2012-04-20 01:54:06 -0700 (Fri, 20 Apr 2012)
Log Message:
-----------
xgawk: new port, closes #33494.

Added Paths:
-----------
    trunk/dports/lang/xgawk/
    trunk/dports/lang/xgawk/Portfile

Added: trunk/dports/lang/xgawk/Portfile
===================================================================
--- trunk/dports/lang/xgawk/Portfile	                        (rev 0)
+++ trunk/dports/lang/xgawk/Portfile	2012-04-20 08:54:06 UTC (rev 92151)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem              1.0
+
+name                    xgawk
+version                 3.1.6a-20090408
+categories              lang textproc
+license                 GPL-3+
+installs_libs           no
+maintainers             free.fr:fclaire openmaintainer
+platforms               darwin
+homepage                http://home.vr-web.de/Juergen.Kahrs/gawk/XML/
+master_sites            ${homepage}
+distname                ${name}-${version}
+description             The XMLgawk utility.
+use_parallel_build      yes
+
+long_description        XMLgawk is an experimental extension of the GNU Awk interpreter. \
+                        It includes a small XML parsing library which is built upon the \
+                        Expat XML parser. The parsing library is a very thin layer on top \
+                        of Expat (implementing a pull-interface) and can also be used \
+                        without GNU Awk to read XML data files.
+
+checksums               sha1    8e382b7a2c34dc9daf5ec2b12e850352a7944cfa \
+                        rmd160  219b72259402397f7d245cbbe1475a683f800084
+
+depends_lib             port:readline \
+                        port:gettext
+
+configure.args          --with-libiconv-prefix=${prefix} \
+                        ac_cv_libsigsegv=no \
+                        --enable-static-extensions=yes
+
+test.run                yes
+test.target             check
+
+livecheck.type          regex
+livecheck.url           ${homepage}
+livecheck.regex         ${name}-(\[0-9.a-\]+)\\.tar.gz
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120420/fc0fcaf2/attachment.html>


More information about the macports-changes mailing list