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/

PR:		ports/107679
Submitted by:	Christopher Boumenot <boumenot at gmail.com>
This commit is contained in:
Martin Wilke 2007-01-08 23:00:45 +00:00
parent abb478d341
commit d62eea7d53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181811
5 changed files with 49 additions and 0 deletions

View File

@ -1900,6 +1900,7 @@
SUBDIR += ruby-sysvipc
SUBDIR += ruby-textbuf
SUBDIR += ruby-tzfile
SUBDIR += ruby-wirble
SUBDIR += ruby-zoom
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-builder

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: ruby-lafcadio
# Date created: 09 Jan 2007
# Whom: Christopher Boumenot <boumenot@gmail.com>
#
# $FreeBSD$
#
PORTNAME= wirble
PORTVERSION= 0.1.2
CATEGORIES= devel ruby
MASTER_SITES=http://pablotron.org/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= boumenot@gmail.com
COMMENT= A set of enhancements of irb
DOCS_EN= README
USE_RUBY= yes
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/wirble.rb ${RUBY_SITELIBDIR}/
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (wirble-0.1.2.tar.gz) = 1ed8b0352dbd26524988132bb2b0c26a
SHA256 (wirble-0.1.2.tar.gz) = 758d47059b6fe3acf4a2081de1f3bd8a543da8edd546925aa51da23527edb284
SIZE (wirble-0.1.2.tar.gz) = 9700

View File

@ -0,0 +1,7 @@
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/

View File

@ -0,0 +1,3 @@
%%RUBY_SITELIBDIR%%/wirble.rb
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%