Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 14:29:15 +0900
From:      yasuf@big.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12125: New port: devel/irb
Message-ID:  <19990611142915A.yasuf@big.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         12125
>Category:       ports
>Synopsis:       New port: devel/irb
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 22:30:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro Fukuma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

I'd like to add the following new port to the collection.

  Package name:		irb-0.5.1
  Primary category:	devel
  Package description:
	Irb is an abbrevation of "interactive ruby."
	It's a tool to input and evaluate expressions of Ruby
	from standard input easily.

>How-To-Repeat:

	

>Fix:

# 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:
#
#	irb
#	irb/pkg
#	irb/pkg/COMMENT
#	irb/pkg/DESCR
#	irb/pkg/PLIST
#	irb/files
#	irb/files/md5
#	irb/Makefile
#
echo c - irb
mkdir -p irb > /dev/null 2>&1
echo c - irb/pkg
mkdir -p irb/pkg > /dev/null 2>&1
echo x - irb/pkg/COMMENT
sed 's/^X//' >irb/pkg/COMMENT << 'END-of-irb/pkg/COMMENT'
XInteractive Ruby.
END-of-irb/pkg/COMMENT
echo x - irb/pkg/DESCR
sed 's/^X//' >irb/pkg/DESCR << 'END-of-irb/pkg/DESCR'
XIrb is an abbrevation of "interactive ruby."
XIt's a tool to input and evaluate expressions of Ruby
Xfrom standard input easily.
X
X- Yasuhiro Fukuma
Xyasuf@big.or.jp
END-of-irb/pkg/DESCR
echo x - irb/pkg/PLIST
sed 's/^X//' >irb/pkg/PLIST << 'END-of-irb/pkg/PLIST'
Xbin/irb
Xlib/ruby/irb/frame.rb
Xlib/ruby/irb/input-method.rb
Xlib/ruby/irb/loader.rb
Xlib/ruby/irb/main.rb
Xlib/ruby/irb/multi-irb.rb
Xlib/ruby/irb/rtags.rb
Xlib/ruby/irb/ruby-lex.rb
Xlib/ruby/irb/ruby-token.rb
Xlib/ruby/irb/slex.rb
Xlib/ruby/irb/version.rb
Xlib/ruby/irb/xmp.rb
X@dirrm lib/ruby/irb
Xshare/doc/ruby/irb/README
Xshare/doc/ruby/irb/README-add
Xshare/doc/ruby/irb/README-install
X@dirrm share/doc/ruby/irb
X@unexec /bin/rmdir %D/share/doc/ruby >/dev/null 2>&1 || true
END-of-irb/pkg/PLIST
echo c - irb/files
mkdir -p irb/files > /dev/null 2>&1
echo x - irb/files/md5
sed 's/^X//' >irb/files/md5 << 'END-of-irb/files/md5'
XMD5 (irb-0.5.1.tgz) = d504dca29617614bfa8f0b96b3ca85f4
END-of-irb/files/md5
echo x - irb/Makefile
sed 's/^X//' >irb/Makefile << 'END-of-irb/Makefile'
X# New ports collection makefile for:    irb
X# Version required:     0.5.1
X# Date created:         19 April 1999
X# Whom:                 Yasuhiro Fukuma <yasuf@big.or.jp>
X#
X# $Id$
X#
X
XDISTNAME=	irb-0.5.1
XCATEGORIES=	devel
XMASTER_SITES=	ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \
X		ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/contrib/ \
X		ftp://ftp.iij.ad.jp/pub/lang/ruby/contrib/ \
X		ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/contrib/ \
X		ftp://ftp.krnet.ne.jp/pub/ruby/contrib/ \
X		ftp://mirror.nucba.ac.jp/mirror/ruby/contrib/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	yasuf@big.or.jp
X
XRUN_DEPENDS=	ruby:${PORTSDIR}/lang/ruby
X
XWRKSRC=		${WRKDIR}/irb
X
XRUBY=		${PREFIX}/bin/ruby
X
Xdo-build:
X	( cd ${WRKSRC}; \
X	  ${MV} irb.rb irb.tmpl; \
X	  ${SED} -e '1s,^#!.*$$,#!${RUBY},' irb.tmpl > irb )
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/irb ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/lib/ruby/irb
X	${INSTALL_DATA} ${WRKSRC}/*.rb ${PREFIX}/lib/ruby/irb
X	${MKDIR} ${PREFIX}/share/doc/ruby/irb
X	${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/ruby/irb
X
X.include <bsd.port.mk>
END-of-irb/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990611142915A.yasuf>