summaryrefslogtreecommitdiff
path: root/lang/ruby/files
AgeCommit message (Collapse)AuthorFilesLines
2012-03-02o Now OVERRIDE_GEMSPEC can modify files in gemspec.taca1-28/+65
o Protect multiple inclusion. Nothing should affect current packages.
2011-11-07Don't require 'yaml' unconditionaly but try to call Gem.load_yaml.taca1-2/+8
Avoid possible problem of ruby192-base with ruby-psych installed.
2011-09-13* Remove unused codes.taca1-21/+24
* Add support for deleting dependency to a ruby gem.
2011-08-12Introduce OVERRIDE_GEMSPEC.taca1-0/+156
If it specified, it modify gemspec's dependency using update-gemspec.rb Ruby script. The goal is avoid to use patch for modifying depending version or gem's name since gemspec files' content differ using rubygem's version.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2000-08-22Update ruby,ruby-Tk to 1.4.6sakamoto1-2/+2
minor bugfix ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-07-03Update ruby to 1.4.5sakamoto2-7/+5
Changes: Several bug fixes. use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST, patch from Paul Clifford <paul@plasma.demon.co.uk>.
2000-06-02make sparc compile with -fPIC instead of -fpic. This fixes recently noteddmcmahill1-1/+3
compile (link actually) problems. Other arch's are unchanged. Patch sent to Ruby author.
2000-04-18Update ruby to 1.4.4sakamoto2-7/+3
Changes: Several bug fixes. Compiles out of the box on Alpha.
2000-04-11regen.sakamoto1-1/+3
2000-01-22fix ELF platform support (configure.in patch missed one of clauses)itojun1-3/+4
enable IPv6 on USE_INET6. approved by: sakamoto (maintainer)
1999-12-14Update ruby to 1.4.3sakamoto2-4/+4
Changes 1.4.3 from 1.4.2: some bugfix
1999-10-05Update for changed distfile on master site.sakamoto1-2/+2
Requested in PR 8546 by SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp>
1999-09-22Fix symbol prefix '_'sakamoto1-0/+5
and link libruby.so.1.4 for ext libraries with ELF system.
1999-09-17Update ruby to 1.4.2sakamoto1-2/+2
DEPENDS+= gdbm,ncurses install examples. Changes: Fixed some bugs, improved stability.
1999-08-17Update to ruby-1.4.0.sakamoto1-2/+2
1999-07-09the Object-Oriented Script Languagesakamoto1-0/+3
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.