summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
commit7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /graphics
parent86f92684818eb77da677366cd49b4fa35e87b579 (diff)
downloadpkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/g2/Makefile4
-rw-r--r--graphics/get_ds7/Makefile14
-rw-r--r--graphics/get_ds7/PLIST4
-rw-r--r--graphics/p5-Chart-ThreeD/Makefile4
-rw-r--r--graphics/p5-Chart/Makefile4
-rw-r--r--graphics/p5-GD/Makefile3
-rw-r--r--graphics/p5-GDGraph/Makefile4
-rw-r--r--graphics/p5-GDGraph3d/Makefile4
-rw-r--r--graphics/p5-GDTextUtil/Makefile4
-rw-r--r--graphics/p5-GIFgraph/Makefile4
-rw-r--r--graphics/p5-Gdk-Imlib/Makefile3
-rw-r--r--graphics/p5-Gdk-Pixbuf/Makefile4
-rw-r--r--graphics/p5-Gnome/Makefile3
-rw-r--r--graphics/p5-GraphViz/Makefile3
-rw-r--r--graphics/p5-Image-Imlib2/Makefile3
-rw-r--r--graphics/p5-Image-Info/Makefile4
-rw-r--r--graphics/p5-Image-Size/Makefile4
-rw-r--r--graphics/p5-PerlMagick/Makefile3
-rw-r--r--graphics/p5-SWF-File/Makefile4
19 files changed, 45 insertions, 35 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile
index 6766da9429e..1d111f69b67 100644
--- a/graphics/g2/Makefile
+++ b/graphics/g2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/07/13 18:01:30 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/06 06:19:19 jlam Exp $
DISTNAME= g2-0.49a
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://g2.sourceforge.net/pub/
diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile
index 283af75705d..cc1f3ff4a58 100644
--- a/graphics/get_ds7/Makefile
+++ b/graphics/get_ds7/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:10 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:19 jlam Exp $
#
DISTNAME= get_ds7_1.2.4
PKGNAME= get_ds7-1.2.4
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/
EXTRACT_SUFX= .tar
@@ -11,11 +12,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/index-e.html
COMMENT= Read pictures from a FUJIFILM DS-7(DS series) digital camera
-USE_TOOLS+= perl
+USE_TOOLS+= perl:run
WRKSRC= ${WRKDIR}/ds-7_1.2.4
DECOMPRESS_CMD= ${CAT}
-NO_BUILD= # defined
+
+PERL5_CONFIGURE= no
+NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/get_ds7
@@ -26,11 +29,12 @@ post-patch:
<${WRKSRC}/get_ds7 >${WRKSRC}/get_ds7.exe
do-install:
- ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
- ${INSTALL_DATA} ${WRKSRC}/ds7_lib.pm ${PERL5_SITELIB}
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
+ ${INSTALL_DATA} ${WRKSRC}/ds7_lib.pm ${PERL5_INSTALLVENDORLIB}
${INSTALL_SCRIPT} ${WRKSRC}/get_ds7.exe ${PREFIX}/bin/get_ds7
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCDIR}
${INSTALL_MAN} ${WRKSRC}/README.english ${DOCDIR}
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/get_ds7/PLIST b/graphics/get_ds7/PLIST
index 4d43958375e..aa25b65178c 100644
--- a/graphics/get_ds7/PLIST
+++ b/graphics/get_ds7/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:53 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/08/06 06:19:19 jlam Exp $
bin/get_ds7
-${PERL5_SITELIB}/ds7_lib.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ds7_lib.pm
share/doc/get_ds7/README
share/doc/get_ds7/README.english
@dirrm share/doc/get_ds7
diff --git a/graphics/p5-Chart-ThreeD/Makefile b/graphics/p5-Chart-ThreeD/Makefile
index 1ab305bea3d..37b9b29bbe5 100644
--- a/graphics/p5-Chart-ThreeD/Makefile
+++ b/graphics/p5-Chart-ThreeD/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:30 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:20 jlam Exp $
DISTNAME= Chart-ThreeD-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5c3d
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile
index bdce7ac42de..739cea96827 100644
--- a/graphics/p5-Chart/Makefile
+++ b/graphics/p5-Chart/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:30 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:19 jlam Exp $
DISTNAME= Chart-2.3
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 9c20e5049e1..6bea45be2b4 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2005/07/13 18:01:30 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2005/08/06 06:19:20 jlam Exp $
DISTNAME= GD-2.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bd
+PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile
index 2b759a947ac..dad6b56f040 100644
--- a/graphics/p5-GDGraph/Makefile
+++ b/graphics/p5-GDGraph/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2005/07/13 18:01:30 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:20 jlam Exp $
#
DISTNAME= GDGraph-1.43
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5gdg
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
diff --git a/graphics/p5-GDGraph3d/Makefile b/graphics/p5-GDGraph3d/Makefile
index cd3c33ebd7e..b15250e58d4 100644
--- a/graphics/p5-GDGraph3d/Makefile
+++ b/graphics/p5-GDGraph3d/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:20 jlam Exp $
DISTNAME= GDGraph3d-0.56
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5gd3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile
index fc5a94cfd0c..1601bc53410 100644
--- a/graphics/p5-GDTextUtil/Makefile
+++ b/graphics/p5-GDTextUtil/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:20 jlam Exp $
DISTNAME= GDTextUtil-0.86
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5gdt
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
diff --git a/graphics/p5-GIFgraph/Makefile b/graphics/p5-GIFgraph/Makefile
index 38f5a52a888..4b7d2ebec1e 100644
--- a/graphics/p5-GIFgraph/Makefile
+++ b/graphics/p5-GIFgraph/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:20 jlam Exp $
#
DISTNAME= GIFgraph-1.20
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5gig
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GIFgraph/}
diff --git a/graphics/p5-Gdk-Imlib/Makefile b/graphics/p5-Gdk-Imlib/Makefile
index 13974441001..148517e4d0d 100644
--- a/graphics/p5-Gdk-Imlib/Makefile
+++ b/graphics/p5-Gdk-Imlib/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:21 jlam Exp $
#
.include "../../x11/p5-gtk/Makefile.common"
PKGNAME= p5-Gdk-Imlib-${GTKPERL_VERSION}
+PKGREVISION= 1
MAINTAINER= adrianp@NetBSD.org
COMMENT= Perl bindings for Imlib
diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile
index 0bfcdf0a2af..9b8ccf0d945 100644
--- a/graphics/p5-Gdk-Pixbuf/Makefile
+++ b/graphics/p5-Gdk-Pixbuf/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:21 jlam Exp $
#
.include "../../x11/p5-gtk/Makefile.common"
PKGNAME= p5-Gdk-Pixbuf-${GTKPERL_VERSION}
-PKGREVISION= 7
+PKGREVISION= 8
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 Gtk::Gdk::Pixbuf
diff --git a/graphics/p5-Gnome/Makefile b/graphics/p5-Gnome/Makefile
index 9ee47110977..63445d69261 100644
--- a/graphics/p5-Gnome/Makefile
+++ b/graphics/p5-Gnome/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:21 jlam Exp $
#
.include "../../x11/p5-gtk/Makefile.common"
PKGNAME= p5-Gnome-${GTKPERL_VERSION}
+PKGREVISION= 1
MAINTAINER= adrianp@NetBSD.org
COMMENT= Perl bindings for Gnome
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index 6a0605d3d48..27de6a08869 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:21 jlam Exp $
#
DISTNAME= GraphViz-2.02
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/}
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index 8334a507e9d..92d34aa2597 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2005/07/16 01:19:11 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:21 jlam Exp $
#
DISTNAME= Image-Imlib2-1.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5im2
+PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile
index 9f27c2e7901..83b7f6941b0 100644
--- a/graphics/p5-Image-Info/Makefile
+++ b/graphics/p5-Image-Info/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:21 jlam Exp $
#
DISTNAME= Image-Info-1.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iin
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile
index 1234c281ab9..7c8451e5ffc 100644
--- a/graphics/p5-Image-Size/Makefile
+++ b/graphics/p5-Image-Size/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:21 jlam Exp $
#
DISTNAME= Image-Size-2.992
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5isi
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index b28f44f3a97..a90c0a4a0f5 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2005/07/16 01:19:11 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2005/08/06 06:19:21 jlam Exp $
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
+PKGREVISION= 1
SVR4_PKGNAME= p5pma
diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile
index 3c2fe344416..b85238d51bc 100644
--- a/graphics/p5-SWF-File/Makefile
+++ b/graphics/p5-SWF-File/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:31 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:21 jlam Exp $
#
DISTNAME= SWF-File-0.22
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/}