summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Fix distfiles' names.roam2001-04-174-16/+16
| | | | | PR: 26458 Submitted by: maintainer
* Add one missing manpage.demon2001-04-172-2/+2
|
* DEFAULT_VTABLE_THUNKS got set back to `1' from `2' in 2.95.3.obrien2001-04-171-2/+14
| | | | | Just forget about VTABLE THUNKS and use the C++ ABI the base 2.95 G++ uses since there is no advantage the other way.
* add nickleijliao2001-04-176-0/+38
| | | | | | | A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com>
* Upgrade to 1.11.vanilla2001-04-163-5/+6
|
* - Support CXX/CXXFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properlyijliao2001-04-146-20/+78
| | | | | | | | - Fix pkg-plist - Strip binaries PR: 26554 Submitted by: tkato@prontomail.ne.jp
* Update tcl/tk to 8.3.3dinoex2001-04-138-42/+44
| | | | | | - Changes in installion of includes, so it keep compaible to previous patchlevel - took maintainership
* Goodbye, Ruby 1.4.knu2001-04-131-3/+0
|
* Retire Ruby 1.4. Use 1.6 instead, now the migration period is over.knu2001-04-1319-562/+0
| | | | Approved by: yasuf@bsdclub.org (MAINTAINER)
* Update to the latest snapshot plus a fix against malloc race issue.knu2001-04-124-6/+12
| | | | | | | (1.6.4.p1.2001.04.11) This does not build on the very latest CURRENT due to the newly updated libreadline, but the problem will soon be fixed.
* Update to 0.13.6.sobomax2001-04-126-4/+6
|
* Remove extras.knu2001-04-112-4/+0
| | | | Submitted by: bento
* upgrade to 0.3.1ijliao2001-04-113-8/+8
| | | | add GUI support
* Update for Perl 5.6.1.markm2001-04-1049-1813/+2443
| | | | | | | As before, this is a "guru only" port. If you know what you are doing, go ahead and use it. If not - HANDS OFF! Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
* Update to version 5d4lioux2001-04-103-6/+8
| | | | | PR: 26485 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.6.4-preview1.knu2001-04-104-14/+8
| | | | Make bsd.ruby.mk easily handle preview releases.
* Update to 6.10.2. Nuke bad @cwd directive.will2001-04-073-4/+7
| | | | | PR: 26413 Submitted by: maintainer
* Fix fennerism.ben2001-04-073-6/+6
|
* Add jython 2.0, an implementation of Python Interpreter with Purewill2001-04-076-0/+717
| | | | | | | Java. PR: 26302 Submitted by: Hye-Shik Chang <perky@python.or.kr>
* Modify ri.el and define an access key `Q' that does kill-buffer &knu2001-04-062-18/+37
| | | | | delete-window at once for convenience. The patch is already submitted to the author.
* Update devel/commoncpp to 1.4.1mharo2001-04-063-9/+64
| | | | | | | Update lang/ccscript to 1.4.1 PR: 26370 Submitted by: maintainer
* Update maintainer's email addresskevlo2001-04-051-2/+2
| | | | | PR: 26355 Submitted by: MAINTAINER
* Add ruby-ri, Ruby Interactive reference with command line and Emacsknu2001-04-0510-0/+230
| | | | interfaces.
* update lang/starlogo to 1.2mharo2001-04-053-581/+672
| | | | | PR: 26354 Submitted by: Jose Marques <jose@jmcm.org>
* Sync with lang/python15.sumikawa2001-04-031-18/+29
| | | | Submitted by: knu
* Easier to read patchmharo2001-04-031-33/+19
|
* fix so (socket-server) of clisp does creates a socketmharo2001-04-031-0/+33
| | | | | PR: 20793 Submitted by: Serguei Soltan <ssoltan@usa.net>
* add mdkijliao2001-04-026-0/+67
| | | | MIX Development Kit offers an emulation of MIX and MIXAL
* Do a ${MV} with -f so that the installation process won't stop and askknu2001-04-012-2/+2
| | | | | | | | a question when some version of ruby is already installed. This is useful when you want to automatically upgrade the port using portupgrade. :) Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Do not link libc_r when it is unnecessary.knu2001-04-012-0/+2
|
* Update to the latest snapshot of the stable branch, plus a workaroundknu2001-04-014-4/+8
| | | | | | | for the longstanding libc vs. libc_r issue. This should hopefully fix all the ruby extensions such as Ruby/Qt2GL, Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :)
* Does not support 64-bit platforms.obrien2001-03-311-1/+3
|
* Don't force -O2.obrien2001-03-312-42/+19
|
* Spell __i386__ and __alpha__ correctly.obrien2001-03-311-4/+4
|
* Spell __i386__ correctly. Add FreeBSD/AXP support.obrien2001-03-311-0/+16
|
* Don't force -O2 -g; obey user's CFLAGS!obrien2001-03-311-0/+7
|
* Add the C++ compiler.obrien2001-03-301-0/+2
|
* Maintainer corrected the patch (include/python.h -> include/Python.h).sobomax2001-03-293-4/+3
| | | | Submitted by: maintainer
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-2915-30/+30
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Add stackless_python 2.0, a Python implementation that does not usesobomax2001-03-297-0/+50
| | | | | | | the C stack. PR: 29196 Submitted by: Hye-Shik Chang <perky@python.or.kr>
* Build and use libpython without threads support and make this workknu2001-03-292-39/+33
| | | | fine on both 4-STABLE and 5-CURRENT.
* Allow MAINTAINER to be redefined in a slave port.sobomax2001-03-2913-13/+13
|
* Update to the latest snapshot of the stable branch.knu2001-03-284-2/+6
| | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
* - Update to 2d1nakai2001-03-284-47/+13
| | | | - independent from scheme48
* remove squeak1, distfile is no longer available.sf2001-03-277-107/+0
| | | | | | | There is successor of this port, squeak2. PR: 26147 Submitted by: maintainer
* Add MASTER_SITE_LOCAL to the master sites, as bento seems to havetg2001-03-261-1/+3
| | | | problems fetching the distfile.
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-2436-108/+108
| | | | [a nice friend's b-day at that :-)]
* I'll maintain this port.olgeni2001-03-231-1/+1
|
* o Make it CFLAGS safelioux2001-03-232-37/+82
| | | | | | | | | o Fix info installation o Fix PLIST PR: 25841 Submitted by: MAINTAINER Spotted by: bento
* Update to version 1.95.4jeh2001-03-232-4/+3
| | | | | PR: 25998 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
OpenPOWER on IntegriCloud