New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82184


Ignore:
Timestamp:
08/09/11 17:56:29 (4 years ago)
Author:
ryandesign@…
Message:

contacts: adjust whitespace, add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/contacts/Portfile

    r82183 r82184  
     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            contacts 
    6 version         1.1 
    7 revision        1 
    8 categories      sysutils 
    9 platforms       darwin 
    10 maintainers     nomaintainer 
    11 license         GPL-2 
     6name                contacts 
     7version             1.1 
     8revision            1 
     9categories          sysutils 
     10platforms           darwin 
     11maintainers         nomaintainer 
     12license             GPL-2 
    1213 
    13 description     command line tool to access Mac OS X's Address Book 
    14 long_description        The utility contacts gives you access to view and \ 
    15                         search all your records in Mac OS X's Address Book \ 
    16                         database. 
     14description         command line tool to access Mac OS X's Address Book 
    1715 
    18 homepage        http://gnufoo.org/contacts/ 
    19 master_sites    ${homepage} 
    20 distname        ${name}${version} 
    21 extract.suffix  .tgz 
    22 checksums       md5 37b6a6a0312dabc4ad2ddd8805f93e12 
    23 patchfiles      patch-FormatHelper.m 
     16long_description    The utility contacts gives you access to view and \ 
     17                    search all your records in Mac OS X's Address Book \ 
     18                    database. 
    2419 
    25 use_configure   no 
     20homepage            http://gnufoo.org/contacts/ 
     21master_sites        ${homepage} 
     22distname            ${name}${version} 
     23extract.suffix      .tgz 
     24 
     25checksums           md5     37b6a6a0312dabc4ad2ddd8805f93e12 
     26 
     27patchfiles          patch-FormatHelper.m 
     28 
     29use_configure       no 
    2630variant universal {} 
    2731 
Note: See TracChangeset for help on using the changeset viewer.