From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 27 11:40:06 2008 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 82E51106568A for ; Wed, 27 Aug 2008 11:40:06 +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 4FEE48FC29 for ; Wed, 27 Aug 2008 11:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7RBe6T3023363 for ; Wed, 27 Aug 2008 11:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7RBe6Dk023362; Wed, 27 Aug 2008 11:40:06 GMT (envelope-from gnats) Resent-Date: Wed, 27 Aug 2008 11:40:06 GMT Resent-Message-Id: <200808271140.m7RBe6Dk023362@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, TAKATSU Tomonari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86036106564A for ; Wed, 27 Aug 2008 11:37:50 +0000 (UTC) (envelope-from tts7500@www2.inetd.co.jp) Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150]) by mx1.freebsd.org (Postfix) with ESMTP id 2EFAB8FC13 for ; Wed, 27 Aug 2008 11:37:49 +0000 (UTC) (envelope-from tts7500@www2.inetd.co.jp) Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150]) by www2.inetd.co.jp (8.13.8/3.7W08080614) with ESMTP id m7RBbQU1096613 for ; Wed, 27 Aug 2008 20:37:26 +0900 (JST) Received: (from tts7500@localhost) by www2.inetd.co.jp (8.13.8/8.12.8/Submit) id m7RBbPes096606; Wed, 27 Aug 2008 20:37:25 +0900 (JST) (envelope-from tts7500) Message-Id: <200808271137.m7RBbPes096606@www2.inetd.co.jp> Date: Wed, 27 Aug 2008 20:37:25 +0900 (JST) From: TAKATSU Tomonari To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126885: [NEW PORT] misc/ruby18-progressbar: A text progress bar library for Ruby 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: Wed, 27 Aug 2008 11:40:06 -0000 >Number: 126885 >Category: ports >Synopsis: [NEW PORT] misc/ruby18-progressbar: A text progress bar library for Ruby >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: Wed Aug 27 11:40:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 7.0-RELEASE-p2 i386 >Organization: none(personal) >Environment: System: FreeBSD photon.rtfm.jp 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Sat Apr 19 00:19:29 JST 2008 >Description: Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time. WWW: http://0xcc.net/ruby-progressbar/index.html.en Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ruby18-progressbar-0.9.shar begins here --- # 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: # # ruby-progressbar # ruby-progressbar/pkg-descr # ruby-progressbar/Makefile # ruby-progressbar/pkg-plist # ruby-progressbar/distinfo # echo c - ruby-progressbar mkdir -p ruby-progressbar > /dev/null 2>&1 echo x - ruby-progressbar/pkg-descr sed 's/^X//' >ruby-progressbar/pkg-descr << 'END-of-ruby-progressbar/pkg-descr' XRuby/ProgressBar is a text progress bar library for Ruby. XIt can indicate progress with percentage, a progress bar, Xand estimated remaining time. X XWWW: http://0xcc.net/ruby-progressbar/index.html.en END-of-ruby-progressbar/pkg-descr echo x - ruby-progressbar/Makefile sed 's/^X//' >ruby-progressbar/Makefile << 'END-of-ruby-progressbar/Makefile' X# New ports collection makefile for: ruby-progressbar X# Date created: 2008-08-25 X# Whom: TAKATSU Tomonari X# X# $FreeBSD$ X# X XPORTNAME= progressbar XPORTVERSION= 0.9 XCATEGORIES= misc ruby XMASTER_SITES= http://0xcc.net/ruby-progressbar/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= ruby-${PORTNAME}-${PORTVERSION} X XMAINTAINER= tota@rtfm.jp XCOMMENT= A text progress bar library for Ruby X XUSE_RUBY= yes XNO_BUILD= yes X XRUBY_RD_FILES= progressbar.en.rd progressbar.ja.rd XDOCS= ChangeLog ${RUBY_RD_FILES} X Xdo-install: X ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTNAME}.rb ${RUBY_SITELIBDIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${RUBY_MODDOCDIR} X cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${DOCS} ${RUBY_MODDOCDIR} X.endif X X.include END-of-ruby-progressbar/Makefile echo x - ruby-progressbar/pkg-plist sed 's/^X//' >ruby-progressbar/pkg-plist << 'END-of-ruby-progressbar/pkg-plist' X%%RUBY_SITELIBDIR%%/progressbar.rb X%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog X%%PORTDOCS%%%%RUBY_MODDOCDIR%%/progressbar.en.rd X%%PORTDOCS%%%%RUBY_MODDOCDIR%%/progressbar.ja.rd X%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% END-of-ruby-progressbar/pkg-plist echo x - ruby-progressbar/distinfo sed 's/^X//' >ruby-progressbar/distinfo << 'END-of-ruby-progressbar/distinfo' XMD5 (ruby-progressbar-0.9.tar.gz) = c3bf66edc5af8760bb1468a55746335e XSHA256 (ruby-progressbar-0.9.tar.gz) = f2ea4a03fafdfc55ac52e84664167a288ee63f80591392e89fe8925024110551 XSIZE (ruby-progressbar-0.9.tar.gz) = 5580 END-of-ruby-progressbar/distinfo exit --- ruby18-progressbar-0.9.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: