aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Adding yabasic version 2.60.Steve Price1999-12-258-0/+70
| | | | | | | | | | Yet another Basic for Unix and Windows. PR: 15016 Submitted by: Frank Gruender <elwood@mc5sys.in-berlin.de> Notes: svn path=/head/; revision=24050
* Allow the value of CC to be overridden.Steve Price1999-12-256-8/+200
| | | | | | | | PR: 15473 Submitted by: Jame Andariese <james@ja.ath.cx> Notes: svn path=/head/; revision=24025
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-243-13/+10
| | | | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23999
* Update to 0.9Yukihiro Nakai1999-12-246-156/+174
| | | | | | | | PR: ports/15563 Submitted by: Rod Taylor rod@zort.on.ca Notes: svn path=/head/; revision=23986
* Update to version 3.33.Steve Price1999-12-243-5/+4
| | | | | | | | PR: 15583 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23971
* * Rearranged configure target.Steve Price1999-12-241-3/+3
| | | | | | | | PR: 15584 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23970
* Update to version 1.4.3.Steve Price1999-12-243-5/+5
| | | | | | | | PR: 15591 Submitted by: maintainer Notes: svn path=/head/; revision=23963
* Update to version 1.4.3.Steve Price1999-12-249-15/+15
| | | | | | | | PR: 15590 Submitted by: maintainer Notes: svn path=/head/; revision=23962
* Allow the value of CC to be overridden.Steve Price1999-12-2315-1/+642
| | | | | | | | PR: 15397 Submitted by: James Andariese <james@ja.ath.cx> Notes: svn path=/head/; revision=23920
* Fix breakage caused by the recent socklen_t changes in -current.John Polstra1999-12-231-45/+57
| | | | | | | | | Modula-3 and CVSup build and work again under -current now. PR: ports/15595 Notes: svn path=/head/; revision=23900
* Fix the Modula-3 runtime so it will work with the new largerJohn Polstra1999-12-234-1/+265
| | | | | | | sigset_t types in -current. Notes: svn path=/head/; revision=23899
* Update to version 2.0.2.Steve Price1999-12-232-4/+4
| | | | | | | | PR: 15253 Submitted by: maintainer Notes: svn path=/head/; revision=23893
* Obey the CFLAGS settings.Jean-Marc Zucconi1999-12-222-0/+131
| | | | | | | | | fix time_t declarations. Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=23845
* Hand over to a maintainer with more time available, now that James hasSheldon Hearn1999-12-221-2/+2
| | | | | | | | | | | retired from active service. Bump "Version required" while I'm in there. Requested by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=23795
* Fix problem that could cause cvsup to abort in some cases.Satoshi Asami1999-12-161-0/+11
| | | | | | | Submitted by: jdp Notes: svn path=/head/; revision=23784
* Fix md5 checksumSeiichirou Hiraoka1999-12-101-1/+1
| | | | | | | Pointed out by: s974123@cc.matsuyama-u.ac.jp Notes: svn path=/head/; revision=23764
* Fix md5 checksumSeiichirou Hiraoka1999-12-101-1/+1
| | | | | | | Pointed out by: s974123@cc.matsuyama-u.ac.jp Notes: svn path=/head/; revision=23748
* Correct the checksum for the bootstrap compiler which I somehow brokeDaniel Eischen1999-12-101-1/+1
| | | | | | | | | when the port was upgraded. Found by: Bento's error logs Notes: svn path=/head/; revision=23735
* Activate p5-F77Jean-Marc Zucconi1999-12-071-0/+1
| | | | Notes: svn path=/head/; revision=23646
* Tells you how to link C programs with Fortran subroutines.Jean-Marc Zucconi1999-12-0710-0/+90
| | | | | | | Required by the new pgperl version. Notes: svn path=/head/; revision=23645
* Upgrade to 0.19.Matthew Hunt1999-12-064-43/+38
| | | | | | | | PR: 14635 Submitted by: saper@system.pl Notes: svn path=/head/; revision=23627
* I think I forgot to add these...Andreas Klemm1999-12-042-0/+21
| | | | | | | Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Notes: svn path=/head/; revision=23571
* Update to 0.8Yukihiro Nakai1999-12-026-176/+156
| | | | Notes: svn path=/head/; revision=23550
* Re-enable readline supportJustin M. Seger1999-12-013-1/+24
| | | | Notes: svn path=/head/; revision=23520
* Update to the Jun 20, 1999 fixes.David E. O'Brien1999-11-295-135/+121
| | | | Notes: svn path=/head/; revision=23498
* Guile shared lib version changedJustin M. Seger1999-11-291-1/+1
| | | | Notes: svn path=/head/; revision=23481
* Upgrade to guile-1.3.4Justin M. Seger1999-11-293-36/+50
| | | | Notes: svn path=/head/; revision=23480
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-2810-17/+35
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Add USE_XLIB=yes since this port needs X libraries to work.Steve Price1999-11-261-0/+1
| | | | | | | | PR: 14271 Submitted by: maintainer Notes: svn path=/head/; revision=23371
* Unbreak and upgrade to gcl-2.3Justin M. Seger1999-11-2510-148/+311
| | | | Notes: svn path=/head/; revision=23330
* Upgrade to tcl-8.2.2Justin M. Seger1999-11-2112-72/+45
| | | | Notes: svn path=/head/; revision=23248
* Update to the Sep1999 version of Hugs98Chris Piazza1999-11-206-277/+35
| | | | | | | | PR: 14898 Submitted by: maintainer Notes: svn path=/head/; revision=23220
* Update to the 1999-11-10 development snapshot.David E. O'Brien1999-11-1536-108/+108
| | | | Notes: svn path=/head/; revision=23131
* Update to version 0.6.1.Steve Price1999-11-143-4/+9
| | | | | | | | PR: 14631 Submitted by: maintainer Notes: svn path=/head/; revision=23065
* Update to version 1.4.2.Steve Price1999-11-145-21/+57
| | | | | | | | PR: 14629 Submitted by: maintainer Notes: svn path=/head/; revision=23063
* Update to version 1.4.2.Steve Price1999-11-1415-30/+198
| | | | | | | | PR: 14628 Submitted by: maintainer Notes: svn path=/head/; revision=23062
* Don't create a temp file in ${FILESDIR}Chris Piazza1999-11-142-4/+4
| | | | | | | | PR: 14857 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=23058
* Add librep.Yukihiro Nakai1999-11-111-0/+1
| | | | Notes: svn path=/head/; revision=23026
* Initial import.Yukihiro Nakai1999-11-1110-0/+266
| | | | | | | Lisp interpriter library. Notes: svn path=/head/; revision=23023
* Activate ghcJacques Vidrine1999-11-101-0/+1
| | | | Notes: svn path=/head/; revision=23009
* GHC: The Glasgow Haskell Compiler.Jacques Vidrine1999-11-1018-0/+699
| | | | | | | | | | | | | | | | | The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell 98 (http://www.haskell.org). GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell, including concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries. PR: ports/13786 Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk> Notes: svn path=/head/; revision=23008
* Remove the GNAT release number from the description.Daniel Eischen1999-11-091-1/+1
| | | | | | | Pointed out by: billf Notes: svn path=/head/; revision=22990
* Oops, forgot to change the GNAT version number in the description.Daniel Eischen1999-11-091-2/+2
| | | | Notes: svn path=/head/; revision=22987
* Upgrade GNAT to GNAT-3.12p, the latest public release from Ada CoreDaniel Eischen1999-11-0921-479/+1071
| | | | | | | Technologies. Notes: svn path=/head/; revision=22986
* Change PKGNAME to conform to our standards.Satoshi Asami1999-11-051-1/+1
| | | | Notes: svn path=/head/; revision=22916
* Update to the 1999-11-02 development snapshot.David E. O'Brien1999-11-0336-108/+108
| | | | Notes: svn path=/head/; revision=22885
* Use Tk-8.2.Thomas Gellekum1999-11-0316-31/+31
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22884
* Added http://www.fourmilab.to/atlast/ to MASTER_SITES.Jim Mock1999-11-031-1/+2
| | | | | | | | PR: 14676 Submitted by: maintainer Notes: svn path=/head/; revision=22880
* Nuke tcl 8.1Justin M. Seger1999-11-021-1/+0
| | | | | | | | Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544 Notes: svn path=/head/; revision=22856
* Update to the 1999-10-25 snapshot.David E. O'Brien1999-11-0154-234/+180
| | | | Notes: svn path=/head/; revision=22840