[79127] trunk/dports/devel/libgeoip/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 2 15:54:22 PDT 2011


Revision: 79127
          http://trac.macports.org/changeset/79127
Author:   ryandesign at macports.org
Date:     2011-06-02 15:54:22 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
libgeoip: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/devel/libgeoip/Portfile

Modified: trunk/dports/devel/libgeoip/Portfile
===================================================================
--- trunk/dports/devel/libgeoip/Portfile	2011-06-02 22:46:46 UTC (rev 79126)
+++ trunk/dports/devel/libgeoip/Portfile	2011-06-02 22:54:22 UTC (rev 79127)
@@ -1,34 +1,43 @@
+# -*- 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
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			libgeoip
-version			1.4.6
-categories		devel net
-platforms		darwin
-maintainers		nomaintainer
-description		Gets country code by IP address
-long_description	${description}
+name                libgeoip
+version             1.4.6
+categories          devel net
+platforms           darwin
+maintainers         nomaintainer
+description         Gets country code by IP address
+long_description    ${description}
 
-homepage		http://www.maxmind.com/app/c
-master_sites		http://www.maxmind.com/download/geoip/api/c/ \
-			http://www.maxmind.com/download/geoip/api/c/old/
-distname		GeoIP-${version}
-checksums		md5     cb14b1beeb40631a12676b11ca0c309a \
-			sha1    e692954f447c13270de7860e586696991776d8a3 \
-			rmd160  67097c3f9c6bbdba1a4f7ee796713720dba19b0f
+homepage            http://www.maxmind.com/app/c
+master_sites        http://www.maxmind.com/download/geoip/api/c/ \
+                    http://www.maxmind.com/download/geoip/api/c/old/
+distname            GeoIP-${version}
 
-test.run		yes
-test.target		check
+checksums           md5     cb14b1beeb40631a12676b11ca0c309a \
+                    sha1    e692954f447c13270de7860e586696991776d8a3 \
+                    rmd160  67097c3f9c6bbdba1a4f7ee796713720dba19b0f
 
-configure.args	--mandir=${prefix}/share/man
+test.run            yes
+test.target         check
 
-post-destroot	{
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-		NEWS README TODO ${destroot}${prefix}/share/doc/${name}
+configure.args      --mandir=${prefix}/share/man
+
+post-destroot {
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        INSTALL \
+        NEWS \
+        README \
+        TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.url   http://geolite.maxmind.com/download/geoip/api/c/
-livecheck.regex {GeoIP-(\d+(?:\.\d+)*)}
+livecheck.type      regex
+livecheck.url       http://geolite.maxmind.com/download/geoip/api/c/
+livecheck.regex     {GeoIP-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110602/ee31bdc8/attachment.html>


More information about the macports-changes mailing list