pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  2 10:09:41 UTC 2021

Modified Files:
        pkgsrc/x11/wxGTK28: DESCR Makefile
        pkgsrc/x11/wxGTK30: DESCR Makefile

Log Message:
wxGTK*: update DESCR and COMMENT to include branch version


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/wxGTK28/DESCR
cvs rdiff -u -r1.59 -r1.60 pkgsrc/x11/wxGTK28/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/wxGTK30/DESCR
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/wxGTK30/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/wxGTK28/DESCR
diff -u pkgsrc/x11/wxGTK28/DESCR:1.1.1.1 pkgsrc/x11/wxGTK28/DESCR:1.2
--- pkgsrc/x11/wxGTK28/DESCR:1.1.1.1    Fri Sep 12 11:09:49 2008
+++ pkgsrc/x11/wxGTK28/DESCR    Fri Apr  2 10:09:41 2021
@@ -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 @@ virtual filesystems, easy-to-use OLE aut
 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.

Index: pkgsrc/x11/wxGTK28/Makefile
diff -u pkgsrc/x11/wxGTK28/Makefile:1.59 pkgsrc/x11/wxGTK28/Makefile:1.60
--- pkgsrc/x11/wxGTK28/Makefile:1.59    Thu Nov  5 09:09:29 2020
+++ pkgsrc/x11/wxGTK28/Makefile Fri Apr  2 10:09:41 2021
@@ -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

Index: pkgsrc/x11/wxGTK30/DESCR
diff -u pkgsrc/x11/wxGTK30/DESCR:1.2 pkgsrc/x11/wxGTK30/DESCR:1.3
--- pkgsrc/x11/wxGTK30/DESCR:1.2        Wed Feb 17 10:16:05 2016
+++ pkgsrc/x11/wxGTK30/DESCR    Fri Apr  2 10:09:41 2021
@@ -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 @@ such as the many convenience dialogs, bu
 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.

Index: pkgsrc/x11/wxGTK30/Makefile
diff -u pkgsrc/x11/wxGTK30/Makefile:1.41 pkgsrc/x11/wxGTK30/Makefile:1.42
--- pkgsrc/x11/wxGTK30/Makefile:1.41    Sun Nov 29 22:08:56 2020
+++ pkgsrc/x11/wxGTK30/Makefile Fri Apr  2 10:09:41 2021
@@ -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 @@ EXTRACT_SUFX= .tar.bz2
 
 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