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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: lang/ruby16-shim-ruby18/pkg-plist

Number of commits found: 15

Tuesday, 13 Feb 2007
09:11 stas search for other commits by this committer
- Remove expired ruby 1.6 ports.
- Remove expired ruby18_static port that depends on ruby16
Original commit
Friday, 22 Apr 2005
20:06 sem search for other commits by this committer
- Fix PLIST. Unbreak.
- Remove blank line in Makefile.

PR:             ports/79300
Submitted by:   IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by:    knu timeout
Original commit
Thursday, 26 Feb 2004
19:20 knu search for other commits by this committer
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)
        pkg_delete portupgrade-\*
        (cd /usr/ports/sysutils/portupgrade; make install clean)

  2) Reinstall everything that depends on ruby 1.6 (to use ruby 1.8)
        portupgrade -fr lang/ruby16

  3) Reinstall ruby 1.8 (because the previous step kills symlinks)
        portupgrade -f lang/ruby18

  4) Deinstall ruby 1.6 stuff (if you are paranoia)
        pkg_deinstall -ri lang/ruby16
Original commit
Monday, 15 Dec 2003
06:35 knu search for other commits by this committer
Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.
Original commit
Friday, 31 Oct 2003
18:26 knu search for other commits by this committer
Update to 1.8.1-preview2.
Original commit
Saturday, 19 Apr 2003
15:57 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.
Original commit
Monday, 3 Mar 2003
17:03 knu search for other commits by this committer
Update to 1.8.0-preview2, which now includes ruby-testunit.
Original commit
Tuesday, 24 Dec 2002
18:12 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
Original commit
Monday, 16 Dec 2002
07:09 knu search for other commits by this committer
Oops, forgot to add another line.
Original commit
07:07 knu search for other commits by this committer
Properly install h2rb so that lang/ruby-devel doesn't create a
dangling symlink.  PORTREVISION bumped.
Original commit
Thursday, 12 Dec 2002
12:53 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)
Original commit
Sunday, 10 Nov 2002
17:43 knu search for other commits by this committer
Update to 1.7.3.2002.11.10.
Original commit
Wednesday, 11 Sep 2002
17:30 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).
Original commit
Saturday, 3 Aug 2002
08:45 knu search for other commits by this committer
Update to 1.7.2.2002.07.31.  The optparse module has been included.
Original commit
Saturday, 8 Jun 2002
17:24 knu search for other commits by this committer
Add ruby16-shim-ruby18, version 1.7.2.2002.05.21.

Ruby Shim is a set of modules that provide the libraries and the
additional features that will appear in the next version of Ruby.

Shim between 1.6 and 1.8 includes:

        features/ruby18 Hooks to support ruby 1.8 extensions
        dl              Interface to dynamic linker
        racc-runtime    Racc runtime module
        stringio        IO interface for String
        strscan         Fast string scanner
        benchmark       Benchmark module
        fileutils       File & directory manipulation
        pp              Pretty printer (prettier version of `p')
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 15