aboutsummaryrefslogtreecommitdiff
path: root/devel/charva
Commit message (Collapse)AuthorAgeFilesLines
* Add JRadioButton fix.Alex Dupre2009-11-162-4/+16
| | | | Notes: svn path=/head/; revision=244328
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add CardLayout and VerticalFlowLayout classesAlex Dupre2007-01-2915-1/+945
| | | | | | | | | - A lot of bug fixes Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=183604
* Fix color box drawing.Alex Dupre2006-12-142-0/+19
| | | | | | | Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=179712
* CHARVA is a Java framework for presenting a "graphical" user interface,Alex Dupre2006-12-124-0/+91
composed of elements such as windows, dialogs, menus, textfields and buttons, on a traditional character-cell ASCII terminal. It has an API based on that of "Swing" (a.k.a. the Java Foundation Classes). WWW: http://www.pitman.co.za/projects/charva/ Notes: svn path=/head/; revision=179543