Commit Graph

8 Commits

Author SHA1 Message Date
Jeffery To 106304c988 slang2: Remove pcre module
pcre is obsolete and upstream has not yet migrated to pcre2.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-08 19:00:44 +08:00
Jeffery To 03ef02f0f4 slang2: Avoid building dependencies unless necessary
This also hides the module packages in menuconfig unless the libslang2
package is selected.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-08 19:00:44 +08:00
Jeffery To 47d67e43bf
slang2: Update to 2.3.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-04-17 22:24:57 +08:00
Rosen Penev 5765474aa6 slang2: try to fix compilation without BUILD_NLS
Using --with-iconv like this causes -liconv to get added, which is not
desirable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-17 16:54:50 -07:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Jeffery To 4d611913fc slang2: Add oniguruma module
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-27 02:45:21 +08:00
Rosen Penev 61702f6b2f slang2: Add support for full NLS compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-23 14:48:31 -07:00
Jeffery To 46a658748d slang: Add new package
From the S-Lang website:
S-Lang is a multi-platform programmer's library designed to allow a
developer to create robust multi-platform software. It provides
facilities required by interactive applications such as display/screen
management, keyboard input, keymaps, and so on. The most exciting
feature of the library is the slang interpreter that may be easily
embedded into a program to make it extensible. While the emphasis has
always been on the embedded nature of the interpreter, it may also be
used in a stand-alone fashion through the use of slsh, which is part of
the S-Lang distribution.

Adapted from the old packages feed:
https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/slang2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-14 13:55:21 +08:00