diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-20 15:43:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-20 15:43:08 +0000 |
commit | 3bbef3ef97cb17caed82c66aa154fe5caf4198cd (patch) | |
tree | 930f916cda874c15f20dd907e37740cbce63e43a /graphics | |
parent | 87850f352bfeb73d31340c2da66b6eef0f2d7035 (diff) | |
download | pkgsrc-3bbef3ef97cb17caed82c66aa154fe5caf4198cd.tar.gz |
Remove p5-gtk, p5-Gdk-Imlib, and p5-Gdk-Pixbuf, as discussed on tech-pkg
and pkgsrc-users.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Gdk-Imlib/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Gdk-Imlib/Makefile | 18 | ||||
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 18 |
5 files changed, 1 insertions, 53 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index df6a6063158..17263053afe 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.637 2012/10/16 22:10:58 minskim Exp $ +# $NetBSD: Makefile,v 1.638 2012/10/20 15:43:08 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -324,8 +324,6 @@ SUBDIR+= p5-GDGraph SUBDIR+= p5-GDGraph-boxplot SUBDIR+= p5-GDTextUtil SUBDIR+= p5-GIFgraph -SUBDIR+= p5-Gdk-Imlib -SUBDIR+= p5-Gdk-Pixbuf SUBDIR+= p5-Gnome2-Canvas SUBDIR+= p5-GraphViz SUBDIR+= p5-GraphViz2 diff --git a/graphics/p5-Gdk-Imlib/DESCR b/graphics/p5-Gdk-Imlib/DESCR deleted file mode 100644 index eb3a9a2f420..00000000000 --- a/graphics/p5-Gdk-Imlib/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -The Gtk module allows Perl access to the Gtk+ graphical user interface -library. You can find more information about Gtk+ on http://www.gtk.org. -The Perl binding tries to follow the C interface as much as possible, -providing at the same time a fully object-oriented interface and -Perl-style calling conventions. - -This is the Gtk::Gdk::Imlib extension of the Gtk module. diff --git a/graphics/p5-Gdk-Imlib/Makefile b/graphics/p5-Gdk-Imlib/Makefile deleted file mode 100644 index 21e498135de..00000000000 --- a/graphics/p5-Gdk-Imlib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.22 2012/10/06 14:11:10 asau Exp $ -# - -MAKE_JOBS_SAFE= no - -.include "../../x11/p5-gtk/Makefile.common" - -PKGNAME= p5-Gdk-Imlib-${GTKPERL_VERSION} -PKGREVISION= 15 - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Perl bindings for Imlib - -PERL5_PACKLIST= auto/Gtk/Gdk/ImlibImage/.packlist -SUBPACKAGE= GdkImlib - -.include "../../graphics/imlib-gtk/buildlink3.mk" -.include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/p5-Gdk-Pixbuf/DESCR b/graphics/p5-Gdk-Pixbuf/DESCR deleted file mode 100644 index a83fa208326..00000000000 --- a/graphics/p5-Gdk-Pixbuf/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -The Gtk module allows Perl access to the Gtk+ graphical user interface -library. You can find more information about Gtk+ on http://www.gtk.org. -The Perl binding tries to follow the C interface as much as possible, -providing at the same time a fully object-oriented interface and -Perl-style calling conventions. - -This is the Gtk::Gdk::Pixbuf extension of the Gtk module. diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile deleted file mode 100644 index aeff6c03cfa..00000000000 --- a/graphics/p5-Gdk-Pixbuf/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.31 2012/10/06 14:11:11 asau Exp $ -# - -MAKE_JOBS_SAFE= no - -.include "../../x11/p5-gtk/Makefile.common" - -PKGNAME= p5-Gdk-Pixbuf-${GTKPERL_VERSION} -PKGREVISION= 22 - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Perl5 Gtk::Gdk::Pixbuf - -PERL5_PACKLIST= auto/Gtk/Gdk/Pixbuf/.packlist -SUBPACKAGE= GdkPixbuf - -.include "../../graphics/gdk-pixbuf/buildlink3.mk" -.include "../../x11/p5-gtk/Makefile.subpackage" |