1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-05-13 07:55:10 +00:00
|
|
|
#
|
1994-12-07 20:05:18 +00:00
|
|
|
|
2004-04-02 07:29:48 +00:00
|
|
|
COMMENT = Programming languages
|
|
|
|
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += Gofer
|
|
|
|
SUBDIR += STk
|
|
|
|
SUBDIR += Sather
|
2006-07-25 07:34:24 +00:00
|
|
|
SUBDIR += abcl
|
2013-07-21 14:26:31 +00:00
|
|
|
SUBDIR += adacontrol
|
2005-02-19 19:54:55 +00:00
|
|
|
SUBDIR += afnix
|
2010-09-09 21:19:13 +00:00
|
|
|
SUBDIR += algol68g
|
2011-06-18 18:56:38 +00:00
|
|
|
SUBDIR += alisp
|
2013-08-12 07:56:01 +00:00
|
|
|
SUBDIR += angelscript
|
2006-06-15 14:54:57 +00:00
|
|
|
SUBDIR += arena
|
2013-07-21 14:17:04 +00:00
|
|
|
SUBDIR += asis
|
2004-10-14 08:51:02 +00:00
|
|
|
SUBDIR += asn1c
|
1997-11-20 05:26:32 +00:00
|
|
|
SUBDIR += atlast
|
2011-10-14 17:00:39 +00:00
|
|
|
SUBDIR += ats
|
2001-05-31 16:33:18 +00:00
|
|
|
SUBDIR += awka
|
2007-07-11 19:18:08 +00:00
|
|
|
SUBDIR += bas2tap
|
2011-10-11 06:50:56 +00:00
|
|
|
SUBDIR += basic256
|
2003-09-27 07:16:27 +00:00
|
|
|
SUBDIR += bf2c
|
2003-01-20 05:06:33 +00:00
|
|
|
SUBDIR += bigloo
|
2008-06-23 14:18:22 +00:00
|
|
|
SUBDIR += bsh
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += bwbasic
|
1998-07-28 06:47:27 +00:00
|
|
|
SUBDIR += caml-light
|
2010-01-03 16:17:30 +00:00
|
|
|
SUBDIR += ccl
|
2010-04-25 04:57:38 +00:00
|
|
|
SUBDIR += cdent
|
2005-06-19 14:38:51 +00:00
|
|
|
SUBDIR += cduce
|
2008-12-05 13:30:06 +00:00
|
|
|
SUBDIR += cfortran
|
2003-04-04 21:40:54 +00:00
|
|
|
SUBDIR += chicken
|
2007-08-21 09:43:13 +00:00
|
|
|
SUBDIR += cint
|
2010-10-14 19:29:22 +00:00
|
|
|
SUBDIR += clang
|
2010-10-15 19:39:35 +00:00
|
|
|
SUBDIR += clang-devel
|
2013-01-10 16:19:44 +00:00
|
|
|
SUBDIR += clang31
|
2013-10-18 22:06:39 +00:00
|
|
|
SUBDIR += clang32
|
2013-06-11 18:50:29 +00:00
|
|
|
SUBDIR += clang33
|
2012-01-26 12:08:11 +00:00
|
|
|
SUBDIR += clay
|
2000-02-13 02:18:18 +00:00
|
|
|
SUBDIR += clisp
|
2007-10-21 02:49:51 +00:00
|
|
|
SUBDIR += clojure
|
2010-06-12 16:39:54 +00:00
|
|
|
SUBDIR += clojure-contrib
|
2008-12-26 05:34:51 +00:00
|
|
|
SUBDIR += clojure-mode.el
|
1997-07-15 15:34:10 +00:00
|
|
|
SUBDIR += cmucl
|
2003-01-18 05:11:46 +00:00
|
|
|
SUBDIR += cmucl-extra
|
2003-01-18 10:12:08 +00:00
|
|
|
SUBDIR += cocor
|
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 09:33:54 +00:00
|
|
|
SUBDIR += cparser
|
2006-06-19 10:02:05 +00:00
|
|
|
SUBDIR += csharp-mode.el
|
2008-11-09 22:56:35 +00:00
|
|
|
SUBDIR += cython
|
2002-02-22 14:06:04 +00:00
|
|
|
SUBDIR += dice
|
2001-04-27 17:38:02 +00:00
|
|
|
SUBDIR += diveintopython
|
2007-06-01 17:16:40 +00:00
|
|
|
SUBDIR += dlv
|
2010-11-29 10:27:24 +00:00
|
|
|
SUBDIR += dmd
|
2011-01-03 22:10:20 +00:00
|
|
|
SUBDIR += dmd2
|
2012-10-15 16:52:11 +00:00
|
|
|
SUBDIR += dragonegg-devel46
|
2013-06-21 15:27:01 +00:00
|
|
|
SUBDIR += dragonegg46-33
|
|
|
|
SUBDIR += dragonegg47-33
|
2004-07-25 09:58:58 +00:00
|
|
|
SUBDIR += ecl
|
2005-12-27 21:14:39 +00:00
|
|
|
SUBDIR += elan
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += elk
|
1998-04-27 14:54:10 +00:00
|
|
|
SUBDIR += emacs-lisp-intro
|
2004-08-08 15:48:21 +00:00
|
|
|
SUBDIR += embryo
|
1998-12-24 18:12:31 +00:00
|
|
|
SUBDIR += erlang
|
2013-05-05 13:04:34 +00:00
|
|
|
SUBDIR += erlang-runtime15
|
2013-05-05 14:20:12 +00:00
|
|
|
SUBDIR += erlang-runtime16
|
2003-10-24 21:41:31 +00:00
|
|
|
SUBDIR += execline
|
1996-02-07 10:09:38 +00:00
|
|
|
SUBDIR += expect
|
2007-10-17 12:14:17 +00:00
|
|
|
SUBDIR += expect-devel
|
2002-01-01 22:23:50 +00:00
|
|
|
SUBDIR += ezm3
|
1999-04-24 22:51:09 +00:00
|
|
|
SUBDIR += f2c
|
|
|
|
SUBDIR += f77
|
2007-02-22 11:15:01 +00:00
|
|
|
SUBDIR += fasm
|
2001-12-22 14:55:03 +00:00
|
|
|
SUBDIR += fbbi
|
2001-10-14 14:45:04 +00:00
|
|
|
SUBDIR += ferite
|
2010-09-07 13:57:07 +00:00
|
|
|
SUBDIR += ficl
|
2001-12-09 02:28:27 +00:00
|
|
|
SUBDIR += fpc
|
2004-04-12 21:58:15 +00:00
|
|
|
SUBDIR += fpc-base
|
2004-03-08 17:40:37 +00:00
|
|
|
SUBDIR += fpc-docs
|
2010-08-16 18:17:11 +00:00
|
|
|
SUBDIR += fpc-lua
|
2010-08-16 18:31:59 +00:00
|
|
|
SUBDIR += fpc-rexx
|
2006-06-21 16:05:36 +00:00
|
|
|
SUBDIR += fpc-tcl
|
2006-06-21 16:21:45 +00:00
|
|
|
SUBDIR += fpc-units
|
2006-07-24 11:21:27 +00:00
|
|
|
SUBDIR += fpc-utils
|
2009-05-10 10:46:38 +00:00
|
|
|
SUBDIR += fsharp
|
2007-01-30 01:03:17 +00:00
|
|
|
SUBDIR += g95
|
2008-07-25 03:07:49 +00:00
|
|
|
SUBDIR += gambit-c
|
2002-09-09 18:47:42 +00:00
|
|
|
SUBDIR += gauche
|
1998-10-21 18:53:16 +00:00
|
|
|
SUBDIR += gawk
|
2011-09-26 01:02:18 +00:00
|
|
|
SUBDIR += gcc
|
gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally it
was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc.
However, some cross-compilers are based on it and there are some significant
differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a
${LOCALBASE} of /usr/local which has a high potential of file conflicts with
other lang/ compilers. Another reason for keeping them separate is just about
every Ada program will need to be patched for it due to new binding
interpretations stemming from Ada-2012 work. Simply updating gnat-aux would
break them all instantly.
The AUX compiler supports several languages: Ada, C, C++, Fortran and
Objective-C. Since Ada support must be built by an Ada-capable compiler, only
platforms for which a bootstrap compiler is available can build the AUX
compiler.
The AUX compiler is based on release versions of the Free Software Foundation's
GNU Compiler Collection. It carries with it the GMGPL license, the modified
version of the GPL that exempts generic instantiation from resulting in a
GPL-licensed executable. It also carries the GCC Runtime Library Exception, so
the resulting binaries have no licensing requirements. Binaries produced by
the AUX compiler should be legally handled the same as binaries produced by any
FSF compiler.
The AUX GNAT compiler implements the full Ada-83, Ada-95, Ada-2005 standard and
provides a partial implementation of Ada-2012.
WWW: http://www.dragonlace.net/
PR: ports/169951
Submitted by: John Marino <draco@marino.st>
2012-07-31 17:35:29 +00:00
|
|
|
SUBDIR += gcc-aux
|
2013-01-20 15:22:12 +00:00
|
|
|
SUBDIR += gcc-ecj45
|
2003-11-22 10:35:13 +00:00
|
|
|
SUBDIR += gcc34
|
2011-12-11 23:56:19 +00:00
|
|
|
SUBDIR += gcc42
|
2008-03-01 20:18:34 +00:00
|
|
|
SUBDIR += gcc44
|
2010-04-25 23:48:09 +00:00
|
|
|
SUBDIR += gcc46
|
2011-03-20 22:46:01 +00:00
|
|
|
SUBDIR += gcc47
|
2012-03-17 11:22:17 +00:00
|
|
|
SUBDIR += gcc48
|
2013-03-24 23:03:38 +00:00
|
|
|
SUBDIR += gcc49
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += gcl
|
2000-10-21 19:29:01 +00:00
|
|
|
SUBDIR += gforth
|
1999-11-10 17:25:54 +00: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 20:06:37 +00:00
|
|
|
SUBDIR += gjs
|
1996-04-12 08:30:51 +00:00
|
|
|
SUBDIR += gnat
|
2011-02-15 07:32:50 +00:00
|
|
|
SUBDIR += gnat-aux
|
2013-07-21 14:12:28 +00:00
|
|
|
SUBDIR += gnat_util
|
2011-09-07 05:22:05 +00:00
|
|
|
SUBDIR += gnatdroid-armv5
|
2011-09-07 11:09:09 +00:00
|
|
|
SUBDIR += gnatdroid-armv7
|
2011-09-06 10:48:58 +00:00
|
|
|
SUBDIR += gnatdroid-binutils
|
2011-09-05 12:53:04 +00:00
|
|
|
SUBDIR += gnatdroid-sysroot
|
2001-06-26 12:18:05 +00:00
|
|
|
SUBDIR += gnustep-base
|
|
|
|
SUBDIR += gnustep-guile
|
2010-01-24 01:44:05 +00:00
|
|
|
SUBDIR += go
|
2001-07-08 07:57:56 +00:00
|
|
|
SUBDIR += gprolog
|
2005-02-21 11:21:18 +00:00
|
|
|
SUBDIR += groovy
|
2006-11-18 09:55:59 +00:00
|
|
|
SUBDIR += gscheme
|
1997-11-09 14:14:57 +00:00
|
|
|
SUBDIR += guile
|
2004-01-19 06:24:52 +00:00
|
|
|
SUBDIR += harbour
|
2004-03-06 21:53:20 +00:00
|
|
|
SUBDIR += haskell-mode.el
|
2012-07-18 15:12:23 +00:00
|
|
|
SUBDIR += hiphop-php
|
2008-06-02 19:46:21 +00:00
|
|
|
SUBDIR += hla
|
2001-10-17 18:21:24 +00:00
|
|
|
SUBDIR += hope
|
2010-01-04 04:50:16 +00:00
|
|
|
SUBDIR += hs-brainfuck
|
2012-02-13 03:58:47 +00:00
|
|
|
SUBDIR += hs-epic
|
2010-01-04 05:09:10 +00:00
|
|
|
SUBDIR += hs-unlambda
|
2003-12-29 07:42:41 +00:00
|
|
|
SUBDIR += huc
|
1997-11-24 00:10:48 +00:00
|
|
|
SUBDIR += hugs
|
2002-03-26 17:01:09 +00:00
|
|
|
SUBDIR += icc
|
1998-12-19 23:53:03 +00:00
|
|
|
SUBDIR += ici
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += icon
|
2002-07-08 03:14:41 +00:00
|
|
|
SUBDIR += ifc
|
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 14:52:15 +00:00
|
|
|
SUBDIR += ikarus
|
1999-06-11 00:14:02 +00:00
|
|
|
SUBDIR += intel2gas
|
1998-04-17 22:07:04 +00:00
|
|
|
SUBDIR += intercal
|
2005-11-04 13:36:09 +00:00
|
|
|
SUBDIR += io
|
2013-07-12 20:55:54 +00:00
|
|
|
SUBDIR += ironpython
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += itcl
|
2005-08-01 15:11:30 +00:00
|
|
|
SUBDIR += jakarta-commons-jelly
|
2001-09-20 09:18:26 +00:00
|
|
|
SUBDIR += jruby
|
2001-04-07 04:56:17 +00:00
|
|
|
SUBDIR += jython
|
2002-04-13 10:38:36 +00:00
|
|
|
SUBDIR += kawa
|
2001-08-23 11:30:40 +00:00
|
|
|
SUBDIR += klone
|
2006-01-16 11:14:42 +00:00
|
|
|
SUBDIR += kroc
|
2011-10-17 00:03:42 +00:00
|
|
|
SUBDIR += kturtle
|
2002-09-06 07:07:14 +00:00
|
|
|
SUBDIR += lafontaine
|
2009-06-21 10:20:37 +00:00
|
|
|
SUBDIR += libhx
|
2004-04-29 08:30:56 +00:00
|
|
|
SUBDIR += libjit
|
2011-10-19 18:56:47 +00:00
|
|
|
SUBDIR += libobjc2
|
1999-11-11 10:19:54 +00:00
|
|
|
SUBDIR += librep
|
2008-01-18 14:42:01 +00:00
|
|
|
SUBDIR += libstdc++_stldoc_3.4.0
|
2008-01-18 20:49:55 +00:00
|
|
|
SUBDIR += libstdc++_stldoc_4.2.2
|
2009-06-01 17:26:31 +00:00
|
|
|
SUBDIR += linux-f10-libg2c
|
|
|
|
SUBDIR += linux-f10-tcl85
|
2001-12-19 04:10:23 +00:00
|
|
|
SUBDIR += linux-j
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += logo
|
1999-07-06 01:28:42 +00:00
|
|
|
SUBDIR += lua
|
2004-03-11 21:05:44 +00:00
|
|
|
SUBDIR += lua-mode.el
|
Add new port lang/lua52.
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
language small, while allowing the semantics to be extended in unconventional
ways. Extensible semantics is a distinguishing feature of Lua.
Lua is implemented as a small library of C functions, written in ANSI C, and
compiles unmodified in all known platforms. The implementation goals are
simplicity, efficiency, portability, and low embedding cost.
WWW: http://www.lua.org/
PR: ports/174437
Submitted by: Green Dog <fiziologus@gmail.com>
2013-01-05 23:24:51 +00:00
|
|
|
SUBDIR += lua52
|
2012-01-19 18:09:09 +00:00
|
|
|
SUBDIR += luajit
|
2004-01-05 04:21:24 +00:00
|
|
|
SUBDIR += lush
|
2012-07-17 16:37:38 +00:00
|
|
|
SUBDIR += malbolge
|
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-05 22:32:56 +00:00
|
|
|
SUBDIR += maude
|
1999-01-18 04:51:04 +00:00
|
|
|
SUBDIR += mawk
|
2001-04-02 06:01:23 +00:00
|
|
|
SUBDIR += mdk
|
2005-06-27 14:05:52 +00:00
|
|
|
SUBDIR += metaocaml
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += mit-scheme
|
1996-12-25 12:14:02 +00:00
|
|
|
SUBDIR += mixal
|
2004-03-06 17:08:04 +00:00
|
|
|
SUBDIR += ml-pnet
|
2005-12-01 02:21:07 +00:00
|
|
|
SUBDIR += mlton
|
2000-11-06 07:43:30 +00:00
|
|
|
SUBDIR += mmix
|
2002-07-22 13:41:43 +00:00
|
|
|
SUBDIR += mono
|
2009-06-23 11:46:02 +00:00
|
|
|
SUBDIR += mono-basic
|
1996-07-28 14:43:05 +00:00
|
|
|
SUBDIR += moscow_ml
|
2008-08-17 18:24:33 +00:00
|
|
|
SUBDIR += mosh
|
2007-02-09 04:12:38 +00:00
|
|
|
SUBDIR += mpd
|
2008-09-06 04:26:26 +00:00
|
|
|
SUBDIR += mtasc
|
2004-12-08 08:38:06 +00:00
|
|
|
SUBDIR += munger
|
1998-11-10 02:07:32 +00:00
|
|
|
SUBDIR += nawk
|
2008-05-16 15:05:26 +00:00
|
|
|
SUBDIR += nbc
|
2008-05-29 19:14:47 +00:00
|
|
|
SUBDIR += nbfc
|
2007-08-21 06:13:33 +00:00
|
|
|
SUBDIR += neko
|
2007-09-06 05:56:58 +00:00
|
|
|
SUBDIR += nesasm
|
2006-09-13 15:24:13 +00:00
|
|
|
SUBDIR += newlisp
|
2013-03-09 22:59:34 +00:00
|
|
|
SUBDIR += newlisp-devel
|
2001-12-21 20:23:40 +00:00
|
|
|
SUBDIR += nhc98
|
2001-04-17 08:32:28 +00:00
|
|
|
SUBDIR += nickle
|
2013-11-14 20:36:55 +00:00
|
|
|
SUBDIR += nimrod
|
2001-08-18 07:48:50 +00:00
|
|
|
SUBDIR += nml
|
1999-08-14 22:09:02 +00:00
|
|
|
SUBDIR += nqc
|
2007-10-15 14:37:43 +00:00
|
|
|
SUBDIR += nwcc
|
2013-11-11 14:40:44 +00:00
|
|
|
SUBDIR += nx
|
1997-01-03 11:26:54 +00:00
|
|
|
SUBDIR += ocaml
|
2010-03-24 11:28:57 +00:00
|
|
|
SUBDIR += ocaml-autoconf
|
2006-09-04 15:27:12 +00:00
|
|
|
SUBDIR += ocaml-camlidl
|
2004-02-27 07:51:03 +00:00
|
|
|
SUBDIR += ocaml-doc
|
2006-07-29 21:48:14 +00:00
|
|
|
SUBDIR += ocaml-examples
|
2001-10-23 09:06:17 +00:00
|
|
|
SUBDIR += ocaml-mode.el
|
2004-02-27 07:48:50 +00:00
|
|
|
SUBDIR += ocaml-nox11
|
2007-09-03 21:48:38 +00:00
|
|
|
SUBDIR += ocs
|
2006-06-24 17:54:22 +00:00
|
|
|
SUBDIR += ofc
|
2003-03-05 16:06:49 +00:00
|
|
|
SUBDIR += ohugs
|
2001-07-18 09:13:01 +00:00
|
|
|
SUBDIR += onyx
|
2000-06-30 02:56:21 +00:00
|
|
|
SUBDIR += oo2c
|
2005-09-12 17:33:44 +00:00
|
|
|
SUBDIR += oorexx
|
2012-04-14 02:37:58 +00:00
|
|
|
SUBDIR += opa
|
2002-08-06 13:09:46 +00:00
|
|
|
SUBDIR += open-cobol
|
2007-12-17 18:24:15 +00:00
|
|
|
SUBDIR += opendylan
|
1999-04-30 18:17:37 +00:00
|
|
|
SUBDIR += otcl
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += p2c
|
2001-10-09 18:55:53 +00:00
|
|
|
SUBDIR += p5-Data-JavaScript
|
2000-06-22 11:09:13 +00:00
|
|
|
SUBDIR += p5-Error
|
2000-02-20 22:03:49 +00:00
|
|
|
SUBDIR += p5-Expect
|
2011-11-07 17:38:53 +00:00
|
|
|
SUBDIR += p5-ExtUtils-F77
|
2005-12-08 09:31:45 +00:00
|
|
|
SUBDIR += p5-Interpolation
|
2006-12-25 03:28:36 +00:00
|
|
|
SUBDIR += p5-JSAN
|
2005-07-16 15:23:22 +00:00
|
|
|
SUBDIR += p5-JavaScript-SpiderMonkey
|
2005-10-11 12:36:48 +00:00
|
|
|
SUBDIR += p5-JavaScript-Squish
|
There are a lot of XSS, a security hole typically found in web
applications, caused by incorrect (or lack of) JavaScript
escaping. This module is aimed to provide a secure JavaScript
escaping to avoid XSS with JavaScript values.
The escaping routine JavaScript::Value::Escape provides escapes q!"!,
q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control
characters to JavaScript unicode entities like "\u0026".
WWW: http://search.cpan.org/dist/JavaScript-Value-Escape/
2011-05-19 13:54:39 +00:00
|
|
|
SUBDIR += p5-JavaScript-Value-Escape
|
2005-04-03 12:51:32 +00:00
|
|
|
SUBDIR += p5-List-MoreUtils
|
2011-11-13 13:04:04 +00:00
|
|
|
SUBDIR += p5-Marpa
|
2011-11-13 13:04:31 +00:00
|
|
|
SUBDIR += p5-Marpa-PP
|
2011-11-13 13:05:16 +00:00
|
|
|
SUBDIR += p5-Marpa-XS
|
2010-04-05 23:16:26 +00:00
|
|
|
SUBDIR += p5-Modern-Perl
|
2010-11-24 05:20:58 +00:00
|
|
|
SUBDIR += p5-Parse-Perl
|
2006-01-07 23:57:34 +00:00
|
|
|
SUBDIR += p5-Perl6-Subs
|
2006-08-01 01:39:58 +00:00
|
|
|
SUBDIR += p5-Pugs-Compiler-Rule
|
2006-06-01 07:25:40 +00:00
|
|
|
SUBDIR += p5-Quantum-Superpositions
|
2001-12-19 14:26:19 +00:00
|
|
|
SUBDIR += p5-Scalar-List-Utils
|
2001-04-28 15:08:08 +00:00
|
|
|
SUBDIR += p5-Switch
|
1997-08-19 07:10:14 +00:00
|
|
|
SUBDIR += p5-Tcl
|
2010-04-25 15:14:43 +00:00
|
|
|
SUBDIR += p5-Test-XPath
|
2009-09-01 18:07:07 +00:00
|
|
|
SUBDIR += p5-Try-Tiny
|
2010-04-25 00:00:11 +00:00
|
|
|
SUBDIR += p5-TryCatch
|
1997-08-19 07:10:14 +00:00
|
|
|
SUBDIR += p5-ePerl
|
2009-08-04 11:36:50 +00:00
|
|
|
SUBDIR += p5-signatures
|
2006-08-01 02:32:22 +00:00
|
|
|
SUBDIR += p5-v6
|
2005-04-15 17:01:21 +00:00
|
|
|
SUBDIR += parrot
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += pbasic
|
2007-09-18 02:48:52 +00:00
|
|
|
SUBDIR += pcc
|
2007-03-03 10:06:17 +00:00
|
|
|
SUBDIR += pecl-perl
|
2010-07-15 14:48:51 +00:00
|
|
|
SUBDIR += perl5.12
|
2011-05-17 19:30:03 +00:00
|
|
|
SUBDIR += perl5.14
|
2012-06-30 21:00:43 +00:00
|
|
|
SUBDIR += perl5.16
|
2013-08-13 13:04:55 +00:00
|
|
|
SUBDIR += perl5.18
|
2009-05-21 20:07:38 +00:00
|
|
|
SUBDIR += petite-chez
|
2010-09-20 16:42:42 +00:00
|
|
|
SUBDIR += pfe
|
2011-04-20 14:00:34 +00:00
|
|
|
SUBDIR += phantomjs
|
2012-05-11 20:31:46 +00:00
|
|
|
SUBDIR += pharo
|
2006-07-13 22:07:11 +00:00
|
|
|
SUBDIR += phc
|
2002-06-21 20:06:20 +00:00
|
|
|
SUBDIR += php-mode.el
|
2003-07-16 10:59:22 +00:00
|
|
|
SUBDIR += php5
|
2004-07-19 09:33:20 +00:00
|
|
|
SUBDIR += php5-extensions
|
2010-04-23 15:03:13 +00:00
|
|
|
SUBDIR += php52
|
2010-04-23 23:58:28 +00:00
|
|
|
SUBDIR += php52-extensions
|
2012-05-16 09:46:51 +00:00
|
|
|
SUBDIR += php53
|
|
|
|
SUBDIR += php53-extensions
|
2013-06-24 14:32:11 +00:00
|
|
|
SUBDIR += php55
|
|
|
|
SUBDIR += php55-extensions
|
2001-04-24 18:06:38 +00:00
|
|
|
SUBDIR += php_doc
|
2010-09-03 12:40:47 +00:00
|
|
|
SUBDIR += picoc
|
2004-05-05 21:55:33 +00:00
|
|
|
SUBDIR += pike76
|
2009-05-18 18:05:00 +00:00
|
|
|
SUBDIR += pike78
|
2004-03-06 17:08:04 +00:00
|
|
|
SUBDIR += pnet
|
|
|
|
SUBDIR += pnet-base
|
|
|
|
SUBDIR += pnetlib
|
2005-07-29 07:19:56 +00:00
|
|
|
SUBDIR += polyml
|
1998-03-27 10:53:24 +00:00
|
|
|
SUBDIR += ptoc
|
2011-03-21 06:14:38 +00:00
|
|
|
SUBDIR += pure
|
2001-03-22 13:34:00 +00:00
|
|
|
SUBDIR += py-mx-base
|
2003-06-29 00:46:42 +00:00
|
|
|
SUBDIR += py-prolog
|
2011-12-13 15:37:36 +00:00
|
|
|
SUBDIR += pypy
|
2013-08-11 17:10:41 +00:00
|
|
|
SUBDIR += pypy-devel
|
2013-08-11 17:27:22 +00:00
|
|
|
SUBDIR += pypy3-devel
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += python
|
2013-08-17 19:33:31 +00:00
|
|
|
SUBDIR += python2
|
|
|
|
SUBDIR += python3
|
1999-06-02 10:25:07 +00:00
|
|
|
SUBDIR += python-doc-html
|
|
|
|
SUBDIR += python-doc-pdf-a4
|
|
|
|
SUBDIR += python-doc-pdf-letter
|
2011-06-18 18:56:38 +00:00
|
|
|
SUBDIR += python-doc-text
|
2005-11-02 13:34:58 +00:00
|
|
|
SUBDIR += python-mode.el
|
2008-12-28 12:11:50 +00:00
|
|
|
SUBDIR += python26
|
2010-08-15 19:12:51 +00:00
|
|
|
SUBDIR += python27
|
2009-07-06 20:30:29 +00:00
|
|
|
SUBDIR += python31
|
2011-02-22 07:57:13 +00:00
|
|
|
SUBDIR += python32
|
2012-12-20 15:51:30 +00:00
|
|
|
SUBDIR += python33
|
2009-11-13 02:08:43 +00:00
|
|
|
SUBDIR += qore
|
2002-06-27 14:32:30 +00:00
|
|
|
SUBDIR += qscheme
|
2010-08-08 11:53:38 +00:00
|
|
|
SUBDIR += racket
|
2012-04-16 22:36:56 +00:00
|
|
|
SUBDIR += racket-textual
|
2010-02-05 03:59:25 +00:00
|
|
|
SUBDIR += rakudo
|
2000-08-27 06:17:13 +00:00
|
|
|
SUBDIR += ratfor
|
1996-09-23 15:55:44 +00:00
|
|
|
SUBDIR += rexx-imc
|
2003-11-09 16:20:52 +00:00
|
|
|
SUBDIR += rexx-regina
|
2010-11-04 00:57:22 +00:00
|
|
|
SUBDIR += rexx-regutil
|
2003-11-09 17:18:50 +00:00
|
|
|
SUBDIR += rexx-wrapper
|
2008-01-27 23:10:45 +00:00
|
|
|
SUBDIR += rhino
|
2001-07-31 10:06:38 +00:00
|
|
|
SUBDIR += rscheme
|
2010-10-11 21:20:56 +00:00
|
|
|
SUBDIR += rubinius
|
2007-02-23 00:59:37 +00:00
|
|
|
SUBDIR += ruby-doc-stdlib
|
2000-08-18 18:53:12 +00:00
|
|
|
SUBDIR += ruby-man
|
2001-03-07 17:50:50 +00:00
|
|
|
SUBDIR += ruby-programmingruby
|
2001-02-07 22:51:54 +00:00
|
|
|
SUBDIR += ruby-reference
|
2000-08-30 09:33:04 +00:00
|
|
|
SUBDIR += ruby-usersguide
|
2008-04-06 08:58:21 +00:00
|
|
|
SUBDIR += ruby19
|
2013-02-24 15:37:23 +00:00
|
|
|
SUBDIR += ruby20
|
2010-04-03 16:52:52 +00:00
|
|
|
SUBDIR += runawk
|
2012-01-23 16:07:04 +00:00
|
|
|
SUBDIR += rust
|
2009-03-14 12:31:05 +00:00
|
|
|
SUBDIR += s9fes
|
2006-08-07 13:11:35 +00:00
|
|
|
SUBDIR += sather-specification
|
2006-08-07 13:12:12 +00:00
|
|
|
SUBDIR += sather-tutorial
|
2003-01-15 11:25:05 +00:00
|
|
|
SUBDIR += sbcl
|
2009-05-15 17:43:14 +00:00
|
|
|
SUBDIR += scala
|
2012-10-23 14:26:48 +00:00
|
|
|
SUBDIR += scala-docs
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += scheme48
|
|
|
|
SUBDIR += schemetoc
|
|
|
|
SUBDIR += scm
|
2002-06-04 00:26:27 +00:00
|
|
|
SUBDIR += scsh
|
2004-05-09 23:26:39 +00:00
|
|
|
SUBDIR += sdcc
|
2005-04-17 12:25:50 +00:00
|
|
|
SUBDIR += sdcc-devel
|
2005-04-15 17:08:03 +00:00
|
|
|
SUBDIR += see
|
2005-10-31 14:42:20 +00:00
|
|
|
SUBDIR += see-devel
|
2008-07-16 22:42:13 +00:00
|
|
|
SUBDIR += seed7
|
1999-04-28 09:47:15 +00:00
|
|
|
SUBDIR += siod
|
2003-04-04 20:52:05 +00:00
|
|
|
SUBDIR += sisc
|
2005-05-16 21:46:43 +00:00
|
|
|
SUBDIR += sketchy
|
1998-08-25 14:24:07 +00:00
|
|
|
SUBDIR += slib
|
2003-12-17 13:14:27 +00:00
|
|
|
SUBDIR += slib-gauche
|
2003-12-14 20:18:35 +00:00
|
|
|
SUBDIR += slib-guile
|
2001-08-29 12:39:06 +00:00
|
|
|
SUBDIR += slisp
|
1995-10-03 11:45:15 +00:00
|
|
|
SUBDIR += smalltalk
|
1999-12-27 09:41:33 +00:00
|
|
|
SUBDIR += sml-mode.el
|
1998-07-15 10:11:23 +00:00
|
|
|
SUBDIR += sml-nj
|
2000-05-29 06:18:23 +00:00
|
|
|
SUBDIR += sml-nj-devel
|
2006-12-08 06:22:12 +00:00
|
|
|
SUBDIR += snobol4
|
2012-09-02 19:59:20 +00:00
|
|
|
SUBDIR += spidermonkey17
|
2013-03-29 09:57:40 +00:00
|
|
|
SUBDIR += spidermonkey170
|
2012-10-16 23:09:10 +00:00
|
|
|
SUBDIR += spidermonkey185
|
2002-03-02 22:40:17 +00:00
|
|
|
SUBDIR += spl
|
2004-06-03 07:15:49 +00: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 12:17:12 +00:00
|
|
|
SUBDIR += squirrel
|
1997-06-26 11:35:58 +00:00
|
|
|
SUBDIR += sr
|
2009-10-24 10:28:02 +00:00
|
|
|
SUBDIR += stalin
|
1999-12-29 07:30:48 +00:00
|
|
|
SUBDIR += starlogo
|
2003-04-04 20:26:07 +00:00
|
|
|
SUBDIR += stklos
|
2002-03-29 09:36:42 +00:00
|
|
|
SUBDIR += stldoc
|
1996-10-25 10:35:48 +00:00
|
|
|
SUBDIR += swi-pl
|
2001-01-22 15:44:24 +00:00
|
|
|
SUBDIR += sxm
|
2000-12-19 11:26:48 +00:00
|
|
|
SUBDIR += t3x
|
2008-11-30 14:03:58 +00:00
|
|
|
SUBDIR += tcc
|
2001-12-19 19:49:39 +00:00
|
|
|
SUBDIR += tcl-manual
|
2007-03-27 10:52:18 +00:00
|
|
|
SUBDIR += tcl-wrapper
|
2001-12-24 11:29:35 +00:00
|
|
|
SUBDIR += tcl84
|
2007-01-29 03:06:56 +00:00
|
|
|
SUBDIR += tcl85
|
2009-02-07 21:36:04 +00:00
|
|
|
SUBDIR += tcl86
|
2003-04-17 11:13:19 +00:00
|
|
|
SUBDIR += tclX
|
2001-01-05 17:26:22 +00:00
|
|
|
SUBDIR += tcltutor
|
2009-04-02 00:57:07 +00:00
|
|
|
SUBDIR += tinypy
|
2004-11-21 08:32:23 +00:00
|
|
|
SUBDIR += tolua
|
2006-01-22 23:42:31 +00:00
|
|
|
SUBDIR += tolua++
|
2001-08-17 18:04:42 +00:00
|
|
|
SUBDIR += treecc
|
2008-02-20 23:22:14 +00:00
|
|
|
SUBDIR += tuareg-mode.el
|
2005-11-26 12:49:47 +00:00
|
|
|
SUBDIR += twelf
|
2008-08-25 21:11:18 +00:00
|
|
|
SUBDIR += ucc
|
2012-04-06 14:36:30 +00:00
|
|
|
SUBDIR += urweb
|
2011-05-12 15:52:14 +00:00
|
|
|
SUBDIR += v8
|
2007-07-10 12:16:09 +00:00
|
|
|
SUBDIR += vala
|
2010-11-20 15:37:08 +00:00
|
|
|
SUBDIR += vala-vapigen
|
2002-06-27 11:21:38 +00:00
|
|
|
SUBDIR += visualworks
|
2006-05-30 20:04:03 +00:00
|
|
|
SUBDIR += whitespace
|
2011-12-26 19:15:23 +00:00
|
|
|
SUBDIR += x10
|
2007-02-17 03:31:07 +00:00
|
|
|
SUBDIR += xds
|
2007-02-17 03:33:42 +00:00
|
|
|
SUBDIR += xds-c
|
2006-10-01 19:17:49 +00:00
|
|
|
SUBDIR += xotcl
|
1999-12-25 15:09:02 +00:00
|
|
|
SUBDIR += yabasic
|
2013-07-03 23:16:34 +00:00
|
|
|
SUBDIR += yap
|
2013-10-10 14:08:01 +00:00
|
|
|
SUBDIR += yap-devel
|
1997-11-24 09:24:06 +00:00
|
|
|
SUBDIR += yorick
|
2008-08-05 15:23:27 +00:00
|
|
|
SUBDIR += ypsilon
|
1994-08-21 19:07:45 +00:00
|
|
|
|
1994-08-22 11:26:08 +00:00
|
|
|
.include <bsd.port.subdir.mk>
|