Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2007 21:36:43 +0900 (JST)
From:      TAKATSU Tomonari <tota@rtfm.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116709: [NEW PORT] devel/rubygem-rubyinlineaccel: An extension to RubyInline
Message-ID:  <200709281236.l8SCahXS097114@www2.inetd.co.jp>
Resent-Message-ID: <200709281240.l8SCe7ij097539@freefall.freebsd.org>

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

>Number:         116709
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-rubyinlineaccel: An extension to RubyInline
>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 12:40:07 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:
RubyInlineAcceleration is an extension to RubyInline
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.

WWW:	http://rubyforge.org/projects/rubyinlineaccel/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rubygem-rubyinlineaccel-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-rubyinlineaccel
#	rubygem-rubyinlineaccel/pkg-descr
#	rubygem-rubyinlineaccel/Makefile
#	rubygem-rubyinlineaccel/pkg-plist
#	rubygem-rubyinlineaccel/distinfo
#
echo c - rubygem-rubyinlineaccel
mkdir -p rubygem-rubyinlineaccel > /dev/null 2>&1
echo x - rubygem-rubyinlineaccel/pkg-descr
sed 's/^X//' >rubygem-rubyinlineaccel/pkg-descr << 'END-of-rubygem-rubyinlineaccel/pkg-descr'
XRubyInlineAcceleration is an extension to RubyInline
Xwhich provides an easy way to use C libraries
Xin Ruby by directly wrapping methods, structures and fields.
X
XWWW:	http://rubyforge.org/projects/rubyinlineaccel/
END-of-rubygem-rubyinlineaccel/pkg-descr
echo x - rubygem-rubyinlineaccel/Makefile
sed 's/^X//' >rubygem-rubyinlineaccel/Makefile << 'END-of-rubygem-rubyinlineaccel/Makefile'
X# New ports collection makefile for:	rubygem-rubyinlineaccel
X# Date created:		2007-09-28
X# Whom:			TAKATSU Tomonari <tota@rtfm.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rubyinlineaccel
XPORTVERSION=	0.0.1
XCATEGORIES=	devel rubygems
XMASTER_SITES=	${MASTER_SITE_RUBYFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	RubyInlineAcceleration-${PORTVERSION}
X
XMAINTAINER=	tota@rtfm.jp
XCOMMENT=	An extension to RubyInline
X
XBUILD_DEPENDS=	rubygem-inline>=3.6.3:${PORTSDIR}/devel/rubygem-inline
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 <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
X.include <bsd.port.post.mk>
END-of-rubygem-rubyinlineaccel/Makefile
echo x - rubygem-rubyinlineaccel/pkg-plist
sed 's/^X//' >rubygem-rubyinlineaccel/pkg-plist << 'END-of-rubygem-rubyinlineaccel/pkg-plist'
X%%GEM_CACHE%%
X%%GEM_LIB_DIR%%/GPL.txt
X%%GEM_LIB_DIR%%/lib/inline_acceleration.rb
X%%GEM_SPEC%%
X@dirrm %%GEM_LIB_DIR%%/lib
X@dirrm %%GEM_LIB_DIR%%
X@dirrm %%GEM_DOC_DIR%%
END-of-rubygem-rubyinlineaccel/pkg-plist
echo x - rubygem-rubyinlineaccel/distinfo
sed 's/^X//' >rubygem-rubyinlineaccel/distinfo << 'END-of-rubygem-rubyinlineaccel/distinfo'
XMD5 (rubygem/RubyInlineAcceleration-0.0.1.gem) = 24f986a925075ef0b7876ba47036fa60
XSHA256 (rubygem/RubyInlineAcceleration-0.0.1.gem) = 0ac83ae7bb35639971c7b50c07331d3bad24a36554ead021261e1b6baad1e7dc
XSIZE (rubygem/RubyInlineAcceleration-0.0.1.gem) = 13824
END-of-rubygem-rubyinlineaccel/distinfo
exit
--- rubygem-rubyinlineaccel-0.0.1.shar ends here ---

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



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