summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Ruby to the new stable version, 1.4.6.Akinori MUSHA2000-08-189-9/+9
| | | | | | | Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER) Notes: svn path=/head/; revision=31726
* Activate python-beta.Thomas Gellekum2000-08-171-0/+1
| | | | Notes: svn path=/head/; revision=31707
* 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. Notes: svn path=/head/; revision=31685
* 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. Notes: svn path=/head/; revision=31672
* Don't create group-writable directories.Thomas Gellekum2000-08-1414-70/+168
| | | | | | | Submitted by: jedgar Notes: svn path=/head/; revision=31640
* This port surely belongs to the virtual category "perl5".Akinori MUSHA2000-08-131-1/+1
| | | | Notes: svn path=/head/; revision=31612
* This port surely belongs to the virtual category "python".Akinori MUSHA2000-08-131-1/+1
| | | | Notes: svn path=/head/; revision=31611
* Update to version 3.00.Alexander Langer2000-08-134-278/+359
| | | | | | | | | | Portlint, while I'm here. PR: 20539 Submitted by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=31604
* Upgrade to gawk 3.0.6Kris Kennaway2000-08-132-2/+2
| | | | Notes: svn path=/head/; revision=31592
* Correct link (libexpect532.so.2 -> libexpect532.so.1)Chris D. Faulhaber2000-08-121-1/+1
| | | | | | | Submitted by: Frank McConnell <fmc@reanimators.org> Notes: svn path=/head/; revision=31589
* Oops, this is correct.Akinori MUSHA2000-08-121-1/+1
| | | | Notes: svn path=/head/; revision=31587
* Fix a critical bug which prevents irb from working.Akinori MUSHA2000-08-123-1/+13
| | | | | | | | | | | I wonder how this could have been overlooked.. Found by: green Set DIST_SUBDIR=ruby. Notes: svn path=/head/; revision=31585
* Do The Right Thing. (R)Akinori MUSHA2000-08-1213-60/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 4.08Neil Blakey-Milner2000-08-1212-42/+771
| | | | | | | | PR: ports/19936 Submitted by: Simon Marlow <simonmar@microsoft.com> (maintainer) Notes: svn path=/head/; revision=31581
* Update port to 5.32.1Chris D. Faulhaber2000-08-123-10/+10
| | | | | | | | | PR: 20132, 20517 Submitted by: James Howard <howardjp@wam.umd.edu> Frank McConnell <fmc@reanimators.org> Notes: svn path=/head/; revision=31570
* Change maintainer email.Alexander Langer2000-08-112-2/+2
| | | | | | | Submitted by: maintainer on -ports Notes: svn path=/head/; revision=31529
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* Add ruby-perl, a Ruby extension module to use the functions of Perl from Ruby.Akinori MUSHA2000-08-116-0/+80
| | | | Notes: svn path=/head/; revision=31520
* Add p5-B-Graph 0.50, a perl module that acts as a layer between MalcolmWill Andrews2000-08-111-0/+1
| | | | | | | | | | | Beattie's perl compiler (the B::* classes) and your favorite graph layout tool. PR: 20164 Submitted by: Leo Kim <leo@florida.sarang.net> Notes: svn path=/head/; revision=31511
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-0811-8/+14
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* Synchronize with lang/ruby. (1.4.4 -> 1.4.5)Akinori MUSHA2000-08-083-5/+5
| | | | Notes: svn path=/head/; revision=31418
* time(3) returns a time_t and not a long.Steve Price2000-08-081-0/+11
| | | | Notes: svn path=/head/; revision=31407
* Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha.Steve Price2000-08-082-6/+10
| | | | Notes: svn path=/head/; revision=31404
* Remove -Werror from CFLAGS as it was causing build to fall over on theSteve Price2000-08-081-2/+10
| | | | | | | Alpha. Notes: svn path=/head/; revision=31401
* Update master sites.Robert Nordier2000-08-071-1/+3
| | | | Notes: svn path=/head/; revision=31385
* Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*Akinori MUSHA2000-08-072-12/+12
| | | | Notes: svn path=/head/; revision=31374
* Add Ruby related ports.Akinori MUSHA2000-08-077-0/+98
| | | | | | | | | | | | | | | | devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :> Notes: svn path=/head/; revision=31356
* Update for new shlib revision from guile 1.4Ade Lovett2000-08-041-1/+1
| | | | Notes: svn path=/head/; revision=31281
* Update to 1.4 (shlib version .6 -> .9)Ade Lovett2000-08-043-10/+17
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=31280
* Activate smalleiffel-devel.SADA Kenji2000-08-031-0/+1
| | | | | | | | PR: ports/18087 Submitted by: Berend de Boer <berend@nederware.nl> Notes: svn path=/head/; revision=31266
* New port - SmallEiffel beta.SADA Kenji2000-08-035-957/+960
| | | | | | | | | | | | | SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel compiler distributed under the terms of the GNU General Public License as published by the Free Software Foundation. It is a complete, small and very fast, free Eiffel compiler. PR: ports/18087 Submitted by: Berend de Boer <berend@nederware.nl> Notes: svn path=/head/; revision=31265
* Add gnat-glade, the glade companion package to gnat, for buildingNeil Blakey-Milner2000-07-3123-0/+551
| | | | | | | | | | distributed systems in Ada. PR: ports/18374 Submitted by: Samuel Tardieu <sam@inf.enst.fr> Notes: svn path=/head/; revision=31168
* Clarify comment even further.Thomas Gellekum2000-07-2814-14/+14
| | | | Notes: svn path=/head/; revision=31081
* Add ccscript - a state-event driven class extendible C++ script interpreter.Maxim Sobolev2000-07-286-0/+45
| | | | | | | | PR: 20229 Submitted by: David Sugar <dyfet@gnu.org> Notes: svn path=/head/; revision=31078
* - Clarify comment on thread support.Thomas Gellekum2000-07-2714-84/+140
| | | | | | | | | - Don't link against libxpg4 on newer systems. - Remove last remnants of Tkinter support, it's all in x11-toolkits/py-tkinter. Notes: svn path=/head/; revision=31063
* Upgrade to pm3-1.1.14. This eliminates 103 patch files. :-)John Polstra2000-07-268-18/+19
| | | | Notes: svn path=/head/; revision=31038
* Update to 0.12.4.Maxim Sobolev2000-07-256-4/+32
| | | | Notes: svn path=/head/; revision=31028
* - Update to 0.5.2Alexander Langer2000-07-224-59/+261
| | | | | | | - Add NOPORTDOCS hunks Notes: svn path=/head/; revision=30962
* - Add support for sigset_t - changes.Alexander Langer2000-07-192-1/+27
| | | | | | | | | - Claim maintainership. Approved by: cracauer Notes: svn path=/head/; revision=30875
* Update librep/rep-gtk/sawfish triplet to the latest versions:Maxim Sobolev2000-07-176-4/+12
| | | | | | | | | librep: 0.12.3 rep-gtk: 0.13a sawfish: 0.30.2 Notes: svn path=/head/; revision=30754
* Distfile changed (some example directory names changed) without versionSteve Price2000-07-162-24/+26
| | | | | | | | | | bump. PR: 19968 Submitted by: maintainer Notes: svn path=/head/; revision=30709
* Activate tclX82Ade Lovett2000-07-131-0/+1
| | | | Notes: svn path=/head/; revision=30589
* Import of tclX82 after repo-copy from tclX80, one more step onAde Lovett2000-07-1316-160/+474
| | | | | | | | | | | | | | | | | | | the road to obliterating tcl/tk 8.0 from the tree. Note 1: the patches have been extensively re-worked from the original submission, to make this port PREFIX-safe, and also to deal with multiple patchfiles updating the same source file. Note 2: I've left the MAINTAINER as jseger. Justin, you may want to cast your TCL-expert eye over this one, it seems to do the right thing. PR: 16970 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=30588
* Update to 1.4.5.Maxim Sobolev2000-07-116-6/+6
| | | | Notes: svn path=/head/; revision=30475
* Adding mozart version 1.1.0.20000207.Steve Price2000-07-1013-0/+533
| | | | | | | | | | | A concurrent, object-oriented, distributed language with constraint-based inference. PR: 19476 Submitted by: Mathias Picker <mathiasp@virtual-earth.de> Notes: svn path=/head/; revision=30413
* Update to version 1.8.1Alexander Langer2000-07-095-4/+42
| | | | | | | | PR: 19678 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30366
* Location on MASTER_SITE has changed.Steve Price2000-07-071-1/+1
| | | | | | | | PR: 19628 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=30341
* Update to version 0.29.1.Steve Price2000-07-075-16/+81
| | | | | | | | PR: 19677 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30338
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-5/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Add lib/libf2c.so.Satoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30212