notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ruby-devel An object-oriented interpreted scripting language
1.8.0 lang Deleted on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8.0Version of this port present on the latest quarterly branch.
Maintainer: knu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-05-05 20:20:12
Last Update: 2003-08-07 11:10:05
SVN Revision: UNKNOWN
People watching this port, also watch:: gmake, aspell
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • >0:lang/ruby-devel
No installation instructions:
This port has been deleted.
PKGNAME:
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.
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:
Expand this list (14 items)
Collapse this list.
  1. ftp://ftp.chg.ru/pub/lang/ruby/1.8/
  2. ftp://ftp.easynet.be/ruby/ruby/1.8/
  3. ftp://ftp.fu-berlin.de/unix/languages/ruby/1.8/
  4. ftp://ftp.iDaemons.org/pub/distfiles/ruby/
  5. ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/1.8/
  6. ftp://ftp.iij.ad.jp/pub/lang/ruby/1.8/
  7. ftp://ftp.kr.FreeBSD.org/pub/ruby/1.8/
  8. ftp://ftp.ntua.gr/pub/lang/ruby/1.8/
  9. ftp://ftp.ruby-lang.org/pub/ruby/1.8/
  10. ftp://www.dnsbalance.ring.gr.jp/pub/lang/ruby/1.8/
  11. ftp://xyz.lcs.mit.edu/pub/ruby/1.8/
  12. http://mirrors.sunsite.dk/ruby/1.8/
  13. http://www.ibiblio.org/pub/languages/ruby/1.8/
  14. http://www.t.ring.gr.jp/archives/lang/ruby/1.8/
Collapse this list.

Number of commits found: 88

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.0
07 Aug 2003 11:10:05
Original commit files touched by this commit
knu search for other commits by this committer
Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
1.8.0
05 Aug 2003 11:58:47
Original commit files touched by this commit
knu search for other commits by this committer
Ruby 1.8.0 builds fine and make test passes on amd64.
1.8.0
04 Aug 2003 11:15:05
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 and
AMD64 ports still need some more testing and tweaking)

By this update, openssl, webrick and xmlrpc modules are now part of
the standard distribution.

Since this version should no longer be called -devel, I am planning on
repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively.
1.8.0.p3.2003.06.25_1
19 Jul 2003 16:11:16
Original commit files touched by this commit
knu search for other commits by this committer
The dl module seems to cause coredump on Pentium4 boxen when compiled
with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which
is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump).

Although currently I'm not sure if gcc 3.3's optimization has a bug or
it is that it just exposed the dl module's hidden bug, disable those
flags to work around the problem for the moment.
1.8.0.p3.2003.06.25
26 Jun 2003 12:39:30
Original commit files touched by this commit
knu search for other commits by this committer
Correct the checksum for the 2003-06-25 patch.

Bad proxy, no cookie, even for FTP service.

Submitted by:   roberto
1.8.0.p3.2003.06.25
26 Jun 2003 03:25:13
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefully
unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
1.8.0.p3
23 Jun 2003 15:00:58
Original commit files touched by this commit
knu search for other commits by this committer
It turned out that ruby 1.8.0-preview3 only works with i386 due to
lack of prototypes.  A patch to fix this will follow in a couple of
days, and in the meantime mark this port as ONLY_FOR_ARCHS=i386.
1.8.0.p3
23 Jun 2003 10:16:14
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to 1.8.0-preview3.

ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard
distribution.
1.8.0.p2.2003.04.19
19 Apr 2003 19:36:28
Original commit files touched by this commit
knu search for other commits by this committer
Add a patch to fix coredump that occurs when you run ruby with the
verbose flag on. (ruby -v -e 'begin;end')

PORTREVISION is not bumped since this is not a significant problem for
most people.
1.8.0.p2.2003.04.19
19 Apr 2003 15:57:37
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.

ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
1.8.0.p2
05 Apr 2003 11:37:55
Original commit files touched by this commit
knu search for other commits by this committer
Install a cookie file per variant in RUBY_ELISPDIR.

Reported by:    kris
1.8.0.p2
03 Mar 2003 16:47:14
Original commit files touched by this commit
knu search for other commits by this committer
ruby-testunit has been integrated into ruby.
1.8.0.p2
03 Mar 2003 16:33:55
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to 1.8.0-preview2.
1.8.0.p1.2003.01.28
18 Feb 2003 11:24:59
Original commit files touched by this commit
knu search for other commits by this committer
Touch configure in the pre-configure stage lest the timestamp of
configure.in be ahead of that of configure and autoconf thus be
demanded.

Submitted:      kris, bento
1.8.0.p1.2003.01.28
18 Feb 2003 05:28:16
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.8.0.p1.2003.01.28
12 Feb 2003 16:12:00
Original commit files touched by this commit
knu search for other commits by this committer
ruby-erb is now part of ruby 1.8 and shim-ruby18.
1.8.0.p1.2003.01.28
04 Feb 2003 13:13:05
Original commit files touched by this commit
knu search for other commits by this committer
Use devel/oniguruma to build ruby with oniguruma.
1.8.0.p1.2003.01.28
04 Feb 2003 12:53:42
Original commit files touched by this commit
knu search for other commits by this committer
Update Oniguruma to 20030204.
1.8.0.p1.2003.01.28
29 Jan 2003 09:41:03
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2003.01.28.

Update Oni Guruma to 20030121.

Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for
sparc64.
1.8.0.p1.2003.01.11_1
18 Jan 2003 21:50:54
Original commit files touched by this commit
knu search for other commits by this committer
Properly update for 1.8 [*] and rephrase.

Submitted by:   obrien [*]
1.8.0.p1.2003.01.11_1
16 Jan 2003 05:39:55
Original commit files touched by this commit
knu search for other commits by this committer
Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error by
disabling parallel build on sparc64.  The INSTALLS_DEPENDS thing
probably comes from bsd.port.mk, but I wonder why it is regarded as a
target when it is only used as a boolean variable.  I think make(1)
has some problem with parallel build (-jN) on that platform.

I could not really reproduce the error on panther, but a submitter [1]
says the build went fine if he commented the -jN option out as I
suggested.

Submitted by:   Anders Andersson <anders@hack.org>,
                Joao Pedras <jpedras@webvolution.net> [1],
                kris
1.8.0.p1.2003.01.11_1
14 Jan 2003 10:00:00
Original commit files touched by this commit
knu search for other commits by this committer
Add missing files to pkg-plist and bump PORTREVISION.

Submitted by:   kris, bento
1.8.0.p1.2003.01.11
11 Jan 2003 10:16:22
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,
which now supports FreeBSD/sparc64.

Set ONLY_FOR_ARCHS to i386, alpha and sparc64.  Ruby does not support
IA64 yet.  It does not even build or install correctly.  We need some
clue to the IA64 stack structure and handling of the IA64 register
windows.
1.8.0.p1
11 Jan 2003 08:46:30
Original commit files touched by this commit
knu search for other commits by this committer
Update Oni Guruma (alternative BSDL regexp engine) to 20030109.
1.8.0.p1
24 Dec 2002 18:12:20
Original commit files touched by this commit
knu search for other commits by this committer
lang/ruby:
  - Update to the 1.6.8 final release. (which fixes a couple of
    coredumping bugs)
  - Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
  - Attach a small knob for debugging.

lang/ruby-devel
  - Update to 1.8.0 preview 1 + errata patch. (fixes a couple of
    coredumping bugs)
  - Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
  - Fix pkg-plist nits.

lang/ruby16-shim-ruby18
  - Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1)
  - Fix pkg-plist nits.

Approved by:            lioux (and self)
A Merry Christmas to:   all of you
1.7.3.2002.12.12
12 Dec 2002 12:53:03
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 to
1.7.3.2002.12.11, and lang/ruby-devel to 1.7.3-2002.12.12.

- Fix a few bugs that lead to core dump, one in the ruby interpreter
  and another in the syslog module.

  Reported by:  ume (net/dtcp was a victim)

- Fix an installation problem occasionally seen on bento. (a bug in
  Makefile that caused race)

  Submitted by: bento

- Fix a problem that irb(1) didn't work because the symlink was wrong.

  Submitted by: Jos Backus <jos@catnook.com>

- Get rid of move & symlink spaghetti completely from the installation
  process.

Discussed with: portmgr (will)
1.7.3.2002.11.22
27 Nov 2002 17:14:23
Original commit files touched by this commit
knu search for other commits by this committer
Fix the build of lang/ruby_static-devel, i.e. the build of
archiver/ruby-zlib with lang/ruby-devel in the correct way.

The cause of this problem is that FreeBSD's make(1) got a bit too
sensitive about a mixture of `target:' and `target::'.
1.7.3.2002.11.22
22 Nov 2002 12:49:49
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2002-11-22.

Add a DEBUG knob here too.
1.7.3.2002.11.14_1
18 Nov 2002 20:38:39
Original commit files touched by this commit
knu search for other commits by this committer
Add a patch for tempfile.rb from CVS and bump PORTREVISION.
1.7.3.2002.11.14
14 Nov 2002 14:23:59
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2002-11-14.
1.7.3.2002.10.30
03 Nov 2002 21:47:34
Original commit files touched by this commit
knu search for other commits by this committer
Fix installation.

Reported by:    Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
1.7.3.2002.10.30
02 Nov 2002 22:02:02
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2002-10-30.

FreeBSD/sparc64 fails to build this and somehow the entire OS gets
frozen while running `miniruby'.  I'd appreciate if someone with a
clue could help me fix the problem.
1.7.3.2002.09.27
27 Sep 2002 13:55:41
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.

Remove the autoconf dependency by including a pre-generated configure
script in the distfile.  It now also includes a pre-generated parse.c
made by bison 1.35.
1.7.3.2002.09.20
20 Sep 2002 23:21:50
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latset snapshot as of 2002.09.20.
1.7.3.2002.09.17
18 Sep 2002 09:57:29
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the snapshot as of 2002-09-17.

This fixes coredump on the Alpha.
1.7.3.2002.09.12
11 Sep 2002 17:30:21
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of today, 2002-09-12 (JST).
1.7.2.2002.07.15
03 Aug 2002 12:36:22
Original commit files touched by this commit
knu search for other commits by this committer
Add a header file that's installed only when WITH_ONIGURUMA is defined
to pkg-plist.

Reported by:    nork
1.7.2.2002.07.15
24 Jul 2002 10:56:42
Original commit files touched by this commit
knu search for other commits by this committer
Install ChangeLog too.

Suggested by:   Andreas Hauser <hauser@informatik.uni-muenchen.de>
1.7.2.2002.07.15
15 Jul 2002 11:26:49
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-07-15.
1.7.2.2002.05.23_1
08 Jun 2002 07:33:18
Original commit files touched by this commit
knu search for other commits by this committer
Funnily enough, missing.h was missing in the pkg-plist.
1.7.2.2002.05.23
25 May 2002 00:30:24
Original commit files touched by this commit
knu search for other commits by this committer
Make sure STRIP is defined before referencing the value.  STRIP can be
undefined when DEBUG_FLAGS is defined.

Submitted by:   Dave Cornejo <dave@dogwood.com>,
                Joshua Goodall <joshua@roughtrade.net>
1.7.2.2002.05.23
24 May 2002 10:57:31
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-05-23.
1.7.2.2002.05.03
04 May 2002 22:17:14
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest development snapshot as of
2002-05-05.  This fixes some ruby extensions under RUBY_VER=1.7.

Update the Oni Guruma regex engine to 20020424.
1.7.2.2002.04.12
03 May 2002 19:05:25
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.
1.7.2.2002.03.26
14 Apr 2002 12:36:47
Original commit files touched by this commit
knu search for other commits by this committer
Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.
1.7.2.2002.03.01
26 Mar 2002 22:20:00
Original commit files touched by this commit
knu search for other commits by this committer
lang/ruby:
- Update to the latest 1.6 stable snapshot as of 2002-03-27.
- Update the Oni Guruma alternative regex engine to 20020325.

lang/ruby-devel:
- Update to the latest 1.7 development snapshot as of 2002-03-26.
- Add the WITH_ONIGURUMA knob as well as lang/ruby.
- Require devel/autoconf (2.53 or later is required).
- Add several modules to the obsoleted modules list (now included):
        bigfloat
        fileutils
        racc-runtime
        strscan
01 Mar 2002 16:53:55
commit hash: fp1.25335@dev.null.freshports.orgcommit hash: fp1.25335@dev.null.freshports.orgcommit hash: fp1.25335@dev.null.freshports.orgcommit hash: fp1.25335@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby to the latest release, 1.6.7.    
19 Feb 2002 20:48:40
commit hash: fp1.24933@dev.null.freshports.orgcommit hash: fp1.24933@dev.null.freshports.orgcommit hash: fp1.24933@dev.null.freshports.orgcommit hash: fp1.24933@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35   (what is
built from ports) from coredumping. [workaround]    
12 Feb 2002 09:23:06
commit hash: fp1.24647@dev.null.freshports.orgcommit hash: fp1.24647@dev.null.freshports.orgcommit hash: fp1.24647@dev.null.freshports.orgcommit hash: fp1.24647@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2002-02-10.    
29 Jan 2002 09:14:09
commit hash: fp1.24091@dev.null.freshports.orgcommit hash: fp1.24091@dev.null.freshports.orgcommit hash: fp1.24091@dev.null.freshports.orgcommit hash: fp1.24091@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
To keep users from experiencing upgrading problems, make lang/ruby and  
lang/ruby-devel deinstall obsoleted (integrated) packages in their  
post-install targets (for installation from ports) and in their plists   (for
installation from packages),    
25 Jan 2002 20:58:05
commit hash: fp1.23906@dev.null.freshports.orgcommit hash: fp1.23906@dev.null.freshports.orgcommit hash: fp1.23906@dev.null.freshports.orgcommit hash: fp1.23906@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ruby and ruby-devel to the latest snapshots as of 2002-01-26.    
06 Jan 2002 06:20:22
commit hash: fp1.22928@dev.null.freshports.orgcommit hash: fp1.22928@dev.null.freshports.orgcommit hash: fp1.22928@dev.null.freshports.orgcommit hash: fp1.22928@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
First round of auto* cleanups:    - USE_AUTO* -> USE_AUTO*_VER=* where required 
  - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK    -
Other minor changes to fix things    
25 Dec 2001 17:02:33
commit hash: fp1.22531@dev.null.freshports.orgcommit hash: fp1.22531@dev.null.freshports.orgcommit hash: fp1.22531@dev.null.freshports.orgcommit hash: fp1.22531@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby to the 1.6.6 Xmas stable release.    
22 Dec 2001 16:45:05
commit hash: fp1.22394@dev.null.freshports.orgcommit hash: fp1.22394@dev.null.freshports.orgcommit hash: fp1.22394@dev.null.freshports.orgcommit hash: fp1.22394@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Properly set the file mode bits of the irb executables to ${BINMODE}.    
24 Nov 2001 09:02:52
commit hash: fp1.21117@dev.null.freshports.orgcommit hash: fp1.21117@dev.null.freshports.orgcommit hash: fp1.21117@dev.null.freshports.orgcommit hash: fp1.21117@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby to the latest snapshot, 1.6-2001.11.23.    
10 Nov 2001 19:08:34
commit hash: fp1.20694@dev.null.freshports.orgcommit hash: fp1.20694@dev.null.freshports.orgcommit hash: fp1.20694@dev.null.freshports.orgcommit hash: fp1.20694@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ruby-devel to the latest snapshot (1.7.2-2001.11.09).    
06 Nov 2001 19:58:27
commit hash: fp1.20499@dev.null.freshports.orgcommit hash: fp1.20499@dev.null.freshports.orgcommit hash: fp1.20499@dev.null.freshports.orgcommit hash: fp1.20499@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
(Forced commit to correct the previous log)    
06 Nov 2001 19:56:23
commit hash: fp1.20498@dev.null.freshports.orgcommit hash: fp1.20498@dev.null.freshports.orgcommit hash: fp1.20498@dev.null.freshports.orgcommit hash: fp1.20498@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Set LATEST_LINK to "ruby_static-devel".    
03 Nov 2001 16:13:25
commit hash: fp1.20367@dev.null.freshports.orgcommit hash: fp1.20367@dev.null.freshports.orgcommit hash: fp1.20367@dev.null.freshports.orgcommit hash: fp1.20367@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ruby and ruby-devel to the latest snapshots as of   today. (2001/11/04)  
 
07 Oct 2001 20:30:39
commit hash: fp1.19465@dev.null.freshports.orgcommit hash: fp1.19465@dev.null.freshports.orgcommit hash: fp1.19465@dev.null.freshports.orgcommit hash: fp1.19465@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).    
17 Sep 2001 18:54:32
commit hash: fp1.18884@dev.null.freshports.orgcommit hash: fp1.18884@dev.null.freshports.orgcommit hash: fp1.18884@dev.null.freshports.orgcommit hash: fp1.18884@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Bump the PORTREVISION's of the ports which install architecture   dependent ruby
modules, due to the RUBY_ARCH change I've just   committed.    
13 Sep 2001 06:58:21
commit hash: fp1.18762@dev.null.freshports.orgcommit hash: fp1.18762@dev.null.freshports.orgcommit hash: fp1.18762@dev.null.freshports.orgcommit hash: fp1.18762@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Accompanying commit for Makefile rev 1.20.    
13 Sep 2001 06:51:38
commit hash: fp1.18761@dev.null.freshports.orgcommit hash: fp1.18761@dev.null.freshports.orgcommit hash: fp1.18761@dev.null.freshports.orgcommit hash: fp1.18761@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Apply a THREAD_ALLOC hotfix.    
11 Sep 2001 11:29:10
commit hash: fp1.18632@dev.null.freshports.orgcommit hash: fp1.18632@dev.null.freshports.orgcommit hash: fp1.18632@dev.null.freshports.orgcommit hash: fp1.18632@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
03 Sep 2001 14:00:01
commit hash: fp1.18331@dev.null.freshports.orgcommit hash: fp1.18331@dev.null.freshports.orgcommit hash: fp1.18331@dev.null.freshports.orgcommit hash: fp1.18331@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to the latest snapshots.    
02 Sep 2001 00:54:05
commit hash: fp1.18279@dev.null.freshports.orgcommit hash: fp1.18279@dev.null.freshports.orgcommit hash: fp1.18279@dev.null.freshports.orgcommit hash: fp1.18279@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ruby and ruby-devel to the latest snapshots.    
22 Aug 2001 11:08:19
commit hash: fp1.17623@dev.null.freshports.orgcommit hash: fp1.17623@dev.null.freshports.orgcommit hash: fp1.17623@dev.null.freshports.orgcommit hash: fp1.17623@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Utilize ${MANEXT} to fix manpage symlinks.    
16 Aug 2001 12:38:45
commit hash: fp1.17321@dev.null.freshports.orgcommit hash: fp1.17321@dev.null.freshports.orgcommit hash: fp1.17321@dev.null.freshports.orgcommit hash: fp1.17321@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.   (as of
2001/08/16 20:00 JST)    
06 Aug 2001 13:11:41
commit hash: fp1.16885@dev.null.freshports.orgcommit hash: fp1.16885@dev.null.freshports.orgcommit hash: fp1.16885@dev.null.freshports.orgcommit hash: fp1.16885@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add missing entries to pkg-plist.    
31 Jul 2001 17:46:55
commit hash: fp1.16683@dev.null.freshports.orgcommit hash: fp1.16683@dev.null.freshports.orgcommit hash: fp1.16683@dev.null.freshports.orgcommit hash: fp1.16683@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots as of   2001.07.31.
   
11 Jul 2001 13:14:06
commit hash: fp1.16087@dev.null.freshports.orgcommit hash: fp1.16087@dev.null.freshports.orgcommit hash: fp1.16087@dev.null.freshports.orgcommit hash: fp1.16087@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add a backup server to PATCH_SITES.    
21 Jun 2001 17:36:48
commit hash: fp1.15351@dev.null.freshports.orgcommit hash: fp1.15351@dev.null.freshports.orgcommit hash: fp1.15351@dev.null.freshports.orgcommit hash: fp1.15351@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
16 Jun 2001 09:46:37
commit hash: fp1.15127@dev.null.freshports.orgcommit hash: fp1.15127@dev.null.freshports.orgcommit hash: fp1.15127@dev.null.freshports.orgcommit hash: fp1.15127@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Put dummy files in the empty directories so they are surely packed.    
13 Jun 2001 05:12:16
commit hash: fp1.15007@dev.null.freshports.orgcommit hash: fp1.15007@dev.null.freshports.orgcommit hash: fp1.15007@dev.null.freshports.orgcommit hash: fp1.15007@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Fix misordered plist.    
11 Jun 2001 10:32:03
commit hash: fp1.14913@dev.null.freshports.orgcommit hash: fp1.14913@dev.null.freshports.orgcommit hash: fp1.14913@dev.null.freshports.orgcommit hash: fp1.14913@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Fix plist problems.    
09 Jun 2001 03:33:13
commit hash: fp1.14764@dev.null.freshports.orgcommit hash: fp1.14764@dev.null.freshports.orgcommit hash: fp1.14764@dev.null.freshports.orgcommit hash: fp1.14764@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Do a ldconfig before invoking the just installed binary in   post-install.    
09 Jun 2001 02:43:02
commit hash: fp1.14757@dev.null.freshports.orgcommit hash: fp1.14757@dev.null.freshports.orgcommit hash: fp1.14757@dev.null.freshports.orgcommit hash: fp1.14757@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is   defined. (But
not actual examples & docs)    
04 Jun 2001 15:54:32
commit hash: fp1.14579@dev.null.freshports.orgcommit hash: fp1.14579@dev.null.freshports.orgcommit hash: fp1.14579@dev.null.freshports.orgcommit hash: fp1.14579@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.    
01 Jun 2001 13:17:25
commit hash: fp1.14479@dev.null.freshports.orgcommit hash: fp1.14479@dev.null.freshports.orgcommit hash: fp1.14479@dev.null.freshports.orgcommit hash: fp1.14479@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ruby-devel to the latest snapshot, which now enters upon the   1.7.1
phase.    
29 May 2001 22:38:44
commit hash: fp1.14384@dev.null.freshports.orgcommit hash: fp1.14384@dev.null.freshports.orgcommit hash: fp1.14384@dev.null.freshports.orgcommit hash: fp1.14384@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
It's not my day...  Fix typo and unbreak.    
29 May 2001 22:22:10
commit hash: fp1.14383@dev.null.freshports.orgcommit hash: fp1.14383@dev.null.freshports.orgcommit hash: fp1.14383@dev.null.freshports.orgcommit hash: fp1.14383@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Forgot to bump PORTREVISION's in the previous commit.    
29 May 2001 22:16:54
commit hash: fp1.14382@dev.null.freshports.orgcommit hash: fp1.14382@dev.null.freshports.orgcommit hash: fp1.14382@dev.null.freshports.orgcommit hash: fp1.14382@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
As some people including me are seeing reproduceable coredump,   temporarily
stop linking ruby with libc_r.  This will break such   extension modules as
ruby-qt, but we have to investigate the   annoying problems we are seeing,
present in both ruby and our libc_r.    
26 May 2001 04:59:20
commit hash: fp1.14167@dev.null.freshports.orgcommit hash: fp1.14167@dev.null.freshports.orgcommit hash: fp1.14167@dev.null.freshports.orgcommit hash: fp1.14167@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby to 1.6.4-preview4.    
17 May 2001 22:16:46
commit hash: fp1.13801@dev.null.freshports.orgcommit hash: fp1.13801@dev.null.freshports.orgcommit hash: fp1.13801@dev.null.freshports.orgcommit hash: fp1.13801@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
11 May 2001 19:22:57
commit hash: fp1.13670@dev.null.freshports.orgcommit hash: fp1.13670@dev.null.freshports.orgcommit hash: fp1.13670@dev.null.freshports.orgcommit hash: fp1.13670@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby to 1.6.4.p2.2001.05.12.    
07 May 2001 20:52:04
commit hash: fp1.13526@dev.null.freshports.orgcommit hash: fp1.13526@dev.null.freshports.orgcommit hash: fp1.13526@dev.null.freshports.orgcommit hash: fp1.13526@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
06 May 2001 17:48:04
commit hash: fp1.13482@dev.null.freshports.orgcommit hash: fp1.13482@dev.null.freshports.orgcommit hash: fp1.13482@dev.null.freshports.orgcommit hash: fp1.13482@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Let irb16 properly run on ruby16 and irb17 on ruby17.    
06 May 2001 00:20:12
commit hash: fp1.13444@dev.null.freshports.orgcommit hash: fp1.13444@dev.null.freshports.orgcommit hash: fp1.13444@dev.null.freshports.orgcommit hash: fp1.13444@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add lang/ruby-devel, the development version of Ruby. (1.7)    

Number of commits found: 88