Fri May 21 09:52:59 2010 UTC ()
Changes 2.2.7:
* Documentation:
  - Added main page text with doxygen.
  - Fix the functors Doxygen group.
  - Tutorial: Removed outdated marshallers section that had no working example.


(adam)
diff -r1.32 -r1.33 pkgsrc/devel/libsigc++/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/libsigc++/PLIST
diff -r1.15 -r1.16 pkgsrc/devel/libsigc++/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/devel/libsigc++/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libsigc++/Makefile 2010/05/02 11:52:13 1.32
+++ pkgsrc/devel/libsigc++/Makefile 2010/05/21 09:52:59 1.33
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.32 2010/05/02 11:52:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2010/05/21 09:52:59 adam Exp $
2 2
3DISTNAME= libsigc++-2.2.6 3DISTNAME= libsigc++-2.2.7
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.2/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.2/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= bsieker@freenet.de 8MAINTAINER= bsieker@freenet.de
9HOMEPAGE= http://libsigc.sourceforge.net/ 9HOMEPAGE= http://libsigc.sourceforge.net/
10COMMENT= Type-safe callback system for C++ programs 10COMMENT= Type-safe callback system for C++ programs
 11
11LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes
17USE_TOOLS+= gm4 gmake perl:build 18USE_TOOLS+= gm4 gmake perl:build
18GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
19 20
20CONFLICTS+= libsigc++2-[0-9]* 21CONFLICTS+= libsigc++2-[0-9]*
21 22
22# supported according to the file README 23# supported according to the file README
23GCC_REQD+= 3.2 24GCC_REQD+= 3.2

cvs diff -r1.11 -r1.12 pkgsrc/devel/libsigc++/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libsigc++/PLIST 2010/05/02 11:52:13 1.11
+++ pkgsrc/devel/libsigc++/PLIST 2010/05/21 09:52:59 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2010/05/02 11:52:13 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.12 2010/05/21 09:52:59 adam Exp $
2include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h 2include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h
3include/sigc++-2.0/sigc++/adaptors/adaptors.h 3include/sigc++-2.0/sigc++/adaptors/adaptors.h
4include/sigc++-2.0/sigc++/adaptors/bind.h 4include/sigc++-2.0/sigc++/adaptors/bind.h
5include/sigc++-2.0/sigc++/adaptors/bind_return.h 5include/sigc++-2.0/sigc++/adaptors/bind_return.h
6include/sigc++-2.0/sigc++/adaptors/bound_argument.h 6include/sigc++-2.0/sigc++/adaptors/bound_argument.h
7include/sigc++-2.0/sigc++/adaptors/compose.h 7include/sigc++-2.0/sigc++/adaptors/compose.h
8include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h 8include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h
9include/sigc++-2.0/sigc++/adaptors/exception_catch.h 9include/sigc++-2.0/sigc++/adaptors/exception_catch.h
10include/sigc++-2.0/sigc++/adaptors/hide.h 10include/sigc++-2.0/sigc++/adaptors/hide.h
11include/sigc++-2.0/sigc++/adaptors/lambda/base.h 11include/sigc++-2.0/sigc++/adaptors/lambda/base.h
12include/sigc++-2.0/sigc++/adaptors/lambda/group.h 12include/sigc++-2.0/sigc++/adaptors/lambda/group.h
13include/sigc++-2.0/sigc++/adaptors/lambda/lambda.h 13include/sigc++-2.0/sigc++/adaptors/lambda/lambda.h
14include/sigc++-2.0/sigc++/adaptors/lambda/operator.h 14include/sigc++-2.0/sigc++/adaptors/lambda/operator.h
@@ -659,16 +659,15 @@ share/doc/libsigc++-2.0/reference/html/t @@ -659,16 +659,15 @@ share/doc/libsigc++-2.0/reference/html/t
659share/doc/libsigc++-2.0/reference/html/tab_l.gif 659share/doc/libsigc++-2.0/reference/html/tab_l.gif
660share/doc/libsigc++-2.0/reference/html/tab_r.gif 660share/doc/libsigc++-2.0/reference/html/tab_r.gif
661share/doc/libsigc++-2.0/reference/html/tabs.css 661share/doc/libsigc++-2.0/reference/html/tabs.css
662share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag 662share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag
663share/doc/libsigc++-2.0/tutorial/html/ch01.html 663share/doc/libsigc++-2.0/tutorial/html/ch01.html
664share/doc/libsigc++-2.0/tutorial/html/ch02.html 664share/doc/libsigc++-2.0/tutorial/html/ch02.html
665share/doc/libsigc++-2.0/tutorial/html/ch02s02.html 665share/doc/libsigc++-2.0/tutorial/html/ch02s02.html
666share/doc/libsigc++-2.0/tutorial/html/ch02s03.html 666share/doc/libsigc++-2.0/tutorial/html/ch02s03.html
667share/doc/libsigc++-2.0/tutorial/html/ch02s04.html 667share/doc/libsigc++-2.0/tutorial/html/ch02s04.html
668share/doc/libsigc++-2.0/tutorial/html/ch03.html 668share/doc/libsigc++-2.0/tutorial/html/ch03.html
669share/doc/libsigc++-2.0/tutorial/html/ch03s02.html 669share/doc/libsigc++-2.0/tutorial/html/ch03s02.html
670share/doc/libsigc++-2.0/tutorial/html/ch04.html 670share/doc/libsigc++-2.0/tutorial/html/ch04.html
671share/doc/libsigc++-2.0/tutorial/html/ch04s02.html 671share/doc/libsigc++-2.0/tutorial/html/ch04s02.html
672share/doc/libsigc++-2.0/tutorial/html/ch04s03.html 
673share/doc/libsigc++-2.0/tutorial/html/ch05.html 672share/doc/libsigc++-2.0/tutorial/html/ch05.html
674share/doc/libsigc++-2.0/tutorial/html/index.html 673share/doc/libsigc++-2.0/tutorial/html/index.html

cvs diff -r1.15 -r1.16 pkgsrc/devel/libsigc++/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libsigc++/distinfo 2010/05/02 11:52:13 1.15
+++ pkgsrc/devel/libsigc++/distinfo 2010/05/21 09:52:59 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2010/05/02 11:52:13 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2010/05/21 09:52:59 adam Exp $
2 2
3SHA1 (libsigc++-2.2.6.tar.bz2) = 2c0b60d8b076720a0feb71b115f88ffb60c6e570 3SHA1 (libsigc++-2.2.7.tar.bz2) = c8ff4415460e20c26adf345d560743e3dc18f985
4RMD160 (libsigc++-2.2.6.tar.bz2) = 66c7aaefd8469ac5f950595fccd0fb5c5bdbe168 4RMD160 (libsigc++-2.2.7.tar.bz2) = 3cbddd5aa25083fdb5532384a95deb2fbe46b6d7
5Size (libsigc++-2.2.6.tar.bz2) = 3741979 bytes 5Size (libsigc++-2.2.7.tar.bz2) = 3738653 bytes