From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 28 13:40:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86F7C16A418 for ; Fri, 28 Sep 2007 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6295513C478 for ; Fri, 28 Sep 2007 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8SDe2Gc000171 for ; Fri, 28 Sep 2007 13:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8SDe24k000170; Fri, 28 Sep 2007 13:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 28 Sep 2007 13:40:02 GMT Resent-Message-Id: <200709281340.l8SDe24k000170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAKATSU Tomonari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB7C416A418 for ; Fri, 28 Sep 2007 13:34:03 +0000 (UTC) (envelope-from tts7500@webmta1.inetd.co.jp) Received: from bmail.inetd.co.jp (bmail.inetd.co.jp [211.13.206.141]) by mx1.freebsd.org (Postfix) with ESMTP id 59B1E13C45D for ; Fri, 28 Sep 2007 13:34:03 +0000 (UTC) (envelope-from tts7500@webmta1.inetd.co.jp) Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150]) by bmail.inetd.co.jp (Postfix) with ESMTP id 7A95F2B3B0A for ; Fri, 28 Sep 2007 22:34:01 +0900 (JST) Received: from www2.inetd.co.jp (4012@localhost [127.0.0.1]) by www2.inetd.co.jp (8.13.8/8.13.1) with ESMTP id l8SDY1TE008880 for ; Fri, 28 Sep 2007 22:34:01 +0900 (JST) (envelope-from tts7500@www2.inetd.co.jp) Message-Id: <200709281334.l8SDY1au008879@www2.inetd.co.jp> Date: Fri, 28 Sep 2007 22:34:01 +0900 (JST) From: TAKATSU Tomonari To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116710: [NEW PORT] devel/rubygem-ptreloaded: A reimplementation of ParseTree using RubyInlineAcceleration X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2007 13:40:02 -0000 >Number: 116710 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-ptreloaded: A reimplementation of ParseTree using RubyInlineAcceleration >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 28 13:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD photon.rtfm.jp 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jul 13 23:22:01 JST 2007 >Description: ParseTreeReloaded is a reimplementation of ParseTree using RubyInlineAcceleration. The goal is to provide full compatibility to ParseTree while making it easier to build and extend. WWW: http://rubyforge.org/projects/ptreloaded/ - depend on ports/116709 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rubygem-ptreloaded-0.0.1.shar begins here --- # 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: # # rubygem-ptreloaded # rubygem-ptreloaded/pkg-descr # rubygem-ptreloaded/Makefile # rubygem-ptreloaded/pkg-plist # rubygem-ptreloaded/distinfo # echo c - rubygem-ptreloaded mkdir -p rubygem-ptreloaded > /dev/null 2>&1 echo x - rubygem-ptreloaded/pkg-descr sed 's/^X//' >rubygem-ptreloaded/pkg-descr << 'END-of-rubygem-ptreloaded/pkg-descr' XParseTreeReloaded is a reimplementation of ParseTree Xusing RubyInlineAcceleration. XThe goal is to provide full compatibility Xto ParseTree while making it easier to build and extend. X XWWW: http://rubyforge.org/projects/ptreloaded/ END-of-rubygem-ptreloaded/pkg-descr echo x - rubygem-ptreloaded/Makefile sed 's/^X//' >rubygem-ptreloaded/Makefile << 'END-of-rubygem-ptreloaded/Makefile' X# New ports collection makefile for: rubygem-ptreloaded X# Date created: 2007-09-28 X# Whom: TAKATSU Tomonari X# X# $FreeBSD$ X# X XPORTNAME= ptreloaded XPORTVERSION= 0.0.1 XCATEGORIES= devel rubygems XMASTER_SITES= ${MASTER_SITE_RUBYFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ParseTreeReloaded-${PORTVERSION} X XMAINTAINER= tota@rtfm.jp XCOMMENT= A reimplementation of ParseTree using RubyInlineAcceleration X XBUILD_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:${PORTSDIR}/devel/rubygem-rubyinlineaccel XRUN_DEPENDS= ${BUILD_DEPENDS} X XGEM_NAME= ${DISTNAME} X Xx-generate-plist: X ${ECHO} %%GEM_CACHE%% > pkg-plist.new X ${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> pkg-plist.new X ${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> pkg-plist.new X ${ECHO} %%GEM_SPEC%% >> pkg-plist.new X ${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm %%GEM_LIB_DIR%%,' >> pkg-plist.new X ${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm %%GEM_DOC_DIR%%,' >> pkg-plist.new X X.include X.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" X.include END-of-rubygem-ptreloaded/Makefile echo x - rubygem-ptreloaded/pkg-plist sed 's/^X//' >rubygem-ptreloaded/pkg-plist << 'END-of-rubygem-ptreloaded/pkg-plist' X%%GEM_CACHE%% X%%GEM_LIB_DIR%%/GPL.txt X%%GEM_LIB_DIR%%/lib/parse_tree_reloaded.rb X%%GEM_LIB_DIR%%/lib/sexp.rb X%%GEM_LIB_DIR%%/lib/sexp_processor.rb X%%GEM_SPEC%% X@dirrm %%GEM_LIB_DIR%%/lib X@dirrm %%GEM_LIB_DIR%% X@dirrm %%GEM_DOC_DIR%% END-of-rubygem-ptreloaded/pkg-plist echo x - rubygem-ptreloaded/distinfo sed 's/^X//' >rubygem-ptreloaded/distinfo << 'END-of-rubygem-ptreloaded/distinfo' XMD5 (rubygem/ParseTreeReloaded-0.0.1.gem) = 1f2209e07befdd6402b8d516593378bc XSHA256 (rubygem/ParseTreeReloaded-0.0.1.gem) = 86a986786fa4b2e678576d3fcbd31027c20c0d0a85e906d864c16d2d7b6b8bb3 XSIZE (rubygem/ParseTreeReloaded-0.0.1.gem) = 13824 END-of-rubygem-ptreloaded/distinfo exit --- rubygem-ptreloaded-0.0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: