Path to this page:
./
devel/libslang2,
Routines for rapid alpha-numeric terminal applications development
Branch: pkgsrc-2008Q3,
Version: 2.1.3nb1,
Package name: libslang2-2.1.3nb1,
Maintainer: pkgsrc-usersS-Lang is a C programmer's library that includes routines for the rapid
development of sophisticated, user friendly, multi-platform applications.
The S-Lang library includes the following:
- Low level tty input routines for reading single characters at a
time, as well as low-level terminal-independent routines for
manipulating the display of a terminal.
- Keymap routines for defining keys and manipulating multiple
keymaps.
- High level screen management routines for manipulating both
monochrome and color terminals. These routines are very efficient.
- Routines for reading single line input with line editing and recall
capabilities.
- Searching functions: both ordinary searches and regular expression
searches.
- An embedded stack-based language interpreter with a C-like syntax.
- A malloc debugging package
Required to build:[
devel/libtool-base] [
devel/gmake]
Master sites: (Expand)
SHA1: 31fc6162684f69d9dd0377372dfdc336f0c4343a
RMD160: b59424972e52c361a15b23874d1a0539683608e5
Filesize: 1163.501 KB
Version history: (Expand)
- (2008-12-04) Updated to version: libslang2-2.1.3nb1
- (2008-10-06) Package added to pkgsrc.se, version libslang2-2.1.3 (created)
CVS history: (Expand)
2008-12-04 11:14:05 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #2604 - requested by is
libslang2: build fix for Solaris
Revisions pulled up:
- devel/libslang2/Makefile 1.2
- devel/libslang2/distinfo 1.2
- devel/libslang2/patches/patch-ae 1.2
---
Module Name: pkgsrc
Committed By: is
Date: Wed Dec 3 11:10:34 UTC 2008
Modified Files:
pkgsrc/devel/libslang2: Makefile distinfo
pkgsrc/devel/libslang2/patches: patch-ae
Log message:
Don't even try to install the .a for the loadable modules.
Patch mostly suggested by bjs@.
This fixes a build problem on Solaris.
|