From d62eea7d53511997793e5dbe6da78bd60f2ca132 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 8 Jan 2007 23:00:45 +0000 Subject: 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 WWW: http://pablotron.org/software/wirble/ PR: ports/107679 Submitted by: Christopher Boumenot --- devel/Makefile | 1 + devel/ruby-wirble/Makefile | 35 +++++++++++++++++++++++++++++++++++ devel/ruby-wirble/distinfo | 3 +++ devel/ruby-wirble/pkg-descr | 7 +++++++ devel/ruby-wirble/pkg-plist | 3 +++ 5 files changed, 49 insertions(+) create mode 100644 devel/ruby-wirble/Makefile create mode 100644 devel/ruby-wirble/distinfo create mode 100644 devel/ruby-wirble/pkg-descr create mode 100644 devel/ruby-wirble/pkg-plist 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 +# +# $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 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 +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%% -- cgit v1.2.3