summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.Akinori MUSHA2000-09-101-1/+1
|
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-2/+2
| | | | on python1.5:lang/python15.
* Makefile: Add NO_LATEST_LINK.Thomas Gellekum2000-09-082-0/+12
| | | | | patch-Misc:Makefile.pre.in: Allow us to override PYTHON, which may be needed when you have more than one version of Python on your machine.
* Activate python15 after repo-copy.Thomas Gellekum2000-09-081-0/+1
|
* Upgrade to 1.6.Thomas Gellekum2000-09-08117-16107/+22438
|
* Remove p5-B-Graph, it was already in devel.Satoshi Asami2000-09-081-1/+0
| | | | Submitted by: bento
* Properly call install-info for installation and deinstallation. Add bin/awk.Satoshi Asami2000-09-081-0/+3
| | | | Submitted by: bento and its new minions
* Compress sparse lines.Akinori MUSHA2000-09-073-56/+35
| | | | | | Correct related ports names. Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
* Update with bsd.ruby.mk. :>Akinori MUSHA2000-09-074-70/+65
|
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-56/+57
| | | | | Do not add a trailing version number to the name of the installed directory.
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-45/+43
| | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR})
* Revise this utilizing bsd.ruby.mk.Akinori MUSHA2000-09-072-32/+35
| | | | Somehow I failed to commit this in the previous commit.
* Move lang/irb to lang/ruby14-irb, now irb is part of Ruby 1.6.Akinori MUSHA2000-09-071-1/+1
| | | | Utilize bsd.ruby.mk.
* Split rubytk into ruby-tcltklib and ruby-tk.Akinori MUSHA2000-09-077-165/+87
| | | | | | Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER) Repocopy ruby-* to ruby14-* and update ruby-* to 1.6.0-preview3.
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.Akinori MUSHA2000-09-062-2/+2
| | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green
* Activate ruby14.Akinori MUSHA2000-09-061-0/+1
|
* Make coexistence support almost perfect except for bin/ruby andAkinori MUSHA2000-09-066-15/+33
| | | | man/man1/ruby.1 symlinks.)
* Update to 1.6.0-preview3.Akinori MUSHA2000-09-068-416/+454
| | | | Utilize bsd.ruby.mk.
* Support the case when RUBY_SUFFIX is empty.Akinori MUSHA2000-09-062-2/+3
|
* This was just repocopied from lang/ruby to keep version 1.4.x of RubyAkinori MUSHA2000-09-063-205/+218
| | | | | | | for a while, until 1.6.x becomes as stable as 1.4.x is. (Yes, lang/ruby will be updated to 1.6.x soon) Rewrite utilizing bsd.ruby.mk and let it coexist with 1.6.x. :)
* Update md5. (The author told me he updated it)Akinori MUSHA2000-09-051-1/+1
|
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.David E. O'Brien2000-09-05180-6660/+2808
|
* Correct grammar.Maxim Sobolev2000-09-051-2/+2
| | | | PR: 21040
* Use MASTER_SITE_RUBY.Akinori MUSHA2000-09-057-52/+14
|
* Add a bunch of MASTER_SITES.Steve Price2000-09-051-2/+8
| | | | | PR: 20761 Submitted by: maintainer
* lang/ruby-usersguide:Akinori MUSHA2000-09-044-5/+21
| | | | | | | | | - Replace with Mark Slagell's retranslation version. - Add an Author: credit to DESCR. japanese/ruby-usersguide: - Use MASTER_SITE_RUBY. - Add Authors: credits to DESCR.
* Fix these files so they actually talk about snobol4, rather thanWes Peters2000-09-032-23/+14
| | | | GNU awk. Oops.
* A port of the Macro Implementation of SNOBOL4 in C (C-MAINBOL) versionWes Peters2000-09-019-0/+74
| | | | 0.99.4; Aug 11, 1997. This was sort of request by Eivind.
* Note GDBM module is also provided as a separate port.Akinori MUSHA2000-08-303-9/+27
|
* Point at the English top page instead of the Japanese one.Akinori MUSHA2000-08-303-6/+3
|
* Don't try to build gdbm module only to fail.Akinori MUSHA2000-08-303-0/+3
| | | | (We now have it as a separate port: databases/gdbm)
* Add lang/ruby-usersguide: English version of Ruby Users Guide, andAkinori MUSHA2000-08-306-0/+71
| | | | japanese/ruby-usersguide: Japanese version of Ruby Users Guide.
* Turn Ratfor loose on the world.David E. O'Brien2000-08-271-0/+1
|
* The Ratfor FORTRAN pre-processor described in the "SOFTWARE TOOLS" book.David E. O'Brien2000-08-276-0/+64
|
* Finish upgrading to version 3.0.6.Steve Price2000-08-261-1/+1
|
* old postgresql port has been removed.Andreas Klemm2000-08-265-5/+5
| | | | use postgresql7, which has proven stability now.
* Remove ${PREFIX}/share/doc/ruby correctly. (giving up if it fails)Akinori MUSHA2000-08-244-3/+4
|
* Upgrade to 0.6.6.Thomas Gellekum2000-08-239-3213/+4056
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
|
* Patch cgi-lib.rb to follow the disuse of Class::module_functions.Akinori MUSHA2000-08-201-0/+50
| | | | Approved by: MAINTAINER
* Add a missing entry to PLIST.Akinori MUSHA2000-08-191-0/+1
| | | | | PR: ports/20709 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* Add {lang,japanese}/ruby-man, Ruby reference manual, in HTML format.Akinori MUSHA2000-08-186-0/+89
| | | | | | | | | These are English version and Japanese version, respectively. PR: ports/20690 Submitted by: Jimmy Olgeni <olgeni@uli.it> (I added japanese/ruby-man as a slave port to lang/ruby-man)
* Update to version 5d3Kevin Lo2000-08-185-162/+191
| | | | | PR: 20654 Submitted by: Ports Fury
* Update Ruby to the new stable version, 1.4.6.Akinori MUSHA2000-08-189-9/+9
| | | | Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
* Activate python-beta.Thomas Gellekum2000-08-171-0/+1
|
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-168-8/+8
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Install Emacs Lisp files (*.el) to share/emacs/site-lisp/ andAkinori MUSHA2000-08-159-0/+123
| | | | | | lib/xemacs/site-lisp so Emacs/XEmacs can easily find them to load. Instruct users how to use them.
* Don't create group-writable directories.Thomas Gellekum2000-08-1414-70/+168
| | | | Submitted by: jedgar
* This port surely belongs to the virtual category "perl5".Akinori MUSHA2000-08-131-1/+1
|
* This port surely belongs to the virtual category "python".Akinori MUSHA2000-08-131-1/+1
|