diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 09:41:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 09:41:59 +0000 |
commit | a035b01e0f5f2e6c773a3f68f09eb2b55f728ab1 (patch) | |
tree | c3539ec0e7118f46165103912d474e570770ec8c /devel/gengetopt | |
parent | 104a5539c9d2ce4698c3dabecfe2e70754f8a8ac (diff) | |
download | ports-a035b01e0f5f2e6c773a3f68f09eb2b55f728ab1.tar.gz ports-a035b01e0f5f2e6c773a3f68f09eb2b55f728ab1.zip |
Notes
Diffstat (limited to 'devel/gengetopt')
-rw-r--r-- | devel/gengetopt/Makefile | 5 | ||||
-rw-r--r-- | devel/gengetopt/distinfo | 3 | ||||
-rw-r--r-- | devel/gengetopt/pkg-descr | 2 | ||||
-rw-r--r-- | devel/gengetopt/pkg-plist | 53 |
4 files changed, 32 insertions, 31 deletions
diff --git a/devel/gengetopt/Makefile b/devel/gengetopt/Makefile index 0fa1eecda6bd..d4dcbb281fd5 100644 --- a/devel/gengetopt/Makefile +++ b/devel/gengetopt/Makefile @@ -7,11 +7,10 @@ # PORTNAME= gengetopt -PORTVERSION= 2.9 -PORTREVISION= 1 +PORTVERSION= 2.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cyrille.lefevre@laposte.net COMMENT= A tool for generating a C function which parses command line arguments diff --git a/devel/gengetopt/distinfo b/devel/gengetopt/distinfo index 00d376811473..01f70ec1aaaf 100644 --- a/devel/gengetopt/distinfo +++ b/devel/gengetopt/distinfo @@ -1 +1,2 @@ -MD5 (gengetopt-2.9.tar.gz) = bbf9c8e0c9a39d3a958112e4bca1a255 +MD5 (gengetopt-2.11.tar.gz) = 4ddcd17c7fb3c79f99fad1506b192baf +SIZE (gengetopt-2.11.tar.gz) = 268899 diff --git a/devel/gengetopt/pkg-descr b/devel/gengetopt/pkg-descr index 3b442cd148fa..e6f0245ab0e1 100644 --- a/devel/gengetopt/pkg-descr +++ b/devel/gengetopt/pkg-descr @@ -10,4 +10,4 @@ with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards. -WWW: http://www.gnu.org/software/gengetopt/gengetopt.html +WWW: http://www.gnu.org/software/gengetopt/ diff --git a/devel/gengetopt/pkg-plist b/devel/gengetopt/pkg-plist index 242f23210989..45d2b2a249bf 100644 --- a/devel/gengetopt/pkg-plist +++ b/devel/gengetopt/pkg-plist @@ -1,28 +1,29 @@ @comment $FreeBSD$ bin/gengetopt -%%PORTDOCS%%share/doc/gengetopt/COPYING -%%PORTDOCS%%share/doc/gengetopt/ChangeLog -%%PORTDOCS%%share/doc/gengetopt/INSTALL -%%PORTDOCS%%share/doc/gengetopt/LICENSE -%%PORTDOCS%%share/doc/gengetopt/NEWS -%%PORTDOCS%%share/doc/gengetopt/README -%%PORTDOCS%%share/doc/gengetopt/THANKS -%%PORTDOCS%%share/doc/gengetopt/cmdline1.c.html -%%PORTDOCS%%share/doc/gengetopt/examples/cmdline1.c -%%PORTDOCS%%share/doc/gengetopt/examples/cmdline1.h -%%PORTDOCS%%share/doc/gengetopt/examples/cmdline2.c -%%PORTDOCS%%share/doc/gengetopt/examples/cmdline2.h -%%PORTDOCS%%share/doc/gengetopt/examples/main1.cc -%%PORTDOCS%%share/doc/gengetopt/examples/main2.c -%%PORTDOCS%%share/doc/gengetopt/examples/sample1.ggo -%%PORTDOCS%%share/doc/gengetopt/examples/sample2.ggo -%%PORTDOCS%%share/doc/gengetopt/gengetopt.html -%%PORTDOCS%%share/doc/gengetopt/man_getopt.html -%%PORTDOCS%%share/doc/gengetopt/no_getopt_long.txt -%%PORTDOCS%%share/doc/gengetopt/old_changes.html -share/gengetopt/getopt.c -share/gengetopt/getopt.h -share/gengetopt/getopt1.c -@dirrm share/gengetopt -%%PORTDOCS%%@dirrm share/doc/gengetopt/examples -%%PORTDOCS%%@dirrm share/doc/gengetopt +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/cmdline1.c.html +%%PORTDOCS%%%%DOCSDIR%%/cmdline1.h.html +%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.c +%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.h +%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline2.c +%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline2.h +%%PORTDOCS%%%%DOCSDIR%%/examples/main1.cc +%%PORTDOCS%%%%DOCSDIR%%/examples/main2.c +%%PORTDOCS%%%%DOCSDIR%%/examples/sample1.ggo +%%PORTDOCS%%%%DOCSDIR%%/examples/sample2.ggo +%%PORTDOCS%%%%DOCSDIR%%/gengetopt.html +%%PORTDOCS%%%%DOCSDIR%%/man_getopt.html +%%PORTDOCS%%%%DOCSDIR%%/no_getopt_long.txt +%%PORTDOCS%%%%DOCSDIR%%/old_changes.html +%%DATADIR%%/getopt.c +%%DATADIR%%/getopt1.c +%%DATADIR%%/gnugetopt.h +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples +%%PORTDOCS%%@dirrm %%DOCSDIR%% |