[97985] trunk/dports/devel/argtable/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 21 03:48:20 PDT 2012


Revision: 97985
          http://trac.macports.org//changeset/97985
Author:   ryandesign at macports.org
Date:     2012-09-21 03:48:20 -0700 (Fri, 21 Sep 2012)
Log Message:
-----------
argtable: whitespace changes / reformatting / add modeline

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

Modified: trunk/dports/devel/argtable/Portfile
===================================================================
--- trunk/dports/devel/argtable/Portfile	2012-09-21 10:44:46 UTC (rev 97984)
+++ trunk/dports/devel/argtable/Portfile	2012-09-21 10:48:20 UTC (rev 97985)
@@ -1,22 +1,24 @@
+# -*- 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		argtable
+name                argtable
 version             2.13
-categories	devel
+categories          devel
+platforms           darwin
 maintainers         gmail.com:christian.frisson openmaintainer
 license             LGPL
 
-description	ANSI C library for parsing GNU style command line arguments
-long_description	\
-	Argtable is an ANSI C library for parsing GNU style command 	\
-	line arguments, as in foo -abc -o myfile --help --count=7. 	\
-	It enables a program's command line syntax to be defined in 	\
-	the source code as an array of argtable structs. The parsing 	\
-	itself is done using GNU getopt and so is 100% GNU compatible.
-homepage	http://argtable.sourceforge.net
-platforms	darwin
+description         ANSI C library for parsing GNU style command line arguments
+
+long_description    Argtable is an ANSI C library for parsing GNU style command \
+                    line arguments, as in foo -abc -o myfile --help --count=7. \
+                    It enables a program's command line syntax to be defined in \
+                    the source code as an array of argtable structs. The parsing \
+                    itself is done using GNU getopt and so is 100% GNU compatible.
+
+homepage            http://argtable.sourceforge.net/
 master_sites        sourceforge:project/argtable/argtable/argtable-${version}
 distname            ${name}[strsed ${version} {g/\./-/}]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120921/8159f9fe/attachment.html>


More information about the macports-changes mailing list