NOTICE: This package has been removed from pkgsrc

./wip/stfl, Library which implements a curses-based widget set for text terminals

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.22, Package name: stfl-0.22, Maintainer: pkgsrc-users

The STFL API can be used from C, SPL, Python, Perl and Ruby.
Since the API is only 14 simple function calls big and there
are already generic SWIG bindings it is very easy to port STFL
to additional scripting languages.

A special language (the Structured Terminal Forms Language) is
used to describe STFL GUIs. The language is designed to be easy
and fast to write so an application programmer does not need to
spend ages fiddling around with the GUI and can concentrate on
the more interesting programming tasks.


Required to run:
[converters/libiconv]

Master sites:

SHA1: 226488be2b33867dfb233f0fa2dde2d066e494bd
RMD160: d76a0ef7a86efcf7c4b25033958f161a7dcc3220
Filesize: 40.441 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-02-07 20:54:21 by mwilhelmy | Files touched by this commit (1)
Log message:
s/netbsd/NetBSD/
   2012-02-07 20:43:48 by mwilhelmy | Files touched by this commit (5)
Log message:
Use native -lcurses rather than -lncursesw on NetBSD.
   2012-02-07 19:20:01 by mwilhelmy | Files touched by this commit (2)
Log message:
add $NetBSD$ to patches
   2012-01-22 14:21:47 by Peter Bex | Files touched by this commit (6)
Log message:
Update stfl from 0.21 to 0.22 ("a pure bugfix release", with no new \ 
features)
and fix several packaging bugs:

- stfl is a library, so usually a runtime dependency.  The buildlink file
   originally registered as a build-time dependency, this is fixed now.
- Ensure stfl registers a proper runtime library search path in pkg-config.
- Create a symlink for just the major release number of the library.
   It registers a soname of libstfl.so.0, but this file is not installed.

Also reset the original package maintainer's email address to pkgsrc-users@.
I emailed him with this patch and he indicated no longer being interested in
maintaining this package, and neither am I (at the moment).
   2009-08-26 23:55:50 by Thomas Klausner | Files touched by this commit (1)
Log message:
Set LICENSE.

   2009-08-11 23:34:07 by Claudio M. Alessi | Files touched by this commit (1)
Log message:
Force use of GNU libiconv.

   2009-07-18 15:44:39 by Claudio M. Alessi | Files touched by this commit (1)
Log message:
Removed 'iconv' from USE_TOOLS (which doesn't exists).