pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Changes 2.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1032ce820f74
branches:  trunk
changeset: 497233:1032ce820f74
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 22 21:45:07 2005 +0000

description:
Changes 2.10.0:
* Increased version for GNOME 2.10 release version.

Changes 2.8.0:
* Increased version for GNOME 2.8 release version.

Changes 2.7.2:
* Now builds against latest gnome-vfs 2.7 API.

Changes 2.7.1:
This is the first version for GNOME 2.7/2.8 with additional API:
* Added Address.
* Added ResolveHandle.
* Added DnsSd functions.
* Drive: Added get_hal_udi().
* Volume: Added get_hal_udi().

diffstat:

 devel/gnome-vfsmm/DESCR            |   4 ++
 devel/gnome-vfsmm/Makefile         |  22 +++++++++++++++
 devel/gnome-vfsmm/PLIST            |  54 ++++++++++++++++++++++++++++++++++++++
 devel/gnome-vfsmm/buildlink3.mk    |  21 ++++++++++++++
 devel/gnome-vfsmm/distinfo         |   5 +++
 sysutils/gnome-vfsmm/DESCR         |   4 ++
 sysutils/gnome-vfsmm/Makefile      |  22 +++++++++++++++
 sysutils/gnome-vfsmm/PLIST         |  54 ++++++++++++++++++++++++++++++++++++++
 sysutils/gnome-vfsmm/buildlink3.mk |  21 ++++++++++++++
 sysutils/gnome-vfsmm/distinfo      |   5 +++
 10 files changed, 212 insertions(+), 0 deletions(-)

diffs (252 lines):

diff -r fa84f3f78d06 -r 1032ce820f74 devel/gnome-vfsmm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnome-vfsmm/DESCR   Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,4 @@
+gtkmm (previously known as Gtk--) is the official C++ interface for the
+popular GUI library GTK+. Highlights include typesafe callbacks, widgets
+extensible via inheritance and a comprehensive set of widget classes that
+can be freely combined to quickly create complex user interfaces.
diff -r fa84f3f78d06 -r 1032ce820f74 devel/gnome-vfsmm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnome-vfsmm/Makefile        Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/22 21:45:07 adam Exp $
+
+DISTNAME=      gnome-vfsmm-2.10.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.10/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://gtkmm.sourceforge.net/
+COMMENT=       C++ bindings for gnome-vfs
+
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            gmake
+PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libgnomevfs/gnome-vfsmm-2.6.pc.in
+GNU_CONFIGURE=         yes
+
+.include "../../devel/glibmm/buildlink3.mk"
+.include "../../devel/pkg-config/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa84f3f78d06 -r 1032ce820f74 devel/gnome-vfsmm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnome-vfsmm/PLIST   Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,54 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/22 21:45:07 adam Exp $
+include/gnome-vfsmm-2.6/libgnomevfsmm.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/address.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/application-registry.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/async-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/async.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/directory-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/dns-sd.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/drive.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/enums.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/exception.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/file-info.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/init.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-action.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-application.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-handlers.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-monitor.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/monitor-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/address_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/async-handle_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/drive_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/enums_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/file-info_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-action_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-application_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-monitor_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/resolve-handle_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/transfer-progress_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/uri_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/volume-monitor_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/volume_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/resolve-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/transfer-progress.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/transfer.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/types.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/uri.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/utils.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/volume-monitor.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/volume.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/wrap_init.h
+lib/gnome-vfsmm-2.6/include/libgnomevfsmmconfig.h
+lib/gnome-vfsmm-2.6/proc/m4/convert.m4
+lib/gnome-vfsmm-2.6/proc/m4/convert_gnome_vfsmm.m4
+lib/libgnomevfsmm-2.6.la
+lib/pkgconfig/gnome-vfsmm-2.6.pc
+@dirrm lib/gnome-vfsmm-2.6/proc/m4
+@dirrm lib/gnome-vfsmm-2.6/proc
+@dirrm lib/gnome-vfsmm-2.6/include
+@dirrm lib/gnome-vfsmm-2.6
+@dirrm include/gnome-vfsmm-2.6/libgnomevfsmm/private
+@dirrm include/gnome-vfsmm-2.6/libgnomevfsmm
+@dirrm include/gnome-vfsmm-2.6
diff -r fa84f3f78d06 -r 1032ce820f74 devel/gnome-vfsmm/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnome-vfsmm/buildlink3.mk   Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/07/22 21:45:07 adam Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+GNOME_VFSMM_BUILDLINK3_MK:=    ${GNOME_VFSMM_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gnome-vfsmm
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngnome-vfsmm}
+BUILDLINK_PACKAGES+=   gnome-vfsmm
+
+.if !empty(GNOME_VFSMM_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gnome-vfsmm+=        gnome-vfsmm>=2.10.0
+BUILDLINK_PKGSRCDIR.gnome-vfsmm?=      ../../sysutils/gnome-vfsmm
+.endif # GNOME_VFSMM_BUILDLINK3_MK
+
+.include "../../devel/glibmm/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r fa84f3f78d06 -r 1032ce820f74 devel/gnome-vfsmm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnome-vfsmm/distinfo        Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/22 21:45:07 adam Exp $
+
+SHA1 (gnome-vfsmm-2.10.0.tar.bz2) = 3773f698a29af097b2aad754fa2dc0ef887d7e2a
+RMD160 (gnome-vfsmm-2.10.0.tar.bz2) = a00061c2ba13ce45684c8aa31c74efcc73a1ecbd
+Size (gnome-vfsmm-2.10.0.tar.bz2) = 317394 bytes
diff -r fa84f3f78d06 -r 1032ce820f74 sysutils/gnome-vfsmm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-vfsmm/DESCR        Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,4 @@
+gtkmm (previously known as Gtk--) is the official C++ interface for the
+popular GUI library GTK+. Highlights include typesafe callbacks, widgets
+extensible via inheritance and a comprehensive set of widget classes that
+can be freely combined to quickly create complex user interfaces.
diff -r fa84f3f78d06 -r 1032ce820f74 sysutils/gnome-vfsmm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-vfsmm/Makefile     Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/22 21:47:36 adam Exp $
+
+DISTNAME=      gnome-vfsmm-2.10.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.10/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      http://gtkmm.sourceforge.net/
+COMMENT=       C++ bindings for gnome-vfs
+
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            gmake
+PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libgnomevfs/gnome-vfsmm-2.6.pc.in
+GNU_CONFIGURE=         yes
+
+.include "../../devel/glibmm/buildlink3.mk"
+.include "../../devel/pkg-config/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa84f3f78d06 -r 1032ce820f74 sysutils/gnome-vfsmm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-vfsmm/PLIST        Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,54 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/22 21:47:36 adam Exp $
+include/gnome-vfsmm-2.6/libgnomevfsmm.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/address.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/application-registry.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/async-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/async.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/directory-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/dns-sd.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/drive.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/enums.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/exception.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/file-info.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/init.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-action.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-application.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-handlers.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/mime-monitor.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/monitor-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/address_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/async-handle_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/drive_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/enums_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/file-info_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-action_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-application_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-monitor_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/resolve-handle_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/transfer-progress_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/uri_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/volume-monitor_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/private/volume_p.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/resolve-handle.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/transfer-progress.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/transfer.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/types.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/uri.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/utils.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/volume-monitor.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/volume.h
+include/gnome-vfsmm-2.6/libgnomevfsmm/wrap_init.h
+lib/gnome-vfsmm-2.6/include/libgnomevfsmmconfig.h
+lib/gnome-vfsmm-2.6/proc/m4/convert.m4
+lib/gnome-vfsmm-2.6/proc/m4/convert_gnome_vfsmm.m4
+lib/libgnomevfsmm-2.6.la
+lib/pkgconfig/gnome-vfsmm-2.6.pc
+@dirrm lib/gnome-vfsmm-2.6/proc/m4
+@dirrm lib/gnome-vfsmm-2.6/proc
+@dirrm lib/gnome-vfsmm-2.6/include
+@dirrm lib/gnome-vfsmm-2.6
+@dirrm include/gnome-vfsmm-2.6/libgnomevfsmm/private
+@dirrm include/gnome-vfsmm-2.6/libgnomevfsmm
+@dirrm include/gnome-vfsmm-2.6
diff -r fa84f3f78d06 -r 1032ce820f74 sysutils/gnome-vfsmm/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-vfsmm/buildlink3.mk        Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/07/22 21:47:36 adam Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+GNOME_VFSMM_BUILDLINK3_MK:=    ${GNOME_VFSMM_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gnome-vfsmm
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngnome-vfsmm}
+BUILDLINK_PACKAGES+=   gnome-vfsmm
+
+.if !empty(GNOME_VFSMM_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gnome-vfsmm+=        gnome-vfsmm>=2.10.0
+BUILDLINK_PKGSRCDIR.gnome-vfsmm?=      ../../sysutils/gnome-vfsmm
+.endif # GNOME_VFSMM_BUILDLINK3_MK
+
+.include "../../devel/glibmm/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r fa84f3f78d06 -r 1032ce820f74 sysutils/gnome-vfsmm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-vfsmm/distinfo     Fri Jul 22 21:45:07 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/22 21:47:36 adam Exp $
+
+SHA1 (gnome-vfsmm-2.10.0.tar.bz2) = 3773f698a29af097b2aad754fa2dc0ef887d7e2a
+RMD160 (gnome-vfsmm-2.10.0.tar.bz2) = a00061c2ba13ce45684c8aa31c74efcc73a1ecbd
+Size (gnome-vfsmm-2.10.0.tar.bz2) = 317394 bytes



Home | Main Index | Thread Index | Old Index