diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-09 10:40:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-09 10:40:57 +0000 |
commit | f09f2ec19526b9259916b3ddaf7d88fc53e4490f (patch) | |
tree | 35e6e305bc09deb0580ef9aea6f5866d55549bf5 /meta-pkgs | |
parent | 5462e9fbcadbc57a8cbbb73a5c3612a31f04bf63 (diff) | |
download | pkgsrc-f09f2ec19526b9259916b3ddaf7d88fc53e4490f.tar.gz |
Initial import of the Gnome bindings packages (except for the Java ones).
Names as discussed on tech-pkg.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-bindings-c++/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/gnome-bindings-c++/Makefile | 41 | ||||
-rw-r--r-- | meta-pkgs/gnome-bindings-mono/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/gnome-bindings-mono/Makefile | 17 | ||||
-rw-r--r-- | meta-pkgs/p5-gnome-bindings/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/p5-gnome-bindings/Makefile | 32 | ||||
-rw-r--r-- | meta-pkgs/py-gnome-bindings/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/py-gnome-bindings/Makefile | 22 |
8 files changed, 144 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-bindings-c++/DESCR b/meta-pkgs/gnome-bindings-c++/DESCR new file mode 100644 index 00000000000..96128a5518e --- /dev/null +++ b/meta-pkgs/gnome-bindings-c++/DESCR @@ -0,0 +1,8 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. + +This is a meta package for the second major version of the GNOME +project. It provides the C++ bindings for the GNOME libraries. diff --git a/meta-pkgs/gnome-bindings-c++/Makefile b/meta-pkgs/gnome-bindings-c++/Makefile new file mode 100644 index 00000000000..5ff27a0b5b7 --- /dev/null +++ b/meta-pkgs/gnome-bindings-c++/Makefile @@ -0,0 +1,41 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $ + +DISTNAME= gnome-bindings-c++-2.24.0.90 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for C++ bindings for the GNOME desktop + +META_PACKAGE= yes + +# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/c++/ + +# outdated +#DEPENDS+= gconfmm>=2.24.0:../../devel/gconfmm +DEPENDS+= gconfmm-[0-9]*:../../devel/gconfmm +DEPENDS+= glibmm>=2.18.1:../../devel/glibmm +# outdated +#DEPENDS+= gnome-vfsmm>=2.24.0:../../sysutils/gnome-vfsmm +DEPENDS+= gnome-vfsmm-[0-9]*:../../sysutils/gnome-vfsmm +DEPENDS+= gtkmm>=2.14.1:../../x11/gtkmm +# outdated +#DEPENDS+= libglademm>=2.6.7:../../devel/libglademm +DEPENDS+= libglademm-[0-9]*:../../devel/libglademm +# outdated +#DEPENDS+= libgnomecanvasmm>=2.23.1:../../graphics/libgnomecanvasmm +DEPENDS+= libgnomecanvasmm-[0-9]*:../../graphics/libgnomecanvasmm +# outdated +#DEPENDS+= libgnomemm>=2.24.0:../../devel/libgnomemm +DEPENDS+= libgnomemm-[0-9]*:../../devel/libgnomemm +# outdated +#DEPENDS+= libgnomeuimm>=2.24.0:../../devel/libgnomeuimm +DEPENDS+= libgnomeuimm-[0-9]*:../../devel/libgnomeuimm +DEPENDS+= libsigc++>=2.2.3:../../devel/libsigc++ +# outdated +#DEPENDS+= libxml++>=2.24.0:../../textproc/libxml++ +DEPENDS+= libxml++-[0-9]*:../../textproc/libxml++ +DEPENDS+= pangomm>=2.14.0:../../devel/pangomm + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnome-bindings-mono/DESCR b/meta-pkgs/gnome-bindings-mono/DESCR new file mode 100644 index 00000000000..20f65cca1e2 --- /dev/null +++ b/meta-pkgs/gnome-bindings-mono/DESCR @@ -0,0 +1,8 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. + +This is a meta package for the second major version of the GNOME +project. It provides the Mono (C#) bindings for the GNOME libraries. diff --git a/meta-pkgs/gnome-bindings-mono/Makefile b/meta-pkgs/gnome-bindings-mono/Makefile new file mode 100644 index 00000000000..5a9e2e583da --- /dev/null +++ b/meta-pkgs/gnome-bindings-mono/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $ + +DISTNAME= gnome-bindings-mono-2.24.1 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for Mono (C#) bindings for the GNOME desktop + +META_PACKAGE= yes + +# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/mono/ + +DEPENDS+= gtk-sharp>=2.12.4:../../x11/gtk-sharp + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/p5-gnome-bindings/DESCR b/meta-pkgs/p5-gnome-bindings/DESCR new file mode 100644 index 00000000000..2110654cc38 --- /dev/null +++ b/meta-pkgs/p5-gnome-bindings/DESCR @@ -0,0 +1,8 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. + +This is a meta package for the second major version of the GNOME +project. It provides the Perl bindings for the GNOME libraries. diff --git a/meta-pkgs/p5-gnome-bindings/Makefile b/meta-pkgs/p5-gnome-bindings/Makefile new file mode 100644 index 00000000000..252297a1d82 --- /dev/null +++ b/meta-pkgs/p5-gnome-bindings/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $ + +DISTNAME= p5-gnome-bindings-2.24.0.90 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for Perl bindings for the GNOME desktop + +META_PACKAGE= yes + +# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/perl/ + +# outdated +#DEPENDS+= p5-glib2>=1.200:../../devel/p5-glib2 +DEPENDS+= p5-glib2-[0-9]*:../../devel/p5-glib2 +# unpackaged +#DEPENDS+= p5-gnome2>=1.042:../../devel/p5-gnome2 +# unpackaged +#DEPENDS+= p5-gnome2-canvas>=1.042:../../devel/p5-gnome2-canvas +# unpackaged +#DEPENDS+= p5-gnome2-gconf>=1.044:../../devel/p5-gnome2-gconf +# unpackaged +#DEPENDS+= p5-gnome2-vfs>=1.081:../../devel/p5-gnome2-vfs +# outdated +#DEPENDS+= p5-gtk2>=1.201:../../x11/p5-gtk2 +DEPENDS+= p5-gtk2-[0-9]*:../../x11/p5-gtk2 +# unpackaged +#DEPENDS+= p5-gtk2-gladexml>=1.007:../../x11/p5-gtk2-gladexml + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/py-gnome-bindings/DESCR b/meta-pkgs/py-gnome-bindings/DESCR new file mode 100644 index 00000000000..218765261a9 --- /dev/null +++ b/meta-pkgs/py-gnome-bindings/DESCR @@ -0,0 +1,8 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. + +This is a meta package for the second major version of the GNOME +project. It provides the Python bindings for the GNOME libraries. diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile new file mode 100644 index 00000000000..3f2250db699 --- /dev/null +++ b/meta-pkgs/py-gnome-bindings/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $ + +DISTNAME= p5-gnome-bindings-2.24.1 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for Python bindings for the GNOME desktop + +META_PACKAGE= yes + +.include "../../lang/python/pyversion.mk" + +# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/python/ + +DEPENDS+= ${PYPKGPREFIX}-gnome>=2.22.3:../../x11/py-gnome2 +DEPENDS+= ${PYPKGPREFIX}-gobject>=2.15.4:../../devel/py-gobject +DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2 +DEPENDS+= ${PYPKGPREFIX}-ORBit>=2.14.3:../../net/py-ORBit + +.include "../../mk/bsd.pkg.mk" |