New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79127


Ignore:
Timestamp:
06/02/11 15:54:22 (4 years ago)
Author:
ryandesign@…
Message:

libgeoip: whitespace changes / reformatting / add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libgeoip/Portfile

    r79126 r79127  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
     4PortSystem          1.0 
    45 
    5 name                    libgeoip 
    6 version                 1.4.6 
    7 categories              devel net 
    8 platforms               darwin 
    9 maintainers             nomaintainer 
    10 description             Gets country code by IP address 
    11 long_description        ${description} 
     6name                libgeoip 
     7version             1.4.6 
     8categories          devel net 
     9platforms           darwin 
     10maintainers         nomaintainer 
     11description         Gets country code by IP address 
     12long_description    ${description} 
    1213 
    13 homepage                http://www.maxmind.com/app/c 
    14 master_sites            http://www.maxmind.com/download/geoip/api/c/ \ 
    15                         http://www.maxmind.com/download/geoip/api/c/old/ 
    16 distname                GeoIP-${version} 
    17 checksums               md5     cb14b1beeb40631a12676b11ca0c309a \ 
    18                         sha1    e692954f447c13270de7860e586696991776d8a3 \ 
    19                         rmd160  67097c3f9c6bbdba1a4f7ee796713720dba19b0f 
     14homepage            http://www.maxmind.com/app/c 
     15master_sites        http://www.maxmind.com/download/geoip/api/c/ \ 
     16                    http://www.maxmind.com/download/geoip/api/c/old/ 
     17distname            GeoIP-${version} 
    2018 
    21 test.run                yes 
    22 test.target             check 
     19checksums           md5     cb14b1beeb40631a12676b11ca0c309a \ 
     20                    sha1    e692954f447c13270de7860e586696991776d8a3 \ 
     21                    rmd160  67097c3f9c6bbdba1a4f7ee796713720dba19b0f 
    2322 
    24 configure.args  --mandir=${prefix}/share/man 
     23test.run            yes 
     24test.target         check 
    2525 
    26 post-destroot   { 
    27         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} 
    28         xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ 
    29                 NEWS README TODO ${destroot}${prefix}/share/doc/${name} 
     26configure.args      --mandir=${prefix}/share/man 
     27 
     28post-destroot { 
     29    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} 
     30    xinstall -m 644 -W ${worksrcpath} \ 
     31        AUTHORS \ 
     32        COPYING \ 
     33        ChangeLog \ 
     34        INSTALL \ 
     35        NEWS \ 
     36        README \ 
     37        TODO \ 
     38        ${destroot}${prefix}/share/doc/${name} 
    3039} 
    3140 
    32 livecheck.type  regex 
    33 livecheck.url   http://geolite.maxmind.com/download/geoip/api/c/ 
    34 livecheck.regex {GeoIP-(\d+(?:\.\d+)*)} 
     41livecheck.type      regex 
     42livecheck.url       http://geolite.maxmind.com/download/geoip/api/c/ 
     43livecheck.regex     {GeoIP-(\d+(?:\.\d+)*)} 
Note: See TracChangeset for help on using the changeset viewer.