pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libsigc++ libsigc++: mark it as version 2 of the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/72709f7a2ccc
branches: trunk
changeset: 404182:72709f7a2ccc
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 07 13:24:38 2019 +0000
description:
libsigc++: mark it as version 2 of the library
diffstat:
devel/libsigc++/DESCR | 15 ++++++++-------
devel/libsigc++/Makefile | 4 ++--
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 174d275c642c -r 72709f7a2ccc devel/libsigc++/DESCR
--- a/devel/libsigc++/DESCR Thu Nov 07 13:23:46 2019 +0000
+++ b/devel/libsigc++/DESCR Thu Nov 07 13:24:38 2019 +0000
@@ -1,9 +1,10 @@
libsigc++ implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally
-part of the Gtk-- widget set, libsigc++ is now a separate library to
-provide for more general use. It is the most complete library of its
-kind with the ability to connect an abstract callback to a class
-method, function, or function object. It contains adaptor classes for
-connection of dissimilar callbacks and has an ease of use unmatched by
-other C++ callback libraries. Libsigc++ is licensed under the GNU
-Library General Public License, LGPL.
+part of the Gtk-- widget set, libsigc++ is now a separate library
+to provide for more general use. It is the most complete library
+of its kind with the ability to connect an abstract callback to a
+class method, function, or function object. It contains adaptor
+classes for connection of dissimilar callbacks and has an ease of
+use unmatched by other C++ callback libraries.
+
+This is the older major version 2 of the library.
diff -r 174d275c642c -r 72709f7a2ccc devel/libsigc++/Makefile
--- a/devel/libsigc++/Makefile Thu Nov 07 13:23:46 2019 +0000
+++ b/devel/libsigc++/Makefile Thu Nov 07 13:24:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2019/08/16 12:03:51 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2019/11/07 13:24:38 wiz Exp $
DISTNAME= libsigc++-2.10.2
CATEGORIES= devel gnome
@@ -7,7 +7,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://libsigc.sourceforge.net/
-COMMENT= Type-safe callback system for C++ programs
+COMMENT= Type-safe callback system for C++ programs (v2)
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++11
Home |
Main Index |
Thread Index |
Old Index