From owner-svn-ports-head@freebsd.org Sun Feb 28 21:05:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7660CAB7B8C; Sun, 28 Feb 2016 21:05:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FFD81F88; Sun, 28 Feb 2016 21:05:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SL5M8a066681; Sun, 28 Feb 2016 21:05:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SL5M04066679; Sun, 28 Feb 2016 21:05:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282105.u1SL5M04066679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 21:05:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409762 - head/devel/clig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 21:05:23 -0000 Author: rakuco Date: Sun Feb 28 21:05:21 2016 New Revision: 409762 URL: https://svnweb.freebsd.org/changeset/ports/409762 Log: Unmark BROKEN, pass maintainership to submitter. PR: 206695 Submitted by: Chris Hutchinson Modified: head/devel/clig/Makefile head/devel/clig/pkg-descr Modified: head/devel/clig/Makefile ============================================================================== --- head/devel/clig/Makefile Sun Feb 28 20:56:56 2016 (r409761) +++ head/devel/clig/Makefile Sun Feb 28 21:05:21 2016 (r409762) @@ -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: head/devel/clig/pkg-descr ============================================================================== --- head/devel/clig/pkg-descr Sun Feb 28 20:56:56 2016 (r409761) +++ head/devel/clig/pkg-descr Sun Feb 28 21:05:21 2016 (r409762) @@ -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