summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whomarkm2001-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!
* Add py-mx-base (after repo-copy from textproc/py-mxTextTools). py-mx-basetg2001-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.
* Update port to version 7.5.16.olgeni2001-03-223-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.olgeni2001-03-221-1/+1
| | | | Change MASTER_SITES as a quick fix, pending a full port upgrade.
* - Fix MASTER_SITE (missing slash)dinoex2001-03-211-1/+1
|
* Update to the latest stable snapshot. A couple of significantknu2001-03-214-6/+8
| | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;)
* Bump revision.obrien2001-03-211-1/+1
|
* Sync with RELENG_4's sys/alpha/include/ansi.hobrien2001-03-211-7/+6
|
* Format changes to reduce diff from the FreeBSD/AXP source.obrien2001-03-211-11/+16
|
* Use `cpio' over `tar' in order to force ownership to a sane value.obrien2001-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.
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-201-1/+1
|
* mkdir a dir to do a clean install of freebsd 4.2nakai2001-03-201-0/+2
| | | | | PR: ports/24862 Submitted by: Daniel Hemmerich <dan@spot.org>
* Deletion of patches didn't make it.dinoex2001-03-204-43/+0
| | | | | | | Thanks to Stephane.Legrand@bigfoot.com for reporting it. PR: 25816 Submitted by: patrick@watson.org
* Fix plist. ;*)knu2001-03-192-6/+0
| | | | Submitted by: roberto
* Alter the build process for the standard libraries of Ruby.knu2001-03-193-15/+22
|
* Update to 1.6.3 release.knu2001-03-194-10/+8
|
* Remove RUBY_DOCDIR if empty.knu2001-03-191-0/+1
| | | | Submitted by: bento
* Update to version 2.95.3.obrien2001-03-192-17/+15
|
* Update to version 6.10.1kevlo2001-03-184-13/+18
| | | | | PR: 25898 Submitted by: MAINTAINER
* Update to new Version 3.01dinoex2001-03-183-73/+113
| | | | | | | | | Patch diddn't apply cleanly, not reflecting the current version. Merged the changes. Tested both standard package and "WITH_TK=yes" PR: 25816 Submitted by: patrick@watson.org
* Update to the snapshot of the stable branch as of yesterday.knu2001-03-172-2/+2
| | | | The 1.6.3 release has been postponed but now scheduled on next Monday.
* I dreamed it would happen. I asked about. I finally did itmi2001-03-1612-168/+292
| | | | | | | | | | | | | | | | | | | | | myself (for the lack of children, whom I could've prohibited to do it). Sorry. Upgrade this port to: . build against TCL-8.3 by default (controllable by TCL_VER) . build with or without TK (controllable by NO_X) . take over maintainership -- regretfully, Justin was rather idle recently . build the helpfiles once -- during the build stage -- not during the install stage On a side note, I more and more resent the fact, that our TCL 8.3 is built with the -stubs. It just introduces more variables without noticeable benefit. On FreeBSD shared libraries work well... I tested this with TCL-8.3 (with and without TK), and with TCL-8.2 (without TK only). Please, test this more.
* Use PYTHON_PORTVERSION, so this works for other releases than 2.0.tg2001-03-151-1/+2
|
* Update to use tcl/tk 8.3.markm2001-03-131-6/+6
| | | | Approved by: maintainer
OpenPOWER on IntegriCloud