[142916] trunk/dports/devel/argp-standalone/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 07:46:47 PST 2015


Revision: 142916
          https://trac.macports.org/changeset/142916
Author:   devans at macports.org
Date:     2015-11-27 12:52:03 -0800 (Fri, 27 Nov 2015)
Log Message:
-----------
argp-standalone: add mode line, reformat, white space only.

Modified Paths:
--------------
    trunk/dports/devel/argp-standalone/Portfile

Modified: trunk/dports/devel/argp-standalone/Portfile
===================================================================
--- trunk/dports/devel/argp-standalone/Portfile	2015-11-27 16:21:21 UTC (rev 142915)
+++ trunk/dports/devel/argp-standalone/Portfile	2015-11-27 20:52:03 UTC (rev 142916)
@@ -1,35 +1,36 @@
+# -*- 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			argp-standalone
-version			1.3
-revision		1
-categories		devel
-license			LGPL
-platforms		darwin freebsd
-maintainers		nomaintainer
-description		Standalone version of arguments parsing functions from GLIBC
-long_description	It is standalone version of argp - part of glibc library. \
-\
-It was separated off glibc by Niels Myller. Niels primary use \
-it for inclusion in the LSH distribution, but it's useful for \
-any package that wants to use argp and at the same time be \
-portable to non-glibc systems. \
-\
-Besides portability fixes, there are a few other changes in \
-this version. The most important is that it no longer builds \
-upon getopt\; the one or two hairy functions of GNU getopt are \
-incorporated with the argp parser. There are no longer any global \
-variables keeping track of the parser state.
-homepage		http://www.freshports.org/devel/argp-standalone/
-master_sites		http://www.lysator.liu.se/~nisse/misc/
-checksums		sha1 815c560680ebdc11694b88de2f8ec15133e0bfa0
+name                argp-standalone
+version             1.3
+revision            1
+categories          devel
+license             LGPL
+platforms           darwin freebsd
+maintainers         nomaintainer
+description         Standalone version of arguments parsing functions from GLIBC
+long_description    It is standalone version of argp - part of glibc library. \
+                    \
+                    It was separated off glibc by Niels Myller. Niels primary use \
+                    it for inclusion in the LSH distribution, but it's useful for \
+                    any package that wants to use argp and at the same time be \
+                    portable to non-glibc systems. \
+                    \
+                    Besides portability fixes, there are a few other changes in \
+                    this version. The most important is that it no longer builds \
+                    upon getopt\; the one or two hairy functions of GNU getopt are \
+                    incorporated with the argp parser. There are no longer any global \
+                    variables keeping track of the parser state.
+                    homepage        http://www.freshports.org/devel/argp-standalone/
+                    master_sites        http://www.lysator.liu.se/~nisse/misc/
+                    checksums       sha1 815c560680ebdc11694b88de2f8ec15133e0bfa0
 
-patchfiles		patch-argp-fmtstream.h
-configure.cflags-append	-std=c89
+patchfiles          patch-argp-fmtstream.h
+configure.cflags-append -std=c89
 
 post-destroot {
-	xinstall ${worksrcpath}/libargp.a ${destroot}${prefix}/lib
-	xinstall ${worksrcpath}/argp.h ${destroot}${prefix}/include
+    xinstall ${worksrcpath}/libargp.a ${destroot}${prefix}/lib
+    xinstall ${worksrcpath}/argp.h ${destroot}${prefix}/include
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ac52cf04/attachment-0001.html>


More information about the macports-changes mailing list