View | Details | Raw Unified | Return to bug 90448
Collapse All | Expand All

(-)gengetopt/Makefile (-2 / +6 lines)
Lines 7-18 Link Here
7
#
7
#
8
8
9
PORTNAME=	gengetopt
9
PORTNAME=	gengetopt
10
PORTVERSION=	2.11
10
PORTVERSION=	2.14
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	laszlof@vonostingroup.com
16
COMMENT=	A tool for generating a C function which parses command line arguments
16
COMMENT=	A tool for generating a C function which parses command line arguments
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
Lines 20-25 Link Here
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
21
22
MAN1=		gengetopt.1
22
MAN1=		gengetopt.1
23
INFO=		gengetopt
24
25
post-patch:
26
	@${RM} ${WRKSRC}/doc/gengetopt.info
23
27
24
.if defined(NOPORTDOCS)
28
.if defined(NOPORTDOCS)
25
do-install:
29
do-install:
(-)gengetopt/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (gengetopt-2.11.tar.gz) = 4ddcd17c7fb3c79f99fad1506b192baf
1
MD5 (gengetopt-2.14.tar.gz) = de069887122ab0d8471cca92ebd5dadb
2
SIZE (gengetopt-2.11.tar.gz) = 268899
2
SHA256 (gengetopt-2.14.tar.gz) = 2cf0b66cbd05d2bdca0cf218b3ffbfa096bdf039b61b94bbd6d6e77f7b058db6
3
SIZE (gengetopt-2.14.tar.gz) = 424994
(-)gengetopt/files/patch-aa (+13 lines)
Line 0 Link Here
1
--- doc/gengetopt.texinfo.orig	Thu Dec 15 13:54:45 2005
2
+++ doc/gengetopt.texinfo	Thu Dec 15 13:58:26 2005
3
@@ -26,6 +26,10 @@
4
 @c @setchapternewpage odd
5
 @c %**end of header
6
 
7
+@direntry
8
+* GenGetopt (gengetopt).	A tool for generating a C function which parses command line arguments.
9
+@end direntry
10
+
11
 @set myhomepage @uref{http://www.lorenzobettini.it}
12
 
13
 @ifinfo
(-)gengetopt/pkg-plist (-5 / +2 lines)
Lines 7-14 Link Here
7
%%PORTDOCS%%%%DOCSDIR%%/NEWS
7
%%PORTDOCS%%%%DOCSDIR%%/NEWS
8
%%PORTDOCS%%%%DOCSDIR%%/README
8
%%PORTDOCS%%%%DOCSDIR%%/README
9
%%PORTDOCS%%%%DOCSDIR%%/THANKS
9
%%PORTDOCS%%%%DOCSDIR%%/THANKS
10
%%PORTDOCS%%%%DOCSDIR%%/cmdline1.c.html
11
%%PORTDOCS%%%%DOCSDIR%%/cmdline1.h.html
12
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.c
10
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.c
13
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.h
11
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline1.h
14
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline2.c
12
%%PORTDOCS%%%%DOCSDIR%%/examples/cmdline2.c
Lines 18-26 Link Here
18
%%PORTDOCS%%%%DOCSDIR%%/examples/sample1.ggo
16
%%PORTDOCS%%%%DOCSDIR%%/examples/sample1.ggo
19
%%PORTDOCS%%%%DOCSDIR%%/examples/sample2.ggo
17
%%PORTDOCS%%%%DOCSDIR%%/examples/sample2.ggo
20
%%PORTDOCS%%%%DOCSDIR%%/gengetopt.html
18
%%PORTDOCS%%%%DOCSDIR%%/gengetopt.html
21
%%PORTDOCS%%%%DOCSDIR%%/man_getopt.html
19
%%PORTDOCS%%%%DOCSDIR%%/index.html
22
%%PORTDOCS%%%%DOCSDIR%%/no_getopt_long.txt
20
%%PORTDOCS%%%%DOCSDIR%%/NEWSold
23
%%PORTDOCS%%%%DOCSDIR%%/old_changes.html
24
%%DATADIR%%/getopt.c
21
%%DATADIR%%/getopt.c
25
%%DATADIR%%/getopt1.c
22
%%DATADIR%%/getopt1.c
26
%%DATADIR%%/gnugetopt.h
23
%%DATADIR%%/gnugetopt.h

Return to bug 90448