summaryrefslogtreecommitdiff
path: root/lang/ruby16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Ruby to 1.6.2-preview2.Akinori MUSHA2000-11-031-1/+1
| | | | | | | | The head author of Ruby has prepared this snapshot version for us when I told him that FreeBSD ports tree was soon to freeze for 4.2-RELEASE! Notes: svn path=/head/; revision=34746
* Update to Ruby 1.6.2-preview.Akinori MUSHA2000-10-202-1/+2
| | | | Notes: svn path=/head/; revision=34044
* Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC.Akinori MUSHA2000-10-201-1/+3
| | | | Notes: svn path=/head/; revision=34040
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)Akinori MUSHA2000-09-282-2/+2
| | | | | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one. Notes: svn path=/head/; revision=33227
* Define USE_RUBY so that bsd.ruby.mk is automatically included.Akinori MUSHA2000-09-261-0/+4
| | | | | | | Found by: FreshPorts Notes: svn path=/head/; revision=33132
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-261-1/+0
| | | | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. Notes: svn path=/head/; revision=33130
* Update to Ruby 1.6.0 official release.Akinori MUSHA2000-09-193-9/+7
| | | | | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX. Notes: svn path=/head/; revision=32851
* Don't reed to remove share/emacs/site-lisp -- it's in mtree.Satoshi Asami2000-09-121-1/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32536
* Compress sparse lines.Akinori MUSHA2000-09-071-18/+10
| | | | | | | | | Correct related ports names. Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14) Notes: svn path=/head/; revision=32392
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.Akinori MUSHA2000-09-061-1/+1
| | | | | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green Notes: svn path=/head/; revision=32358
* Make coexistence support almost perfect except for bin/ruby andAkinori MUSHA2000-09-062-5/+11
| | | | | | | man/man1/ruby.1 symlinks.) Notes: svn path=/head/; revision=32352
* Update to 1.6.0-preview3.Akinori MUSHA2000-09-064-208/+227
| | | | | | | Utilize bsd.ruby.mk. Notes: svn path=/head/; revision=32349
* Use MASTER_SITE_RUBY.Akinori MUSHA2000-09-051-8/+2
| | | | Notes: svn path=/head/; revision=32305
* Note GDBM module is also provided as a separate port.Akinori MUSHA2000-08-301-3/+9
| | | | Notes: svn path=/head/; revision=32134
* Point at the English top page instead of the Japanese one.Akinori MUSHA2000-08-301-2/+1
| | | | Notes: svn path=/head/; revision=32133
* Don't try to build gdbm module only to fail.Akinori MUSHA2000-08-301-0/+1
| | | | | | | (We now have it as a separate port: databases/gdbm) Notes: svn path=/head/; revision=32131
* Remove ${PREFIX}/share/doc/ruby correctly. (giving up if it fails)Akinori MUSHA2000-08-241-1/+1
| | | | Notes: svn path=/head/; revision=31931
* Update Ruby to the new stable version, 1.4.6.Akinori MUSHA2000-08-182-2/+2
| | | | | | | Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER) Notes: svn path=/head/; revision=31726
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-161-1/+1
| | | | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. Notes: svn path=/head/; revision=31685
* Install Emacs Lisp files (*.el) to share/emacs/site-lisp/ andAkinori MUSHA2000-08-153-0/+41
| | | | | | | | | lib/xemacs/site-lisp so Emacs/XEmacs can easily find them to load. Instruct users how to use them. Notes: svn path=/head/; revision=31672
* Do The Right Thing. (R)Akinori MUSHA2000-08-122-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :) Notes: svn path=/head/; revision=31584
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-082-2/+3
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* Update to 1.4.5.Maxim Sobolev2000-07-112-2/+2
| | | | Notes: svn path=/head/; revision=30475
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29615
* - Update to 1.4.4.Akinori MUSHA2000-04-253-9/+13
| | | | | | | | | | | | | | - Change the MAINTAINER address. - Remove the only patch, patch-aa. Yeah! PR: ports/18194 Submitted by: MAINTAINER - Use `=' instead of unneeded `+='. You don't need to use `+=' before including a file. Notes: svn path=/head/; revision=27984
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Use ${OSVERSION} instead of ${USE_INET6}.Munechika SUMIKAWA2000-01-251-4/+7
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=25070
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* Support IPv6Munechika SUMIKAWA2000-01-121-0/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=24687
* Update to version 1.4.3.Steve Price1999-12-243-5/+5
| | | | | | | | PR: 15590 Submitted by: maintainer Notes: svn path=/head/; revision=23962
* Update to version 1.4.2.Steve Price1999-11-145-10/+66
| | | | | | | | PR: 14628 Submitted by: maintainer Notes: svn path=/head/; revision=23062
* Update to version 1.4.0Chris Piazza1999-08-264-93/+110
| | | | | | | | PR: 13304 Submitted by: maintainer Notes: svn path=/head/; revision=21004
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
| | | | Notes: svn path=/head/; revision=18059
* Update to version 1.2.5.Steve Price1999-04-193-48/+101
| | | | | | | | PR: 10906 Submitted by: maintainer Notes: svn path=/head/; revision=17989
* Update to version 1.2.2.Steve Price1999-02-223-79/+80
| | | | | | | | PR: 9941 Submitted by: maintainer Notes: svn path=/head/; revision=16838
* Add trailing "/" to MASTER_SITE.Joseph Koshy1998-09-221-2/+2
| | | | | | | | Botched by: jkoshy Reminded by: Eiji-usagi-MATSUmoto <usagi@clave.gr.jp> Notes: svn path=/head/; revision=13300
* Fix MASTER_SITE.Joseph Koshy1998-09-091-2/+2
| | | | | | | Submitted by: Eiji-usagi-Matsumoto <usagi@clave.gr.jp> (maintainer) Notes: svn path=/head/; revision=13059
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-1/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Changing maintainer's email.Chuck Robey1998-05-151-2/+2
| | | | | | | PR: 6637 Notes: svn path=/head/; revision=10992
* Upgrade, 1.0-971125 -> 1.0-971225.Masafumi Max NAKANE1998-02-112-5/+6
| | | | | | | | | | | | | | | PR: 5684 Submitted by: maintainer While at this, some cleanup: 1. Compress the man page by using MAN1, instead of patching up Makefile.in. 2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as well as to respect the value of ${PREFIX}. Notes: svn path=/head/; revision=9670
* Add back @dirrm's.Satoshi Asami1997-12-011-0/+3
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=8933
* Update to ruby-1.0-971125, add some sample script.Vanilla I. Shu1997-12-013-6/+56
| | | | | | | | PR: ports/5185 Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> Notes: svn path=/head/; revision=8931
* Upgrade to 970919 version. Install man page.Thomas Gellekum1997-09-223-48/+49
| | | | | | | | PR: 4602 Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> Notes: svn path=/head/; revision=7990
* Changed MAINTAINER address at his request.Thomas Gellekum1997-09-121-2/+2
| | | | Notes: svn path=/head/; revision=7873
* No need for "ruby" in front.Satoshi Asami1997-09-121-1/+1
| | | | Notes: svn path=/head/; revision=7869
* Import ruby port. ruby is an object-oriented interpretedThomas Gellekum1997-09-115-0/+86
scripting language. PR: 4504 Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> Notes: svn path=/head/; revision=7859