pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 wxGTK*: update DESCR and COMMENT to include branch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21f26ef35035
branches:  trunk
changeset: 449611:21f26ef35035
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 02 10:09:41 2021 +0000

description:
wxGTK*: update DESCR and COMMENT to include branch version

diffstat:

 x11/wxGTK28/DESCR    |  5 +----
 x11/wxGTK28/Makefile |  4 ++--
 x11/wxGTK30/DESCR    |  4 ++--
 x11/wxGTK30/Makefile |  4 ++--
 4 files changed, 7 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 2731b7fb2738 -r 21f26ef35035 x11/wxGTK28/DESCR
--- a/x11/wxGTK28/DESCR Fri Apr 02 10:07:36 2021 +0000
+++ b/x11/wxGTK28/DESCR Fri Apr 02 10:09:41 2021 +0000
@@ -1,5 +1,3 @@
-A GTK+-based implementation of the wxWidgets cross-platform GUI library.
-
 wxWidgets is a set of libraries that allows C++ applications to compile and
 run on several different types of computer, with minimal source code changes.
 There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac).
@@ -19,5 +17,4 @@
 support, and many other features that make it easier to write modern and
 user-friendly applications.
 
-There is also a python interface available, wxPython (see the py-wxWidgets
-package).
+This package contains the old 2.8 branch of the library.
diff -r 2731b7fb2738 -r 21f26ef35035 x11/wxGTK28/Makefile
--- a/x11/wxGTK28/Makefile      Fri Apr 02 10:07:36 2021 +0000
+++ b/x11/wxGTK28/Makefile      Fri Apr 02 10:09:41 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.59 2020/11/05 09:09:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2021/04/02 10:09:41 wiz Exp $
 #
 
 .include "../../x11/wxGTK28/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/wxGTK/wxGTK28/}
 PKGREVISION=           23
-COMMENT=               GTK-based implementation of the wxWidgets GUI library
+COMMENT=               GTK-based implementation of the wxWidgets GUI library (2.8 branch)
 
 BUILD_TARGET=  all
 INSTALL_TARGET=        install
diff -r 2731b7fb2738 -r 21f26ef35035 x11/wxGTK30/DESCR
--- a/x11/wxGTK30/DESCR Fri Apr 02 10:07:36 2021 +0000
+++ b/x11/wxGTK30/DESCR Fri Apr 02 10:09:41 2021 +0000
@@ -1,5 +1,3 @@
-The wxWidgets cross-platform GUI library.
-
 wxWidgets is a set of libraries that allows C++ applications to compile and
 run on several different types of computer, with minimal source code changes.
 There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac).
@@ -18,3 +16,5 @@
 virtual filesystems, easy-to-use OLE automation controller class, Open GL
 support, and many other features that make it easier to write modern and
 user-friendly applications.
+
+This package contains the 3.0 branch of the library.
diff -r 2731b7fb2738 -r 21f26ef35035 x11/wxGTK30/Makefile
--- a/x11/wxGTK30/Makefile      Fri Apr 02 10:07:36 2021 +0000
+++ b/x11/wxGTK30/Makefile      Fri Apr 02 10:09:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/11/29 22:08:56 dbj Exp $
+# $NetBSD: Makefile,v 1.42 2021/04/02 10:09:41 wiz Exp $
 
 DISTNAME=      wxWidgets-3.0.5.1
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK30/}
@@ -11,7 +11,7 @@
 
 MAINTAINER=    dbj%NetBSD.org@localhost
 HOMEPAGE=      https://www.wxwidgets.org/
-COMMENT=       Cross-platform wxWidgets GUI library
+COMMENT=       Cross-platform wxWidgets GUI library (3.0 branch)
 # LGPLv2 with additional permission; http://opensource.org/licenses/wxwindows
 LICENSE=       gnu-lgpl-v2
 



Home | Main Index | Thread Index | Old Index