Date: Mon, 8 Jan 2007 10:34:05 -0500 (EST) From: Christopher Boumenot <boumenot@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107679: [NEW PORT] devel/ruby18-wirble: A set of enhancements of irb Message-ID: <20070108153405.5C232F189B@crash.divebomb.org> Resent-Message-ID: <200701081540.l08FeGax042063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107679 >Category: ports >Synopsis: [NEW PORT] devel/ruby18-wirble: A set of enhancements of irb >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: Mon Jan 08 15:40:15 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Christopher Boumenot >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006 >Description: Wirble is a set of enhancements to Irb all included together in one easy-to-use package. Specifically, Wirble adds a saved history, a couple of useful shortcuts, and color to Irb. Wirble also enables a Irb's built-in tab-completion and a simpler prompt. Author: Paul Duncan <pabs@pablotron.org> WWW: http://pablotron.org/software/wirble/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ruby18-wirble-0.1.2.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-wirble # ruby-wirble/pkg-plist # ruby-wirble/pkg-descr # ruby-wirble/distinfo # ruby-wirble/Makefile # echo c - ruby-wirble mkdir -p ruby-wirble > /dev/null 2>&1 echo x - ruby-wirble/pkg-plist sed 's/^X//' >ruby-wirble/pkg-plist << 'END-of-ruby-wirble/pkg-plist' X%%RUBY_SITELIBDIR%%/wirble.rb X%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README X@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%% END-of-ruby-wirble/pkg-plist echo x - ruby-wirble/pkg-descr sed 's/^X//' >ruby-wirble/pkg-descr << 'END-of-ruby-wirble/pkg-descr' XWirble is a set of enhancements to Irb all included together in one easy-to-use Xpackage. Specifically, Wirble adds a saved history, a couple of useful Xshortcuts, and color to Irb. Wirble also enables a Irb's built-in Xtab-completion and a simpler prompt. X XAuthor: Paul Duncan <pabs@pablotron.org> XWWW: http://pablotron.org/software/wirble/ END-of-ruby-wirble/pkg-descr echo x - ruby-wirble/distinfo sed 's/^X//' >ruby-wirble/distinfo << 'END-of-ruby-wirble/distinfo' XMD5 (wirble-0.1.2.tar.gz) = 1ed8b0352dbd26524988132bb2b0c26a XSHA256 (wirble-0.1.2.tar.gz) = 758d47059b6fe3acf4a2081de1f3bd8a543da8edd546925aa51da23527edb284 XSIZE (wirble-0.1.2.tar.gz) = 9700 END-of-ruby-wirble/distinfo echo x - ruby-wirble/Makefile sed 's/^X//' >ruby-wirble/Makefile << 'END-of-ruby-wirble/Makefile' X# New ports collection makefile for: ruby-lafcadio X# Date created: 09 Jan 2007 X# Whom: Christopher Boumenot <boumenot@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= wirble XPORTVERSION= 0.1.2 XCATEGORIES= devel ruby XMASTER_SITES=http://pablotron.org/files/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= boumenot@gmail.com XCOMMENT= A set of enhancements of irb X XDOCS_EN= README X XUSE_RUBY= yes X Xdo-build: X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/wirble.rb ${RUBY_SITELIBDIR}/ X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${RUBY_MODDOCDIR} X.for f in ${DOCS_EN} X ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ X.endfor X.endif X X.include <bsd.port.mk> END-of-ruby-wirble/Makefile exit --- ruby18-wirble-0.1.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070108153405.5C232F189B>