View | Details | Raw Unified | Return to bug 196450 | Differences between
and this patch

Collapse All | Expand All

(-)clig/Makefile (-2 / +2 lines)
Lines 5-13 Link Here
5
PORTVERSION=	1.9.11.1
5
PORTVERSION=	1.9.11.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel tcl
7
CATEGORIES=	devel tcl
8
MASTER_SITES=	http://wsd.iitb.fhg.de/~geg/clighome/
8
MASTER_SITES=	http://BSDforge.com/projects/source/devel/clig/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	portmaster@BSDforge.com
11
COMMENT=	Auto-generate an (argc, argv) processor, usage message, and manpage
11
COMMENT=	Auto-generate an (argc, argv) processor, usage message, and manpage
12
12
13
OPTIONS_DEFINE=	DOCS
13
OPTIONS_DEFINE=	DOCS
(-)clig/pkg-descr (-7 / +7 lines)
Lines 1-10 Link Here
1
Clig generates C code to take apart the typical command-line arguments
1
Clig generates C code to take apart the typical command-line arguments given
2
given to a C program.  Input to clig is a simple description file that
2
to a C program. Input to clig is a simple description file that specifies the
3
specifies the name and number of options, their type (Flag, String,
3
name and number of options, their type (Flag, String, Float, Int) and
4
Float, Int) and permissible range, and which options are mandatory.  From
4
permissible range, and which options are mandatory. From this, clig will
5
this, clig will generate self-contained C code to include in your program,
5
generate self-contained C code to include in your program, a usage message,
6
a usage message, and a manual page skeleton.
6
and a manual page skeleton.
7
7
8
Clig does a lot more than getopt!
8
Clig does a lot more than getopt!
9
9
10
WWW: http://wsd.iitb.fhg.de/~geg/clighome/
10
WWW: http://BSDforge.com/projects/devel/clig/

Return to bug 196450