mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
fdc96c8fdd
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>
380 lines
8.3 KiB
Makefile
380 lines
8.3 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Programming languages
|
|
|
|
SUBDIR += Gofer
|
|
SUBDIR += STk
|
|
SUBDIR += Sather
|
|
SUBDIR += abcl
|
|
SUBDIR += afnix
|
|
SUBDIR += algol68g
|
|
SUBDIR += alisp
|
|
SUBDIR += arena
|
|
SUBDIR += asn1c
|
|
SUBDIR += atlast
|
|
SUBDIR += ats
|
|
SUBDIR += awka
|
|
SUBDIR += bas2tap
|
|
SUBDIR += basic256
|
|
SUBDIR += bf2c
|
|
SUBDIR += bigloo
|
|
SUBDIR += boo
|
|
SUBDIR += bsh
|
|
SUBDIR += bwbasic
|
|
SUBDIR += caml-light
|
|
SUBDIR += ccl
|
|
SUBDIR += cdent
|
|
SUBDIR += cduce
|
|
SUBDIR += cfortran
|
|
SUBDIR += chicken
|
|
SUBDIR += cint
|
|
SUBDIR += clang
|
|
SUBDIR += clang-devel
|
|
SUBDIR += clay
|
|
SUBDIR += clisp
|
|
SUBDIR += clojure
|
|
SUBDIR += clojure-contrib
|
|
SUBDIR += clojure-mode.el
|
|
SUBDIR += cmucl
|
|
SUBDIR += cmucl-extra
|
|
SUBDIR += cocor
|
|
SUBDIR += cparser
|
|
SUBDIR += csharp-mode.el
|
|
SUBDIR += cython
|
|
SUBDIR += dice
|
|
SUBDIR += diveintopython
|
|
SUBDIR += dlv
|
|
SUBDIR += dmd
|
|
SUBDIR += dmd2
|
|
SUBDIR += dragonegg-devel46
|
|
SUBDIR += ecl
|
|
SUBDIR += elan
|
|
SUBDIR += elisp-manual
|
|
SUBDIR += elk
|
|
SUBDIR += emacs-lisp-intro
|
|
SUBDIR += embryo
|
|
SUBDIR += eperl
|
|
SUBDIR += erlang
|
|
SUBDIR += erlang14
|
|
SUBDIR += execline
|
|
SUBDIR += expect
|
|
SUBDIR += expect-devel
|
|
SUBDIR += ezm3
|
|
SUBDIR += f2c
|
|
SUBDIR += f77
|
|
SUBDIR += fasm
|
|
SUBDIR += fbbi
|
|
SUBDIR += ferite
|
|
SUBDIR += ficl
|
|
SUBDIR += fpc
|
|
SUBDIR += fpc-base
|
|
SUBDIR += fpc-docs
|
|
SUBDIR += fpc-lua
|
|
SUBDIR += fpc-rexx
|
|
SUBDIR += fpc-tcl
|
|
SUBDIR += fpc-units
|
|
SUBDIR += fpc-utils
|
|
SUBDIR += fsharp
|
|
SUBDIR += g95
|
|
SUBDIR += gambas
|
|
SUBDIR += gambit-c
|
|
SUBDIR += gauche
|
|
SUBDIR += gawk
|
|
SUBDIR += gcc
|
|
SUBDIR += gcc-aux
|
|
SUBDIR += gcc34
|
|
SUBDIR += gcc42
|
|
SUBDIR += gcc44
|
|
SUBDIR += gcc46
|
|
SUBDIR += gcc47
|
|
SUBDIR += gcc48
|
|
SUBDIR += gcl
|
|
SUBDIR += gdc
|
|
SUBDIR += gforth
|
|
SUBDIR += ghc
|
|
SUBDIR += gjs
|
|
SUBDIR += gnat
|
|
SUBDIR += gnat-aux
|
|
SUBDIR += gnatdroid-armv5
|
|
SUBDIR += gnatdroid-armv7
|
|
SUBDIR += gnatdroid-binutils
|
|
SUBDIR += gnatdroid-sysroot
|
|
SUBDIR += gnustep-base
|
|
SUBDIR += gnustep-guile
|
|
SUBDIR += go
|
|
SUBDIR += gprolog
|
|
SUBDIR += groovy
|
|
SUBDIR += gscheme
|
|
SUBDIR += guile
|
|
SUBDIR += harbour
|
|
SUBDIR += haskell-mode.el
|
|
SUBDIR += hiphop-php
|
|
SUBDIR += hla
|
|
SUBDIR += hope
|
|
SUBDIR += hs-brainfuck
|
|
SUBDIR += hs-epic
|
|
SUBDIR += hs-unlambda
|
|
SUBDIR += huc
|
|
SUBDIR += hugs
|
|
SUBDIR += icc
|
|
SUBDIR += ici
|
|
SUBDIR += icon
|
|
SUBDIR += ifc
|
|
SUBDIR += ikarus
|
|
SUBDIR += intel2gas
|
|
SUBDIR += intercal
|
|
SUBDIR += io
|
|
SUBDIR += itcl
|
|
SUBDIR += jakarta-commons-jelly
|
|
SUBDIR += jruby
|
|
SUBDIR += jython
|
|
SUBDIR += kawa
|
|
SUBDIR += klogoturtle
|
|
SUBDIR += klone
|
|
SUBDIR += kroc
|
|
SUBDIR += kturtle
|
|
SUBDIR += lafontaine
|
|
SUBDIR += ldc-devel
|
|
SUBDIR += libhx
|
|
SUBDIR += libjit
|
|
SUBDIR += libobjc2
|
|
SUBDIR += librep
|
|
SUBDIR += libstdc++_stldoc_3.4.0
|
|
SUBDIR += libstdc++_stldoc_4.2.2
|
|
SUBDIR += linux-f10-libg2c
|
|
SUBDIR += linux-f10-tcl85
|
|
SUBDIR += linux-j
|
|
SUBDIR += linux-libg2c
|
|
SUBDIR += llvm-gcc4
|
|
SUBDIR += logo
|
|
SUBDIR += lua
|
|
SUBDIR += lua-mode.el
|
|
SUBDIR += lua4
|
|
SUBDIR += lua50
|
|
SUBDIR += lua52
|
|
SUBDIR += luajit
|
|
SUBDIR += lush
|
|
SUBDIR += malbolge
|
|
SUBDIR += maude
|
|
SUBDIR += mawk
|
|
SUBDIR += mdk
|
|
SUBDIR += metaocaml
|
|
SUBDIR += mit-scheme
|
|
SUBDIR += mixal
|
|
SUBDIR += ml-pnet
|
|
SUBDIR += mlton
|
|
SUBDIR += mmix
|
|
SUBDIR += mono
|
|
SUBDIR += mono-basic
|
|
SUBDIR += moscow_ml
|
|
SUBDIR += mosh
|
|
SUBDIR += mpd
|
|
SUBDIR += mtasc
|
|
SUBDIR += munger
|
|
SUBDIR += nawk
|
|
SUBDIR += nbc
|
|
SUBDIR += nbfc
|
|
SUBDIR += neko
|
|
SUBDIR += nesasm
|
|
SUBDIR += newlisp
|
|
SUBDIR += nhc98
|
|
SUBDIR += nickle
|
|
SUBDIR += nml
|
|
SUBDIR += nqc
|
|
SUBDIR += nwcc
|
|
SUBDIR += objc
|
|
SUBDIR += ocaml
|
|
SUBDIR += ocaml-autoconf
|
|
SUBDIR += ocaml-camlidl
|
|
SUBDIR += ocaml-doc
|
|
SUBDIR += ocaml-examples
|
|
SUBDIR += ocaml-mode.el
|
|
SUBDIR += ocaml-nox11
|
|
SUBDIR += ocs
|
|
SUBDIR += ofc
|
|
SUBDIR += ohugs
|
|
SUBDIR += onyx
|
|
SUBDIR += oo2c
|
|
SUBDIR += oorexx
|
|
SUBDIR += opa
|
|
SUBDIR += open-cobol
|
|
SUBDIR += opendylan
|
|
SUBDIR += otcl
|
|
SUBDIR += p2c
|
|
SUBDIR += p5-Data-JavaScript
|
|
SUBDIR += p5-Error
|
|
SUBDIR += p5-Expect
|
|
SUBDIR += p5-ExtUtils-F77
|
|
SUBDIR += p5-Interpolation
|
|
SUBDIR += p5-JSAN
|
|
SUBDIR += p5-JavaScript-SpiderMonkey
|
|
SUBDIR += p5-JavaScript-Squish
|
|
SUBDIR += p5-JavaScript-Value-Escape
|
|
SUBDIR += p5-List-MoreUtils
|
|
SUBDIR += p5-Marpa
|
|
SUBDIR += p5-Marpa-PP
|
|
SUBDIR += p5-Marpa-XS
|
|
SUBDIR += p5-Modern-Perl
|
|
SUBDIR += p5-Parse-Perl
|
|
SUBDIR += p5-Perl6-Subs
|
|
SUBDIR += p5-Pugs-Compiler-Rule
|
|
SUBDIR += p5-Quantum-Superpositions
|
|
SUBDIR += p5-Scalar-List-Utils
|
|
SUBDIR += p5-Switch
|
|
SUBDIR += p5-Tcl
|
|
SUBDIR += p5-Test-XPath
|
|
SUBDIR += p5-Try-Tiny
|
|
SUBDIR += p5-TryCatch
|
|
SUBDIR += p5-ePerl
|
|
SUBDIR += p5-signatures
|
|
SUBDIR += p5-v6
|
|
SUBDIR += parrot
|
|
SUBDIR += pbasic
|
|
SUBDIR += pcc
|
|
SUBDIR += pecl-perl
|
|
SUBDIR += perl5.10
|
|
SUBDIR += perl5.12
|
|
SUBDIR += perl5.14
|
|
SUBDIR += perl5.16
|
|
SUBDIR += perl5.8
|
|
SUBDIR += petite-chez
|
|
SUBDIR += pfe
|
|
SUBDIR += phantomjs
|
|
SUBDIR += pharo
|
|
SUBDIR += phc
|
|
SUBDIR += php-mode.el
|
|
SUBDIR += php5
|
|
SUBDIR += php5-extensions
|
|
SUBDIR += php52
|
|
SUBDIR += php52-extensions
|
|
SUBDIR += php53
|
|
SUBDIR += php53-extensions
|
|
SUBDIR += php_doc
|
|
SUBDIR += picoc
|
|
SUBDIR += pike76
|
|
SUBDIR += pike78
|
|
SUBDIR += pnet
|
|
SUBDIR += pnet-base
|
|
SUBDIR += pnetlib
|
|
SUBDIR += polyml
|
|
SUBDIR += ptoc
|
|
SUBDIR += pure
|
|
SUBDIR += py-mx-base
|
|
SUBDIR += py-prolog
|
|
SUBDIR += pypy
|
|
SUBDIR += python
|
|
SUBDIR += python-doc-html
|
|
SUBDIR += python-doc-pdf-a4
|
|
SUBDIR += python-doc-pdf-letter
|
|
SUBDIR += python-doc-text
|
|
SUBDIR += python-mode.el
|
|
SUBDIR += python26
|
|
SUBDIR += python27
|
|
SUBDIR += python31
|
|
SUBDIR += python32
|
|
SUBDIR += python33
|
|
SUBDIR += q
|
|
SUBDIR += qore
|
|
SUBDIR += qscheme
|
|
SUBDIR += racket
|
|
SUBDIR += racket-textual
|
|
SUBDIR += rakudo
|
|
SUBDIR += ratfor
|
|
SUBDIR += rexx-imc
|
|
SUBDIR += rexx-regina
|
|
SUBDIR += rexx-regutil
|
|
SUBDIR += rexx-wrapper
|
|
SUBDIR += rhino
|
|
SUBDIR += rscheme
|
|
SUBDIR += rubinius
|
|
SUBDIR += ruby-doc-stdlib
|
|
SUBDIR += ruby-lua4
|
|
SUBDIR += ruby-man
|
|
SUBDIR += ruby-mode.el
|
|
SUBDIR += ruby-programmingruby
|
|
SUBDIR += ruby-reference
|
|
SUBDIR += ruby-usersguide
|
|
SUBDIR += ruby18
|
|
SUBDIR += ruby19
|
|
SUBDIR += runawk
|
|
SUBDIR += rust
|
|
SUBDIR += s9fes
|
|
SUBDIR += sather-specification
|
|
SUBDIR += sather-tutorial
|
|
SUBDIR += sbcl
|
|
SUBDIR += scala
|
|
SUBDIR += scala-docs
|
|
SUBDIR += scheme48
|
|
SUBDIR += schemetoc
|
|
SUBDIR += scm
|
|
SUBDIR += scsh
|
|
SUBDIR += sdcc
|
|
SUBDIR += sdcc-devel
|
|
SUBDIR += see
|
|
SUBDIR += see-devel
|
|
SUBDIR += seed7
|
|
SUBDIR += siod
|
|
SUBDIR += sisc
|
|
SUBDIR += sketchy
|
|
SUBDIR += slib
|
|
SUBDIR += slib-gauche
|
|
SUBDIR += slib-guile
|
|
SUBDIR += slisp
|
|
SUBDIR += smalltalk
|
|
SUBDIR += sml-mode.el
|
|
SUBDIR += sml-nj
|
|
SUBDIR += sml-nj-devel
|
|
SUBDIR += snobol4
|
|
SUBDIR += spidermonkey17
|
|
SUBDIR += spidermonkey185
|
|
SUBDIR += spl
|
|
SUBDIR += squeak
|
|
SUBDIR += squirrel
|
|
SUBDIR += sr
|
|
SUBDIR += stalin
|
|
SUBDIR += starlogo
|
|
SUBDIR += stklos
|
|
SUBDIR += stldoc
|
|
SUBDIR += swi-pl
|
|
SUBDIR += sxm
|
|
SUBDIR += t3x
|
|
SUBDIR += tcc
|
|
SUBDIR += tcl-manual
|
|
SUBDIR += tcl-modules
|
|
SUBDIR += tcl-wrapper
|
|
SUBDIR += tcl83
|
|
SUBDIR += tcl84
|
|
SUBDIR += tcl84-thread
|
|
SUBDIR += tcl85
|
|
SUBDIR += tcl85-thread
|
|
SUBDIR += tcl86
|
|
SUBDIR += tcl86-thread
|
|
SUBDIR += tclX
|
|
SUBDIR += tcltutor
|
|
SUBDIR += tinypy
|
|
SUBDIR += tolua
|
|
SUBDIR += tolua++
|
|
SUBDIR += tolua++50
|
|
SUBDIR += tolua4
|
|
SUBDIR += tolua50
|
|
SUBDIR += treecc
|
|
SUBDIR += tuareg-mode.el
|
|
SUBDIR += twelf
|
|
SUBDIR += ucc
|
|
SUBDIR += urweb
|
|
SUBDIR += v8
|
|
SUBDIR += vala
|
|
SUBDIR += vala-vapigen
|
|
SUBDIR += visualworks
|
|
SUBDIR += whitespace
|
|
SUBDIR += x10
|
|
SUBDIR += xds
|
|
SUBDIR += xds-c
|
|
SUBDIR += xotcl
|
|
SUBDIR += yabasic
|
|
SUBDIR += yorick
|
|
SUBDIR += ypsilon
|
|
|
|
.include <bsd.port.subdir.mk>
|