# -*- 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 PortSystem 1.0 name iplike version 2.2.0 categories databases license GPL-2+ maintainers nomaintainer 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 rmd160 167d520c82824b1b3c6cc4ea0799bafa4cab70c4 \ sha256 52703c5186ab2f8c5de86214a40ebfde3eb29454f7695ed84fa5b5d257c09eef \ size 358568 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" }