summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.09krion2004-01-058-79/+22
| | | | | PR: 60933 Submitted by: Ports Fury
* Add lush, an object-oriented programming language designed forpav2004-01-057-0/+890
| | | | | | | | | | | | | | researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, loosely-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages. WWW: http://lush.sourceforge.net/ PR: ports/60906 Submitted by: David Yeske <dyeske@yahoo.com>
* - Assign maintainership to the submitter at his requestsergei2004-01-021-2/+1
| | | | | | | - Remove explicit CONFIGURE_TARGET, as it is defined in Makefile.kde PR: 60831 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* . Update to 2.5.6.glewis2004-01-013-6/+9
|
* unbreak lang/biglooedwin2003-12-301-4/+0
| | | | Noticed by: Kimura Fuyuki <fuyuki@nigredo.org>
* - Make fetchablepav2003-12-292-6/+6
| | | | | PR: ports/60692 Submitted by: ale (maintainer)
* New port: lang/huc (PC Engine C Compiler)edwin2003-12-296-0/+120
| | | | | | | | | | HuC is a PC Engine C compiler. It can create ROMs (hucard) or CD images and is bundled with an assembler and all kinds of libraries. You can ouput text, scrolls, make sound, control CD, handle sprites and tiles, and more. PR: ports/60511 Submitted by: Frederic <nexusb@free.fr>
* Fix builds for whom has VPATH on his/her environment variables.perky2003-12-283-0/+3
| | | | | PR: 57731 Reported by: bms
* Fix dets file corruption issue.olgeni2003-12-274-2/+156
| | | | Obtained from: Hans Bolinder <hasse@erix.ericsson.se>
* - Update WWWpav2003-12-271-1/+1
| | | | | PR: ports/60610 Submitted by: Leland Wang <llwang@infor.org> (maintainer)
* Update to the 2003-12-24 snapshot.obrien2003-12-2652-247/+130
|
* Update to the 2003-12-22 snapshot.obrien2003-12-262-9/+8
|
* Make fetchable.trevor2003-12-261-1/+1
|
* Update lang/ruby18 to the 1.8.1 final release. Merry Christmas!knu2003-12-242-2/+2
|
* Add a fallback http path to the main site to fix fetch. (The FTP sitelinimon2003-12-241-1/+2
| | | | | is still available, but may have been reorganized; however, it does not allow directory listings). Informed maintainer.
* - add CONFLICTSdinoex2003-12-221-0/+2
| | | | Submitted by: girgen@pingpong.net
* [Forced commit]nork2003-12-221-17/+0
| | | | | | Remove unnecessary patch, and Bump PORTREVISION. Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Remove unnecessary patch, and Bump PORTREVISION.nork2003-12-221-1/+1
| | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Add patch file which I forgot.nork2003-12-222-0/+20
|
* o Update to 5.0.0a4 snapshot.nork2003-12-2214-198/+120
| | | | | | | | | o Add TIDY extension. o Remove MCAL extension. o Remove patch-ext::standard::datetime.c file. PR: ports/60504 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* - use the libc cxa support on a recent -current instead of the hacknetchild2003-12-224-212/+170
| | | | | | | | | | NOTE: you need to rebuild stlport-icc and maybe some other C++ programs/libs. - rework ld.c to fix the build of stlport-icc on 4.x (first part of the build fix, the second part follows shortly in a stlport commit) [1] Submitted by: Marius Strobl <marius@alchemy.franken.de> [1]
* Update lang/ruby18 to 1.8.1.p4.knu2003-12-223-1/+17
|
* - Update to 2.6bkrion2003-12-216-236/+279
| | | | | PR: 60387 Submitted by: maintainer
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-215-5/+5
|
* - Mark ONLY_FOR_ARCHS=i386krion2003-12-201-1/+3
| | | | | | | - Give maintainership to submitter PR: 60424 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* - Don't install symlink treecc-%%PORTVERSION%%krion2003-12-202-6/+1
| | | | | PR: 60411 Submitted by: maintainer
* - Remove unused file.pav2003-12-201-94/+0
| | | | Approved by: maintainer
* Mark as broken with latest gcc. Informed maintainer.linimon2003-12-201-1/+7
|
* - Update to Python-2.3.3perky2003-12-2028-1524/+131
| | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64.
* Update email address.edwin2003-12-201-1/+1
| | | | | | | I'm not sure how much longer I will have a email account at rgv. PR: ports/60406 Submitted by: michael johnson <ahze@ahze.net>
* - This port uses varargs functionality which can't be easily updatedpav2003-12-201-3/+2
| | | | | | | | to stdarg, so use gcc-2.95 on 5.x for now, unmark broken and give maintainership to submitter. PR: ports/60086 Submitted by: Erik Greenwald <erik@smluc.org>
* - Update to 3.15ppav2003-12-197-13/+37
| | | | | PR: ports/60353 Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
* - Disable machine code which is potentially unsecurepav2003-12-191-0/+8
| | | | | | | - Try harder to find libgmp PR: ports/60084 (based on) Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Re-add the format feature from slib 2d5. This is needed for GnuCash.marcus2003-12-183-2/+14
| | | | Submitted by: maintainer
* - fix LDFLAGSdinoex2003-12-171-1/+1
| | | | Submitted by: lev
* Add slib-gauche, a port that installs slib into gauche catalog.pav2003-12-174-0/+35
| | | | | PR: ports/60282 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* - Enable line-edit (works fine on -STABLE & -CURRENT)krion2003-12-171-2/+3
| | | | | | | | - Bump PORTREVISION - Grab maintainership PR: 60323 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* - Update to version 0.7.3krion2003-12-173-5/+19
| | | | | PR: 60327 Submitted by: maintainer
* Use patches and libgmp port on -STABLE, too.obraun2003-12-1614-30/+6
| | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer
* Remove a patch missed in the last commit.marcus2003-12-161-10/+0
| | | | Noticed by: John Merryweather Cooper <johnmary@adelphia.net>
* Update to 0.29.marcus2003-12-153-5/+10
| | | | | PR: 60228 Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
* Make this port build on the AMD64 platform.jkoshy2003-12-151-1/+1
| | | | Submitted by: Tilman Linneweh <arved@FreeBSD.org>
* Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in theobrien2003-12-1513-13/+13
| | | | | | manpage fake out. Spotted by: gerald
* * Deal with GCC's configurary's assumption that /usr/local/{include,lib}obrien2003-12-1539-0/+182
| | | | | | | | are searched automatically by the compiler by using --with-libiconv-prefix. W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header. During the make, neither will be found; a lot of inconsistency here... * Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due not actually passing the found header path to CFLAGS in any way.
* Mark as only for the various Intel chips. Pet portlint. No objectionlinimon2003-12-151-6/+8
| | | | | | | from: maintainer. PR: ports/60178 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.knu2003-12-1510-63/+123
|
* - Backout last update, it broke x11-fm/tkdeskpav2003-12-155-49/+7
| | | | Reported by: lkoeller
* Add freetxl, a unique programming language specifically designed to supportpav2003-12-145-0/+83
| | | | | | | | | | computer software analysis and source transformation tasks. It is the evolving result of more than fifteen years of concentrated research on rule-based structural transformation as a paradigm for the rapid solution of complex computing problems. PR: ports/54617 Submitted by: Ryan Thompson <ryan@sasknow.com>
* Update to the 2003-12-08 snapshot. Simplify handling of .info files, andgerald2003-12-143-23/+17
| | | | merge in some of my recent changes to the gcc34 port.
* - Update to 3a1pav2003-12-148-42/+93
| | | | | | | | | - Split into two ports - interpreter independent library and installation into guile - Give maintainership to submitter PR: ports/56393, ports/59888 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
OpenPOWER on IntegriCloud