aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.10.2. Nuke bad @cwd directive.Will Andrews2001-04-073-4/+7
| | | | | | | | PR: 26413 Submitted by: maintainer Notes: svn path=/head/; revision=41048
* Fix fennerism.Ben Smithurst2001-04-073-6/+6
| | | | Notes: svn path=/head/; revision=41037
* Add jython 2.0, an implementation of Python Interpreter with PureWill Andrews2001-04-076-0/+717
| | | | | | | | | | Java. PR: 26302 Submitted by: Hye-Shik Chang <perky@python.or.kr> Notes: svn path=/head/; revision=40996
* Modify ri.el and define an access key `Q' that does kill-buffer &Akinori MUSHA2001-04-062-18/+37
| | | | | | | | delete-window at once for convenience. The patch is already submitted to the author. Notes: svn path=/head/; revision=40958
* Update devel/commoncpp to 1.4.1Michael Haro2001-04-063-9/+64
| | | | | | | | | | Update lang/ccscript to 1.4.1 PR: 26370 Submitted by: maintainer Notes: svn path=/head/; revision=40921
* Update maintainer's email addressKevin Lo2001-04-051-2/+2
| | | | | | | | PR: 26355 Submitted by: MAINTAINER Notes: svn path=/head/; revision=40892
* Add ruby-ri, Ruby Interactive reference with command line and EmacsAkinori MUSHA2001-04-0510-0/+230
| | | | | | | interfaces. Notes: svn path=/head/; revision=40887
* update lang/starlogo to 1.2Michael Haro2001-04-053-581/+672
| | | | | | | | PR: 26354 Submitted by: Jose Marques <jose@jmcm.org> Notes: svn path=/head/; revision=40876
* Sync with lang/python15.Munechika SUMIKAWA2001-04-031-18/+29
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=40814
* Easier to read patchMichael Haro2001-04-031-33/+19
| | | | Notes: svn path=/head/; revision=40800
* fix so (socket-server) of clisp does creates a socketMichael Haro2001-04-031-0/+33
| | | | | | | | PR: 20793 Submitted by: Serguei Soltan <ssoltan@usa.net> Notes: svn path=/head/; revision=40799
* add mdkYing-Chieh Liao2001-04-026-0/+67
| | | | | | | MIX Development Kit offers an emulation of MIX and MIXAL Notes: svn path=/head/; revision=40716
* Do a ${MV} with -f so that the installation process won't stop and askAkinori MUSHA2001-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> Notes: svn path=/head/; revision=40701
* Do not link libc_r when it is unnecessary.Akinori MUSHA2001-04-012-0/+2
| | | | Notes: svn path=/head/; revision=40698
* Update to the latest snapshot of the stable branch, plus a workaroundAkinori MUSHA2001-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. :) Notes: svn path=/head/; revision=40694
* Does not support 64-bit platforms.David E. O'Brien2001-03-311-1/+3
| | | | Notes: svn path=/head/; revision=40650
* Don't force -O2.David E. O'Brien2001-03-312-42/+19
| | | | Notes: svn path=/head/; revision=40648
* Spell __i386__ and __alpha__ correctly.David E. O'Brien2001-03-311-4/+4
| | | | Notes: svn path=/head/; revision=40646
* Spell __i386__ correctly. Add FreeBSD/AXP support.David E. O'Brien2001-03-311-0/+16
| | | | Notes: svn path=/head/; revision=40645
* Don't force -O2 -g; obey user's CFLAGS!David E. O'Brien2001-03-311-0/+7
| | | | Notes: svn path=/head/; revision=40644
* Add the C++ compiler.David E. O'Brien2001-03-301-0/+2
| | | | Notes: svn path=/head/; revision=40602
* Maintainer corrected the patch (include/python.h -> include/Python.h).Maxim Sobolev2001-03-293-4/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=40540
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-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. Notes: svn path=/head/; revision=40539
* Add stackless_python 2.0, a Python implementation that does not useMaxim Sobolev2001-03-297-0/+50
| | | | | | | | | | the C stack. PR: 29196 Submitted by: Hye-Shik Chang <perky@python.or.kr> Notes: svn path=/head/; revision=40531
* Build and use libpython without threads support and make this workAkinori MUSHA2001-03-292-39/+33
| | | | | | | fine on both 4-STABLE and 5-CURRENT. Notes: svn path=/head/; revision=40519
* Allow MAINTAINER to be redefined in a slave port.Maxim Sobolev2001-03-2913-13/+13
| | | | Notes: svn path=/head/; revision=40518
* Update to the latest snapshot of the stable branch.Akinori MUSHA2001-03-284-2/+6
| | | | | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE. Notes: svn path=/head/; revision=40472
* - Update to 2d1Yukihiro Nakai2001-03-284-47/+13
| | | | | | | - independent from scheme48 Notes: svn path=/head/; revision=40465
* remove squeak1, distfile is no longer available.FUJISHIMA Satsuki2001-03-277-107/+0
| | | | | | | | | | There is successor of this port, squeak2. PR: 26147 Submitted by: maintainer Notes: svn path=/head/; revision=40456
* Add MASTER_SITE_LOCAL to the master sites, as bento seems to haveThomas Gellekum2001-03-261-1/+3
| | | | | | | problems fetching the distfile. Notes: svn path=/head/; revision=40395
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-2436-108/+108
| | | | | | | [a nice friend's b-day at that :-)] Notes: svn path=/head/; revision=40302
* I'll maintain this port.Jimmy Olgeni2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40258
* o Make it CFLAGS safeMario Sergio Fujikawa Ferreira2001-03-232-37/+82
| | | | | | | | | | | | o Fix info installation o Fix PLIST PR: 25841 Submitted by: MAINTAINER Spotted by: bento Notes: svn path=/head/; revision=40241
* Update to version 1.95.4James E. Housley2001-03-232-4/+3
| | | | | | | | PR: 25998 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=40237
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-03-2249-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! Notes: svn path=/head/; revision=40213
* Add py-mx-base (after repo-copy from textproc/py-mxTextTools). py-mx-baseThomas Gellekum2001-03-228-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. Notes: svn path=/head/; revision=40210
* Update port to version 7.5.16.Jimmy Olgeni2001-03-223-10/+9
| | | | | | | | Avoid fetch problems when DISTFILE gets moved to the OLD subdirectory on MASTER_SITE (thanks to Peter Pentchev!). Notes: svn path=/head/; revision=40205
* mit-scheme has been updated, and DISTFILE moved to the OLD subdirectory.Jimmy Olgeni2001-03-221-1/+1
| | | | | | | Change MASTER_SITES as a quick fix, pending a full port upgrade. Notes: svn path=/head/; revision=40204
* - Fix MASTER_SITE (missing slash)Dirk Meyer2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=40167
* Update to the latest stable snapshot. A couple of significantAkinori MUSHA2001-03-214-6/+8
| | | | | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;) Notes: svn path=/head/; revision=40153
* Bump revision.David E. O'Brien2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=40132
* Sync with RELENG_4's sys/alpha/include/ansi.hDavid E. O'Brien2001-03-211-7/+6
| | | | Notes: svn path=/head/; revision=40131
* Format changes to reduce diff from the FreeBSD/AXP source.David E. O'Brien2001-03-211-11/+16
| | | | Notes: svn path=/head/; revision=40130
* Use `cpio' over `tar' in order to force ownership to a sane value.David E. O'Brien2001-03-212-192/+60
| | | | | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Dynamically generate the PLIST so I don't have to do the version chase on every update. Notes: svn path=/head/; revision=40129
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=40120
* mkdir a dir to do a clean install of freebsd 4.2Yukihiro Nakai2001-03-201-0/+2
| | | | | | | | PR: ports/24862 Submitted by: Daniel Hemmerich <dan@spot.org> Notes: svn path=/head/; revision=40105
* Deletion of patches didn't make it.Dirk Meyer2001-03-204-43/+0
| | | | | | | | | | Thanks to Stephane.Legrand@bigfoot.com for reporting it. PR: 25816 Submitted by: patrick@watson.org Notes: svn path=/head/; revision=40079
* Fix plist. ;*)Akinori MUSHA2001-03-192-6/+0
| | | | | | | Submitted by: roberto Notes: svn path=/head/; revision=40046
* Alter the build process for the standard libraries of Ruby.Akinori MUSHA2001-03-193-15/+22
| | | | Notes: svn path=/head/; revision=40043
* Update to 1.6.3 release.Akinori MUSHA2001-03-194-10/+8
| | | | Notes: svn path=/head/; revision=40042