[77507] trunk/dports/databases

ricci at macports.org ricci at macports.org
Fri Apr 1 11:43:58 PDT 2011


Revision: 77507
          http://trac.macports.org/changeset/77507
Author:   ricci at macports.org
Date:     2011-04-01 11:43:58 -0700 (Fri, 01 Apr 2011)
Log Message:
-----------
new port, iplike - PostgreSQL IP address query interface
NOTE: this instance is hard-coded to use postgresl90,
  a nice improvement would be to modify it to work
  with different versions of postgresql (possibly
  via variants) or to make different versions of the
  port, one per postgresql version.

Added Paths:
-----------
    trunk/dports/databases/iplike/
    trunk/dports/databases/iplike/Portfile

Added: trunk/dports/databases/iplike/Portfile
===================================================================
--- trunk/dports/databases/iplike/Portfile	                        (rev 0)
+++ trunk/dports/databases/iplike/Portfile	2011-04-01 18:43:58 UTC (rev 77507)
@@ -0,0 +1,41 @@
+# -*- 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                iplike
+version             2.0.0
+
+categories          databases
+maintainers         nomaintainer
+platforms           darwin
+
+description         PostgreSQL IP address query interface
+long_description    C implementation of OpenNMS's plpgsql iplike function, \
+                    preferred as it offers better performance.  Allows for \
+                    complex IP address queries on a text field.
+
+homepage            http://www.opennms.org/wiki/IPLIKE
+
+master_sites        sourceforge:opennms
+
+depends_lib         port:postgresql90
+
+depends_run         port:postgresql90-server
+
+checksums           md5     37896569794c37ef65f20c0078a248c8 \
+                    sha1    20db660dde23334039d570a96e262c10d35d635c \
+                    rmd160  670e7c255f7b2c6a841429b475cb945690020ebb
+
+configure.args      --with-pgsql=${prefix}/lib/postgresql90/bin/pg_config
+
+
+post-activate {
+        ui_msg "\nNOTE:\n\
+                This package (${name}-${version})will not work until you run\n\
+                ${prefix}/sbin/install_iplike.sh with the appropriate options.\n\
+                Run:\n\
+                ${prefix}/sbin/install_iplike.sh -h\n\
+                for more information.\n"
+}
+


Property changes on: trunk/dports/databases/iplike/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/20110401/726aac34/attachment.html>


More information about the macports-changes mailing list