[62598] trunk/dports/php

nox at macports.org nox at macports.org
Mon Jan 11 14:45:56 PST 2010


Revision: 62598
          http://trac.macports.org/changeset/62598
Author:   nox at macports.org
Date:     2010-01-11 14:45:54 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
Create new port php5-geoip

This PHP extension allows you to find the location of an IP address -
City, State, Country, Longitude, Latitude, and other information as all,
such as ISP and connection type.

Added Paths:
-----------
    trunk/dports/php/php5-geoip/
    trunk/dports/php/php5-geoip/Portfile

Added: trunk/dports/php/php5-geoip/Portfile
===================================================================
--- trunk/dports/php/php5-geoip/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-geoip/Portfile	2010-01-11 22:45:54 UTC (rev 62598)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup geoip 1.0.7 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Map IP address to geographic places
+
+long_description \
+    This PHP extension allows you to find the location of an IP address - \
+    City, State, Country, Longitude, Latitude, and other information as all, \
+    such as ISP and connection type.
+
+checksums       md5     ca5397a1dacb62afd426c2065fc1e106 \
+                sha1    d3445f559813a6ec0972320cf6409b894f843642 \
+                rmd160  a9bdd0d71a4b2fc8111cfeb08bd2d2161f029174
+
+use_parallel_build yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+        ${destroot}${docdir}
+}
+
+test.run yes
+
+livecheck.regex {(\d+(?:\.\d+)*)</a></th>}


Property changes on: trunk/dports/php/php5-geoip/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/20100111/86aa02ca/attachment.html>


More information about the macports-changes mailing list