Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 352175

Summary: Port guile-ncurses to gentoo
Product: Gentoo Linux Reporter: Panagiotis Christopoulos (RETIRED) <pchrist>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: enhancement CC: arne_bab
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gnu.org/software/guile-ncurses/
Whiteboard:
Package list:
Runtime testing required: ---

Description Panagiotis Christopoulos (RETIRED) gentoo-dev 2011-01-19 21:55:52 UTC
guile-ncurses is a library for the creation of text user interfaces
in the GNU Guile dialect of the Scheme programming language.  It is
based on the ncurses project's curses, panel, form, and menu libraries.

The web page for GNU guile-ncurses is
http://www.gnu.org/software/guile-ncurses/

Its canonical download location is http://ftp.gnu.org/gnu/guile-ncurses/

Or you can download it from a mirror at
http://ftpmirror.gnu.org/guile-ncurses/

The NEWS for this release is

Release 1.2
- Added many docstrings for curses library
- Converted curses library to use srfi-34/35 conditions.  Curses
  predicate functions added: curses-wrong-type-arg-error?,
  curses-bad-state-error?
- New curses functions: mcprint, is-subwin?, is-pad?, is-cleared?,
  is-idlok?, is-idcok?, is-immedok?, is-leaveok?, is-scrollok?,
  getscrreg, has-mouse?, is-keypad?, is-meta?, is-nodelay?,
  is-immedok?, is-notimeout?, getmaxx, getmaxy, getbegx, getbegy,
  getparx, getpary, getcurx, getcury
- New utility functions: wcwidth, standout, standout-on, standout-off
- wsyncdown renamed to syncdown
- wsyncup renamed to syncup
- wcursyncup renamed to cursyncup
- Bugfixes
Comment 1 Larry the Git Cow gentoo-dev 2022-02-16 17:45:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb684a3040bf568719ee5ec5f033b00e5701d8c6

commit eb684a3040bf568719ee5ec5f033b00e5701d8c6
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2022-02-16 17:44:07 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-02-16 17:44:46 +0000

    dev-scheme/guile-ncurses: new package; add version 3.0
    
    Closes: https://bugs.gentoo.org/352175
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/guile-ncurses/Manifest                 |  1 +
 dev-scheme/guile-ncurses/guile-ncurses-3.0.ebuild | 59 +++++++++++++++++++++++
 dev-scheme/guile-ncurses/metadata.xml             | 15 ++++++
 3 files changed, 75 insertions(+)