[54448] trunk/dports/lang

toby at macports.org toby at macports.org
Mon Jul 27 13:40:08 PDT 2009


Revision: 54448
          http://trac.macports.org/changeset/54448
Author:   toby at macports.org
Date:     2009-07-27 13:40:07 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
add mawk

Added Paths:
-----------
    trunk/dports/lang/mawk/
    trunk/dports/lang/mawk/Portfile
    trunk/dports/lang/mawk/files/
    trunk/dports/lang/mawk/files/patch-Makefile.in

Added: trunk/dports/lang/mawk/Portfile
===================================================================
--- trunk/dports/lang/mawk/Portfile	                        (rev 0)
+++ trunk/dports/lang/mawk/Portfile	2009-07-27 20:40:07 UTC (rev 54448)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+
+name            mawk
+version         1.3.3-20090726
+categories      lang
+
+description     mawk is an interpreter for the AWK Programming Language
+long_description \
+    mawk is an interpreter for the AWK Programming Language. \
+    The AWK language is useful for manipulation of data files, \
+    text retrieval and processing, and for prototyping and \
+    experimenting with algorithms.
+homepage        http://invisible-island.net/mawk/
+
+platforms       darwin
+#license         gpl2
+maintainers     toby
+
+master_sites    ftp://invisible-island.net/${name}/
+extract.suffix  .tgz
+checksums       md5 39a0f475f672947c8e4c83919b18f137 \
+                sha1 aa76aafb64e0135563e6f1d4b9f9aa7de304deb2 \
+                rmd160 93fc84e3845a5a1c221e5c6a9733a7b40aef05ed
+
+patchfiles      patch-Makefile.in
+
+configure.args  --mandir=${prefix}/share/man


Property changes on: trunk/dports/lang/mawk/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: trunk/dports/lang/mawk/files/patch-Makefile.in
===================================================================
--- trunk/dports/lang/mawk/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/lang/mawk/files/patch-Makefile.in	2009-07-27 20:40:07 UTC (rev 54448)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-07-27 13:35:39.000000000 -0700
++++ Makefile.in	2009-07-27 13:35:42.000000000 -0700
+@@ -118,7 +118,7 @@
+ 
+ $(BINDIR) \
+ $(MANDIR) :
+-	sh -c "mkdirs.sh $@"
++	sh -c "./mkdirs.sh $@"
+ 
+ # output from  mawk -f deps.awk *.c
+ array.o : config.h field.h bi_vars.h mawk.h symtype.h nstd.h memory.h array.h zmalloc.h types.h sizes.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/bbf3545c/attachment.html>


More information about the macports-changes mailing list