summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-07-04 13:50:28 +0000
committerdrochner <drochner@pkgsrc.org>2004-07-04 13:50:28 +0000
commit76470be9366ff5451ced00373639441eaf0d33e1 (patch)
tree8374c6a8d49b8372d5fa82ab02f96b0b26b71b10 /sysutils
parent50b11ff526ff6226887732283ce901ece9f462ac (diff)
downloadpkgsrc-76470be9366ff5451ced00373639441eaf0d33e1.tar.gz
Import the latest generation of gnome-C++ bindings.
(can coexist with older versions)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-vfsmm26/DESCR4
-rw-r--r--sysutils/gnome-vfsmm26/Makefile25
-rw-r--r--sysutils/gnome-vfsmm26/PLIST53
-rw-r--r--sysutils/gnome-vfsmm26/buildlink3.mk31
-rw-r--r--sysutils/gnome-vfsmm26/distinfo4
5 files changed, 117 insertions, 0 deletions
diff --git a/sysutils/gnome-vfsmm26/DESCR b/sysutils/gnome-vfsmm26/DESCR
new file mode 100644
index 00000000000..d8b0cad09a5
--- /dev/null
+++ b/sysutils/gnome-vfsmm26/DESCR
@@ -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 --git a/sysutils/gnome-vfsmm26/Makefile b/sysutils/gnome-vfsmm26/Makefile
new file mode 100644
index 00000000000..53db334ec2f
--- /dev/null
+++ b/sysutils/gnome-vfsmm26/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/04 13:54:29 drochner Exp $
+#
+
+DISTNAME= gnome-vfsmm-2.6.1
+PKGNAME= gnome-vfsmm26-2.6.1
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.6/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://gtkmm.sourceforge.net/
+COMMENT= C++ bindings for gnome-vfs
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgnomevfs/gnome-vfsmm-2.6.pc.in
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../devel/glibmm24/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gnome-vfsmm26/PLIST b/sysutils/gnome-vfsmm26/PLIST
new file mode 100644
index 00000000000..a7438b6d294
--- /dev/null
+++ b/sysutils/gnome-vfsmm26/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/04 13:54:29 drochner Exp $
+include/gnome-vfsmm-2.6/libgnomevfsmm.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/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/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/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/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.a
+lib/libgnomevfsmm-2.6.la
+lib/libgnomevfsmm-2.6.so
+lib/libgnomevfsmm-2.6.so.1
+lib/libgnomevfsmm-2.6.so.1.1
+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 --git a/sysutils/gnome-vfsmm26/buildlink3.mk b/sysutils/gnome-vfsmm26/buildlink3.mk
new file mode 100644
index 00000000000..872457dbb7b
--- /dev/null
+++ b/sysutils/gnome-vfsmm26/buildlink3.mk
@@ -0,0 +1,31 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/07/04 13:54:29 drochner Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.4.
+# XXX After this file as been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed. Please do not commit
+# XXX unverified buildlink[23].mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX BUILDLINK_DEPMETHOD.gnome-vfsmm26?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GNOME_VFSMM26_BUILDLINK3_MK:= ${GNOME_VFSMM26_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gnome-vfsmm26
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-vfsmm26}
+BUILDLINK_PACKAGES+= gnome-vfsmm26
+
+.if !empty(GNOME_VFSMM26_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gnome-vfsmm26+= gnome-vfsmm26>=2.6.1
+BUILDLINK_PKGSRCDIR.gnome-vfsmm26?= ../../sysutils/gnome-vfsmm26
+.endif # GNOME_VFSMM26_BUILDLINK3_MK
+
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../devel/glibmm24/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/sysutils/gnome-vfsmm26/distinfo b/sysutils/gnome-vfsmm26/distinfo
new file mode 100644
index 00000000000..2d3685653ee
--- /dev/null
+++ b/sysutils/gnome-vfsmm26/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/04 13:54:29 drochner Exp $
+
+SHA1 (gnome-vfsmm-2.6.1.tar.bz2) = 253d14b0d763ae729eb61d10337b9006a4d3a112
+Size (gnome-vfsmm-2.6.1.tar.bz2) = 290073 bytes