./devel/libslang2, Routines for rapid alpha-numeric terminal applications development

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.4nb4, Package name: libslang2-2.2.4nb4, Maintainer: pkgsrc-users

S-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:
[pkgtools/cwrappers]

Master sites:

Filesize: 1393.909 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-09-30 10:33:21 by Thomas Klausner | Files touched by this commit (4)
Log message:
libslang2: fix pkg-config file

Reported by RVP in PR 56426.

Some pkglint cleanup while here.

Bump PKGREVISION.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274)
Log message:
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-05-17 12:35:59 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libslang2: Set _XOPEN_SOURCE correctly on SunOS.
   2018-03-22 09:14:52 by Adam Ciarcinski | Files touched by this commit (12)
Log message:
Revbump after updating textproc/oniguruma
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.