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 | |
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')
-rw-r--r-- | x11/fltk/DESCR | 8 | ||||
-rw-r--r-- | x11/fltk/Makefile | 4 | ||||
-rw-r--r-- | x11/fltk13/DESCR | 7 | ||||
-rw-r--r-- | x11/fltk13/Makefile | 4 | ||||
-rw-r--r-- | x11/fltk2/DESCR | 4 | ||||
-rw-r--r-- | x11/fltk2/Makefile | 4 |
6 files changed, 24 insertions, 7 deletions
diff --git a/x11/fltk/DESCR b/x11/fltk/DESCR index d395bde2d82..e926d240d66 100644 --- a/x11/fltk/DESCR +++ b/x11/fltk/DESCR @@ -3,3 +3,11 @@ 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.1. From the FLTK website: + + FLTK 1.1.x is the former stable development branch. It is no longer + being maintained, and any bug fixes will be applied against FLTK + 1.3.x. + + We recommend using the active FLTK 1.3.0 branch instead. diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 64b7c592787..3c50e4b51f8 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.77 2012/10/29 05:06:12 asau Exp $ +# $NetBSD: Makefile,v 1.78 2012/11/05 15:24:12 gdt Exp $ DISTNAME= fltk-1.1.10-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://ftp.easysw.com/pub/fltk/${VERS}/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \ 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}/ \ diff --git a/x11/fltk2/DESCR b/x11/fltk2/DESCR index afa3fcb6d90..f600ff15836 100644 --- a/x11/fltk2/DESCR +++ b/x11/fltk2/DESCR @@ -4,4 +4,6 @@ modular enough to be statically linked, but also works fine as a shared library. FLTK also includes FLUID, an interactive user interface builder program. -FLTK2 is the next generation of FLTK and still in very active development. +FLTK 2.0 is an experimental branch and has been declared inactive, +superceded by 3.0. + diff --git a/x11/fltk2/Makefile b/x11/fltk2/Makefile index 69e2f6be247..088738f9be3 100644 --- a/x11/fltk2/Makefile +++ b/x11/fltk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/10/29 05:06:12 asau Exp $ +# $NetBSD: Makefile,v 1.13 2012/11/05 15:24:12 gdt Exp $ VERS= 6129 -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= fltk-2.0.x-r${VERS} PKGNAME= fltk2-2.0pre${VERS} CATEGORIES= x11 |