summaryrefslogtreecommitdiff
path: root/devel/ruby-readline
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Add readline option which enable use of devel/readline package and enabletaca2-1/+22
it default since editline lacks some functionality, especially multibytes character processing. Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-10Update ruby-readline package to 1.8.7.173 (1.8.7-p173).taca1-2/+1
Reset PKGREVISION.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2008-06-20Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo filetaca2-6/+2
with lang/ruby18-base package.
2008-06-19Update ruby18-readline package to 1.8.7.taca3-13/+12
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-03-13Support user-destdir installation.jlam2-25/+5
2008-03-09Update ruby pakcages to 1.8.6.114 (1.8.6-p114).taca1-4/+4
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.
2007-10-06Update Ruby packages to 1.8.6-p111.taca1-4/+4
No change; DISTFILES update only.
2007-09-24Update Ruby to 1.8.6-p110.taca1-4/+4
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-09Update to 1.8.6 patchlevel 36.taca1-4/+4
Changes are too many, please see ChangeLog: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
2007-03-15Updating Ruby to 1.8.6; ruby18-readlinetaca4-34/+7
- 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.
2006-12-17match patch checksums with state in cvspooka1-2/+2
2006-12-13Oops, there was typo.taca1-2/+2
2006-12-13Improve checking of some "rl_*" gnu readline compatible functions.taca4-7/+26
It should fix PR pkg/35244. Bump PKGREVISION.
2006-12-06Update ruby-readline package to 1.8.5.20061205:taca3-5/+13
- No change with 20061205 patch. - Disable checking rl_filename_completion_function() to prevent compile error.
2006-09-07Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).taca1-4/+4
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-01-03Update ruby-readline pacakge to 1.8.4.taca1-7/+4
2005-11-02Reset PKGREVISION by updating Ruby 1.8.3.taca1-2/+1
2005-11-02- Update to Ruby 1.8.3.taca3-15/+22
- Don't make always use GNU readline.
2005-10-20Add RMD160 checksum.wiz1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-03-06Cosmetic change with pkglint(1).taca1-3/+3
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-19Fix build problem when RUBY_VERSION_DEFAULT set to 1.6.taca2-7/+9
No functional change.
2005-01-23Update Ruby 1.8.2.taca3-12/+11
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]
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-27Update ruby-readline pacakge with new framework for Ruby packages.taca3-13/+13
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-04-27Convert to buildlink3.snj1-4/+4
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-19Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,sketch1-2/+2
which has changed for Solaris installs.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-24Update ruby-readline package to 1.6.8, ruby 1.6.8 base.taca1-5/+3
Change is checking stdin is really terminal and if not raise exception.
2002-10-25buildlink1 -> buildlink2.wiz1-5/+4
2002-03-02Update ruby-readline package to ruby 1.6.7 base.taca1-3/+3
o Many bug fixes. o Add URI module.
2001-12-30update ruby-readline package to 1.6.6. (This is really part of rubytaca3-10/+12
distribution.)
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-2/+2
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-06-30Importing Ruby extension to readline library.taca5-0/+58
This will be part of ruby meta-package.