1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1995-05-13 09:55:10 +02:00
|
|
|
#
|
1994-12-07 21:05:18 +01:00
|
|
|
|
2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = Programming languages
|
|
|
|
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += Gofer
|
|
|
|
SUBDIR += STk
|
|
|
|
SUBDIR += Sather
|
1998-04-18 16:01:04 +02:00
|
|
|
SUBDIR += TenDRA
|
2006-07-25 09:34:24 +02:00
|
|
|
SUBDIR += abcl
|
2005-02-19 20:54:55 +01:00
|
|
|
SUBDIR += afnix
|
2003-09-28 12:57:21 +02:00
|
|
|
SUBDIR += alisp
|
2006-06-15 16:54:57 +02:00
|
|
|
SUBDIR += arena
|
2004-10-14 10:51:02 +02:00
|
|
|
SUBDIR += asn1c
|
1997-11-20 06:26:32 +01:00
|
|
|
SUBDIR += atlast
|
2001-05-31 18:33:18 +02:00
|
|
|
SUBDIR += awka
|
2007-07-11 21:18:08 +02:00
|
|
|
SUBDIR += bas2tap
|
2003-09-27 09:16:27 +02:00
|
|
|
SUBDIR += bf2c
|
2003-01-20 06:06:33 +01:00
|
|
|
SUBDIR += bigloo
|
2009-09-07 19:00:23 +02:00
|
|
|
SUBDIR += boo
|
2008-06-23 16:18:22 +02:00
|
|
|
SUBDIR += bsh
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += bwbasic
|
1998-07-28 08:47:27 +02:00
|
|
|
SUBDIR += caml-light
|
2000-07-28 12:45:43 +02:00
|
|
|
SUBDIR += ccscript
|
2005-06-19 16:38:51 +02:00
|
|
|
SUBDIR += cduce
|
2008-12-05 14:30:06 +01:00
|
|
|
SUBDIR += cfortran
|
2003-04-04 23:40:54 +02:00
|
|
|
SUBDIR += chicken
|
1996-12-04 09:03:09 +01:00
|
|
|
SUBDIR += cim
|
2007-08-21 11:43:13 +02:00
|
|
|
SUBDIR += cint
|
2006-12-19 09:50:06 +01:00
|
|
|
SUBDIR += clips
|
2000-02-13 03:18:18 +01:00
|
|
|
SUBDIR += clisp
|
2007-10-21 04:49:51 +02:00
|
|
|
SUBDIR += clojure
|
2008-12-26 06:34:51 +01:00
|
|
|
SUBDIR += clojure-mode.el
|
1997-07-15 17:34:10 +02:00
|
|
|
SUBDIR += cmucl
|
2003-01-18 06:11:46 +01:00
|
|
|
SUBDIR += cmucl-extra
|
2003-01-18 11:12:08 +01:00
|
|
|
SUBDIR += cocor
|
2000-12-08 11:30:23 +01:00
|
|
|
SUBDIR += compaq-cc
|
cparser is a C compiler, which can parse C89 and C99 as well as many GCC and
some MSVC extensions. It also provides many useful analyses for warnings. It
uses libFIRM, which provides a SSA-based intermediate representation in form of
explicit dependency graphs, for optimization and code generation. Parsing is
done with a handwritten recursive descent parser. The AST representation is
straightforward, so it can be used for other purposes than code generation.
* fast recursive descent parser, parses C89 and C99
* handles most GCC extensions, f.e. __attribute__, inline assembler,
computed goto, statement expressions
* handles some MSVC extensions (like declspec)
* provides many useful warnings
* format string checker for char and wchar_t
* unreachable code analysis
* missing return statement check, which pinpoints exact location(s)
* write-only/-self variables detection
* missing and redundant forward declarations
* most warnings switches, which are available for GCC
* provides concise messages in case of error, for example when encountering
misspelled typenames
* compiler driver compatible with with GCC (-fxxx, -Wxxx, -M, ...)
* uses libFIRM for optimization and code generation (devel/libfirm)
WWW: http://www.libfirm.org
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
2008-11-24 10:33:54 +01:00
|
|
|
SUBDIR += cparser
|
2006-06-19 12:02:05 +02:00
|
|
|
SUBDIR += csharp-mode.el
|
1999-12-29 10:19:39 +01:00
|
|
|
SUBDIR += cu-prolog
|
2008-11-09 23:56:35 +01:00
|
|
|
SUBDIR += cython
|
2002-02-22 15:06:04 +01:00
|
|
|
SUBDIR += dice
|
2001-04-27 19:38:02 +02:00
|
|
|
SUBDIR += diveintopython
|
2007-06-01 19:16:40 +02:00
|
|
|
SUBDIR += dlv
|
2001-06-26 11:19:52 +02:00
|
|
|
SUBDIR += drscheme
|
1998-07-12 23:59:15 +02:00
|
|
|
SUBDIR += dylan
|
2004-07-25 11:58:58 +02:00
|
|
|
SUBDIR += ecl
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += eiffel
|
2005-12-27 22:14:39 +01:00
|
|
|
SUBDIR += elan
|
1998-04-27 16:54:10 +02:00
|
|
|
SUBDIR += elisp-manual
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += elk
|
1998-04-27 16:54:10 +02:00
|
|
|
SUBDIR += emacs-lisp-intro
|
2004-08-08 17:48:21 +02:00
|
|
|
SUBDIR += embryo
|
1997-05-03 21:35:59 +02:00
|
|
|
SUBDIR += eperl
|
1998-12-24 19:12:31 +01:00
|
|
|
SUBDIR += erlang
|
2006-05-09 14:11:07 +02:00
|
|
|
SUBDIR += erlang-lite
|
2008-11-29 13:27:35 +01:00
|
|
|
SUBDIR += etoile-compiler
|
2006-12-29 18:47:28 +01:00
|
|
|
SUBDIR += etoile-io
|
2008-11-26 21:58:04 +01:00
|
|
|
SUBDIR += etoile-languagekit
|
2009-03-20 10:24:48 +01:00
|
|
|
SUBDIR += etoile-lkplugins
|
2008-11-24 19:15:34 +01:00
|
|
|
SUBDIR += etoile-scriptkit
|
2008-11-27 19:21:30 +01:00
|
|
|
SUBDIR += etoile-smalltalkkit
|
2003-10-24 23:41:31 +02:00
|
|
|
SUBDIR += execline
|
1996-02-07 11:09:38 +01:00
|
|
|
SUBDIR += expect
|
2007-10-17 14:14:17 +02:00
|
|
|
SUBDIR += expect-devel
|
2002-01-01 23:23:50 +01:00
|
|
|
SUBDIR += ezm3
|
1999-04-25 00:51:09 +02:00
|
|
|
SUBDIR += f2c
|
|
|
|
SUBDIR += f77
|
2007-02-22 12:15:01 +01:00
|
|
|
SUBDIR += fasm
|
2001-12-22 15:55:03 +01:00
|
|
|
SUBDIR += fbbi
|
2001-10-14 16:45:04 +02:00
|
|
|
SUBDIR += ferite
|
2003-12-08 20:00:36 +01:00
|
|
|
SUBDIR += ficl-devel
|
2001-12-09 03:28:27 +01:00
|
|
|
SUBDIR += fpc
|
2004-04-12 23:58:15 +02:00
|
|
|
SUBDIR += fpc-base
|
2004-03-08 18:40:37 +01:00
|
|
|
SUBDIR += fpc-docs
|
2006-06-21 18:05:36 +02:00
|
|
|
SUBDIR += fpc-tcl
|
2006-06-21 18:21:45 +02:00
|
|
|
SUBDIR += fpc-units
|
2006-07-24 13:21:27 +02:00
|
|
|
SUBDIR += fpc-utils
|
2003-12-14 22:50:44 +01:00
|
|
|
SUBDIR += freetxl
|
2009-05-10 12:46:38 +02:00
|
|
|
SUBDIR += fsharp
|
2007-01-30 02:03:17 +01:00
|
|
|
SUBDIR += g95
|
2004-03-25 19:10:26 +01:00
|
|
|
SUBDIR += gambas
|
- New port: lang/gambas2
Gambas is a free development environment based on a Basic interpreter with
object extensions, a bit like Visual Basic (but it is NOT a clone !).
With Gambas, you can quickly design your program GUI with QT or GTK+, access
MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications
with DCOP, translate your program into any language, create network applications
easily, make 3D OpenGL applications, make CGI web applications, and so on.
(meta port)
WWW: http://gambas.sf.net/
2009-05-09 03:47:55 +02:00
|
|
|
SUBDIR += gambas2
|
- New port: lang/gambas2-base
Gambas is a free development environment based on a Basic interpreter with
object extensions, a bit like Visual Basic (but it is NOT a clone !).
With Gambas, you can quickly design your program GUI with QT or GTK+, access
MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications
with DCOP, translate your program into any language, create network applications
easily, make 3D OpenGL applications, make CGI web applications, and so on.
WWW: http://gambas.sf.net/
2009-05-09 02:53:57 +02:00
|
|
|
SUBDIR += gambas2-base
|
2009-05-09 02:59:54 +02:00
|
|
|
SUBDIR += gambas2-components
|
2009-05-09 03:49:24 +02:00
|
|
|
SUBDIR += gambas2-examples
|
2008-07-25 05:07:49 +02:00
|
|
|
SUBDIR += gambit-c
|
2002-09-09 20:47:42 +02:00
|
|
|
SUBDIR += gauche
|
1998-10-21 20:53:16 +02:00
|
|
|
SUBDIR += gawk
|
2003-11-22 11:35:13 +01:00
|
|
|
SUBDIR += gcc34
|
2005-12-11 23:49:57 +01:00
|
|
|
SUBDIR += gcc42
|
2006-11-06 11:39:12 +01:00
|
|
|
SUBDIR += gcc43
|
2008-03-01 21:18:34 +01:00
|
|
|
SUBDIR += gcc44
|
2009-04-08 01:40:48 +02:00
|
|
|
SUBDIR += gcc45
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += gcl
|
2004-11-18 17:10:56 +01:00
|
|
|
SUBDIR += gdc
|
2000-10-21 21:29:01 +02:00
|
|
|
SUBDIR += gforth
|
1999-11-10 18:25:54 +01:00
|
|
|
SUBDIR += ghc
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += gjs
|
1996-04-12 10:30:51 +02:00
|
|
|
SUBDIR += gnat
|
2001-12-05 06:44:18 +01:00
|
|
|
SUBDIR += gnat-doc-html
|
2001-12-05 07:05:15 +01:00
|
|
|
SUBDIR += gnat-doc-info
|
2001-12-05 07:06:22 +01:00
|
|
|
SUBDIR += gnat-doc-ps
|
2001-12-05 07:07:24 +01:00
|
|
|
SUBDIR += gnat-doc-texi
|
2001-12-05 07:08:19 +01:00
|
|
|
SUBDIR += gnat-doc-txt
|
2006-09-04 18:28:30 +02:00
|
|
|
SUBDIR += gnat-gcc41
|
2007-05-03 17:14:18 +02:00
|
|
|
SUBDIR += gnat-gcc42
|
2007-06-14 20:04:12 +02:00
|
|
|
SUBDIR += gnat-gcc43
|
2009-11-11 02:32:26 +01:00
|
|
|
SUBDIR += gnat-gcc44
|
2000-07-31 17:01:38 +02:00
|
|
|
SUBDIR += gnat-glade
|
2001-06-26 14:18:05 +02:00
|
|
|
SUBDIR += gnustep-base
|
|
|
|
SUBDIR += gnustep-guile
|
|
|
|
SUBDIR += gnustep-objc
|
2006-07-03 02:24:09 +02:00
|
|
|
SUBDIR += gpc
|
2001-07-08 09:57:56 +02:00
|
|
|
SUBDIR += gprolog
|
2005-02-21 12:21:18 +01:00
|
|
|
SUBDIR += groovy
|
2006-11-18 10:55:59 +01:00
|
|
|
SUBDIR += gscheme
|
1997-11-09 15:14:57 +01:00
|
|
|
SUBDIR += guile
|
2004-01-19 07:24:52 +01:00
|
|
|
SUBDIR += harbour
|
2004-03-06 22:53:20 +01:00
|
|
|
SUBDIR += haskell-mode.el
|
2008-06-02 21:46:21 +02:00
|
|
|
SUBDIR += hla
|
2001-10-17 20:21:24 +02:00
|
|
|
SUBDIR += hope
|
2003-12-29 08:42:41 +01:00
|
|
|
SUBDIR += huc
|
1997-11-24 01:10:48 +01:00
|
|
|
SUBDIR += hugs
|
2002-03-26 18:01:09 +01:00
|
|
|
SUBDIR += icc
|
2004-01-11 16:34:17 +01:00
|
|
|
SUBDIR += icc7
|
1998-12-20 00:53:03 +01:00
|
|
|
SUBDIR += ici
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += icon
|
2002-07-08 05:14:41 +02:00
|
|
|
SUBDIR += ifc
|
2004-02-01 00:10:37 +01:00
|
|
|
SUBDIR += ifc7
|
Ikarus Scheme is a free optimizing incremental native-code compiler
for Scheme as specified in the Revised^6 Report on the Algorithmic
Language Scheme.
Ikarus Scheme is an optimizing compiler, so your Scheme code will
run fast without the need to port hot spots to C "for performance".
With an incremental compiler, you don't need a separate compilation
step to make your program run fast. The best part is that the
compiler itself is fast, capable of compiling thousands of lines
of code per second.
Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts,
record types, condition system, exception handling, unicode strings,
bytevectors, hashtable, and enumerations are among the supported
features.
WWW: http://www.ikarus-scheme.org/
2009-04-29 16:52:15 +02:00
|
|
|
SUBDIR += ikarus
|
2006-08-17 23:16:30 +02:00
|
|
|
SUBDIR += imp-interpreter
|
1999-06-11 02:14:02 +02:00
|
|
|
SUBDIR += intel2gas
|
1998-04-18 00:07:04 +02:00
|
|
|
SUBDIR += intercal
|
2005-11-04 14:36:09 +01:00
|
|
|
SUBDIR += io
|
2004-07-29 08:10:47 +02:00
|
|
|
SUBDIR += ironpython
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += itcl
|
2005-08-01 17:11:30 +02:00
|
|
|
SUBDIR += jakarta-commons-jelly
|
2001-09-20 11:18:26 +02:00
|
|
|
SUBDIR += jruby
|
2001-04-07 06:56:17 +02:00
|
|
|
SUBDIR += jython
|
2002-04-13 12:38:36 +02:00
|
|
|
SUBDIR += kawa
|
2003-07-23 12:12:58 +02:00
|
|
|
SUBDIR += klogoturtle
|
2001-08-23 13:30:40 +02:00
|
|
|
SUBDIR += klone
|
2006-01-16 12:14:42 +01:00
|
|
|
SUBDIR += kroc
|
2002-09-06 09:07:14 +02:00
|
|
|
SUBDIR += lafontaine
|
2009-06-21 12:20:37 +02:00
|
|
|
SUBDIR += libhx
|
2004-04-29 10:30:56 +02:00
|
|
|
SUBDIR += libjit
|
1999-11-11 11:19:54 +01:00
|
|
|
SUBDIR += librep
|
2008-01-18 15:42:01 +01:00
|
|
|
SUBDIR += libstdc++_stldoc_3.4.0
|
2008-01-18 21:49:55 +01:00
|
|
|
SUBDIR += libstdc++_stldoc_4.2.2
|
2002-05-06 21:03:47 +02:00
|
|
|
SUBDIR += libutils
|
2009-06-01 19:26:31 +02:00
|
|
|
SUBDIR += linux-f10-libg2c
|
|
|
|
SUBDIR += linux-f10-tcl85
|
2009-04-01 17:25:39 +02:00
|
|
|
SUBDIR += linux-f8-libg2c
|
2009-04-06 16:19:16 +02:00
|
|
|
SUBDIR += linux-f8-tcl84
|
2001-12-19 05:10:23 +01:00
|
|
|
SUBDIR += linux-j
|
2006-07-05 23:07:29 +02:00
|
|
|
SUBDIR += linux-libg2c
|
2005-12-11 17:52:44 +01:00
|
|
|
SUBDIR += linux-libperl5.8
|
2007-07-25 20:56:38 +02:00
|
|
|
SUBDIR += llvm-gcc4
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += logo
|
1999-07-06 03:28:42 +02:00
|
|
|
SUBDIR += lua
|
2004-03-11 22:05:44 +01:00
|
|
|
SUBDIR += lua-mode.el
|
2003-05-11 00:29:24 +02:00
|
|
|
SUBDIR += lua4
|
2006-05-03 14:37:03 +02:00
|
|
|
SUBDIR += lua50
|
2004-01-05 05:21:24 +01:00
|
|
|
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
|
2001-04-02 08:01:23 +02:00
|
|
|
SUBDIR += mdk
|
2005-06-27 16:05:52 +02:00
|
|
|
SUBDIR += metaocaml
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += mit-scheme
|
1996-12-25 13:14:02 +01:00
|
|
|
SUBDIR += mixal
|
2004-03-06 18:08:04 +01:00
|
|
|
SUBDIR += ml-pnet
|
2005-12-01 03:21:07 +01:00
|
|
|
SUBDIR += mlton
|
2000-11-06 08:43:30 +01:00
|
|
|
SUBDIR += mmix
|
2002-07-22 15:41:43 +02:00
|
|
|
SUBDIR += mono
|
2009-06-23 13:46:02 +02:00
|
|
|
SUBDIR += mono-basic
|
1996-07-28 16:43:05 +02:00
|
|
|
SUBDIR += moscow_ml
|
2008-08-17 20:24:33 +02:00
|
|
|
SUBDIR += mosh
|
2000-07-10 05:37:42 +02:00
|
|
|
SUBDIR += mozart
|
2007-02-09 05:12:38 +01:00
|
|
|
SUBDIR += mpd
|
2008-09-06 06:26:26 +02:00
|
|
|
SUBDIR += mtasc
|
2004-12-08 09:38:06 +01:00
|
|
|
SUBDIR += munger
|
1998-11-10 03:07:32 +01:00
|
|
|
SUBDIR += nawk
|
2008-05-16 17:05:26 +02:00
|
|
|
SUBDIR += nbc
|
2008-05-29 21:14:47 +02:00
|
|
|
SUBDIR += nbfc
|
2007-08-21 08:13:33 +02:00
|
|
|
SUBDIR += neko
|
2007-09-06 07:56:58 +02:00
|
|
|
SUBDIR += nesasm
|
2006-09-13 17:24:13 +02:00
|
|
|
SUBDIR += newlisp
|
2001-12-21 21:23:40 +01:00
|
|
|
SUBDIR += nhc98
|
2001-04-17 10:32:28 +02:00
|
|
|
SUBDIR += nickle
|
2002-01-22 12:52:52 +01:00
|
|
|
SUBDIR += njs
|
2001-08-18 09:48:50 +02:00
|
|
|
SUBDIR += nml
|
1999-08-15 00:09:02 +02:00
|
|
|
SUBDIR += nqc
|
2007-10-15 16:37:43 +02:00
|
|
|
SUBDIR += nwcc
|
1997-10-09 11:01:55 +02:00
|
|
|
SUBDIR += objc
|
1997-01-03 12:26:54 +01:00
|
|
|
SUBDIR += ocaml
|
2006-09-04 17:27:12 +02:00
|
|
|
SUBDIR += ocaml-camlidl
|
2004-02-27 08:51:03 +01:00
|
|
|
SUBDIR += ocaml-doc
|
2006-07-29 23:48:14 +02:00
|
|
|
SUBDIR += ocaml-examples
|
2001-10-23 11:06:17 +02:00
|
|
|
SUBDIR += ocaml-mode.el
|
2004-02-27 08:48:50 +01:00
|
|
|
SUBDIR += ocaml-nox11
|
2007-02-26 21:17:52 +01:00
|
|
|
SUBDIR += ocamlduce
|
2007-09-03 23:48:38 +02:00
|
|
|
SUBDIR += ocs
|
2006-06-24 19:54:22 +02:00
|
|
|
SUBDIR += ofc
|
2003-03-05 17:06:49 +01:00
|
|
|
SUBDIR += ohugs
|
2001-07-18 11:13:01 +02:00
|
|
|
SUBDIR += onyx
|
2000-06-30 04:56:21 +02:00
|
|
|
SUBDIR += oo2c
|
2005-09-12 19:33:44 +02:00
|
|
|
SUBDIR += oorexx
|
2002-08-06 15:09:46 +02:00
|
|
|
SUBDIR += open-cobol
|
2009-07-24 04:17:56 +02:00
|
|
|
SUBDIR += open-cobol-devel
|
2007-12-17 19:24:15 +01:00
|
|
|
SUBDIR += opendylan
|
2004-11-30 22:49:48 +01:00
|
|
|
SUBDIR += osb-jscore
|
1999-04-30 20:17:37 +02:00
|
|
|
SUBDIR += otcl
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += p2c
|
2001-10-09 20:55:53 +02:00
|
|
|
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
|
2005-12-08 10:31:45 +01:00
|
|
|
SUBDIR += p5-Interpolation
|
2006-12-25 04:28:36 +01:00
|
|
|
SUBDIR += p5-JSAN
|
2006-06-02 15:24:55 +02:00
|
|
|
SUBDIR += p5-JavaScript
|
2005-07-16 17:23:22 +02:00
|
|
|
SUBDIR += p5-JavaScript-SpiderMonkey
|
2005-10-11 14:36:48 +02:00
|
|
|
SUBDIR += p5-JavaScript-Squish
|
2005-04-03 14:51:32 +02:00
|
|
|
SUBDIR += p5-List-MoreUtils
|
2006-01-08 00:57:34 +01:00
|
|
|
SUBDIR += p5-Perl6-Subs
|
2006-08-01 03:39:58 +02:00
|
|
|
SUBDIR += p5-Pugs-Compiler-Rule
|
2006-06-01 09:25:40 +02:00
|
|
|
SUBDIR += p5-Quantum-Superpositions
|
2001-12-19 15:26:19 +01:00
|
|
|
SUBDIR += p5-Scalar-List-Utils
|
2001-04-28 17:08:08 +02:00
|
|
|
SUBDIR += p5-Switch
|
1997-08-19 09:10:14 +02:00
|
|
|
SUBDIR += p5-Tcl
|
2009-09-01 20:07:07 +02:00
|
|
|
SUBDIR += p5-Try-Tiny
|
1997-08-19 09:10:14 +02:00
|
|
|
SUBDIR += p5-ePerl
|
2009-08-04 13:36:50 +02:00
|
|
|
SUBDIR += p5-signatures
|
2006-08-01 04:32:22 +02:00
|
|
|
SUBDIR += p5-v6
|
2005-04-15 19:01:21 +02:00
|
|
|
SUBDIR += parrot
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += pbasic
|
2007-09-18 04:48:52 +02:00
|
|
|
SUBDIR += pcc
|
2007-03-03 11:06:17 +01:00
|
|
|
SUBDIR += pecl-perl
|
2002-07-21 19:09:12 +02:00
|
|
|
SUBDIR += perl5.8
|
2009-03-28 21:45:10 +01:00
|
|
|
SUBDIR += perl5.10
|
2009-05-21 22:07:38 +02:00
|
|
|
SUBDIR += petite-chez
|
2003-02-12 10:17:41 +01:00
|
|
|
SUBDIR += pexts
|
2000-10-30 03:31:15 +01:00
|
|
|
SUBDIR += pfe-devel
|
2006-07-14 00:07:11 +02:00
|
|
|
SUBDIR += phc
|
2002-06-21 22:06:20 +02:00
|
|
|
SUBDIR += php-mode.el
|
2003-05-22 20:26:28 +02:00
|
|
|
SUBDIR += php4
|
2004-07-19 11:32:08 +02:00
|
|
|
SUBDIR += php4-extensions
|
2004-07-19 10:09:11 +02:00
|
|
|
SUBDIR += php4-overload
|
2003-07-16 12:59:22 +02:00
|
|
|
SUBDIR += php5
|
2004-07-19 11:33:20 +02:00
|
|
|
SUBDIR += php5-extensions
|
2001-04-24 20:06:38 +02:00
|
|
|
SUBDIR += php_doc
|
2002-10-27 06:12:24 +01:00
|
|
|
SUBDIR += pike72
|
2004-05-05 23:55:33 +02:00
|
|
|
SUBDIR += pike76
|
2009-05-18 20:05:00 +02:00
|
|
|
SUBDIR += pike78
|
2008-07-08 20:37:44 +02:00
|
|
|
SUBDIR += plt-scheme
|
2004-03-06 18:08:04 +01:00
|
|
|
SUBDIR += pnet
|
|
|
|
SUBDIR += pnet-base
|
|
|
|
SUBDIR += pnetc
|
|
|
|
SUBDIR += pnetlib
|
2005-07-29 09:19:56 +02:00
|
|
|
SUBDIR += polyml
|
1998-03-27 11:53:24 +01:00
|
|
|
SUBDIR += ptoc
|
2005-03-15 04:05:04 +01:00
|
|
|
SUBDIR += pugs
|
2001-03-22 14:34:00 +01:00
|
|
|
SUBDIR += py-mx-base
|
2003-06-29 02:46:42 +02:00
|
|
|
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
|
2005-11-02 14:34:58 +01:00
|
|
|
SUBDIR += python-mode.el
|
2006-10-09 16:29:18 +02:00
|
|
|
SUBDIR += python24
|
|
|
|
SUBDIR += python25
|
2008-12-28 13:11:50 +01:00
|
|
|
SUBDIR += python26
|
2009-07-06 22:30:29 +02:00
|
|
|
SUBDIR += python31
|
2004-01-08 08:50:54 +01:00
|
|
|
SUBDIR += q
|
2009-11-13 03:08:43 +01:00
|
|
|
SUBDIR += qore
|
2002-06-27 16:32:30 +02:00
|
|
|
SUBDIR += qscheme
|
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
|
2003-11-09 18:18:50 +01:00
|
|
|
SUBDIR += rexx-wrapper
|
2008-01-28 00:10:45 +01:00
|
|
|
SUBDIR += rhino
|
2001-07-31 12:06:38 +02:00
|
|
|
SUBDIR += rscheme
|
2007-02-23 01:59:37 +01:00
|
|
|
SUBDIR += ruby-doc-stdlib
|
2007-01-05 08:55:20 +01:00
|
|
|
SUBDIR += ruby-extensions
|
2003-02-25 07:21:09 +01:00
|
|
|
SUBDIR += ruby-js
|
2001-08-30 10:13:20 +02:00
|
|
|
SUBDIR += ruby-lua
|
2004-12-25 20:08:59 +01:00
|
|
|
SUBDIR += ruby-lua4
|
2000-08-18 20:53:12 +02:00
|
|
|
SUBDIR += ruby-man
|
2001-05-06 00:38:22 +02:00
|
|
|
SUBDIR += ruby-mode.el
|
2000-08-11 12:57:44 +02:00
|
|
|
SUBDIR += ruby-perl
|
2001-03-07 18:50:50 +01:00
|
|
|
SUBDIR += ruby-programmingruby
|
2001-02-07 23:51:54 +01:00
|
|
|
SUBDIR += ruby-reference
|
2000-08-30 11:33:04 +02:00
|
|
|
SUBDIR += ruby-usersguide
|
2003-08-07 13:10:05 +02:00
|
|
|
SUBDIR += ruby18
|
2008-04-06 10:58:21 +02:00
|
|
|
SUBDIR += ruby19
|
2009-03-14 13:31:05 +01:00
|
|
|
SUBDIR += s9fes
|
2006-08-07 15:11:35 +02:00
|
|
|
SUBDIR += sather-specification
|
2006-08-07 15:12:12 +02:00
|
|
|
SUBDIR += sather-tutorial
|
2003-01-15 12:25:05 +01:00
|
|
|
SUBDIR += sbcl
|
2009-05-15 19:43:14 +02:00
|
|
|
SUBDIR += scala
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += scheme48
|
|
|
|
SUBDIR += schemetoc
|
|
|
|
SUBDIR += scm
|
2001-01-14 20:45:31 +01:00
|
|
|
SUBDIR += scriba
|
2002-06-04 02:26:27 +02:00
|
|
|
SUBDIR += scsh
|
2004-05-10 01:26:39 +02:00
|
|
|
SUBDIR += sdcc
|
2005-04-17 14:25:50 +02:00
|
|
|
SUBDIR += sdcc-devel
|
2005-04-15 19:08:03 +02:00
|
|
|
SUBDIR += see
|
2005-10-31 15:42:20 +01:00
|
|
|
SUBDIR += see-devel
|
2008-07-17 00:42:13 +02:00
|
|
|
SUBDIR += seed7
|
1999-04-28 11:47:15 +02:00
|
|
|
SUBDIR += siod
|
2003-04-04 22:52:05 +02:00
|
|
|
SUBDIR += sisc
|
2005-05-16 23:46:43 +02:00
|
|
|
SUBDIR += sketchy
|
1998-08-25 16:24:07 +02:00
|
|
|
SUBDIR += slib
|
2003-12-17 14:14:27 +01:00
|
|
|
SUBDIR += slib-gauche
|
2003-12-14 21:18:35 +01:00
|
|
|
SUBDIR += slib-guile
|
2001-08-29 14:39:06 +02:00
|
|
|
SUBDIR += slisp
|
1995-10-03 12:45:15 +01:00
|
|
|
SUBDIR += smalltalk
|
2003-01-06 16:42:41 +01:00
|
|
|
SUBDIR += smarteiffel
|
1999-12-27 10:41:33 +01:00
|
|
|
SUBDIR += sml-mode.el
|
1998-07-15 12:11:23 +02:00
|
|
|
SUBDIR += sml-nj
|
2000-05-29 08:18:23 +02:00
|
|
|
SUBDIR += sml-nj-devel
|
2006-12-08 07:22:12 +01:00
|
|
|
SUBDIR += snobol4
|
2003-04-27 03:46:49 +02:00
|
|
|
SUBDIR += spidermonkey
|
2002-03-02 23:40:17 +01:00
|
|
|
SUBDIR += spl
|
2004-06-03 09:15:49 +02:00
|
|
|
SUBDIR += squeak
|
- Add port lang/squirrel
- Register conflicts with archivers/squsq
Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory bandwidth,
and real-time requirements of applications like games. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.
Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.
WWW: http://squirrel-lang.org/
Author: Alberto Demichelis <alberto@ademichelis.com>
2007-07-14 14:17:12 +02:00
|
|
|
SUBDIR += squirrel
|
1997-06-26 13:35:58 +02:00
|
|
|
SUBDIR += sr
|
2009-10-24 12:28:02 +02:00
|
|
|
SUBDIR += stalin
|
1999-12-29 08:30:48 +01:00
|
|
|
SUBDIR += starlogo
|
2006-10-31 07:15:40 +01:00
|
|
|
SUBDIR += steptalk
|
2003-04-04 22:26:07 +02:00
|
|
|
SUBDIR += stklos
|
2002-03-29 10:36:42 +01:00
|
|
|
SUBDIR += stldoc
|
1996-10-25 12:35:48 +02:00
|
|
|
SUBDIR += swi-pl
|
2001-01-22 16:44:24 +01:00
|
|
|
SUBDIR += sxm
|
2000-12-19 12:26:48 +01:00
|
|
|
SUBDIR += t3x
|
2008-11-30 15:03:58 +01:00
|
|
|
SUBDIR += tcc
|
2001-12-19 20:49:39 +01:00
|
|
|
SUBDIR += tcl-manual
|
2009-03-03 00:50:32 +01:00
|
|
|
SUBDIR += tcl-modules
|
2007-03-27 12:52:18 +02:00
|
|
|
SUBDIR += tcl-wrapper
|
1999-09-05 18:32:10 +02:00
|
|
|
SUBDIR += tcl82
|
2000-01-05 19:33:13 +01:00
|
|
|
SUBDIR += tcl83
|
2001-12-24 12:29:35 +01:00
|
|
|
SUBDIR += tcl84
|
2005-07-17 19:01:46 +02:00
|
|
|
SUBDIR += tcl84-thread
|
2007-01-29 04:06:56 +01:00
|
|
|
SUBDIR += tcl85
|
2007-01-29 04:10:23 +01:00
|
|
|
SUBDIR += tcl85-thread
|
2009-02-07 22:36:04 +01:00
|
|
|
SUBDIR += tcl86
|
|
|
|
SUBDIR += tcl86-thread
|
2003-04-17 13:13:19 +02:00
|
|
|
SUBDIR += tclX
|
2001-01-05 18:26:22 +01:00
|
|
|
SUBDIR += tcltutor
|
2009-04-02 02:57:07 +02:00
|
|
|
SUBDIR += tinypy
|
2004-11-21 09:32:23 +01:00
|
|
|
SUBDIR += tolua
|
2006-01-23 00:42:31 +01:00
|
|
|
SUBDIR += tolua++
|
2008-08-11 00:42:41 +02:00
|
|
|
SUBDIR += tolua++50
|
2004-11-21 10:32:07 +01:00
|
|
|
SUBDIR += tolua4
|
2008-05-05 08:41:19 +02:00
|
|
|
SUBDIR += tolua50
|
2001-08-17 20:04:42 +02:00
|
|
|
SUBDIR += treecc
|
2008-02-21 00:22:14 +01:00
|
|
|
SUBDIR += tuareg-mode.el
|
2005-11-26 13:49:47 +01:00
|
|
|
SUBDIR += twelf
|
2009-12-06 17:17:29 +01:00
|
|
|
SUBDIR += u++
|
2008-08-25 23:11:18 +02:00
|
|
|
SUBDIR += ucc
|
2007-07-10 14:16:09 +02:00
|
|
|
SUBDIR += vala
|
2002-06-27 13:21:38 +02:00
|
|
|
SUBDIR += visualworks
|
2006-05-30 22:04:03 +02:00
|
|
|
SUBDIR += whitespace
|
2007-02-17 04:31:07 +01:00
|
|
|
SUBDIR += xds
|
2007-02-17 04:33:42 +01:00
|
|
|
SUBDIR += xds-c
|
2006-10-01 21:17:49 +02:00
|
|
|
SUBDIR += xotcl
|
2001-08-18 10:42:17 +02:00
|
|
|
SUBDIR += xsb
|
1999-12-25 16:09:02 +01:00
|
|
|
SUBDIR += yabasic
|
1997-11-24 10:24:06 +01:00
|
|
|
SUBDIR += yorick
|
2002-11-27 21:28:08 +01:00
|
|
|
SUBDIR += yorick-doc
|
2008-08-05 17:23:27 +02:00
|
|
|
SUBDIR += ypsilon
|
1994-08-21 21:07:45 +02:00
|
|
|
|
1994-08-22 13:26:08 +02:00
|
|
|
.include <bsd.port.subdir.mk>
|