Changeset 97985


Ignore:
Timestamp:
Sep 21, 2012, 10:48:20 AM (12 years ago)
Author:
ryandesign@…
Message:

argtable: whitespace changes / reformatting / add modeline

File:
1 edited

Legend:

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

    r97984 r97985  
     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            argtable
     6name                argtable
    67version             2.13
    7 categories      devel
     8categories          devel
     9platforms           darwin
    810maintainers         gmail.com:christian.frisson openmaintainer
    911license             LGPL
    1012
    11 description     ANSI C library for parsing GNU style command line arguments
    12 long_description        \
    13         Argtable is an ANSI C library for parsing GNU style command     \
    14         line arguments, as in foo -abc -o myfile --help --count=7.      \
    15         It enables a program's command line syntax to be defined in     \
    16         the source code as an array of argtable structs. The parsing    \
    17         itself is done using GNU getopt and so is 100% GNU compatible.
    18 homepage        http://argtable.sourceforge.net
    19 platforms       darwin
     13description         ANSI C library for parsing GNU style command line arguments
     14
     15long_description    Argtable is an ANSI C library for parsing GNU style command \
     16                    line arguments, as in foo -abc -o myfile --help --count=7. \
     17                    It enables a program's command line syntax to be defined in \
     18                    the source code as an array of argtable structs. The parsing \
     19                    itself is done using GNU getopt and so is 100% GNU compatible.
     20
     21homepage            http://argtable.sourceforge.net/
    2022master_sites        sourceforge:project/argtable/argtable/argtable-${version}
    2123distname            ${name}[strsed ${version} {g/\./-/}]
Note: See TracChangeset for help on using the changeset viewer.