1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/adacurses/pkg-descr
John Marino 53893d8d27 devel/adacurses: Build it properly; switch to original sources
This was another Ada "library" port that didn't actually build the
library.  The first step is to switch to the original source (AdaCurses
has been distributed by ncurses, but it's maintained separately by
Thomas Dickey).  Besides a much smaller distfile, we also get the html
documentation which is not provided by ncurses.

Use the provided makefile to build.  The only change was adacurses.gpr
added by myself to use as an alternative to adacurses-config (which is
also now generated instead of provided if /files).  This should address
a complaint I heard at FOSDEM about AdaCurses not working (hopefully).
2014-02-16 12:18:06 +00:00

6 lines
239 B
Plaintext

The ncurses Ada95 binding was originally written by Juergen Pfeifer in
1996. It has been improved several times by Juergen, as wll as
Eugen V. Melaragno and Nicolas Boulenguez.
WWW: http://invisible-island.net/ncurses/ncurses-Ada95.html