From owner-freebsd-ports Thu Jun 10 22:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5D641534F for ; Thu, 10 Jun 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28136; Thu, 10 Jun 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 757B7152A4 for ; Thu, 10 Jun 1999 22:29:17 -0700 (PDT) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id OAA24134 for ; Fri, 11 Jun 1999 14:29:16 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.90]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA5592 for ; Fri, 11 Jun 1999 14:29:14 +0900 Message-Id: <19990611142915A.yasuf@big.or.jp> Date: Fri, 11 Jun 1999 14:29:15 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12125: New port: devel/irb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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