summaryrefslogtreecommitdiff
path: root/devel/ruby-readline/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-13To use the options framework bsd.options.mk must be include.sbd1-2/+2
Also only add '--enable-libedit' to the configure args if the builtin readline is libedit. Bump PKGREVISION.
2012-04-29Don't enable "readline" option default if RUBY_VER is prior to 193.taca1-2/+3
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-02-18Use RUBY_EXTNAME in databases/ruby-gdbm/Makefile andtaca1-2/+3
devel/ruby-readline/Makefile.
2011-11-08Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.taca1-2/+2
2010-09-10* Remove RUBY_HAS_ARCHLIB.taca1-3/+1
* Reset PKGREVISION along with implicit update of this package to 1.8.7.302.
2009-09-13Add readline option which enable use of devel/readline package and enabletaca1-1/+3
it default since editline lacks some functionality, especially multibytes character processing. Bump PKGREVISION.
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 filetaca1-1/+2
with lang/ruby18-base package.
2008-06-19Update ruby18-readline package to 1.8.7.taca1-3/+3
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.jlam1-3/+5
2007-03-15Updating Ruby to 1.8.6; ruby18-readlinetaca1-2/+1
- 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-13Improve checking of some "rl_*" gnu readline compatible functions.taca1-1/+2
It should fix PR pkg/35244. Bump PKGREVISION.
2006-12-06Update ruby-readline package to 1.8.5.20061205:taca1-2/+2
- No change with 20061205 patch. - Disable checking rl_filename_completion_function() to prevent compile error.
2005-11-02Reset PKGREVISION by updating Ruby 1.8.3.taca1-2/+1
2005-11-02- Update to Ruby 1.8.3.taca1-2/+1
- Don't make always use GNU readline.
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-01-23Update Ruby 1.8.2.taca1-2/+3
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-11-27Update ruby-readline pacakge with new framework for Ruby packages.taca1-10/+8
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
2002-10-25buildlink1 -> buildlink2.wiz1-5/+4
2001-12-30update ruby-readline package to 1.6.6. (This is really part of rubytaca1-4/+6
distribution.)
2001-06-30Importing Ruby extension to readline library.taca1-0/+30
This will be part of ruby meta-package.