Port details |
- rubygem-inline Inline::C allows you to embed C/Ruby directly in ruby scripts
- 3.12.3 devel
=0 3.12.3Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2006-12-03 13:31:50
- Last Update: 2015-04-21 18:52:44
- SVN Revision: 384462
- Also Listed In: rubygems
- License: not specified in port
- WWW:
- http://rubygems.org/gems/inline/
- Description:
- Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to
embed C/++ external module code in your ruby script directly. By writing
simple builder classes, you can teach how to cope with new languages (fortran,
perl, whatever). The code is compiled and run on the fly when needed.
Using the package_inline tool Inline now allows you to package up your
inlined object code for distribution to systems without a compiler
(read: windows)!
FEATURES/PROBLEMS:
* Quick and easy inlining of your C or C++ code embedded in your ruby
script.
* Extendable to work with other languages.
* Automatic conversion between ruby and C basic types
o char, unsigned, unsigned int, char *, int, long, unsigned long
* inline_c_raw exists for when the automatic conversion isn't
sufficient.
* Only recompiles if the inlined code has changed.
* Pretends to be secure.
* Only requires standard ruby libraries, nothing extra to download.
* Can generate a basic Rakefile and package up built extensions for
distribution.
WWW: http://rubygems.org/gems/inline/
-
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:
-
- rubygem-inline>0:devel/rubygem-inline
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-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:
-
- gem20 : devel/ruby-gems
- ruby20 : lang/ruby20
- Runtime dependencies:
-
- zentest : devel/rubygem-zentest
- gem20 : devel/ruby-gems
- ruby20 : lang/ruby20
- Patch dependencies:
-
- gem20 : devel/ruby-gems
- ruby20 : lang/ruby20
-
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
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.12.3 21 Apr 2015 18:52:44 |
sunpoet |
- Move devel/rubygem-inline to devel/rubygem-rubyinline |
3.12.3 24 Aug 2014 14:56:36 |
swills |
devel/rubygem-inline: update to 3.12.3 |
3.12.2 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
3.12.2 30 Oct 2013 02:36:45 |
swills |
- Add stage support |
3.12.2 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
3.12.2 02 Jun 2013 12:20:20 |
swills |
- Update to 3.12.2 |
3.12.0 25 Jan 2013 02:33:48 |
swills |
- Update to 3.12.0 |
3.11.3 24 Jul 2012 03:13:17 |
swills |
- Update to 3.11.3 |
3.11.2 10 Jun 2012 02:43:29 |
swills |
- Update to 3.11.2 |
3.11.1 12 Feb 2012 02:10:46 |
pgollucci |
- Update to 3.11.1
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
3.11.0 25 Oct 2011 07:55:03 |
clsung |
- Update to 3.11.0 |
3.9.0 20 Feb 2011 09:53:08 |
clsung |
- Update to 3.9.0 |
3.8.6 08 Dec 2010 20:07:34 |
pgollucci |
stale comment |
3.8.6 08 Dec 2010 20:06:01 |
pgollucci |
- Update to 3.8.6
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
3.8.5 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
3.8.5 23 Nov 2010 07:19:19 |
pgollucci |
- Update to 3.8.5
Sponsored by: RideCharge Inc. / TaxiMagic |
3.8.4 20 Oct 2010 01:35:47 |
pgollucci |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
3.8.4 22 Sep 2010 03:16:44 |
pgollucci |
- Note not to update this without checking ZenTest
With Hat: ruby@ |
3.8.4 09 Sep 2010 19:12:56 |
pgollucci |
RF -> RG Conversion (Part III)
With Hat: ruby@
Tested by: make checksum |
3.8.4 06 Jun 2010 19:25:10 |
pgollucci |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby |
3.8.4 12 Dec 2009 06:08:44 |
clsung |
- Update to 3.8.4 |
3.8.3 17 Aug 2009 08:43:37 |
clsung |
- Update to 3.8.3 |
3.8.1 04 Mar 2009 06:16:38 |
clsung |
- Update to 3.8.1 |
3.7.0 14 Feb 2009 02:16:03 |
stas |
- Fix plist after ruby update by generating it dynamically. |
3.7.0 03 Feb 2009 02:05:59 |
clsung |
- Update to 3.7.0 |
3.6.7 16 Apr 2008 02:17:16 |
clsung |
- Update to 3.6.7 |
3.6.6 06 Apr 2008 08:58:21 |
stas |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
3.6.6 09 Jan 2008 03:00:35 |
clsung |
- Update to 3.6.6
Changes: |
3.6.5 12 Dec 2007 03:39:05 |
clsung |
- update to 3.6.5
- make portlint happy
PR: ports/118023
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> |
3.6.4 15 Oct 2007 00:11:10 |
clsung |
- fix pkg-plist (Array.src doesn't exist) |
3.6.4 22 Aug 2007 01:36:24 |
clsung |
- Update to 3.6.4 |
3.6.3 01 May 2007 08:02:23 |
clsung |
- Update to 3.6.3 |
3.6.2 19 Feb 2007 15:24:06 |
clsung |
- Update to 3.6.2 |
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 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 |