Date: Sun, 28 Feb 2016 21:06:12 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409763 - branches/2016Q1/devel/clig Message-ID: <201602282106.u1SL6C9l066865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Feb 28 21:06:12 2016 New Revision: 409763 URL: https://svnweb.freebsd.org/changeset/ports/409763 Log: MFH: r409762 Unmark BROKEN, pass maintainership to submitter. PR: 206695 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: portmgr blanket approval Modified: branches/2016Q1/devel/clig/Makefile branches/2016Q1/devel/clig/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/clig/Makefile ============================================================================== --- branches/2016Q1/devel/clig/Makefile Sun Feb 28 21:05:21 2016 (r409762) +++ branches/2016Q1/devel/clig/Makefile Sun Feb 28 21:06:12 2016 (r409763) @@ -5,15 +5,14 @@ PORTNAME= clig PORTVERSION= 1.9.11.1 PORTREVISION= 3 CATEGORIES= devel tcl -MASTER_SITES= http://wsd.iitb.fhg.de/~geg/clighome/ +MASTER_SITES= http://BSDforge.com/projects/source/devel/clig/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING-2.0 -BROKEN= Does not fetch USES= shebangfix tcl tk SHEBANG_FILES= tcl/*.tcl tk_OLD_CMD= /usr/bin/wish8.0 Modified: branches/2016Q1/devel/clig/pkg-descr ============================================================================== --- branches/2016Q1/devel/clig/pkg-descr Sun Feb 28 21:05:21 2016 (r409762) +++ branches/2016Q1/devel/clig/pkg-descr Sun Feb 28 21:06:12 2016 (r409763) @@ -1,10 +1,10 @@ Clig generates C code to take apart the typical command-line arguments -given to a C program. Input to clig is a simple description file that +given to a C program. Input to clig is a simple description file that specifies the name and number of options, their type (Flag, String, -Float, Int) and permissible range, and which options are mandatory. From +Float, Int) and permissible range, and which options are mandatory. From this, clig will generate self-contained C code to include in your program, a usage message, and a manual page skeleton. Clig does a lot more than getopt! -WWW: http://wsd.iitb.fhg.de/~geg/clighome/ +WWW: http://BSDforge.com/projects/devel/clig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602282106.u1SL6C9l066865>