[29569] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 30 01:40:02 PDT 2007


Revision: 29569
          http://trac.macosforge.org/projects/macports/changeset/29569
Author:   ryandesign at macports.org
Date:     2007-09-30 01:40:01 -0700 (Sun, 30 Sep 2007)

Log Message:
-----------
txt2regex: new port, thanks to Gregory Gaskill. See #12814.

Added Paths:
-----------
    trunk/dports/sysutils/txt2regex/
    trunk/dports/sysutils/txt2regex/Portfile

Added: trunk/dports/sysutils/txt2regex/Portfile
===================================================================
--- trunk/dports/sysutils/txt2regex/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/txt2regex/Portfile	2007-09-30 08:40:01 UTC (rev 29569)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem      1.0
+
+name            txt2regex
+version         0.8
+categories      sysutils
+platforms       darwin freebsd
+maintainers     grrr at technokracy.net
+description     Converts human sentences to regexes
+
+long_description \
+    Txt2regex is a Regular Expression Wizard that converts human sentences \
+    to regexes. In a simple interactive console interface, the user answers \
+    questions and the program build the regexes for more than 20 programs, \
+    like Vim, Emacs, Perl, PHP, Python, Procmail and OpenOffice.org. It \
+    is a Shell Script 100% written with Bash builtin commands.
+
+homepage        http://txt2regex.sourceforge.net/
+master_sites    ${homepage}
+distfiles       ${name}-${version}.tgz
+
+checksums       md5 83bc1f95b36fe51ade8d130fab390103 \
+                sha1 367923b1dad95c68b8e46db6888135b8b8d00807 \
+                rmd160 03387e1a43b17b7a977bcd8a5beb9b48c3cff24c
+
+use_configure   no
+build           {}
+
+destroot {
+    xinstall -m 555 ${worksrcpath}/${name}-${version}.sh ${destroot}${prefix}/bin/${name}
+    xinstall -m 444 ${worksrcpath}/${name}.man ${destroot}${prefix}/share/man/man1
+}


Property changes on: trunk/dports/sysutils/txt2regex/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/20070930/a5ddbccf/attachment.html


More information about the macports-changes mailing list