---
name: stfl
version: 0.22
origin: devel/stfl
comment: Structured Terminal Forms Language/Library
arch: freebsd:9:x86:64
www: http://www.clifford.at/stfl/
maintainer: arved@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 70741
desc: "STFL is a library which implements a curses-based widget set for text\nterminals.
  The STFL API can be used from C, SPL, Python, Perl and Ruby.\nSince the API is only
  14 simple function calls big and there are\nalready generic SWIG bindings it is
  very easy to port STFL to\nadditional scripting languages.\n\nA special language
  (the Structured Terminal Forms Language) is used to\ndescribe STFL GUIs. The language
  is designed to be easy and fast to\nwrite so an application programmer does not
  need to spend ages fiddling\naround with the GUI and can concentrate on the more
  interesting\nprogramming tasks. \n\nAuthor: Clifford Wolf <clifford@clifford.at>\nWWW:
  http://www.clifford.at/stfl/\n"
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [devel]
files:
  /usr/local/include/stfl.h: 35ec9c9a6ce819440a75dfa4ebc8d3bbb3221258d848962be9a0e19d6ee90493
  /usr/local/lib/libstfl.so: '-'
  /usr/local/lib/libstfl.so.1: 2fcbd1445e1c5e3d6b4bc430122e8e645621213c360878f8e90f261c33c22f3e
  /usr/local/libdata/pkgconfig/stfl.pc: b88e04a74bc8d3f2aa4de4cb4ec5bd4ba4de287f5023a599e11e603ec51a3a4d
  /usr/local/share/licenses/stfl-0.22/GPLv3: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c
  /usr/local/share/licenses/stfl-0.22/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/stfl-0.22/catalog.mk: cf7d3a6b381219b8e0ef1e2ba42a20a114f8fb88fb7fe99ffee8f5976a1f05dc
directories:
  /usr/local/share/licenses/stfl-0.22/: n
  /usr/local/share/licenses/: y
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
