summaryrefslogtreecommitdiff
path: root/devel/libsigc++10/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-03-01Reimport of the libsigc++ 1.0 package as libsigc++10. The new 1.2 versionjmmv2-0/+44
is incompatible with this old one, so we must keep both in pkgsrc. Description of libsigc++: 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 seperate library to provide for more general use. It is the most complete library of its kind with the ablity 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.