freebsd-ports/lang/Makefile

350 lines
7.7 KiB
Makefile
Raw Normal View History

1999-08-25 08:35:40 +02:00
# $FreeBSD$
#
COMMENT = Programming languages
1995-10-03 12:45:15 +01:00
SUBDIR += Gofer
SUBDIR += STk
SUBDIR += Sather
SUBDIR += TenDRA
SUBDIR += abcl
SUBDIR += afnix
SUBDIR += alisp
SUBDIR += arena
SUBDIR += asn1c
SUBDIR += atlast
SUBDIR += awka
SUBDIR += bas2tap
SUBDIR += bf2c
SUBDIR += bigloo
1995-10-03 12:45:15 +01:00
SUBDIR += bwbasic
1998-07-28 08:47:27 +02:00
SUBDIR += caml-light
SUBDIR += ccscript
SUBDIR += cduce
SUBDIR += chameleon
SUBDIR += chicken
1996-12-04 09:03:09 +01:00
SUBDIR += cim
SUBDIR += cint
SUBDIR += clips
SUBDIR += clisp
SUBDIR += clojure
1997-07-15 17:34:10 +02:00
SUBDIR += cmucl
SUBDIR += cmucl-extra
SUBDIR += cocor
SUBDIR += compaq-cc
SUBDIR += csharp-mode.el
SUBDIR += cu-prolog
SUBDIR += dice
SUBDIR += diveintopython
2007-06-01 19:16:40 +02:00
SUBDIR += dlv
SUBDIR += drscheme
1998-07-12 23:59:15 +02:00
SUBDIR += dylan
SUBDIR += ecl
1995-10-03 12:45:15 +01:00
SUBDIR += eiffel
SUBDIR += elan
SUBDIR += elisp-manual
1995-10-03 12:45:15 +01:00
SUBDIR += elk
SUBDIR += emacs-lisp-intro
SUBDIR += embryo
SUBDIR += eperl
1998-12-24 19:12:31 +01:00
SUBDIR += erlang
SUBDIR += erlang-doc
SUBDIR += erlang-lite
SUBDIR += etoile-io
SUBDIR += execline
SUBDIR += expect
SUBDIR += expect-devel
SUBDIR += ezm3
1999-04-25 00:51:09 +02:00
SUBDIR += f2c
SUBDIR += f77
SUBDIR += fasm
SUBDIR += fbbi
SUBDIR += ferite
SUBDIR += ficl-devel
SUBDIR += fpc
SUBDIR += fpc-base
SUBDIR += fpc-docs
SUBDIR += fpc-tcl
SUBDIR += fpc-units
SUBDIR += fpc-utils
SUBDIR += freetxl
SUBDIR += g95
SUBDIR += gambas
SUBDIR += gambc
SUBDIR += gauche
1998-10-21 20:53:16 +02:00
SUBDIR += gawk
SUBDIR += gcc-ooo
1998-01-16 11:17:20 +01:00
SUBDIR += gcc28
SUBDIR += gcc295
SUBDIR += gcc32
SUBDIR += gcc33
SUBDIR += gcc34
SUBDIR += gcc41
SUBDIR += gcc41-withgcjawt
SUBDIR += gcc42
SUBDIR += gcc42-withgcjawt
SUBDIR += gcc43
SUBDIR += gcc44
1995-10-03 12:45:15 +01:00
SUBDIR += gcl
SUBDIR += gdc
SUBDIR += gforth
1999-11-10 18:25:54 +01:00
SUBDIR += ghc
SUBDIR += ghc-doc
1996-04-12 10:30:51 +02:00
SUBDIR += gnat
SUBDIR += gnat-doc-html
SUBDIR += gnat-doc-info
SUBDIR += gnat-doc-ps
SUBDIR += gnat-doc-texi
SUBDIR += gnat-doc-txt
SUBDIR += gnat-gcc41
SUBDIR += gnat-gcc42
SUBDIR += gnat-gcc43
SUBDIR += gnat-glade
SUBDIR += gnustep-base
SUBDIR += gnustep-guile
SUBDIR += gnustep-objc
SUBDIR += gpc
SUBDIR += gprolog
SUBDIR += groovy
SUBDIR += gscheme
SUBDIR += guile
SUBDIR += harbour
SUBDIR += haskell-mode.el
SUBDIR += hope
SUBDIR += huc
1997-11-24 01:10:48 +01:00
SUBDIR += hugs
SUBDIR += icc
SUBDIR += icc7
1998-12-20 00:53:03 +01:00
SUBDIR += ici
1995-10-03 12:45:15 +01:00
SUBDIR += icon
SUBDIR += ifc
2004-02-01 00:10:37 +01:00
SUBDIR += ifc7
SUBDIR += imp-interpreter
1999-06-11 02:14:02 +02:00
SUBDIR += intel2gas
1998-04-18 00:07:04 +02:00
SUBDIR += intercal
SUBDIR += io
SUBDIR += ironpython
1995-10-03 12:45:15 +01:00
SUBDIR += itcl
SUBDIR += jakarta-commons-jelly
SUBDIR += jruby
SUBDIR += jython
SUBDIR += kawa
SUBDIR += klogoturtle
SUBDIR += klone
SUBDIR += kroc
SUBDIR += lafontaine
SUBDIR += libjit
1999-11-11 11:19:54 +01:00
SUBDIR += librep
SUBDIR += libstdc++_stldoc_3.4.0
SUBDIR += libstdc++_stldoc_4.2.2
2002-05-06 21:03:47 +02:00
SUBDIR += libutils
SUBDIR += linux-j
SUBDIR += linux-libg2c
SUBDIR += linux-libperl5.8
SUBDIR += llvm-gcc4
1995-10-03 12:45:15 +01:00
SUBDIR += logo
1999-07-06 03:28:42 +02:00
SUBDIR += lua
SUBDIR += lua-mode.el
SUBDIR += lua4
SUBDIR += lua50
SUBDIR += lush
Add maude. Maude is a high-performance reflective language and system supporting both equational and rewriting logic specification and programming for a wide range of applications. Maude has been influenced in important ways by the OBJ3 language, which can be regarded as an equational logic sublanguage. Besides supporting equational specification and programming, Maude also supports rewriting logic computation. Rewriting logic is a logic of concurrent change that can naturally deal with state and with concurrent computations. It has good properties as a general semantic framework for giving executable semantics to a wide range of languages and models of concurrency. In particular, it supports very well concurrent object-oriented computation. The same reasons making rewriting logic a good semantic framework make it also a good logical framework, that is, a metalogic in which many other logics can be naturally represented and executed. Maude supports in a systematic and efficient way logical reflection. This makes Maude remarkably extensible and powerful, supports an extensible algebra of module composition operations, and allows many advanced metaprogramming and metalanguage applications. Indeed, some of the most interesting applications of Maude are metalanguage applications, in which Maude is used to create executable environments for different logics, theorem provers, languages, and models of computation. WWW: http://maude.cs.uiuc.edu/ PR: ports/94986 Submitted by: Rick van der Zwet <rick@traffie.wzoeterwoude.net>
2006-04-06 00:32:56 +02:00
SUBDIR += maude
1999-01-18 05:51:04 +01:00
SUBDIR += mawk
SUBDIR += mdk
SUBDIR += metaocaml
1995-10-03 12:45:15 +01:00
SUBDIR += mit-scheme
SUBDIR += mixal
SUBDIR += ml-pnet
SUBDIR += mlton
SUBDIR += mmix
2002-07-22 15:41:43 +02:00
SUBDIR += mono
1996-07-28 16:43:05 +02:00
SUBDIR += moscow_ml
SUBDIR += mozart
SUBDIR += mpd
SUBDIR += munger
1998-11-10 03:07:32 +01:00
SUBDIR += nawk
SUBDIR += nbc
SUBDIR += neko
SUBDIR += nesasm
SUBDIR += newlisp
SUBDIR += nhc98
SUBDIR += nickle
SUBDIR += njs
SUBDIR += nml
1999-08-15 00:09:02 +02:00
SUBDIR += nqc
SUBDIR += nwcc
1997-10-09 11:01:55 +02:00
SUBDIR += objc
1997-01-03 12:26:54 +01:00
SUBDIR += ocaml
SUBDIR += ocaml-camlidl
SUBDIR += ocaml-doc
SUBDIR += ocaml-examples
SUBDIR += ocaml-mode.el
SUBDIR += ocaml-nox11
SUBDIR += ocamlduce
SUBDIR += ocs
SUBDIR += ofc
SUBDIR += ohugs
2001-07-18 11:13:01 +02:00
SUBDIR += onyx
SUBDIR += oo2c
SUBDIR += oorexx
SUBDIR += open-cobol
SUBDIR += opendylan
SUBDIR += osb-jscore
1999-04-30 20:17:37 +02:00
SUBDIR += otcl
1995-10-03 12:45:15 +01:00
SUBDIR += p2c
SUBDIR += p5-Data-JavaScript
2000-06-22 13:09:13 +02:00
SUBDIR += p5-Error
2000-02-20 23:03:49 +01:00
SUBDIR += p5-Expect
1999-12-07 22:19:30 +01:00
SUBDIR += p5-F77
SUBDIR += p5-Interpolation
SUBDIR += p5-JSAN
SUBDIR += p5-JavaScript
SUBDIR += p5-JavaScript-SpiderMonkey
SUBDIR += p5-JavaScript-Squish
SUBDIR += p5-List-MoreUtils
SUBDIR += p5-Perl6-Subs
SUBDIR += p5-Pugs-Compiler-Rule
SUBDIR += p5-Quantum-Superpositions
SUBDIR += p5-Scalar-List-Utils
SUBDIR += p5-Switch
1997-08-19 09:10:14 +02:00
SUBDIR += p5-Tcl
SUBDIR += p5-ePerl
SUBDIR += p5-v6
SUBDIR += parrot
1995-10-03 12:45:15 +01:00
SUBDIR += pbasic
SUBDIR += pcc
SUBDIR += pecl-perl
1995-10-03 12:45:15 +01:00
SUBDIR += perl5
2002-07-21 19:09:12 +02:00
SUBDIR += perl5.8
SUBDIR += pexts
SUBDIR += pfe-devel
SUBDIR += phc
SUBDIR += php-mode.el
SUBDIR += php4
SUBDIR += php4-extensions
2004-07-19 10:09:11 +02:00
SUBDIR += php4-overload
SUBDIR += php5
SUBDIR += php5-extensions
SUBDIR += php_doc
SUBDIR += pike72
2004-05-05 23:55:33 +02:00
SUBDIR += pike76
2000-02-10 06:51:40 +01:00
SUBDIR += pm3-base
SUBDIR += pm3-forms
SUBDIR += pm3-gui
2000-02-14 00:58:23 +01:00
SUBDIR += pm3-m3tk
2000-02-10 06:51:40 +01:00
SUBDIR += pm3-net
2000-02-14 00:58:23 +01:00
SUBDIR += pm3-netobj
SUBDIR += pnet
SUBDIR += pnet-base
SUBDIR += pnetc
SUBDIR += pnetlib
SUBDIR += polyml
1998-03-27 11:53:24 +01:00
SUBDIR += ptoc
SUBDIR += pugs
SUBDIR += py-compiler
SUBDIR += py-mx-base
SUBDIR += py-prolog
1995-10-03 12:45:15 +01:00
SUBDIR += python
1999-06-02 12:25:07 +02:00
SUBDIR += python-doc-html
SUBDIR += python-doc-pdf-a4
SUBDIR += python-doc-pdf-letter
SUBDIR += python-doc-postscript-a4
SUBDIR += python-doc-postscript-letter
SUBDIR += python-mode.el
SUBDIR += python23
SUBDIR += python24
SUBDIR += python25
SUBDIR += q
SUBDIR += qscheme
SUBDIR += quack
2000-08-27 08:17:13 +02:00
SUBDIR += ratfor
1996-09-23 17:55:44 +02:00
SUBDIR += rexx-imc
2003-11-09 17:20:52 +01:00
SUBDIR += rexx-regina
SUBDIR += rexx-wrapper
SUBDIR += rhino
SUBDIR += rscheme
SUBDIR += ruby-doc-stdlib
SUBDIR += ruby-extensions
SUBDIR += ruby-js
SUBDIR += ruby-lua
SUBDIR += ruby-lua4
SUBDIR += ruby-man
SUBDIR += ruby-mode.el
SUBDIR += ruby-perl
SUBDIR += ruby-programmingruby
SUBDIR += ruby-reference
SUBDIR += ruby-usersguide
SUBDIR += ruby18
SUBDIR += ruby19
SUBDIR += sather-specification
SUBDIR += sather-tutorial
2003-01-15 12:25:05 +01:00
SUBDIR += sbcl
1995-10-03 12:45:15 +01:00
SUBDIR += scheme48
SUBDIR += schemetoc
SUBDIR += scm
SUBDIR += screamer
SUBDIR += scriba
SUBDIR += scsh
SUBDIR += sdcc
SUBDIR += sdcc-devel
SUBDIR += see
SUBDIR += see-devel
1999-04-28 11:47:15 +02:00
SUBDIR += siod
SUBDIR += sisc
SUBDIR += sketchy
1998-08-25 16:24:07 +02:00
SUBDIR += slib
SUBDIR += slib-gauche
SUBDIR += slib-guile
SUBDIR += slisp
1995-10-03 12:45:15 +01:00
SUBDIR += smalltalk
SUBDIR += smarteiffel
SUBDIR += sml-mode.el
1998-07-15 12:11:23 +02:00
SUBDIR += sml-nj
SUBDIR += sml-nj-devel
SUBDIR += snobol4
SUBDIR += spidermonkey
SUBDIR += spl
SUBDIR += squeak
SUBDIR += squirrel
1997-06-26 13:35:58 +02:00
SUBDIR += sr
SUBDIR += starlogo
SUBDIR += steptalk
SUBDIR += stklos
SUBDIR += stldoc
1996-10-25 12:35:48 +02:00
SUBDIR += swi-pl
SUBDIR += sxm
SUBDIR += t3x
SUBDIR += tcl-manual
SUBDIR += tcl-wrapper
1997-08-20 22:02:42 +02:00
SUBDIR += tcl80
SUBDIR += tcl82
SUBDIR += tcl83
SUBDIR += tcl84
SUBDIR += tcl84-thread
SUBDIR += tcl85
SUBDIR += tcl85-thread
SUBDIR += tclX
SUBDIR += tcltutor
2000-10-26 17:36:48 +02:00
SUBDIR += tinycobol
SUBDIR += tolua
SUBDIR += tolua++
SUBDIR += tolua4
SUBDIR += tolua50
SUBDIR += treecc
SUBDIR += tuareg-mode.el
SUBDIR += twelf
SUBDIR += vala
SUBDIR += visualworks
1999-11-01 04:47:19 +01:00
SUBDIR += wamcc
SUBDIR += whitespace
SUBDIR += xds
SUBDIR += xds-c
SUBDIR += xotcl
SUBDIR += xsb
SUBDIR += yabasic
SUBDIR += yarv
1997-11-24 10:24:06 +01:00
SUBDIR += yorick
2002-11-27 21:28:08 +01:00
SUBDIR += yorick-doc
.include <bsd.port.subdir.mk>