Explain which versions are crufty, normal, and bleeding edge.
(Thanks to Tim Larson for advice on wording.)
This commit is contained in:
parent
ae3b61b3c0
commit
9745a95f8e
6 changed files with 24 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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}/ \
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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}/ \
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue