summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-08 23:00:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-08 23:00:45 +0000
commitd62eea7d53511997793e5dbe6da78bd60f2ca132 (patch)
tree6fb2b5bc3e3214edd526abf19d5555617b093f6b /devel
parentFinance::Amortization is a simple object oriented interface to an amortization (diff)
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>
Notes
Notes: svn path=/head/; revision=181811
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-wirble/Makefile35
-rw-r--r--devel/ruby-wirble/distinfo3
-rw-r--r--devel/ruby-wirble/pkg-descr7
-rw-r--r--devel/ruby-wirble/pkg-plist3
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%%