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
grant
0155927c43
s/netbsd.org/NetBSD.org/
2003-07-17 21:41:05 +00:00
wiz
28a4483bc7
NO_PATCH is deprecated, says pkglint. Remove it.
2003-03-28 21:14:10 +00:00
taca
2a2ad0b358
Remove PKGREVISION for updating ruby (meta) package to 1.6.8.
...
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.
2003-03-24 15:01:59 +00:00
fredb
7160784900
Bump PKGREVISION of ruby to reflect the fact that the recent fix to
...
${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.
2002-03-21 04:23:37 +00:00
taca
b778c72155
Make ruby meta package 1.6 based only. Previously, it was shared with
...
1.4 based ruby.
2002-01-22 17:16:03 +00:00
taca
48ef450214
update ruby package to ruby 1.6.6 based.
2001-12-30 16:26:28 +00:00
zuntum
a437fd43cc
Move pkg/ files into package's toplevel directory
2001-11-01 00:20:13 +00:00
wiz
1a4ac2ac95
Various changes: mostly removing 'WWW:' lines, since that's what we have
...
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
taca
0953ff4ff4
Make ruby package to meta-package composes those package based on
...
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
2001-06-30 14:30:02 +00:00
agc
8118fe36ae
Move to sha1 digests, and add distfile sizes.
2001-04-19 15:00:47 +00:00
agc
fb467f5ac2
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
hubertf
e32afb6fea
Change BUILD_DEPENDS semantics:
...
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>
2001-03-27 03:19:43 +00:00
hubertf
d32e698de6
Cleanup MKDIR usage => INSTALL_*_DIR
...
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
agc
82acd159f7
Move the COMMENT from being in its own file to a definition in the
...
package Makefile.
2001-02-17 09:06:56 +00:00
agc
9c2d582fc9
The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
...
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
sakamoto
4ab57a761c
Update ruby,ruby-Tk to 1.4.6
...
minor bugfix
ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-08-22 02:22:26 +00:00
tron
ebcef6eadf
Depend on version 4.0 or newer of the "readline" package.
2000-07-20 15:40:58 +00:00
sakamoto
9949b141dc
Update ruby to 1.4.5
...
Changes: Several bug fixes.
use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST,
patch from Paul Clifford <paul@plasma.demon.co.uk>.
2000-07-03 07:31:35 +00:00
wiz
4a72b8b121
change dependency from gdbm-1.7.3 to gdbm>=1.7.3
2000-06-13 10:40:24 +00:00
dmcmahill
dda8f4ef36
make sparc compile with -fPIC instead of -fpic. This fixes recently noted
...
compile (link actually) problems. Other arch's are unchanged. Patch sent to
Ruby author.
2000-06-02 00:13:53 +00:00
sakamoto
7f1f949930
Update ruby to 1.4.4
...
Changes: Several bug fixes. Compiles out of the box on Alpha.
2000-04-18 10:46:08 +00:00
sakamoto
bbe56c313c
add XLDFLAGS="${LDFLAGS}" to MAKE_ENV, fixes shared library linking.
2000-04-14 04:20:12 +00:00
sakamoto
fc0d35f13d
regen.
2000-04-11 07:35:29 +00:00
sakamoto
41d13a62fd
Remove redundant dependency on ncurses.
...
Fixes pkg/9793 by itojun@itojun.org .
2000-04-11 07:35:15 +00:00
sakamoto
3c2a88c57f
fix to link shared library at finding libraries phase.
2000-04-11 07:30:58 +00:00
wiz
54b77d469b
use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes shared
...
library building
2000-02-02 04:07:36 +00:00
itojun
cd2ea8771e
fix ELF platform support (configure.in patch missed one of clauses)
...
enable IPv6 on USE_INET6.
approved by: sakamoto (maintainer)
2000-01-22 13:31:44 +00:00
jlam
24ef86f870
Update dependency on ncurses to >=4.2
2000-01-15 18:46:22 +00:00
sakamoto
96f7eeafe2
Update ruby to 1.4.3
...
Changes 1.4.3 from 1.4.2:
some bugfix
1999-12-14 07:16:04 +00:00
sakamoto
7dadb93dcd
Update for changed distfile on master site.
...
Requested in PR 8546 by SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp>
1999-10-05 07:22:45 +00:00
sakamoto
7208f28e56
Fix symbol prefix '_'
...
and link libruby.so.1.4 for ext libraries with ELF system.
1999-09-22 12:33:28 +00:00
sakamoto
d4285384d2
Add DEPENDS+=readline-4.0, suggested by Hubert Feyrer.
1999-09-21 01:18:06 +00:00
sakamoto
f63f538e17
Update ruby to 1.4.2
...
DEPENDS+= gdbm,ncurses
install examples.
Changes: Fixed some bugs, improved stability.
1999-09-17 03:43:23 +00:00
tron
810ff39e9d
"bison" is only required at build time.
1999-08-24 14:14:28 +00:00
sakamoto
31fbec57c4
Update to ruby-1.4.0.
1999-08-17 02:16:44 +00:00
sakamoto
13dcc8c4ed
remove tabs.
1999-07-09 05:46:09 +00:00
sakamoto
f3f283fbf7
the Object-Oriented Script Language
...
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
1999-07-09 05:43:37 +00:00