Path to this page:
./
devel/p5-Curses,
Perl5 module for terminal screen handling and optimization
Branch: CURRENT,
Version: 1.44,
Package name: p5-Curses-1.44,
Maintainer: pkgsrc-usersCurses is the interface between Perl and your system's curses(3) library.
For descriptions on the usage of a given function, variable, or constant,
consult your system's documentation, as such information invariably varies
(:-) between different curses(3) libraries and operating systems. This
document describes the interface itself, and assumes that you already know
how your system's curses(3) library works.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 136.49 KB
Version history: (Expand)
- (2023-12-16) Updated to version: p5-Curses-1.44
- (2023-07-06) Updated to version: p5-Curses-1.38nb2
- (2022-06-28) Updated to version: p5-Curses-1.38nb1
- (2021-10-02) Updated to version: p5-Curses-1.38
- (2021-05-25) Updated to version: p5-Curses-1.36nb5
- (2020-09-01) Updated to version: p5-Curses-1.36nb4
CVS history: (Expand)
2023-12-16 11:16:49 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Curses) Updated 1.38 to 1.44
New in 1.44 (Released March 07, 2023)
Implement A_ITALIC
New in 1.43 (Released December 08, 2022)
Fix missing file introduced in 1.42 that prevents all builds from working.
New in 1.42 (Released December 07, 2022)
Add missing return type declarations so it works with modern C compilers.
Fix build failure with newer compilers: test compiles to find Curses library
capabilities fail because necessary header files are not included because
C_PANELFUNCTION etc are not defined because the test compiles do not include
CursesFun.h, which they can't because the test compiles are part of creating
CursesFun.h. Solution: put C_PANELFUNCTION, etc in new config.h.
Rename test.syms program to testsyms, because it is a more conventional
name format.
New in 1.41 (Released August 18, 2022)
Fix bug in previous release causing non-GNU make to fail.
New in 1.40 (Released August 17, 2022)
Make passes make variables to 'test.syms' in environment instead of
'test.syms' reading and trying to interpret the make file. This makes it
possible to override e.g. LDLOADLIBS on the make command line. Also makes
it less icky.
Fix compile errors in cdemo.c: 'sleep' not defined, argument count is not
type int.
Fix make file for cdemo so it doesn't use the Perl compile rule for cdemo.o.
Split ChangeLog file out of HISTORY file.
New in 1.39 (Released August 11, 2022)
Add #include <stdbool.h> to top of Curses.c to fix a conflict between the
Curses header files and Perl header files that causes a "loadable library
and perl binaries are mismatched" / handshake key failure when you try to
load the Perl module.
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
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-10-02 04:38:18 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.38
No upstream changelog found.
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|