summaryrefslogtreecommitdiffstats
path: root/libsigc++/build/slack-desc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-17 14:33:36 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-17 14:33:36 +0000
commit1cee02d75af8fccbeead3d9d70fe43d4a66606ca (patch)
tree12614b20f9ad5a926d47d4f2818ad85fce2b4b68 /libsigc++/build/slack-desc
parent30c2b77557a9b01a35eab2dbdffba11f501d0775 (diff)
downloadasb-1cee02d75af8fccbeead3d9d70fe43d4a66606ca.tar.gz
asb-1cee02d75af8fccbeead3d9d70fe43d4a66606ca.tar.xz
Initial revision
Diffstat (limited to 'libsigc++/build/slack-desc')
-rw-r--r--libsigc++/build/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libsigc++/build/slack-desc b/libsigc++/build/slack-desc
new file mode 100644
index 00000000..c410e17c
--- /dev/null
+++ b/libsigc++/build/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+libsigc++: libsigc++ (typesafe callback system for C++)
+libsigc++:
+libsigc++: libsigc++ implements a typesafe callback system for standard C++.
+libsigc++: It allows you to define signals and to connect those signals to any
+libsigc++: callback function, either global or a member function, regardless of
+libsigc++: whether it is static or virtual.
+libsigc++: libsigc++ is used by gtkmm to wrap the GTK+ signal system.
+libsigc++: It does not depend on GTK or gtkmm.
+libsigc++:
+libsigc++: libsigc++ home: http://libsigc.sourceforge.net
+libsigc++: