1 | # $Id: Portfile,v 1.2 2003/08/05 09:29:03 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libsigc++ |
---|
5 | version 1.2.5 |
---|
6 | categories devel |
---|
7 | maintainers decibel@decibel.org |
---|
8 | description C++ signal callback system |
---|
9 | long_description libsigc++ implements a typesafe callback system for \ |
---|
10 | standard C++. It allows you to define signals and to \ |
---|
11 | connect those signals to any callback function, either \ |
---|
12 | global or a member function, regardless of whether it is \ |
---|
13 | static or virtual. |
---|
14 | homepage http://libsigc.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | checksums md5 d0d1ffcae0eced97ef4f17ce0ba81352 |
---|