Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Goodbye, Ruby 1.4. | knu | 2001-04-13 | 1 | -3/+0 |
| | |||||
* | Retire Ruby 1.4. Use 1.6 instead, now the migration period is over. | knu | 2001-04-13 | 19 | -562/+0 |
| | | | | Approved by: yasuf@bsdclub.org (MAINTAINER) | ||||
* | Update to the latest snapshot plus a fix against malloc race issue. | knu | 2001-04-12 | 4 | -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. | sobomax | 2001-04-12 | 6 | -4/+6 |
| | |||||
* | Remove extras. | knu | 2001-04-11 | 2 | -4/+0 |
| | | | | Submitted by: bento | ||||
* | upgrade to 0.3.1 | ijliao | 2001-04-11 | 3 | -8/+8 |
| | | | | add GUI support | ||||
* | Update for Perl 5.6.1. | markm | 2001-04-10 | 49 | -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 5d4 | lioux | 2001-04-10 | 3 | -6/+8 |
| | | | | | PR: 26485 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Update to 1.6.4-preview1. | knu | 2001-04-10 | 4 | -14/+8 |
| | | | | Make bsd.ruby.mk easily handle preview releases. | ||||
* | Update to 6.10.2. Nuke bad @cwd directive. | will | 2001-04-07 | 3 | -4/+7 |
| | | | | | PR: 26413 Submitted by: maintainer | ||||
* | Fix fennerism. | ben | 2001-04-07 | 3 | -6/+6 |
| | |||||
* | Add jython 2.0, an implementation of Python Interpreter with Pure | will | 2001-04-07 | 6 | -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 & | knu | 2001-04-06 | 2 | -18/+37 |
| | | | | | delete-window at once for convenience. The patch is already submitted to the author. | ||||
* | Update devel/commoncpp to 1.4.1 | mharo | 2001-04-06 | 3 | -9/+64 |
| | | | | | | | Update lang/ccscript to 1.4.1 PR: 26370 Submitted by: maintainer | ||||
* | Update maintainer's email address | kevlo | 2001-04-05 | 1 | -2/+2 |
| | | | | | PR: 26355 Submitted by: MAINTAINER | ||||
* | Add ruby-ri, Ruby Interactive reference with command line and Emacs | knu | 2001-04-05 | 10 | -0/+230 |
| | | | | interfaces. | ||||
* | update lang/starlogo to 1.2 | mharo | 2001-04-05 | 3 | -581/+672 |
| | | | | | PR: 26354 Submitted by: Jose Marques <jose@jmcm.org> | ||||
* | Sync with lang/python15. | sumikawa | 2001-04-03 | 1 | -18/+29 |
| | | | | Submitted by: knu | ||||
* | Easier to read patch | mharo | 2001-04-03 | 1 | -33/+19 |
| | |||||
* | fix so (socket-server) of clisp does creates a socket | mharo | 2001-04-03 | 1 | -0/+33 |
| | | | | | PR: 20793 Submitted by: Serguei Soltan <ssoltan@usa.net> | ||||
* | add mdk | ijliao | 2001-04-02 | 6 | -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 ask | knu | 2001-04-01 | 2 | -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. | knu | 2001-04-01 | 2 | -0/+2 |
| | |||||
* | Update to the latest snapshot of the stable branch, plus a workaround | knu | 2001-04-01 | 4 | -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. | obrien | 2001-03-31 | 1 | -1/+3 |
| | |||||
* | Don't force -O2. | obrien | 2001-03-31 | 2 | -42/+19 |
| | |||||
* | Spell __i386__ and __alpha__ correctly. | obrien | 2001-03-31 | 1 | -4/+4 |
| | |||||
* | Spell __i386__ correctly. Add FreeBSD/AXP support. | obrien | 2001-03-31 | 1 | -0/+16 |
| | |||||
* | Don't force -O2 -g; obey user's CFLAGS! | obrien | 2001-03-31 | 1 | -0/+7 |
| | |||||
* | Add the C++ compiler. | obrien | 2001-03-30 | 1 | -0/+2 |
| | |||||
* | Maintainer corrected the patch (include/python.h -> include/Python.h). | sobomax | 2001-03-29 | 3 | -4/+3 |
| | | | | Submitted by: maintainer | ||||
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-29 | 15 | -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 use | sobomax | 2001-03-29 | 7 | -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 work | knu | 2001-03-29 | 2 | -39/+33 |
| | | | | fine on both 4-STABLE and 5-CURRENT. | ||||
* | Allow MAINTAINER to be redefined in a slave port. | sobomax | 2001-03-29 | 13 | -13/+13 |
| | |||||
* | Update to the latest snapshot of the stable branch. | knu | 2001-03-28 | 4 | -2/+6 |
| | | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE. | ||||
* | - Update to 2d1 | nakai | 2001-03-28 | 4 | -47/+13 |
| | | | | - independent from scheme48 | ||||
* | remove squeak1, distfile is no longer available. | sf | 2001-03-27 | 7 | -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 have | tg | 2001-03-26 | 1 | -1/+3 |
| | | | | problems fetching the distfile. | ||||
* | Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot. | obrien | 2001-03-24 | 36 | -108/+108 |
| | | | | [a nice friend's b-day at that :-)] | ||||
* | I'll maintain this port. | olgeni | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | o Make it CFLAGS safe | lioux | 2001-03-23 | 2 | -37/+82 |
| | | | | | | | | | o Fix info installation o Fix PLIST PR: 25841 Submitted by: MAINTAINER Spotted by: bento | ||||
* | Update to version 1.95.4 | jeh | 2001-03-23 | 2 | -4/+3 |
| | | | | | PR: 25998 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE who | markm | 2001-03-22 | 49 | -4095/+6111 |
| | | | | | | | | | | | | | really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry! | ||||
* | Add py-mx-base (after repo-copy from textproc/py-mxTextTools). py-mx-base | tg | 2001-03-22 | 8 | -84/+410 |
| | | | | | | | | bundles and replaces the old mx extensions for python. I'll remove the old ports (devel/py-mx{DateTime,Proxy,Stack,Tools}, textproc/py-mxTextTools) after a short grace period to allow for testing the new stuff. | ||||
* | Update port to version 7.5.16. | olgeni | 2001-03-22 | 3 | -10/+9 |
| | | | | | Avoid fetch problems when DISTFILE gets moved to the OLD subdirectory on MASTER_SITE (thanks to Peter Pentchev!). | ||||
* | mit-scheme has been updated, and DISTFILE moved to the OLD subdirectory. | olgeni | 2001-03-22 | 1 | -1/+1 |
| | | | | Change MASTER_SITES as a quick fix, pending a full port upgrade. | ||||
* | - Fix MASTER_SITE (missing slash) | dinoex | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Update to the latest stable snapshot. A couple of significant | knu | 2001-03-21 | 4 | -6/+8 |
| | | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;) | ||||
* | Bump revision. | obrien | 2001-03-21 | 1 | -1/+1 |
| |