aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-05-0710-16/+10
| | | | Notes: svn path=/head/; revision=42380
* - patch to use mkstemp instead of tmpnamDirk Meyer2001-05-074-0/+36
| | | | | | | Submitted by: mi@aldan.algebra.com (Mikhail Teterin) Notes: svn path=/head/; revision=42378
* Upgrade to version 3.2.1Kevin Lo2001-05-073-15/+21
| | | | | | | | PR: 27175 Submitted by: MAINTAINER Notes: svn path=/head/; revision=42362
* Use USE_PYTHON.Thomas Gellekum2001-05-071-0/+4
| | | | Notes: svn path=/head/; revision=42357
* Update MASTER_SITES.Thomas Gellekum2001-05-071-1/+1
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=42356
* <expletive>Thomas Gellekum2001-05-071-2/+3
| | | | | | | | | | Un-break `make install'. PR: 27164 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=42350
* Let irb16 properly run on ruby16 and irb17 on ruby17.Akinori MUSHA2001-05-064-28/+64
| | | | Notes: svn path=/head/; revision=42336
* Support installing multiple versions of ruby_s. (You'll have ruby16_sAkinori MUSHA2001-05-062-6/+8
| | | | | | | and ruby17_s, and ruby_s as a symlink to either) Notes: svn path=/head/; revision=42335
* Add lang/ruby-devel, the development version of Ruby. (1.7)Akinori MUSHA2001-05-0513-0/+701
| | | | Notes: svn path=/head/; revision=42296
* Install "irb" as "irb16" and make "irb" a symlink to it.Akinori MUSHA2001-05-054-6/+34
| | | | Notes: svn path=/head/; revision=42293
* Emacs lisp modules have been moved to lang/ruby-mode.el.Akinori MUSHA2001-05-056-90/+22
| | | | Notes: svn path=/head/; revision=42290
* Separate Emacs lisp modules from lang/ruby as lang/ruby-mode.el.Akinori MUSHA2001-05-056-0/+73
| | | | Notes: svn path=/head/; revision=42289
* Update lang/ruby to the latest snapshot of the stable branch.Akinori MUSHA2001-05-056-6/+4
| | | | | | | | | Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL. Prepare for the development branch. (1.7.x) Notes: svn path=/head/; revision=42287
* Update to pgcc 2.95.2.1.David E. O'Brien2001-05-052-13/+7
| | | | Notes: svn path=/head/; revision=42280
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeAde Lovett2001-05-044-8/+24
| | | | | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. Notes: svn path=/head/; revision=42260
* Various patches (mainly shared library revision changes) for thoseAde Lovett2001-05-041-6/+4
| | | | | | | ports that depend on GNOME and need to change for 1.4 Notes: svn path=/head/; revision=42259
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-05-0454-252/+522
| | | | | | | [and a sad day in history] Notes: svn path=/head/; revision=42241
* Update nqc port to version 2.3r1.Kelly Yancey2001-05-043-12/+17
| | | | | | | | PR: 26923 (with slight modifications) Submitted by: "Stephen J. Roznowski" <sjr@home.com> Notes: svn path=/head/; revision=42237
* Minor cleanup.Thomas Gellekum2001-05-031-9/+7
| | | | Notes: svn path=/head/; revision=42213
* Upgrade to 2.0.1.Thomas Gellekum2001-05-033-2/+8
| | | | Notes: svn path=/head/; revision=42212
* Add checksums for Python-2.1 docs.Thomas Gellekum2001-05-031-0/+5
| | | | Notes: svn path=/head/; revision=42211
* Put docs into versioned directories.Thomas Gellekum2001-05-026-919/+919
| | | | Notes: svn path=/head/; revision=42171
* Put examples into versioned directory to avoid clashes.Thomas Gellekum2001-05-022-313/+313
| | | | Notes: svn path=/head/; revision=42170
* Point MASTERDIR to lang/python20.Thomas Gellekum2001-05-021-1/+1
| | | | Notes: svn path=/head/; revision=42161
* Add NO_LATEST_LINK.Thomas Gellekum2001-05-021-0/+1
| | | | Notes: svn path=/head/; revision=42160
* Activate python20. This port is needed until stackless-python has beenThomas Gellekum2001-05-021-0/+1
| | | | | | | upgraded to work with python-2.1. Notes: svn path=/head/; revision=42159
* Upgrade to 2.1.Thomas Gellekum2001-05-02144-14028/+10512
| | | | Notes: svn path=/head/; revision=42158
* Update to the latest snapshot of the ruby_1_6 branch.Akinori MUSHA2001-05-016-8/+44
| | | | | | | | | | | | - irb 0.7.3 & irb-tools 0.7.1 merged - numerous bugs fixed, including gdbm/dbm memory leakage Strip the binary only when ${STRIP} == -s. La la, still waiting for the 1.6.4 release, la la... Notes: svn path=/head/; revision=42134
* Small bug fix for the MakefileMichael Haro2001-05-012-2/+2
| | | | | | | | PR: 26673 Submitted by: maintainer Notes: svn path=/head/; revision=42113
* Use [s]random() rather than [s]rand().David E. O'Brien2001-04-301-0/+21
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=42093
* Default to -O, not -O2.David E. O'Brien2001-04-301-1/+1
| | | | Notes: svn path=/head/; revision=42092
* Use random()/srandom() for better PRNG properties than rand()/srand().Kris Kennaway2001-04-306-0/+63
| | | | | | | | | Bump PORTREVISION. Approved by: maintainer Notes: svn path=/head/; revision=42065
* Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>Kris Kennaway2001-04-303-15/+9
| | | | Notes: svn path=/head/; revision=42051
* add yapYing-Chieh Liao2001-04-296-0/+295
| | | | | | | A high-performance Prolog compiler Notes: svn path=/head/; revision=42033
* Add upcoming french/php_doc and german/php_doc to SLAVEDIRS.Dirk Froemberg2001-04-291-1/+2
| | | | Notes: svn path=/head/; revision=42030
* Tell users about setting PHP_LANG.Dirk Froemberg2001-04-291-0/+11
| | | | Notes: svn path=/head/; revision=42029
* Add a missing file.Patrick S. Gardella2001-04-291-0/+1
| | | | Notes: svn path=/head/; revision=42019
* Switch.pm provides the syntax and semantics for an explicit caseJosef Karthauser2001-04-286-0/+41
| | | | | | | | | | | | | mechanism for Perl. The syntax is minimal, introducing only the keywords switch and case and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. PR: ports/26875 Notes: svn path=/head/; revision=42006
* Update to 0.30.95Patrick S. Gardella2001-04-276-20/+154
| | | | Notes: svn path=/head/; revision=41979
* add diveintopythonYing-Chieh Liao2001-04-276-0/+178
| | | | | | | | | | A free Python tutorial book that is "not For Dummies(tm)" PR: 26697 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=41970
* Upgrade to 0.52Patrick S. Gardella2001-04-273-3/+10
| | | | Notes: svn path=/head/; revision=41950
* Fix building on -current.Thomas Gellekum2001-04-2613-0/+494
| | | | | | | | PR: 26778 Obtained from: Python CVS Notes: svn path=/head/; revision=41916
* Add missing files.Akinori MUSHA2001-04-252-0/+6
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=41884
* PHP documentation in HTML.Dirk Froemberg2001-04-249-0/+7845
| | | | | | | Done with lots of help from: roam Notes: svn path=/head/; revision=41872
* Update MASTER_SITESKevin Lo2001-04-242-2/+2
| | | | | | | | PR: 26738 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=41862
* Update to the latest snapshot of the ruby_1_6 branch.Akinori MUSHA2001-04-242-2/+2
| | | | | | | | | Set --with-opt-dir="${X11BASE}" instead of --with-opt-dir="${LOCALBASE}". ${LOCALBASE}/{include,lib} is included in the CPPFLAGS and LIBS by default anyway. Notes: svn path=/head/; revision=41855
* Updating to version 0.30.93Patrick S. Gardella2001-04-238-50/+6
| | | | Notes: svn path=/head/; revision=41811
* NOPORTDOCS isn't used in the master ports any longer.Dirk Froemberg2001-04-224-4/+0
| | | | Notes: svn path=/head/; revision=41810
* upgrade to 0.7.3Ying-Chieh Liao2001-04-224-4/+4
| | | | Notes: svn path=/head/; revision=41793
* Update to version 0.51Patrick S. Gardella2001-04-202-2/+2
| | | | Notes: svn path=/head/; revision=41744