K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-16T12:18:06.487093Z K 7 svn:log V 675 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). END