[28385] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 29 23:25:16 PDT 2007


Revision: 28385
          http://trac.macosforge.org/projects/macports/changeset/28385
Author:   afb at macports.org
Date:     2007-08-29 23:25:16 -0700 (Wed, 29 Aug 2007)

Log Message:
-----------
new port: lib dependency for poldek

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

Added: trunk/dports/devel/argp-standalone/Portfile
===================================================================
--- trunk/dports/devel/argp-standalone/Portfile	                        (rev 0)
+++ trunk/dports/devel/argp-standalone/Portfile	2007-08-30 06:25:16 UTC (rev 28385)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+
+name			argp-standalone
+version			1.3
+categories		devel
+platforms		darwin freebsd
+maintainers		afb at macports.org
+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 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
+
+post-destroot {
+	xinstall ${worksrcpath}/libargp.a ${destroot}${prefix}/lib
+	xinstall ${worksrcpath}/argp.h ${destroot}${prefix}/include
+}


Property changes on: trunk/dports/devel/argp-standalone/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070829/fb8d1e1a/attachment.html


More information about the macports-changes mailing list