Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352175 - Port guile-ncurses to gentoo
Summary: Port guile-ncurses to gentoo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low enhancement (vote)
Assignee: Scheme Project
URL: http://www.gnu.org/software/guile-ncu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 21:55 UTC by Panagiotis Christopoulos (RETIRED)
Modified: 2022-02-16 17:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)