Commit graph

54 commits

Author SHA1 Message Date
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
taca
3fa8925e45 Reset PKGREVISION by update of both ruby18 and ruby193. 2013-06-27 16:37:16 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
sbd
d9a78e0f79 To use the options framework bsd.options.mk must be include.
Also only add '--enable-libedit' to the configure args if the builtin
readline is libedit.

Bump PKGREVISION.
2012-05-13 08:37:03 +00:00
taca
c85bd8a671 Don't enable "readline" option default if RUBY_VER is prior to 193.
Ruby 1.9.3 changes its license and solve the problem with GPL3 of readline
license.  But Ruby 1.9.2/1.8.7 dosen't solve this problem.

If you want to use ruby-readline with GNU readline on ruby18 or ruby192,
please explictly set "readline" PKG_OPTION.

Fix PR pkg/41943.

Bump PKGREVISION.
2012-04-29 16:43:49 +00:00
taca
0619ee5040 Use RUBY_EXTNAME in databases/ruby-gdbm/Makefile and
devel/ruby-readline/Makefile.
2012-02-18 06:55:15 +00:00
taca
f421a91919 Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 16:33:36 +00:00
taca
d763452baa * Remove RUBY_HAS_ARCHLIB.
* Reset PKGREVISION along with implicit update of this package to 1.8.7.302.
2010-09-10 03:32:30 +00:00
taca
ad854ccb02 Add readline option which enable use of devel/readline package and enable
it default since editline lacks some functionality, especially multibytes
character processing.

Bump PKGREVISION.
2009-09-13 01:51:05 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
32b2e30111 Update ruby-readline package to 1.8.7.173 (1.8.7-p173).
Reset PKGREVISION.
2009-06-10 12:48:07 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
taca
336233acb0 Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo file
with lang/ruby18-base package.
2008-06-20 15:41:55 +00:00
taca
4ee3da7d99 Update ruby18-readline package to 1.8.7.
Since chanes are too much to write here, please refer

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-19 14:37:16 +00:00
jlam
4e11bb7035 Support user-destdir installation. 2008-03-13 21:04:40 +00:00
taca
31bc2444c6 Update ruby pakcages to 1.8.6.114 (1.8.6-p114).
It main chagnes are security fix of WEBrick library.


Mon Mar  3 23:34:13 2008  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/webrick/httpservlet/filehandler.rb: should normalize path
	  separators in path_info to prevent directory traversal attacks
	  on DOSISH platforms.
	  reported by Digital Security Research Group [DSECRG-08-026].

	* lib/webrick/httpservlet/filehandler.rb: pathnames which have
	  not to be published should be checked case-insensitively.

Mon Dec  3 08:13:52 2007  Kouhei Sutou  <kou@cozmixng.org>

	* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
	  test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured
	  declaring XML namespaces.
2008-03-09 13:31:18 +00:00
taca
a258170f66 Update Ruby packages to 1.8.6-p111.
No change; DISTFILES update only.
2007-10-06 06:13:35 +00:00
taca
a8b77a843a Update Ruby to 1.8.6-p110.
Approved by wiz@.

Nothing changes with these package except distfile.
2007-09-24 22:00:20 +00:00
taca
140274229c Update to 1.8.6 patchlevel 36.
Changes are too many, please see ChangeLog:

    http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
2007-09-09 14:19:01 +00:00
taca
a64cd15c32 Updating Ruby to 1.8.6; ruby18-readline
- 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:42:59 +00:00
pooka
017942cfd6 match patch checksums with state in cvs 2006-12-17 16:57:09 +00:00
taca
110d74aef3 Oops, there was typo. 2006-12-13 11:44:12 +00:00
taca
c459614bc8 Improve checking of some "rl_*" gnu readline compatible functions.
It should fix PR pkg/35244.

Bump PKGREVISION.
2006-12-13 10:55:51 +00:00
taca
f0375f1364 Update ruby-readline package to 1.8.5.20061205:
- No change with 20061205 patch.
- Disable checking rl_filename_completion_function() to prevent compile
  error.
2006-12-06 16:31:34 +00:00
taca
6ef42ff7d9 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

This is ruby-readline part, only distinfo change.
2006-09-07 15:42:30 +00:00
taca
05f88b40b6 Update ruby-readline pacakge to 1.8.4. 2006-01-03 14:46:59 +00:00
taca
e56a2a31e5 Reset PKGREVISION by updating Ruby 1.8.3. 2005-11-02 09:09:39 +00:00
taca
914a586aff - Update to Ruby 1.8.3.
- Don't make always use GNU readline.
2005-11-02 08:59:04 +00:00
wiz
74bed80c68 Add RMD160 checksum. 2005-10-20 18:02:52 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
a75abed9d2 Cosmetic change with pkglint(1). 2005-03-06 12:58:04 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
taca
e368dca139 Fix build problem when RUBY_VERSION_DEFAULT set to 1.6.
No functional change.
2005-02-19 05:12:23 +00:00
taca
e794da07d3 Update Ruby 1.8.2.
This is basically bug fix release, but official changes aren't provided
yet.  Please refer ChangeLog.

Here is pkgsrc changes:

o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
  extention library in order to depend more specific Ruby.

o Now install database for ri(1).  Fix PR pkg/28566.

o Net::IMAP

	* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]

o NKF:

	* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
	  variables.  fixed: [ruby-list:40445]

	* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
	  0xfe.

	* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
	  properly.

o WEBrick

	* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
	  raise NotImplementedError if password is encrypted by digest
	  algorithms. This patch is contributed by sheepman. [ruby-list:40467]

	* lib/webrick/httpauth/digestauth.rb
	  (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
	  This patch is contributed by sheepman. [ruby-list:40482]

	* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
	  pack/unpack-template char "m" instead of lib/base64.rb to do base64
	  encoding/decoding. fixed: [ruby-dev:25336]
2005-01-23 17:33:19 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
taca
d974b71e74 Update ruby-readline pacakge with new framework for Ruby packages. 2004-11-27 14:38:46 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
7bdebf2480 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
taca
9a8ecd1eba Update ruby-readline package to 1.6.8, ruby 1.6.8 base.
Change is checking stdin is really terminal and if not raise exception.
2003-03-24 14:58:59 +00:00
wiz
e8241d5cf2 buildlink1 -> buildlink2. 2002-10-25 18:33:29 +00:00
taca
d87de2c499 Update ruby-readline package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:12:14 +00:00