Commit graph

32 commits

Author SHA1 Message Date
taca
5287f35006 Add http://cache.ruby-lang.org to MASTER_SITE_RUBY. 2015-01-25 15:58:29 +00:00
taca
4a210f743f Add some "used by" lines. 2014-05-21 03:10:30 +00:00
taca
a3d2659e70 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
taca
98b05c35af There were another extra DIST_SUBDIR to fix build problem. 2012-10-17 00:17:50 +00:00
taca
180ac5e799 Remove support of ruby19 (Ruby 1.9.2). 2012-09-16 15:21:30 +00:00
taca
2407cee3ae Overhaul buildlink3 processing of Ruby.
* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.
2012-03-21 15:40:12 +00:00
taca
94b1589fd8 o Document RUBY_EXTNAME
o Define default PKGNAME for Ruby extensions which included
  in the Ruby's distribution file.
2012-02-18 06:28:46 +00:00
taca
1f8e0c5584 Move definition of DIST_SUBDIR for ruby193 to lang/ruby/Makefile.common. 2012-02-18 06:24:20 +00:00
taca
32fe9423c3 Move RUBY_DISTNAME definition back to rubyversion.mk from Makefile.common.
Some extension might need Ruby's distribution files.
2012-02-04 09:43:32 +00:00
taca
7cc2e8b8c3 Add two "used by" line for lang/ruby193/Makefile and
lang/ruby193-base/Makefile.
2011-12-18 13:20:17 +00:00
taca
d7634bef4b * Add LICENSE for Ruby 1.9.3.
* Add RUBY_DISTNAME to MESSAGE_SUBST.
* Move RUBY_SITE_SUBDIR from rubyversion.mk
2011-11-08 15:19:55 +00:00
taca
b038d90a98 Add two "used by" lines for devel/ruby-fiddle/Makefile and
textproc/ruby-psych/Makefile.
2011-10-20 15:13:24 +00:00
taca
cb160f5f94 * Ruby's patchlevel N reflect as "plN" instead of ".N" from Ruby 1.9.
ruby18-base-1.8.7.302
	ruby19-base-1.9.2pl0

* Now patches of ruby-gdm, ruby-curses, ruby-readline and ruby-tk
  are gathered to lang/ruby18-base and lang/ruby19-base.
2010-09-10 03:24:42 +00:00
taca
d202e77c80 Change to gnu-gpl-v2 now. 2009-06-10 13:38:55 +00:00
taca
2e446e96fd Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).
- Add LICENSE.
- Update RUBY18_PATCHLEVEL to 173.
2009-06-10 12:45:34 +00:00
taca
ac44ff9ec1 Correct format of "# used by" lines. 2008-06-19 15:55:04 +00:00
taca
629e0c3283 Add comments where this file is used. 2008-06-19 14:39:00 +00:00
taca
22cc689545 Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set. 2007-06-10 13:47:03 +00:00
taca
0257375859 Updating Ruby to 1.8.6.
- discontinue use of RUBY_PATCH_DATE.
- Introduce RUBY_PATCH_LEVEL.

pkgsrc's ruby tracks Ruby's patch release and avoid to maintain
its own patch files (with RUBY_PATCH_DATE).

Changes are too much, please see ChangeLog file.
2007-03-15 16:41:01 +00:00
taca
b9db59a5ce - Introduce experimental RUBY_USE_PTHREAD; using pthread could be disabled
setting to "no" in /etc/mk.conf.  (Default is "yes" on most platform.)

- Correct condition of including pthread.buildlink3.mk.

Tested on NetBSD current, SuSE Linux 9.3 and DragonFly BSD 1.6.0.

Thanks for advise from Vincent Hourdin and Joerg Sonnenberger.
2006-09-13 12:56:46 +00:00
taca
07860d6b9d Move back CONFIGURE_ARGS part from rubyversion.mk to Makefile.common. 2006-09-08 02:36:51 +00:00
taca
1cd8b6a744 Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).
pkgsrc changes:

* Add RUBY_DYNAMIC_DIRS which cause generating dynamic PLIST entries.
* Move using buildlinks to rubyversion.mk.
* Merge converters/ruby-iconv to ruby18-base.

Ruby changes:

* too may, see ChangeLog file or
  http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog
2006-09-07 15:40:00 +00:00
taca
e4205b0597 Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:29:58 +00:00
rillig
6419e9879b Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
2005-12-08 09:14:50 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
taca
43c31406a7 Some clean up along with introducing ruby16-base/ruby18-base and make
ruby16/ruby18 package to meta pacakge.

- Define RUBY_BASE to refer ruby16-base or ruby18-base name.
- Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory.
- Move some definition from Makefile.comon to rubyversion.mk.
- Add X11BASE to CONFIGURE_ENV.
- Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-03-06 16:42:30 +00:00
taca
4b716b2c3b Move common configure related parameter from ruby16/Makefile and
ruby18/Makefile.
2005-02-21 15:25:36 +00:00
taca
0987652a41 Fix version suffix of shared library, libruby.so for OpenBSD.
Fix PR pkg/29214 from Hiramatsu Yoshifumi.
2005-02-09 15:28:46 +00:00
tv
3663314176 Add ruby build support for Interix, modeled on NetBSD config. 2005-01-21 06:13:36 +00:00
taca
d8a44999c6 Allow selecting sub-directory on MASTER_SITES with RUBY_SITE_SUBDIR. 2004-11-29 03:31:53 +00:00
taca
ea12895711 Fix MASTER_SITE_RUBY to use proper version directory. 2004-11-28 11:19:32 +00:00
taca
893eb044d9 Importing files for Ruby's new framework. 2004-11-27 13:57:20 +00:00