---
name: angelscript
version: 2.27.0
origin: lang/angelscript
comment: AngelCode Scripting Library
arch: freebsd:10:x86:64
www: http://www.angelcode.com/angelscript/
maintainer: vg@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- ZLIB
flatsize: 2137281
desc: "The AngelCode Scripting Library, or AngelScript as it is also known, is an\nextremely
  flexible cross-platform scripting library designed to allow\napplications to extend
  their functionality through external scripts. It has\nbeen designed from the beginning
  to be an easy to use component, both for\nthe application programmer and the script
  writer. \n\nEfforts have been made to let it call standard C functions and C++ methods\nwith
  little to no need for proxy functions. The application simply registers\nthe functions,
  objects, and methods that the scripts should be able to work\nwith and nothing more
  has to be done with your code. The same functions used\nby the application internally
  can also be used by the scripting engine, which\neliminates the need to duplicate
  functionality. \n\nFor the script writer the scripting language follows the widely
  known syntax\nof C/C++, but without the need to worry about pointers and memory
  leaks.\nContrary to most scripting languages, AngelScript uses the common C/C++\ndatatypes
  for more efficient communication with the host application.\n\n\nWWW: http://www.angelcode.com/angelscript/\n"
categories:
- lang
options: {STATIC: on, SHARED: off}
files:
  /usr/local/include/angelscript.h: d60d6850750cb0c15de29efde302db46b09f1b1290948c1062d40829361f0351
  /usr/local/lib/libangelscript.a: 50d474551aedd4e033a0422d6f5d0e39cb2ed0678a9692ea464b413da309515a
  /usr/local/share/licenses/angelscript-2.27.0/LICENSE: bfe57fe1241f5ee5645f811b70aafde13960c2d1e7ea3c2848e55f3420835277
  /usr/local/share/licenses/angelscript-2.27.0/ZLIB: 0adaa970999e11b392b5db157725cbf8f30892dbdfd105235d63361d10e246dd
  /usr/local/share/licenses/angelscript-2.27.0/catalog.mk: 231d855029add4764980d14c6d32e3be2a7ad68c70997a26e9975082217d0681
directories:
  /usr/local/share/licenses/angelscript-2.27.0/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
