pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Convert @exec/@unexec to @pkgdir or drop it.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa3f61a7522d
branches: trunk
changeset: 394689:fa3f61a7522d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 14 20:05:39 2009 +0000
description:
Convert @exec/@unexec to @pkgdir or drop it.
diffstat:
graphics/Coin/PLIST | 5 +-
graphics/GlutKit/PLIST | 4 +-
graphics/GraphicsMagick/PLIST | 6 +-
graphics/ImageMagick/PLIST | 6 +-
graphics/MesaLib/PLIST | 4 +-
graphics/Ngraph/PLIST | 3 +-
graphics/RenderKit/PLIST | 4 +-
graphics/SDLKit/PLIST | 4 +-
graphics/camlimages/PLIST | 3 +-
graphics/camlimages/PLIST.opt | 3 +-
graphics/cinepaint/PLIST | 6 +-
graphics/denemo/PLIST | 4 +-
graphics/dia/PLIST | 4 +-
graphics/digikam/PLIST | 6 +-
graphics/djview4/PLIST | 3 +-
graphics/evas/PLIST | 6 +-
graphics/freeglut/PLIST | 3 +-
graphics/gimageview/PLIST | 4 +-
graphics/gimp/PLIST | 4 +-
graphics/gimp1-base/PLIST | 3 +-
graphics/giram/PLIST | 4 +-
graphics/gnome-icon-theme/PLIST | 4 +-
graphics/graphviz/PLIST | 38 +-
graphics/gri/PLIST | 4 +-
graphics/hicolor-icon-theme/PLIST | 578 +++++++++++++++++++-------------------
graphics/ivtools/PLIST | 4 +-
graphics/kdegraphics3/PLIST | 6 +-
graphics/libkipi/PLIST | 4 +-
graphics/ploticus-examples/PLIST | 4 +-
graphics/radiance/PLIST | 4 +-
graphics/ruby-RMagick/PLIST | 3 +-
graphics/ruby-gd/PLIST | 3 +-
graphics/ruby-gnuplot/PLIST | 3 +-
graphics/ruby-opengl/PLIST | 3 +-
graphics/ruby-rcairo/PLIST | 3 +-
graphics/sane-backends/PLIST | 10 +-
graphics/ucview/PLIST | 4 +-
graphics/xfce4-icon-theme/PLIST | 4 +-
38 files changed, 373 insertions(+), 395 deletions(-)
diffs (truncated from 1166 to 300 lines):
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/Coin/PLIST
--- a/graphics/Coin/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/Coin/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:59:04 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:05:39 joerg Exp $
bin/coin-config
include/Inventor/C/base/hash.h
include/Inventor/C/base/heap.h
@@ -701,6 +701,3 @@
share/Coin/draggerDefaults/translate1Dragger.iv
share/Coin/draggerDefaults/translate2Dragger.iv
share/aclocal/coin.m4
-@unexec ${RMDIR} %D/share/Coin/draggerDefaults 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/Coin/conf 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/Coin 2>/dev/null || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/GlutKit/PLIST
--- a/graphics/GlutKit/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/GlutKit/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:39 joerg Exp $
share/GNUstep/Local/Library/Headers/GlutKit/G3DGlutCamera.h
share/GNUstep/Local/Library/Headers/GlutKit/G3DGlutKit.h
share/GNUstep/Local/Library/Libraries/libGlutKit.so
share/GNUstep/Local/Library/Libraries/libGlutKit.so.0.5.0
-@exec ${MKDIR} %D/share/GNUstep/Local/Headers/GlutKit
+@pkgdir share/GNUstep/Local/Headers/GlutKit
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/GraphicsMagick/PLIST
--- a/graphics/GraphicsMagick/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/GraphicsMagick/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:59:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/06/14 20:05:40 joerg Exp $
bin/GraphicsMagick++-config
bin/GraphicsMagick-config
bin/GraphicsMagickWand-config
@@ -264,5 +264,5 @@
share/doc/GraphicsMagick/www/tools.rst
share/doc/GraphicsMagick/www/utilities.html
share/doc/GraphicsMagick/www/utilities.rst
-@exec ${MKDIR} %D/lib/${PKGNAME}/modules-Q8/filters
-@exec ${MKDIR} %D/lib/${PKGNAME}/modules-Q8/coders
+@pkgdir lib/${PKGNAME}/modules-Q8/filters
+@pkgdir lib/${PKGNAME}/modules-Q8/coders
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/ImageMagick/PLIST
--- a/graphics/ImageMagick/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/ImageMagick/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.62 2009/06/14 17:59:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.63 2009/06/14 20:05:40 joerg Exp $
bin/Magick++-config
bin/Magick-config
bin/MagickCore-config
@@ -1068,5 +1068,5 @@
share/doc/ImageMagick-${IM_MAJOR_VER}/www/stream.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/subversion.html
share/doc/ImageMagick-${IM_MAJOR_VER}/www/t-shirt.html
-@exec ${MKDIR} %D/lib/ImageMagick-${IM_MAJOR_LIB_VER}/modules-Q16/filters
-@exec ${MKDIR} %D/lib/ImageMagick-${IM_MAJOR_LIB_VER}/modules-Q16/coders
+@pkgdir lib/ImageMagick-${IM_MAJOR_LIB_VER}/modules-Q16/filters
+@pkgdir lib/ImageMagick-${IM_MAJOR_LIB_VER}/modules-Q16/coders
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/MesaLib/PLIST
--- a/graphics/MesaLib/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/MesaLib/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2009/06/14 17:59:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.23 2009/06/14 20:05:40 joerg Exp $
include/GL/GLwDrawA.h
include/GL/GLwDrawAP.h
include/GL/GLwMDrawA.h
@@ -32,5 +32,3 @@
lib/pkgconfig/dri.pc
lib/pkgconfig/gl.pc
lib/pkgconfig/glw.pc
-@unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/include/GL 2>/dev/null || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/Ngraph/PLIST
--- a/graphics/Ngraph/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/Ngraph/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:59:05 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:05:40 joerg Exp $
bin/ngraph
libexec/Ngraph/.Ngraph
libexec/Ngraph/.Ngraph.ngp
@@ -157,4 +157,3 @@
libexec/Ngraph/doc/dialogs/pageord.jpg
libexec/Ngraph/doc/dialogs/prefmisc.jpg
libexec/Ngraph/doc/dialogs/save.jpg
-@exec ${MKDIR} %D/libexec/Ngraph/doc
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/RenderKit/PLIST
--- a/graphics/RenderKit/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/RenderKit/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:06 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:40 joerg Exp $
share/GNUstep/System/Library/Headers/RenderKit/G3DArchiver.h
share/GNUstep/System/Library/Headers/RenderKit/G3DArchivingInfo.h
share/GNUstep/System/Library/Headers/RenderKit/G3DAttributeNode.h
@@ -42,4 +42,4 @@
share/GNUstep/System/Library/Headers/RenderKit/RenderKit.h
share/GNUstep/System/Library/Libraries/libRenderKit.so
share/GNUstep/System/Library/Libraries/libRenderKit.so.0.4.1
-@exec ${MKDIR} %D/share/GNUstep/Local/Headers/RenderKit
+@pkgdir share/GNUstep/Local/Headers/RenderKit
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/SDLKit/PLIST
--- a/graphics/SDLKit/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/SDLKit/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:06 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:40 joerg Exp $
share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLCamera.h
share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLEventHandler.h
share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLKit.h
share/GNUstep/Local/Library/Libraries/libSDLKit.so
share/GNUstep/Local/Library/Libraries/libSDLKit.so.0.4.0
-@exec ${MKDIR} %D/share/GNUstep/Local/Headers/SDLKit
+@pkgdir share/GNUstep/Local/Headers/SDLKit
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/camlimages/PLIST
--- a/graphics/camlimages/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/camlimages/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2008/04/12 22:43:01 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/06/14 20:05:40 joerg Exp $
lib/ocaml/camlimages/Makefile.config
lib/ocaml/camlimages/bitmap.cmi
lib/ocaml/camlimages/bitmap.cmo
@@ -261,4 +261,3 @@
lib/ocaml/camlimages/xvthumb.cmx
lib/ocaml/camlimages/xvthumb.mli
lib/ocaml/camlimages/xvthumb.o
-@unexec ${RMDIR} %D/lib/ocaml/camlimages 2>/dev/null || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/camlimages/PLIST.opt
--- a/graphics/camlimages/PLIST.opt Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/camlimages/PLIST.opt Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.opt,v 1.3 2005/11/08 22:36:42 rillig Exp $
+@comment $NetBSD: PLIST.opt,v 1.4 2009/06/14 20:05:40 joerg Exp $
lib/ocaml/camlimages/ci_bmp.a
lib/ocaml/camlimages/ci_bmp.cmxa
lib/ocaml/camlimages/ci_core.a
@@ -25,4 +25,3 @@
lib/ocaml/camlimages/ci_xpm.cmxa
lib/ocaml/camlimages/ci_xvthumb.a
lib/ocaml/camlimages/ci_xvthumb.cmxa
-@unexec ${RMDIR} %D/lib/ocaml/camlimages 2>/dev/null || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/cinepaint/PLIST
--- a/graphics/cinepaint/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/cinepaint/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:59:08 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/06/14 20:05:40 joerg Exp $
bin/cinepaint
bin/cinepaint-remote
bin/cinepainttool
@@ -571,5 +571,5 @@
share/locale/zh_TW/LC_MESSAGES/cinepaint-std-plugins.mo
share/locale/zh_TW/LC_MESSAGES/cinepaint.mo
share/pixmaps/cinepaint.png
-@exec ${MKDIR} %D/include/include/cinepaint/wire
-@exec ${MKDIR} %D/include/include/cinepaint/libgimp
+@pkgdir include/include/cinepaint/wire
+@pkgdir include/include/cinepaint/libgimp
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/denemo/PLIST
--- a/graphics/denemo/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/denemo/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:08 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:41 joerg Exp $
bin/denemo
include/denemo/denemo.h
include/denemo/denemo_api.h
@@ -152,4 +152,4 @@
share/locale/es/LC_MESSAGES/denemo.mo
share/locale/fr/LC_MESSAGES/denemo.mo
share/locale/sv/LC_MESSAGES/denemo.mo
-@exec ${MKDIR} %D/share/doc/denemo
+@pkgdir share/doc/denemo
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/dia/PLIST
--- a/graphics/dia/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/dia/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 17:59:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/06/14 20:05:41 joerg Exp $
bin/dia
lib/dia/libaadl_objects.la
lib/dia/libbondgraph_objects.la
@@ -1719,5 +1719,3 @@
share/mime-info/dia.mime
share/pixmaps/dia-diagram.png
share/pixmaps/dia_gnome_icon.png
-@exec ${MKDIR} %D/share/omf/dia
-@exec ${MKDIR} %D/share/oaf
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/digikam/PLIST
--- a/graphics/digikam/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/digikam/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2009/06/14 17:59:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.20 2009/06/14 20:05:41 joerg Exp $
bin/digikam
bin/digikamthemedesigner
bin/digitaglinktree
@@ -749,5 +749,5 @@
share/locale/vi/LC_MESSAGES/digikam.mo
share/locale/zh_CN/LC_MESSAGES/digikam.mo
share/locale/zh_TW/LC_MESSAGES/digikam.mo
-@exec ${MKDIR} %D/share/doc/kde/HTML/en/${HTMLDIR}-apidocs/digikam/html
-@exec ${MKDIR} %D/share/doc/kde/HTML/en/${HTMLDIR}-apidocs/digikam/digikam/html
+@pkgdir share/doc/kde/HTML/en/${HTMLDIR}-apidocs/digikam/html
+@pkgdir share/doc/kde/HTML/en/${HTMLDIR}-apidocs/digikam/digikam/html
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/djview4/PLIST
--- a/graphics/djview4/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/djview4/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/06/14 20:05:41 joerg Exp $
bin/djview4
lib/netscape/plugins/nsdejavu.so
man/man1/djview4.1
@@ -8,4 +8,3 @@
share/djvu/djview4/desktop/register-djview-menu
share/djvu/djview4/djview_fr.qm
share/djvu/djview4/djview_uk.qm
-@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/evas/PLIST
--- a/graphics/evas/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/evas/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/06/14 20:05:41 joerg Exp $
include/Evas.h
include/Evas_Data.h
lib/evas/modules/engines/software_generic/${MODULE_ARCH}/module.la
lib/libevas.la
lib/pkgconfig/evas.pc
-@exec ${MKDIR} %D/lib/evas/modules/savers
-@exec ${MKDIR} %D/lib/evas/modules/loaders
+@pkgdir lib/evas/modules/savers
+@pkgdir lib/evas/modules/loaders
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/freeglut/PLIST
--- a/graphics/freeglut/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/freeglut/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:32 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:41 joerg Exp $
include/GL/freeglut.h
include/GL/freeglut_ext.h
include/GL/freeglut_std.h
lib/libfreeglut.la
-@unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/gimageview/PLIST
--- a/graphics/gimageview/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/gimageview/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:59:13 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/06/14 20:05:41 joerg Exp $
bin/gimv
lib/gimageview/archiver/libgimv_lha_extarc.la
lib/gimageview/archiver/libgimv_rar_extarc.la
@@ -118,4 +118,4 @@
share/locale/fr/LC_MESSAGES/gimageview.mo
share/locale/ja/LC_MESSAGES/gimageview.mo
share/pixmaps/gimv.png
-@exec ${MKDIR} %D/lib/gimageview/image_view
+@pkgdir lib/gimageview/image_view
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/gimp/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2009/06/14 17:59:14 joerg Exp $
+@comment $NetBSD: PLIST,v 1.41 2009/06/14 20:05:41 joerg Exp $
bin/gimp
bin/gimp-2.6
bin/gimp-console
@@ -1987,4 +1987,4 @@
share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo
share/locale/zh_TW/LC_MESSAGES/gimp20.mo
-@exec ${MKDIR} %D/share/gimp/2.0/fonts
+@pkgdir share/gimp/2.0/fonts
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/gimp1-base/PLIST
--- a/graphics/gimp1-base/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/gimp1-base/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:59:14 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/06/14 20:05:41 joerg Exp $
bin/gimp
bin/gimp-1.2
bin/gimp-config
@@ -1448,4 +1448,3 @@
share/locale/zh_TW/LC_MESSAGES/gimp-script-fu.mo
share/locale/zh_TW/LC_MESSAGES/gimp-std-plugins.mo
share/locale/zh_TW/LC_MESSAGES/gimp.mo
-@unexec ${RMDIR} %D/lib/gimp 2>/dev/null || ${TRUE}
diff -r 619bf3b4c518 -r fa3f61a7522d graphics/giram/PLIST
--- a/graphics/giram/PLIST Sun Jun 14 20:05:36 2009 +0000
+++ b/graphics/giram/PLIST Sun Jun 14 20:05:39 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:59:14 joerg Exp $
Home |
Main Index |
Thread Index |
Old Index