[78575] users/pixilla

pixilla at macports.org pixilla at macports.org
Thu May 12 18:14:23 PDT 2011


Revision: 78575
          http://trac.macports.org/changeset/78575
Author:   pixilla at macports.org
Date:     2011-05-12 18:14:22 -0700 (Thu, 12 May 2011)
Log Message:
-----------
databases/lib_mysqludf_preg: Add lib_mysqludf_preg port

Added Paths:
-----------
    users/pixilla/databases/
    users/pixilla/databases/lib_mysqludf_preg/
    users/pixilla/databases/lib_mysqludf_preg/Portfile

Added: users/pixilla/databases/lib_mysqludf_preg/Portfile
===================================================================
--- users/pixilla/databases/lib_mysqludf_preg/Portfile	                        (rev 0)
+++ users/pixilla/databases/lib_mysqludf_preg/Portfile	2011-05-13 01:14:22 UTC (rev 78575)
@@ -0,0 +1,34 @@
+# -*- 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                lib_mysqludf_preg
+version             1.0.1
+categories          databases lang
+maintainers         pixilla
+platforms           darwin
+
+description         lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) that \
+                    provide access to the PCRE (perl compatible-regular-expressions) library for \
+                    pattern matching.
+long_description    {$description} The PCRE library is a set of functions that implement regular \
+                    expression pattern matching using the same syntax and semantics as Perl 5. \
+                    This syntax can often handle more complex expressions and capturing than \
+                    standard regular expression implementations.
+
+homepage            http://webkit2pdf.sourceforge.net/
+master_sites        http://www.mysqludf.org/lib_mysqludf_preg/
+
+checksums           sha1    a92a58a5c20b71723624da28ed3ee5670fe25405 \
+                    rmd160  21dfbebe4b421da8acf4e14892fb272bee804f58
+
+depends_lib-append  path:${prefix}/lib/mysql5/bin/mysql_config:mysql5
+
+configure.args-append \
+                    --with-pcre=${prefix} \
+                    --with-mysql=${prefix}/lib/mysql5/bin/mysql_config
+                    
+livecheck.url       ${master_sites}
+livecheck.type      regex
+livecheck.regex     "${name}-(\\d+\\.\\d+(\[0-9rc.\]+)?)${extract.suffix}"


Property changes on: users/pixilla/databases/lib_mysqludf_preg/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/20110512/a8af8c5f/attachment.html>


More information about the macports-changes mailing list