pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Explain which versions are crufty, normal, and ble...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a91798bab332
branches:  trunk
changeset: 610765:a91798bab332
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Nov 05 15:24:12 2012 +0000

description:
Explain which versions are crufty, normal, and bleeding edge.

(Thanks to Tim Larson for advice on wording.)

diffstat:

 x11/fltk/DESCR      |  8 ++++++++
 x11/fltk/Makefile   |  4 ++--
 x11/fltk13/DESCR    |  7 +++++++
 x11/fltk13/Makefile |  4 ++--
 x11/fltk2/DESCR     |  4 +++-
 x11/fltk2/Makefile  |  4 ++--
 6 files changed, 24 insertions(+), 7 deletions(-)

diffs (83 lines):

diff -r ea1db45f1e7e -r a91798bab332 x11/fltk/DESCR
--- a/x11/fltk/DESCR    Mon Nov 05 15:07:15 2012 +0000
+++ b/x11/fltk/DESCR    Mon Nov 05 15:24:12 2012 +0000
@@ -3,3 +3,11 @@
 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 -r ea1db45f1e7e -r a91798bab332 x11/fltk/Makefile
--- a/x11/fltk/Makefile Mon Nov 05 15:07:15 2012 +0000
+++ b/x11/fltk/Makefile Mon Nov 05 15:24:12 2012 +0000
@@ -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 -r ea1db45f1e7e -r a91798bab332 x11/fltk13/DESCR
--- a/x11/fltk13/DESCR  Mon Nov 05 15:07:15 2012 +0000
+++ b/x11/fltk13/DESCR  Mon Nov 05 15:24:12 2012 +0000
@@ -3,3 +3,10 @@
 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 -r ea1db45f1e7e -r a91798bab332 x11/fltk13/Makefile
--- a/x11/fltk13/Makefile       Mon Nov 05 15:07:15 2012 +0000
+++ b/x11/fltk13/Makefile       Mon Nov 05 15:24:12 2012 +0000
@@ -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 -r ea1db45f1e7e -r a91798bab332 x11/fltk2/DESCR
--- a/x11/fltk2/DESCR   Mon Nov 05 15:07:15 2012 +0000
+++ b/x11/fltk2/DESCR   Mon Nov 05 15:24:12 2012 +0000
@@ -4,4 +4,6 @@
 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 -r ea1db45f1e7e -r a91798bab332 x11/fltk2/Makefile
--- a/x11/fltk2/Makefile        Mon Nov 05 15:07:15 2012 +0000
+++ b/x11/fltk2/Makefile        Mon Nov 05 15:24:12 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index