mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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/ PR: ports/116709 Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
This commit is contained in:
parent
19039c9782
commit
b7b1f0ffb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200288
@ -2146,6 +2146,7 @@
|
||||
SUBDIR += rubygem-ruby-prof
|
||||
SUBDIR += rubygem-ruby2ruby
|
||||
SUBDIR += rubygem-rubyforge
|
||||
SUBDIR += rubygem-rubyinlineaccel
|
||||
SUBDIR += rubygem-stream
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-tzinfo
|
||||
|
33
devel/rubygem-rubyinlineaccel/Makefile
Normal file
33
devel/rubygem-rubyinlineaccel/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: rubygem-rubyinlineaccel
|
||||
# Date created: 2007-09-28
|
||||
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rubyinlineaccel
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= RubyInlineAcceleration-${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@rtfm.jp
|
||||
COMMENT= An extension to RubyInline
|
||||
|
||||
BUILD_DEPENDS= rubygem-inline>=3.6.3:${PORTSDIR}/devel/rubygem-inline
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
GEM_NAME= ${DISTNAME}
|
||||
|
||||
x-generate-plist:
|
||||
${ECHO} %%GEM_CACHE%% > pkg-plist.new
|
||||
${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> pkg-plist.new
|
||||
${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> pkg-plist.new
|
||||
${ECHO} %%GEM_SPEC%% >> pkg-plist.new
|
||||
${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm %%GEM_LIB_DIR%%,' >> pkg-plist.new
|
||||
${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm %%GEM_DOC_DIR%%,' >> pkg-plist.new
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
3
devel/rubygem-rubyinlineaccel/distinfo
Normal file
3
devel/rubygem-rubyinlineaccel/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/RubyInlineAcceleration-0.0.1.gem) = 24f986a925075ef0b7876ba47036fa60
|
||||
SHA256 (rubygem/RubyInlineAcceleration-0.0.1.gem) = 0ac83ae7bb35639971c7b50c07331d3bad24a36554ead021261e1b6baad1e7dc
|
||||
SIZE (rubygem/RubyInlineAcceleration-0.0.1.gem) = 13824
|
5
devel/rubygem-rubyinlineaccel/pkg-descr
Normal file
5
devel/rubygem-rubyinlineaccel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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/
|
7
devel/rubygem-rubyinlineaccel/pkg-plist
Normal file
7
devel/rubygem-rubyinlineaccel/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%GEM_CACHE%%
|
||||
%%GEM_LIB_DIR%%/GPL.txt
|
||||
%%GEM_LIB_DIR%%/lib/inline_acceleration.rb
|
||||
%%GEM_SPEC%%
|
||||
@dirrm %%GEM_LIB_DIR%%/lib
|
||||
@dirrm %%GEM_LIB_DIR%%
|
||||
@dirrm %%GEM_DOC_DIR%%
|
Loading…
Reference in New Issue
Block a user