diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-09 07:00:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-09 07:00:45 +0800 |
commit | caef9640b180b5540d72e7268ab9c4440e89c114 (patch) | |
tree | e6c0d1aab14c3b6cf3510f13396a9100cd895b2b /devel | |
parent | b92c6fa8fc1e55dc6260dfcca14afb259295647c (diff) | |
download | freebsd-ports-gnome-caef9640b180b5540d72e7268ab9c4440e89c114.tar.gz freebsd-ports-gnome-caef9640b180b5540d72e7268ab9c4440e89c114.tar.zst freebsd-ports-gnome-caef9640b180b5540d72e7268ab9c4440e89c114.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-wirble/Makefile | 35 | ||||
-rw-r--r-- | devel/ruby-wirble/distinfo | 3 | ||||
-rw-r--r-- | devel/ruby-wirble/pkg-descr | 7 | ||||
-rw-r--r-- | devel/ruby-wirble/pkg-plist | 3 |
5 files changed, 49 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3afaadf83f8c..e7b8e7d2877b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/ruby-wirble/Makefile b/devel/ruby-wirble/Makefile new file mode 100644 index 000000000000..74bd3185a963 --- /dev/null +++ b/devel/ruby-wirble/Makefile @@ -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> diff --git a/devel/ruby-wirble/distinfo b/devel/ruby-wirble/distinfo new file mode 100644 index 000000000000..70c032e16c8b --- /dev/null +++ b/devel/ruby-wirble/distinfo @@ -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 diff --git a/devel/ruby-wirble/pkg-descr b/devel/ruby-wirble/pkg-descr new file mode 100644 index 000000000000..cf423c1d4df8 --- /dev/null +++ b/devel/ruby-wirble/pkg-descr @@ -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/ diff --git a/devel/ruby-wirble/pkg-plist b/devel/ruby-wirble/pkg-plist new file mode 100644 index 000000000000..3d1b7344f9d2 --- /dev/null +++ b/devel/ruby-wirble/pkg-plist @@ -0,0 +1,3 @@ +%%RUBY_SITELIBDIR%%/wirble.rb +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%% |