pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libsigc++
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 7 13:24:38 UTC 2019
Modified Files:
pkgsrc/devel/libsigc++: DESCR Makefile
Log Message:
libsigc++: mark it as version 2 of the library
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libsigc++/DESCR
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/libsigc++/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libsigc++/DESCR
diff -u pkgsrc/devel/libsigc++/DESCR:1.2 pkgsrc/devel/libsigc++/DESCR:1.3
--- pkgsrc/devel/libsigc++/DESCR:1.2 Sat Jan 31 23:39:29 2004
+++ pkgsrc/devel/libsigc++/DESCR Thu Nov 7 13:24:38 2019
@@ -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.
Index: pkgsrc/devel/libsigc++/Makefile
diff -u pkgsrc/devel/libsigc++/Makefile:1.56 pkgsrc/devel/libsigc++/Makefile:1.57
--- pkgsrc/devel/libsigc++/Makefile:1.56 Fri Aug 16 12:03:51 2019
+++ pkgsrc/devel/libsigc++/Makefile Thu Nov 7 13:24:38 2019
@@ -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 @@ EXTRACT_SUFX= .tar.xz
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