Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
RUBY_EXAMPLESDIR in generating PLIST for ruby modules.
|
|
${PREFIX}.
|
|
|
|
|
|
dependency when NO_BUILD is set.
Approved by taca@.
|
|
|
|
useful.
|
|
|
|
path, not an absolute path.
|
|
package and tweak the package's COMMENT.
Bump PKGREVISION.
|
|
|
|
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.
|
|
|
|
Bump PKGREVISION.
|
|
ruby18/Makefile.
|
|
Fix PR pkg/29214 from Hiramatsu Yoshifumi.
|
|
is still differ with Ruby 1.6.8. So, tweak it Linux and ruby16 base.
|
|
1.8.2 to be consistent with other platforms. Update RUBY_ARCH to
match the change. This makes lang/ruby18 build again on Linux.
Approved by MAINTAINER.
|
|
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]
|
|
|
|
RUBY_HAS_ARCHLIB This package contains machine dependent binaries.
This macro takes boolean value (yes/no) and if it is yes, the requierd
version of Ruby will change to current pkgsrc's version not minimum
version like 1.6.8 or 1.8.1. (It would make sence when Ruby package
step to 1.8.2 or lator.)
|
|
This change dosen't affect any current ruby based packages.
|
|
|
|
Thanks Timothy Lee Roden very much, reminding me correct English syntax.
|
|
|
|
extention library. It will be used for Darwin support.
- Change RUBY_VERSION_LIST from space separated list to comma separated
list.
|
|
Suggested by Roland Illig, ok'd by various.
|
|
|
|
while creating new framework and completely obsoleted by separating
ruby-curses package.
|
|
- use RUBY_REQD in buildlink3.mk.
Fix RUBY_REQD undefined in some case.
|
|
|
|
|
|
|
|
Now, this package isn't meta-package.
Ruby itself is provided as language/ruby18 (Ruby 1.8.1) or
language/ruby16 (Ruby 1.6.8) and Ruby's commands are
$PREFIX/bin/ruby18 or $PREFIX/bin/ruby16.
This pacakge provide commands without its version in name
as $PREFIX/bin/ruby.
Some extention libraries bundled in Ruby's distribution are
move to separate packages. For ruby18:
converters/ruby-iconv: Iconv module
databases/ruby-dbm: DBM module
databases/ruby-gdbm: GDBM module
devel/ruby-curses: Curses module
security/ruby-digest: message digest module
security/ruby-openssl: OpenSSL module
devel/ruby-readline: readline module
x11/ruby-tcltklib: Tcl/Tk libraries
x11/ruby-tk: Tk modules
And for ruby16:
databases/ruby-dbm: DBM module
databases/ruby-gdbm: GDBM module
devel/ruby16-curses: Curses module
security/ruby-digest: message digest module
devel/ruby-readline: readline module
x11/ruby16-tcltklib: Tcl/Tk libraries
x11/ruby16-tk: Tk modules
You can specify default Ruby's version by setting
RUBY_VERSION_DEFAULT to 1.6 or 1.8 in /etc/mk.conf.
|
|
|
|
|
|
|
|
|
|
|
|
This is bug fix release of ruby programming language. Since change from
ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
|
|
${MACHINE_GNU_PLATFORM} moved ${RUBY_SITEARCHLIBDIR} on some ports,
and also bump the dependency and PKGREVISION in ruby-gtk, which is
the only package that seems to use that.
|
|
1.4 based ruby.
|
|
|
|
|
|
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
|
|
ruby 1.6.4.
databases/ruby-gdbm GDBM module
security/ruby-md5 MD5 module
devel/ruby-readline readline module
lang/ruby-base base installation
x11/ruby-tcltklib Tcl/Tk libraries
x11/ruby-tk Tk modules
If RUBY_VER is set to 1.4, these package become ruby 1.4 based for
backward compatibility.
databases/ruby-gdbm GDBM module
security/ruby-md5 MD5 module
devel/ruby14-readline readline module
x11/ruby-tcltklib Tcl/Tk libraries
x11/ruby14-tk Tk modules
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|