summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug which (among other things) caused the installation of somejdp2001-09-092-0/+76
| | | | M3 packages to fail if "." was at the beginning of $PATH.
* Update port to version 1.2.1 (20010816).olgeni2001-09-082-8/+9
|
* - Update to version 3.6.4wjv2001-09-073-11/+11
|
* - Update to version 3.6.3wjv2001-09-063-13/+13
|
* Add py-compiler, a Python source to bytecode compiler.wjv2001-09-067-0/+108
|
* - Update to version 3.6wjv2001-09-044-47/+37
|
* Add dependency on misc/compat3x (for libncurses).olgeni2001-09-041-1/+2
| | | | Noticed by: Mohammed Kamal Elzubeir <elzubeir@unt.edu>
* Update to 2.05 and add WWW.tobez2001-09-033-4/+6
|
* Update to the latest snapshots.knu2001-09-038-16/+20
| | | | We are now six hours away from the ports freeze!
* Update MASTER_SITES.jkoshy2001-09-031-2/+3
|
* Update to 20010831.knu2001-09-032-2/+2
|
* Update to version 2.0.1kevlo2001-09-022-10/+7
| | | | | PR: 30256 Submitted by: MAINTAINER
* Update ruby and ruby-devel to the latest snapshots.knu2001-09-014-4/+4
|
* Fix MASTER_SITEStom2001-09-011-1/+1
|
* Update to 2.27.knu2001-09-014-29/+11
| | | | | | | | | PR: ports/30138 Submitted by: Jeff Brown <jabrown@ipn.caida.org> (MAINTAINER) Since both of the two master sites were unreachable, I added MASTER_SITE_SOURCEFORGE to the MASTER_SITES, which sites had the distfile fortunately.
* Add gcc30 to the mix.obrien2001-08-311-0/+1
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-312-2/+0
|
* Update to 3.0.1.obrien2001-08-303-9/+9
|
* Update to GCC 3.0.0.obrien2001-08-308-67/+93
|
* Add ruby-lua, a Ruby extension to make Lua script language as a class.knu2001-08-306-0/+53
|
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netlioux2001-08-301-1/+1
| | | | Approved by: MAINTAINER
* Update WWW: line.petef2001-08-301-1/+1
| | | | | PR: 29123 Submitted by: Pedro F. Giffuni <giffunip@asme.org> (previous maintainer)
* add slispijliao2001-08-296-0/+32
| | | | | | | A simple Lisp interpreter PR: 29643 Submitted by: Patrick Li <pat@databits.net>
* Provide a replacement for libgmp on 5-CURRENT.sobomax2001-08-282-0/+6
|
* Use USE_LINUX rather than a RUN_DEPEND.obrien2001-08-281-1/+1
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* We need to run-depend on linux_base.obrien2001-08-271-0/+1
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Update slib version to 2d2dwcjr2001-08-243-16/+17
| | | | | PR: 30042 Submitted by: tkato@prontomail.com
* Upgrade to SML/NJ v110.34. Add a number of nifty configurability options.jkoshy2001-08-2411-186/+352
| | | | | PR: ports/29656 Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* Remove giffunip@asme.org as the maintainer: he no longer has the abilitykris2001-08-231-1/+1
| | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer
* Remove previous maintainer, who no longer uses FreeBSD.kris2001-08-231-1/+1
| | | | Approved by: old maintainer
* USE_GMAKEalex2001-08-231-0/+1
| | | | Submitted by: bento
* Fix plist.mikeh2001-08-232-4/+4
| | | | | Approved by: maintainer Noticed by: bento
* Remove extraneous distfile hasheskris2001-08-231-2/+0
|
* Initial import of klone-2.1.359kris2001-08-237-0/+350
| | | | | | | | | | | | KLONE is a small and fast fully interpreted language intended to be embedded into C applications to provide them with a powerful, yet fast and small extension language. Its syntax is very inspired from Lisp (its external syntax has been kept as close as possible to Common Lisp as possible), but its implementation is original and efficient, to give full extensibility, intimate interfacing to C, incremental garbage collection, and full portability on either K&R or ANSI C. Obtained from: OpenBSD
* Utilize ${MANEXT} to fix manpage symlinks.knu2001-08-224-4/+4
|
* Update to version 2.0.0.jasone2001-08-224-35/+22
|
* Update to 6.4.9.005.1.obrien2001-08-203-11/+20
| | | | | | | This is hairy as Compaq is now putting out dynamic binary rather than static ones. This makes my job harder with faking out this Linux compiler. Submitted by: gallatin
* Make lang/p5-Tcl to actually link with libtcl.tobez2001-08-202-1/+3
| | | | | | While at it, fix the port build on -current. PR: 27705
* Make this port do the same thing whether databases/gdbm is installed ortobez2001-08-2014-42/+21
| | | | | | not - do not install GDBM_File extension. PR: 29884
* I think this port requires bison; the configure script allows the build tokris2001-08-201-0/+1
| | | | proceed without it, but the compilation fails.
* Mark BROKEN; looks like system header changes caused this to breakkris2001-08-201-0/+2
|
* Unconditionalize the BROKEN tag; this port doesn't compile on any currentkris2001-08-201-2/+0
| | | | version of FreeBSD (it chokes on system headers).
* Make sure the shared library is explicitly linked with -lm. Onmi2001-08-194-6/+22
| | | | | | | | | | | | | some occasions, this prevent it from being loaded properly, even though other libs already loaded already bring in -lm. I don't understand the rtld :( Only build the Tk related help files, if WITHOUT_X11 is not specified. Previously they were built, but not installed. If you did not have Tk installed, that build failed for you -- see PR 29722... PR: ports/29722
* add xsbijliao2001-08-1812-0/+2220
| | | | | | | A tabled Logic Programming and Deductive Database system PR: 29322 Submitted by: Christopher Rued <c.rued@xsb.com>
* add nmlijliao2001-08-186-0/+203
| | | | | | | A dialect/harmony of Standard ML and OCaml PR: 29158 Submitted by: Jaeho Shin <netj@ego.mazic.org>
* add pnetijliao2001-08-186-0/+64
| | | | | | | C# compiler, assembler, disassembler, and runtime engine PR: 29034 Submitted by: Michael Johnson <ahze@ahze.net>
* Add replacement of -h option of lnnakai2001-08-171-0/+1
|
* add treeccijliao2001-08-176-0/+37
| | | | | | | Treecc program is designed to assist in the development of compilers PR: 28934 Submitted by: Michael Johnson <ahze@ahze.net>
* add clipsijliao2001-08-176-0/+41
| | | | | | | CLIPS is a productive development and delivery expert system tool PR: 28821 Submitted by: Douglas Anestad <yotta@dougdidit.com>
* upgrade to 0.4.2ijliao2001-08-173-5/+23
|
OpenPOWER on IntegriCloud