Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 11:53:01 GMT
From:      Taro <taro@mail333.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139754: New port: devel/rubygem-rice Ruby interface for C++ extensions
Message-ID:  <200910191153.n9JBr1Kh017180@www.freebsd.org>
Resent-Message-ID: <200910191200.n9JC0FSe011926@freefall.freebsd.org>

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

>Number:         139754
>Category:       ports
>Synopsis:       New port: devel/rubygem-rice Ruby interface for C++ extensions
>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:   Mon Oct 19 12:00:14 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Taro
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD Pym 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon May  4 09:21:11 EEST 2009     root@Otaku.local:/usr/obj/mnt/big/src7/sys/PYM  i386
>Description:
Ruby interface for C++ extensions

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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-rice
#	rubygem-rice/pkg-descr
#	rubygem-rice/Makefile
#	rubygem-rice/distinfo
#
echo c - rubygem-rice
mkdir -p rubygem-rice > /dev/null 2>&1
echo x - rubygem-rice/pkg-descr
sed 's/^X//' >rubygem-rice/pkg-descr << '0cef1021cde725a9a97908f5c9a53992'
XRice is a C++ interface to Ruby's C API. It provides a type-safe and
Xexception-safe interface in order to make embedding Ruby and
Xwriting Ruby extensions with C++ easier.
XIt attempts to provide an object-oriented interface to all of the Ruby C API.
X
XWhat Rice gives you:
X  A simple C++-based syntax for wrapping and defining classes
X  Automatic conversion of exceptions between C++ and Ruby
X  Smart pointers for handling garbage collection
X  Wrappers for most builtin types to simplify calling code
X
XWWW: http://rice.rubyforge.org/
0cef1021cde725a9a97908f5c9a53992
echo x - rubygem-rice/Makefile
sed 's/^X//' >rubygem-rice/Makefile << '9afb6cb48bed724617a2a79be66dbbed'
X# Ports collection makefile for:	rubygem-rice
X# Date created:				19 Oct 2009
X# Whom:					Iwakura Taro <taro@mail333.com>
X#
X# $FreeBSD$
X
XPORTNAME=	rice
XPORTVERSION=	1.1.0
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RF
X
XMAINTAINER=
XCOMMENT=	Ruby Interface for C++ Extensions
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
9afb6cb48bed724617a2a79be66dbbed
echo x - rubygem-rice/distinfo
sed 's/^X//' >rubygem-rice/distinfo << 'a7934d8ea017e7d268736b87d5aeb9ea'
XMD5 (rubygem/rice-1.1.0.gem) = 0cf5c19fe0a19a89c0d260f1b2b39f5c
XSHA256 (rubygem/rice-1.1.0.gem) = ce52ecc8cb3bf89df49a249af94917894c9ee65d40b31b1393e108d5e3b60316
XSIZE (rubygem/rice-1.1.0.gem) = 219136
a7934d8ea017e7d268736b87d5aeb9ea
exit



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



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