diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-05 15:24:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-05 15:24:12 +0000 |
commit | c77362ebd2d8a41075f68d001a8a157e03efafa8 (patch) | |
tree | beaa62dd596af134b880c8592f52c83fc57c3cef /x11/fltk13 | |
parent | cbc8c3d0a91698ff75e3e39280df179440624277 (diff) | |
download | pkgsrc-c77362ebd2d8a41075f68d001a8a157e03efafa8.tar.gz |
Explain which versions are crufty, normal, and bleeding edge.
(Thanks to Tim Larson for advice on wording.)
Diffstat (limited to 'x11/fltk13')
-rw-r--r-- | x11/fltk13/DESCR | 7 | ||||
-rw-r--r-- | x11/fltk13/Makefile | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11/fltk13/DESCR b/x11/fltk13/DESCR index d395bde2d82..c575d968e76 100644 --- a/x11/fltk13/DESCR +++ b/x11/fltk13/DESCR @@ -3,3 +3,10 @@ toolkit for X (UNIX), OpenGL, and Win32. FLTK was designed to be small and modular enough to be statically linked, but also works fine as a shared library. FLTK also includes FLUID, an interactive user interface builder program. + +This is version 1.3. From the FLTK website: + + FLTK 1.3 is the current stable development branch based on FLTK + 1.1.10. It adds internationalization, UTF-8 (Unicode), and printing + support, Doxygen based documentation, and several new widgets + including Fl_Native_File_Chooser, Fl_Table, and Fl_Tree_View. diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile index 9d93081fdfa..0d5e5ff8541 100644 --- a/x11/fltk13/Makefile +++ b/x11/fltk13/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:12 asau Exp $ +# $NetBSD: Makefile,v 1.7 2012/11/05 15:24:12 gdt Exp $ DISTNAME= fltk-1.3.0-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= x11 MASTER_SITES= http://ftp.easysw.com/pub/fltk/${VERS}/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \ |