Port details |
- ruby16 An object-oriented interpreted scripting language
- 1.6.8.2004.07.28_2 lang
=86 1.6.8.2004.07.28_2Version of this port present on the latest quarterly branch.
- DEPRECATED: vulnerable, unmaintained and nothing uses it
This port expired on: 2007-02-02
- 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-10-31 19:35:36
- Last Update: 2007-02-13 09:11:09
- SVN Revision: UNKNOWN
- People watching this port, also watch:: libiconv, gettext, expat
- Also Listed In: ipv6 ruby
- License: not specified in port
- WWW:
- http://www.ruby-lang.org/en/
- Description:
- Ruby is the interpreted scripting language for quick and
easy object-oriented programming. It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.
Features of Ruby are shown below.
+ Simple Syntax
+ *Normal* Object-Oriented features(ex. class, method calls)
+ *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
+ Dynamic Loading of Object files(on some architecture)
+ Highly Portable(works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)
Author: Matsumoto "matz" Yukihiro <matz@zetabits.com>
WWW: http://www.ruby-lang.org/en/
-
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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 alpha sparc64
- 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:
- This port has no dependencies.
- 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 |
1.6.8.2004.07.28_2 13 Feb 2007 09:11:09 |
stas |
- Remove expired ruby 1.6 ports.
- Remove expired ruby18_static port that depends on ruby16 |
1.6.8.2004.07.28_2 02 Jan 2007 19:19:05 |
stas |
- Deprecate old and unmaintained ruby ports. It seems, that nobody uses it. |
1.6.8.2004.07.28_2 15 Aug 2006 00:29:13 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.6.8.2004.07.28_2 26 Feb 2006 02:28:44 |
ade |
Purge the last vestiges of the (really) old autotools world order.
Since all these items were commented out, this is a null-op commit.
Approved by: portmgr (implicit) |
1.6.8.2004.07.28_2 22 Jan 2006 02:18:40 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.6.8.2004.07.28_2 15 Jan 2006 08:37:30 |
pav |
- No latest link, to prevent clash with lang/ruby18
Reported by: kris |
1.6.8.2004.07.28_2 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
1.6.8.2004.07.28_2 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
1.6.8.2004.07.28_2 09 Nov 2005 08:54:12 |
sem |
bsd.ruby.mk:
- Change LOCALBASE with _RUBY_BASE
- Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
_RUBY_BASE=LOCALBASE otherwise for easy ports testing.
lang/ruby18:
- Update to 1.8.3
Grant maintainership to submitter.
While I'm here:
- Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
(lang/ruby1[68] must set it for right install).
PR: ports/87332
Submitted by: Alexander Novitsky |
1.6.8.2004.07.28_2 27 Oct 2005 19:40:25 |
sem |
- Fix a ruby vulnerabuility in the safe level settings.
Based on: ports/87816
Submitted by: Phil Oleson <oz@nixil.net>
Security:
http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html |
1.6.8.2004.07.28_1 05 Feb 2005 04:59:26 |
knu |
The slippery pthread support for systems prior to 502102 has been
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.
Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread. This will allow threaded extension libraries to run
and work properly on those systems.
The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build. I don't know if the problem is in
libpthread or in gcc.
(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-) |
1.6.8.2004.07.28_1 25 Nov 2004 15:25:33 |
simon |
Fix DoS in the Ruby CGI module.
Obtained from: ruby CVS
Reviewed by: trhodes
OK'ed by: maintainer silence
With hat: secteam |
1.6.8.2004.07.28 17 Aug 2004 07:10:44 |
knu |
Update lang/ruby16 to the latest snapshot as of 2004-07-28, fixing
cgi/session's insecure permissions problem. |
1.6.8.2004.04.16_1 17 Apr 2004 19:17:36 |
knu |
Update lang/ruby16 to the latest snapshot as of 2004-04-16, which
fixes getaddrinfo() check failure on KAME.
Requested by: suz |
1.6.8.2003.10.15_1 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
1.6.8.2003.10.15_1 21 Mar 2004 07:32:09 |
knu |
Update pkg-message to match the current state of the default version
of Ruby, which is now 1.8.
Pointed out by: kris |
1.6.8.2003.10.15_1 26 Feb 2004 19:20:09 |
knu |
Change the default version of ruby to 1.8 for i386 as well, finally.
Always put a version suffix to the ruby name (no matter if ruby is the
default version) to avoid mess in future.
[Notes for i386 users]
If you are a ruby developer and still want to stick with ruby 1.6 as
default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.
If you are a ruby developer and want to keep ruby 1.6 as default,
please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. Otherwise, please
run the following series of commands to migrate to ruby 1.8:
1) Reinstall portupgrade manually (and ruby 1.8 will be installed) (Only the first 15 lines of the commit message are shown above ) |
1.6.8.2003.10.15 31 Oct 2003 19:34:06 |
knu |
Update lang/ruby16 to the latest snapshot as of 2003-10-15.
This fixes a few bugs in standard libraries. |