From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 20:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 147B5106567A for ; Fri, 8 Jul 2011 20:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E43528FC23 for ; Fri, 8 Jul 2011 20:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p68KUAPP031362 for ; Fri, 8 Jul 2011 20:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68KUA8Y031357; Fri, 8 Jul 2011 20:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 20:30:10 GMT Resent-Message-Id: <201107082030.p68KUA8Y031357@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Loic Pefferkorn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F37191065674 for ; Fri, 8 Jul 2011 20:24:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C95308FC1C for ; Fri, 8 Jul 2011 20:24:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p68KOeCv049219 for ; Fri, 8 Jul 2011 20:24:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68KOefu049202; Fri, 8 Jul 2011 20:24:40 GMT (envelope-from nobody) Message-Id: <201107082024.p68KOefu049202@red.freebsd.org> Date: Fri, 8 Jul 2011 20:24:40 GMT From: Loic Pefferkorn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158743: New port: devel/rubygem-clio : Make easier commandline parsing and console output X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 20:30:11 -0000 >Number: 158743 >Category: ports >Synopsis: New port: devel/rubygem-clio : Make easier commandline parsing and console output >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 20:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Loic Pefferkorn >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD tic.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r221242M: Wed Jun 29 21:22:44 CEST 2011 root@tic.local:/usr/obj/usr/src/sys/LP amd64 >Description: Clio is a great way to build commandline tools. It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output. WWW: http://clio.rubyforge.org # portlint -A looks fine. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-clio # rubygem-clio/distinfo # rubygem-clio/Makefile # rubygem-clio/pkg-descr # echo c - rubygem-clio mkdir -p rubygem-clio > /dev/null 2>&1 echo x - rubygem-clio/distinfo sed 's/^X//' >rubygem-clio/distinfo << 'ecd6e307d233b7df49cd9bab31bd28eb' XSHA256 (rubygem/clio-0.3.0.gem) = e4acb47f78d003905abf0f43c35270110e12176cff4228778eb953f0bc7425aa XSIZE (rubygem/clio-0.3.0.gem) = 33792 ecd6e307d233b7df49cd9bab31bd28eb echo x - rubygem-clio/Makefile sed 's/^X//' >rubygem-clio/Makefile << '7c064838195a22e148726dec3033d54d' X# New ports collection makefile for: rubygem-clio X# Date created: 2011-07-07 X# Whom: Loic Pefferkorn X# X# $FreeBSD$ X# X XPORTNAME= clio XPORTVERSION= 0.3.0 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= loic-freebsd@loicp.eu XCOMMENT= Make easier commandline parsing and console output X XLICENSE= GPLv3 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 7c064838195a22e148726dec3033d54d echo x - rubygem-clio/pkg-descr sed 's/^X//' >rubygem-clio/pkg-descr << '54b5aeac24ab5a7a235f4a5746d4af7d' XClio is a great way to build commandline tools. XIt provides an advanced options parser with a variety of notations Xsuited to almost any perfered style, and provides a very rich and easy to use Xlibrary for generating console output. X XWWW: http://clio.rubyforge.org 54b5aeac24ab5a7a235f4a5746d4af7d exit >Release-Note: >Audit-Trail: >Unformatted: