Port details |
- ruby-inline Inline::C allows you to embed C/Ruby directly in ruby scripts
- 3.5.0 devel
=0 3.5.0Version of this port present on the latest quarterly branch. DEPRECATED: New versions only available in rubygems. Use devel/rubygem-inline instead.
This port expired on: 2007-05-24
IGNORE: New versions only available in rubygems. Use devel/rubygem-inline instead.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-01-31 05:57:34
- Last Update: 2007-05-28 16:09:59
- SVN Revision: UNKNOWN
- Also Listed In: ruby
- License: not specified in port
- WWW:
- http://sourceforge.net/projects/rubyinline
- Description:
- Inline::C allows for quick and use of inlined C code in Ruby scripts.
This library automatically:
* provides rudimentary automatic conversion between Ruby and C basic
types: (unsigned)? (char|int|long|char *)
* provides compilation of inline code
* only recompiles if the C code has changed
* can easily provide speedups in excess of 25x for tight loops when
objects are being recycled too quickly.
WWW: http://sourceforge.net/projects/rubyinline
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ruby18-inline>0:devel/ruby-inline
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby18-inline
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby18 : lang/ruby18
- gmake : devel/gmake
- Runtime dependencies:
-
- ruby18 : lang/ruby18
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.0 28 May 2007 16:09:59
 |
gabor  |
Remove expired ports:
2007-05-24 devel/ruby-inline: New versions only available in rubygems. Use
devel/rubygem-inline instead.
2007-05-15 devel/tkref: is seriously outdated, take a look at
http://www.tcl.tk/doc/ for TCL/TK documentation |
3.5.0 28 Apr 2007 20:08:20
 |
kris  |
Change BROKEN to IGNORE to prevent package build
Pointy hat to: clsung |
3.5.0 24 Apr 2007 08:12:41
 |
clsung  |
- New versions only available in rubygems. Use devel/rubygem-inline instead.
- set EXPIRATION_DATE after a month. |
3.5.0 13 Dec 2006 16:14:17
 |
linimon  |
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.
Hat: portmgr |
3.5.0 03 Dec 2006 14:32:22
 |
pav  |
- Re-add, update to 3.5.0
- Guarantee permissions safety
- Make the port PREFIX-clean
PR: ports/102664
Submitted by: stas
Approved by: maintainer timeout (seanc; 3 months) |
2.2.0 03 Dec 2006 13:30:40
 |
pav  |
- Update to 3.5.0
- Switch to rubygem distribution
PR: ports/102856
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: maintainer timeout (seanc; 3 months)
Repocopy by: marcus |
2.2.0 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.2.0 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
2.2.0 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.0 31 Jan 2003 17:52:48
 |
seanc  |
Gah! CATEGORIES != DIST_SUBDIR, thanks AlanE. |
2.2.0 31 Jan 2003 15:42:29
 |
alane  |
Sean, fixed your bug in the Makefile so the port would build. -- AlanE |
2.2.0 31 Jan 2003 05:57:06
 |
seanc  |
Add Perl's Inline::C counterpart for Ruby, named oddly enough: Inline::C |