---
name: lua
version: 5.2.2
origin: lang/lua52
comment: Small, compilable scripting language providing easy access to C code
arch: freebsd:9:x86:64
www: http://www.lua.org/
maintainer: fiziologus@gmail.com
prefix: /usr/local
licenselogic: single
licenses: [MIT]
flatsize: 1374830
desc: "Lua is a programming language originally designed for extending applications,\nbut
  also frequently used as a general-purpose, stand-alone language. Lua\ncombines simple
  procedural syntax (similar to Pascal) with powerful data\ndescription constructs
  based on associative arrays and extensible semantics.\nLua is dynamically typed,
  interpreted from bytecodes, and has automatic memory\nmanagement with garbage collection,
  making it ideal for configuration,\nscripting, and rapid prototyping. \n\nA fundamental
  concept in the design of Lua is to provide meta-mechanisms for\nimplementing features,
  instead of providing a host of features directly in\nthe language. For example,
  although Lua is not a pure object-oriented\nlanguage, it does provide meta-mechanisms
  for implementing classes and\ninheritance. Lua's meta-mechanisms bring an economy
  of concepts and keep the\nlanguage small, while allowing the semantics to be extended
  in unconventional\nways. Extensible semantics is a distinguishing feature of Lua.
  \n\nLua is implemented as a small library of C functions, written in ANSI C, and\ncompiles
  unmodified in all known platforms. The implementation goals are\nsimplicity, efficiency,
  portability, and low embedding cost. \n\nWWW: http://www.lua.org/\n"
categories: [lang]
files:
  /usr/local/bin/lua-5.2: '-'
  /usr/local/bin/lua52/lua: 4f8ef14224722475f4438febe6770c1ffa3f324010346fcf02999e1013709c45
  /usr/local/bin/lua52/luac: 47f2aafcc6cb700e55724744543a207ae237669701f2b183d7ebc85e0358b00d
  /usr/local/bin/luac-5.2: '-'
  /usr/local/include/lua52/lauxlib.h: e8ba0737762b88dad71ac5f37cf549593f5b1f7be55223993691d6c6454c147e
  /usr/local/include/lua52/lua.h: af24132e4bbaa83bc97d377d2a7f22701f1981711d1e36389ae28005934e0379
  /usr/local/include/lua52/lua.hpp: fd83f7e823cfbb03ac2da937ec83f01b4a6ddaac220a4fa1ffd6c6c3842c5890
  /usr/local/include/lua52/luaconf.h: 755dac0944947ddf78642029d20dfb39736cbb9660f10db23a041e2e55eb2d88
  /usr/local/include/lua52/lualib.h: 07ce1c869513d880a43700041c287c9fc76b8636dc43e920b26e305948e093a3
  /usr/local/lib/liblua-5.2.so: '-'
  /usr/local/lib/liblua-5.2.so.1: '-'
  /usr/local/lib/lua52/liblua-5.2.so.1: 80b076f30ec99f7568b3721efe02a0ebc21c6ba0afce72d332513fa802b8c47b
  /usr/local/lib/lua52/liblua.a: e32bd21bd7c7f75a193c88f57dce9727f8d94c865b11e063145b6f995dc120bc
  /usr/local/lib/lua52/liblua.so: '-'
  /usr/local/man/man1/lua-5.2.1.gz: e06b7d88bf6ddefb7c7d855c99958d68d5c1da857856de83c150c9819797afe4
  /usr/local/man/man1/luac-5.2.1.gz: fac0e667ae0e9ec3a49282e71d0c91854c67c3107bd04f2934758e80f9b4ed1e
  /usr/local/share/doc/lua52/contents.html: 49974ab1a1f976f264838a5ace7368fbb12aa439d61a8293a18d7966b2b0ff77
  /usr/local/share/doc/lua52/logo.gif: 9c3a3208ef05e12110f9b7b491cef676e650e4ebf3d36c4414268666bcc95d8a
  /usr/local/share/doc/lua52/lua.css: b3e96643e174bb33417f1898db9ea975547706b1dac75a512dc94b850864e808
  /usr/local/share/doc/lua52/manual.css: 3a5868f989cea6d58d14f73d7eefbd9003b3f606269c5d842074914d3548e0b5
  /usr/local/share/doc/lua52/manual.html: 63e4beebbff6f0ddec13a16e9c74390998f1068ed78f4d4629af90c64f8b966d
  /usr/local/share/doc/lua52/osi-certified-72x60.png: 9d6ed62bd2f453c986f1aa1ed9e8920572cc746b944320a9aa0993cea6f55248
  /usr/local/share/doc/lua52/readme.html: 89be115a5333958e915c7c3defc03d9859fe45ba14c0b5cfd956ee6918048803
  /usr/local/share/licenses/lua-5.2.2/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/lua-5.2.2/MIT: 3507caa9b70264bdbe49eff56f570238ee9294ead5d32982e642c249e3053bd4
  /usr/local/share/licenses/lua-5.2.2/catalog.mk: aef991dd845ef12a5fee8057331c71351343edce2875f1854ab8b995944b192e
directories:
  /usr/local/share/lua/5.2/: y
  /usr/local/share/lua/: y
  /usr/local/share/licenses/lua-5.2.2/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/lua52/: n
  /usr/local/lib/lua52/: n
  /usr/local/lib/lua/5.2/: y
  /usr/local/lib/lua/: y
  /usr/local/include/lua52/: n
  /usr/local/bin/lua52/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
