summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>1998-04-15 20:48:12 +0000
committertron <tron>1998-04-15 20:48:12 +0000
commit1d42fd615dbd6d3bc470897a4e6ef321b0d2334a (patch)
tree81e87dfaf0132ec29ed829ddbb04535314df20f2 /graphics
parent9fc6dfa8dff87601006152de0012506fae953e80 (diff)
downloadpkgsrc-1d42fd615dbd6d3bc470897a4e6ef321b0d2334a.tar.gz
Update to "gimp-0.99.26" using changes supplied by Bernd Sieker.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile62
-rw-r--r--graphics/gimp/files/md53
-rw-r--r--graphics/gimp/patches/patch-aa38
-rw-r--r--graphics/gimp/patches/patch-ab51
-rw-r--r--graphics/gimp/patches/patch-ac11
-rw-r--r--graphics/gimp/patches/patch-ad13
-rw-r--r--graphics/gimp/patches/patch-ae11
-rw-r--r--graphics/gimp/patches/patch-af11
-rw-r--r--graphics/gimp/patches/patch-ag15
-rw-r--r--graphics/gimp/patches/patch-ah169
-rw-r--r--graphics/gimp/pkg/PLIST457
11 files changed, 278 insertions, 563 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index f50cdaf91cc..b7d1f55a8d2 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,63 +1,35 @@
-# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:25 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/15 20:48:12 tron Exp $
-DISTNAME= gimp-0.99.18
+DISTNAME= gimp-0.99.26
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/0.99/0.99.18/ \
- ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gimp/0.99/0.99.18/ \
- ftp://ftp.flirble.org/pub/X/gimp/pub/gimp/0.99/0.99.18/
-
-MAINTAINER= bsieker@techfak.uni-bielefeld.de
-
-GIMP_DATA_MIN= gimp-data-min-0.99b
-GIMP_DATA_EXT= gimp-data-extras-0.99a
-
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v0.99/v0.99.26/ \
+ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gimp/v0.99/v0.99.26/ \
+ ftp://ftp.flirble.org/pub/X/gimp/pub/gimp/v0.99/v0.99.26/
+GIMP_DATA= gimp-data-extras-0.99a
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${GIMP_DATA_MIN}${EXTRACT_SUFX}
+ ${GIMP_DATA}${EXTRACT_SUFX}
-.if !defined(GIMP_SMALL_DATA)
-DISTFILES+= ${GIMP_DATA_EXT}${EXTRACT_SUFX}
-.endif
+MAINTAINER= bsieker@techfak.uni-bielefeld.de
BUILD_DEPENDS= install-info:${PORTSDIR}/devel/gtexinfo
-
LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
png.0.96:${PORTSDIR}/graphics/png \
tiff.3.4:${PORTSDIR}/graphics/tiff \
- tcl80.1.0:${PORTSDIR}/lang/tcl80 \
- tk80.1.0:${PORTSDIR}/x11/tk80 \
gtk.1.0:${PORTSDIR}/x11/gtk \
Xpm.4.:${PORTSDIR}/graphics/xpm
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include
-pre-extract:
-.if !defined(GIMP_SMALL_DATA)
- @${ECHO_MSG} " "
- @${ECHO_MSG} " Now installing large data set (5.5 MB)."
- @${ECHO_MSG} " "
- @${ECHO_MSG} " If you only want the small data set (0.7 MB), abort"
- @${ECHO_MSG} " and use \"make GIMP_SMALL_DATA=yes\"."
- @${ECHO_MSG} " "
-.else
- @${ECHO_MSG} " "
- @${ECHO_MSG} " Now installing small data set. (0.7 MB)"
- @${ECHO_MSG} " "
-.endif
-
post-configure:
- @${ECHO_MSG} "--> now configuring in ${GIMP_DATA_MIN}"
- @(cd ${WRKDIR}/${GIMP_DATA_MIN} && ${SETENV} ${CONFIGURE_ENV} ${SH} \
+ @${ECHO_MSG} "--> now configuring in ${GIMP_DATA}"
+ @(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${CONFIGURE_ENV} ${SH} \
${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} )
-.if !defined(GIMP_SMALL_DATA)
- @${ECHO_MSG} "--> now configuring in ${GIMP_DATA_EXT}"
- @(cd ${WRKDIR}/${GIMP_DATA_EXT} && ${SETENV} ${CONFIGURE_ENV} ${SH} \
- ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} )
-.endif
PLIST_SRC= ${WRKDIR:T}/.PLIST-src
@@ -68,14 +40,8 @@ pre-install:
@${SED} -e 's|\$${LOCALBASE}|'${LOCALBASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC}
post-install:
- install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
- @${ECHO_MSG} "--> now installing in ${GIMP_DATA_MIN}"
- @(cd ${WRKDIR}/${GIMP_DATA_MIN} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
- ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
-.if !defined(GIMP_SMALL_DATA)
- @${ECHO_MSG} "--> now installing in ${GIMP_DATA_EXT}"
- @(cd ${WRKDIR}/${GIMP_DATA_EXT} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
+ @${ECHO_MSG} "--> now installing in ${GIMP_DATA}"
+ @(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
-.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp/files/md5 b/graphics/gimp/files/md5
index 764774e1d58..58fadd3c77a 100644
--- a/graphics/gimp/files/md5
+++ b/graphics/gimp/files/md5
@@ -1,3 +1,2 @@
-MD5 (gimp-0.99.18.tar.gz) = 1d07aa3f2f0f7024bfdb786dd15e8d58
-MD5 (gimp-data-min-0.99b.tar.gz) = 55f735d5bb2604a100707e9638df3d4b
+MD5 (gimp-0.99.26.tar.gz) = 5007046065c3640ca8ead70d9a5a9ea5
MD5 (gimp-data-extras-0.99a.tar.gz) = 7035455b77b6996bc14e35922de08a39
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa
index 05994ede962..0cdcb11198f 100644
--- a/graphics/gimp/patches/patch-aa
+++ b/graphics/gimp/patches/patch-aa
@@ -1,20 +1,20 @@
---- configure.in.orig Mon Jan 26 04:44:47 1998
-+++ configure.in Fri Jan 30 03:55:00 1998
-@@ -121,7 +121,7 @@
- dnl Test for libtiff
- if test -z "$LIBTIFF_LIB"; then
- AC_CHECK_LIB(tiff, TIFFReadScanline,
-- TIFF='tiff'; LIBTIFF_LIB='-ltiff',
-+ TIFF='tiff'; LIBTIFF_LIB='-ltiff -lz -ljpeg',
- AC_CHECK_LIB(tiff, TIFFWriteScanline,
- TIFF='tiff'; LIBTIFF_LIB='-ltiff -lz -ljpeg',
- AC_MSG_WARN(*** TIFF plug-in will not be built ***), -lz -ljpeg -lm), -lm)
-@@ -156,7 +156,7 @@
- GIMPTCL='gimptcl'; LIBTCL_LIB="-l$with_tcl -l$with_tk $DL_LIBRARY",
- AC_MSG_WARN(*** gimptcl plug-in will not be built ***), -lm $DL_LIBRARY),
- AC_CHECK_LIB(tcl, Tcl_StaticPackage,
-- GIMPTCL='gimptcl'; LIBTCL_LIB="-ltcl -ltk $DL_LIBRARY",
-+ GIMPTCL='gimptcl'; LIBTCL_LIB="-ltcl80 -ltk80 $DL_LIBRARY",
- AC_MSG_WARN(*** gimptcl plug-in will not be built ***), -lm $DL_LIBRARY))
- fi
+--- configure.orig Wed Apr 8 10:16:20 1998
++++ configure Tue Apr 14 12:47:47 1998
+@@ -634,7 +634,7 @@
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+ echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
+ echo "configure:641: checking whether build environment is sane" >&5
+@@ -2228,7 +2228,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- TIFF='tiff'; LIBTIFF_LIB='-ltiff'
++ TIFF='tiff'; LIBTIFF_LIB='-ltiff -lz -ljpeg'
+ else
+ echo "$ac_t""no" 1>&6
+ echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index 737f98c412c..2a51a7f5d62 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,38 +1,15 @@
---- configure.orig Mon Jan 26 08:07:08 1998
-+++ configure Fri Jan 30 03:53:22 1998
-@@ -2773,7 +2773,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- TIFF='tiff'; LIBTIFF_LIB='-ltiff'
-+ TIFF='tiff'; LIBTIFF_LIB='-ltiff -lz -ljpeg'
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for TIFFWriteScanline in -ltiff""... $ac_c" 1>&6
-@@ -3039,14 +3039,14 @@
- fi
+--- plug-ins/mail/mail.c.orig Mon Nov 24 23:04:27 1997
++++ plug-ins/mail/mail.c Tue Apr 14 00:43:26 1998
+@@ -88,9 +88,9 @@
+ * As always: The utility of this plugin is left as an exercise for the reader
+ *
+ */
+-#ifndef MAILER
+-#define MAILER "/usr/lib/sendmail"
+-#endif
++
++#include <paths.h>
++#define MAILER _PATH_SENDMAIL
- else
-- echo $ac_n "checking for Tcl_StaticPackage in -ltcl""... $ac_c" 1>&6
--echo "configure:3044: checking for Tcl_StaticPackage in -ltcl" >&5
-+ echo $ac_n "checking for Tcl_StaticPackage in -ltcl80""... $ac_c" 1>&6
-+echo "configure:3044: checking for Tcl_StaticPackage in -ltcl80" >&5
- ac_lib_var=`echo tcl'_'Tcl_StaticPackage | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-ltcl -lm $DL_LIBRARY $LIBS"
-+LIBS="-ltcl80 -lm $DL_LIBRARY $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 3052 "configure"
- #include "confdefs.h"
-@@ -3074,7 +3074,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- GIMPTCL='gimptcl'; LIBTCL_LIB="-ltcl -ltk $DL_LIBRARY"
-+ GIMPTCL='gimptcl'; LIBTCL_LIB="-ltcl80 -ltk80 $DL_LIBRARY"
- else
- echo "$ac_t""no" 1>&6
- echo "configure: warning: *** gimptcl plug-in will not be built ***" 1>&2
+ #ifndef UUENCODE
+ #define UUENCODE "uuencode"
diff --git a/graphics/gimp/patches/patch-ac b/graphics/gimp/patches/patch-ac
deleted file mode 100644
index cf4765b0b79..00000000000
--- a/graphics/gimp/patches/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/gimptcl/gtclConst.c.orig Thu Jan 29 01:34:11 1998
-+++ plug-ins/gimptcl/gtclConst.c Thu Jan 29 01:35:21 1998
-@@ -27,7 +27,7 @@
- */
-
- #include <stdlib.h>
--#include <tcl.h>
-+#include <tcl8.0/tcl.h>
-
- #include <glib.h>
- #include <libgimp/gimp.h>
diff --git a/graphics/gimp/patches/patch-ad b/graphics/gimp/patches/patch-ad
deleted file mode 100644
index a07475554e3..00000000000
--- a/graphics/gimp/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- plug-ins/gimptcl/gtclMain.c.orig Thu Jan 29 01:34:18 1998
-+++ plug-ins/gimptcl/gtclMain.c Thu Jan 29 01:35:15 1998
-@@ -29,8 +29,8 @@
- #include <string.h>
- #include <stdlib.h>
- #include <libgimp/gimp.h>
--#include <tcl.h>
--#include <tk.h>
-+#include <tcl8.0/tcl.h>
-+#include <tk8.0/tk.h>
-
- #include "gtcl.h"
-
diff --git a/graphics/gimp/patches/patch-ae b/graphics/gimp/patches/patch-ae
deleted file mode 100644
index 2da72a1c964..00000000000
--- a/graphics/gimp/patches/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/gimptcl/gtclPDB.c.orig Thu Jan 29 01:34:27 1998
-+++ plug-ins/gimptcl/gtclPDB.c Thu Jan 29 01:34:52 1998
-@@ -27,7 +27,7 @@
- */
-
- #include <ctype.h>
--#include <tcl.h>
-+#include <tcl8.0/tcl.h>
- #include <stdlib.h>
- #include <string.h>
- #include <libgimp/gimp.h>
diff --git a/graphics/gimp/patches/patch-af b/graphics/gimp/patches/patch-af
deleted file mode 100644
index 5080f0866c8..00000000000
--- a/graphics/gimp/patches/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/gimptcl/gtcl_misc.c.orig Thu Jan 29 01:34:33 1998
-+++ plug-ins/gimptcl/gtcl_misc.c Thu Jan 29 01:35:02 1998
-@@ -29,7 +29,7 @@
- #include <ctype.h>
- #include <stdlib.h>
- #include <string.h>
--#include <tcl.h>
-+#include <tcl8.0/tcl.h>
- #include <libgimp/gimp.h>
- #include "gtcl.h"
-
diff --git a/graphics/gimp/patches/patch-ag b/graphics/gimp/patches/patch-ag
deleted file mode 100644
index 025ef7c2fa0..00000000000
--- a/graphics/gimp/patches/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
---- plug-ins/mail/mail.c.orig Mon Nov 24 23:04:27 1997
-+++ plug-ins/mail/mail.c Mon Feb 2 22:10:46 1998
-@@ -88,9 +88,9 @@
- * As always: The utility of this plugin is left as an exercise for the reader
- *
- */
--#ifndef MAILER
--#define MAILER "/usr/lib/sendmail"
--#endif
-+
-+#include <paths.h>
-+#define MAILER _PATH_SENDMAIL
-
- #ifndef UUENCODE
- #define UUENCODE "uuencode"
diff --git a/graphics/gimp/patches/patch-ah b/graphics/gimp/patches/patch-ah
deleted file mode 100644
index 95a88c7ebfe..00000000000
--- a/graphics/gimp/patches/patch-ah
+++ /dev/null
@@ -1,169 +0,0 @@
---- app/boundary.c 1998/02/11 13:41:55 1.1
-+++ app/boundary.c 1998/02/11 13:42:40
-@@ -21,6 +21,8 @@
- #include "errors.h"
- #include "boundary.h"
-
-+#include <libgimp/gimpconst.h>
-+
- /* half intensity for mask */
- #define HALF_WAY 127
-
---- /dev/null Wed Feb 11 13:37:01 1998
-+++ libgimp/gimpconst.h Wed Feb 11 13:48:03 1998
-@@ -0,0 +1,41 @@
-+#ifndef GIMPCONST_H_
-+#define GIMPCONST_H_
-+
-+#include <limits.h>
-+
-+#ifndef G_MININT
-+#define G_MININT INT_MIN
-+#endif
-+#ifndef G_MAXINT
-+#define G_MAXINT INT_MAX
-+#endif
-+
-+#ifndef G_MINFLOAT
-+#define G_MINFLOAT FLT_MIN
-+#endif
-+#ifndef G_MAXFLOAT
-+#define G_MAXFLOAT FLT_MAX
-+#endif
-+
-+#ifndef G_MINDOUBLE
-+#define G_MINDOUBLE DBL_MIN
-+#endif
-+#ifndef G_MAXDOUBLE
-+#define G_MAXDOUBLE DBL_MAX
-+#endif
-+
-+#ifndef G_MINSHORT
-+#define G_MINSHORT SHRT_MIN
-+#endif
-+#ifndef G_MAXSHORT
-+#define G_MAXSHORT SHRT_MAX
-+#endif
-+
-+#ifndef G_MINLONG
-+#define G_MINLONG LONG_MIN
-+#endif
-+#ifndef G_MAXLONG
-+#define G_MAXLONG LONG_MAX
-+#endif
-+
-+#endif /* !GIMPCONST_H_ */
---- libgimp/gimp.h 1998/02/11 11:44:37 1.1
-+++ libgimp/gimp.h 1998/02/11 13:46:57
-@@ -21,6 +21,7 @@
-
- #include <glib.h>
- #include <libgimp/gimpenums.h>
-+#include <libgimp/gimpconst.h>
-
-
- #ifdef __cplusplus
---- app/curves.c 1998/02/11 15:18:01 1.1
-+++ app/curves.c 1998/02/11 15:18:31
-@@ -31,6 +31,8 @@
- #include "interface.h"
- #include "curves.h"
-
-+#include <libgimp/gimpconst.h>
-+
- #define ROUND(x) ((int) ((x) + 0.5))
-
- #define GRAPH 0x1
---- app/gdisplay.c 1998/02/11 15:26:48 1.1
-+++ app/gdisplay.c 1998/02/11 15:27:10
-@@ -46,6 +46,8 @@
-
- #include "layer_pvt.h" /* ick. */
-
-+#include <libgimp/gimpconst.h>
-+
- #define OVERHEAD 25 /* in units of pixel area */
- #define EPSILON 5
-
---- app/levels.c 1998/02/11 15:39:59 1.1
-+++ app/levels.c 1998/02/11 15:40:20
-@@ -30,6 +30,8 @@
- #include "interface.h"
- #include "levels.h"
-
-+#include <libgimp/gimpconst.h>
-+
- #define LOW_INPUT 0x1
- #define GAMMA 0x2
- #define HIGH_INPUT 0x4
---- app/pixel_region.c 1998/02/11 15:51:31 1.1
-+++ app/pixel_region.c 1998/02/11 15:51:56
-@@ -25,6 +25,8 @@
-
- #include "tile_manager_pvt.h"
-
-+#include <libgimp/gimpconst.h>
-+
- typedef struct _PixelRegionHolder PixelRegionHolder;
-
- struct _PixelRegionHolder
---- plug-ins/gimptcl/Makefile.in 1998/02/11 16:11:03 1.1
-+++ plug-ins/gimptcl/Makefile.in 1998/02/11 16:12:25
-@@ -46,7 +46,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${INSTALL} -m 555
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -331,7 +331,7 @@
- all: all-recursive all-am
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs: installdirs-recursive
- $(mkinstalldirs) $(libexecdir)
-
---- plug-ins/gimptcl/scripts/Makefile.in 1998/02/11 16:17:39 1.1
-+++ plug-ins/gimptcl/scripts/Makefile.in 1998/02/11 16:18:40
-@@ -46,7 +46,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${INSTALL} -m 0555
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -174,7 +174,7 @@
- all: Makefile $(SCRIPTS)
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs:
- $(mkinstalldirs) $(pluginlibdir)
-
---- Makefile.in 1998/02/11 16:44:06 1.1
-+++ Makefile.in 1998/02/11 16:44:43
-@@ -46,7 +46,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${INSTALL} -m 0555
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -333,7 +333,7 @@
- all: all-recursive-am all-am
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs: installdirs-recursive
- $(mkinstalldirs) $(gimpdatadir) $(gimpdatadir)
-
diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST
index 129bedfeb13..99d6f869da6 100644
--- a/graphics/gimp/pkg/PLIST
+++ b/graphics/gimp/pkg/PLIST
@@ -1,9 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 1998/02/24 20:56:24 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 1998/04/15 20:48:13 tron Exp $
bin/gimp
-include/libgimp/gimp.h
-include/libgimp/gimpenums.h
-include/libgimp/gimpmenu.h
-include/libgimp/gimpui.h
include/gck/gck.h
include/gck/gckcolor.h
include/gck/gckcommon.h
@@ -12,67 +8,33 @@ include/gck/gcklistbox.h
include/gck/gckmath.h
include/gck/gcktypes.h
include/gck/gckui.h
-include/gck/gcknotebook.h
include/gck/gckvector.h
-@unexec install-info --delete %D/info/pdb.info %D/info/dir
-info/pdb.info
-info/pdb.info-1
-info/pdb.info-2
-@exec ([ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir) || /usr/bin/true
-@exec install-info %D/info/pdb.info %D/info/dir
-lib/libgimp.so.1.0
-lib/libgimp.la
-lib/libgimp.a
-lib/libgimpui.so.1.0
-lib/libgimpui.la
-lib/libgimpui.a
-lib/gimp/0.99/plug-ins/libmegawidget.a
-lib/gimp/0.99/plug-ins/MapObject
+include/libgimp/gimp.h
+include/libgimp/gimpenums.h
+include/libgimp/gimpmenu.h
+include/libgimp/gimpui.h
lib/gimp/0.99/plug-ins/AlienMap
-lib/gimp/0.99/plug-ins/Anamorphose
-lib/gimp/0.99/plug-ins/CentralReflection
-lib/gimp/0.99/plug-ins/Curtain
-lib/gimp/0.99/plug-ins/Encrypt_Decrypt
-lib/gimp/0.99/plug-ins/Julia
-lib/gimp/0.99/plug-ins/Mandelbrot
-lib/gimp/0.99/plug-ins/DigitalSignature
-lib/gimp/0.99/plug-ins/dbbrowser
-lib/gimp/0.99/plug-ins/fuse
-lib/gimp/0.99/plug-ins/gflare
-lib/gimp/0.99/plug-ins/consolio
-lib/gimp/0.99/plug-ins/pdb_help
-lib/gimp/0.99/plug-ins/stained_glass
-lib/gimp/0.99/plug-ins/sbutton
-lib/gimp/0.99/plug-ins/refract
-lib/gimp/0.99/plug-ins/script-fu
-lib/gimp/0.99/plug-ins/struc
-lib/gimp/0.99/plug-ins/twist
-lib/gimp/0.99/plug-ins/warp
-lib/gimp/0.99/plug-ins/tiff
-lib/gimp/0.99/plug-ins/jpeg
-lib/gimp/0.99/plug-ins/png
-lib/gimp/0.99/plug-ins/xpm
-lib/gimp/0.99/plug-ins/mpeg
+lib/gimp/0.99/plug-ins/CEL
lib/gimp/0.99/plug-ins/CML_explorer
+lib/gimp/0.99/plug-ins/MapObject
lib/gimp/0.99/plug-ins/align_layers
+lib/gimp/0.99/plug-ins/animationplay
+lib/gimp/0.99/plug-ins/animoptimize
lib/gimp/0.99/plug-ins/apply_lens
lib/gimp/0.99/plug-ins/autocrop
-lib/gimp/0.99/plug-ins/animationplay
lib/gimp/0.99/plug-ins/autostretch_hsv
lib/gimp/0.99/plug-ins/blinds
lib/gimp/0.99/plug-ins/blur
-lib/gimp/0.99/plug-ins/blur2
lib/gimp/0.99/plug-ins/bmp
lib/gimp/0.99/plug-ins/bumpmap
lib/gimp/0.99/plug-ins/bz2
lib/gimp/0.99/plug-ins/c_astretch
-lib/gimp/0.99/plug-ins/CEL
lib/gimp/0.99/plug-ins/checkerboard
lib/gimp/0.99/plug-ins/colorify
lib/gimp/0.99/plug-ins/compose
lib/gimp/0.99/plug-ins/convmatrix
-lib/gimp/0.99/plug-ins/coordmap
lib/gimp/0.99/plug-ins/cubism
+lib/gimp/0.99/plug-ins/dbbrowser
lib/gimp/0.99/plug-ins/decompose
lib/gimp/0.99/plug-ins/deinterlace
lib/gimp/0.99/plug-ins/depthmerge
@@ -85,16 +47,15 @@ lib/gimp/0.99/plug-ins/emboss
lib/gimp/0.99/plug-ins/engrave
lib/gimp/0.99/plug-ins/exchange
lib/gimp/0.99/plug-ins/faxg3
-lib/gimp/0.99/plug-ins/figures
lib/gimp/0.99/plug-ins/film
lib/gimp/0.99/plug-ins/fits
lib/gimp/0.99/plug-ins/flame
lib/gimp/0.99/plug-ins/flarefx
-lib/gimp/0.99/plug-ins/fp
lib/gimp/0.99/plug-ins/fractaltrace
lib/gimp/0.99/plug-ins/gauss_iir
lib/gimp/0.99/plug-ins/gauss_rle
lib/gimp/0.99/plug-ins/gbr
+lib/gimp/0.99/plug-ins/gfig
lib/gimp/0.99/plug-ins/gfli
lib/gimp/0.99/plug-ins/gicon
lib/gimp/0.99/plug-ins/gif
@@ -102,45 +63,49 @@ lib/gimp/0.99/plug-ins/glasstile
lib/gimp/0.99/plug-ins/gqbist
lib/gimp/0.99/plug-ins/gradmap
lib/gimp/0.99/plug-ins/grid
+lib/gimp/0.99/plug-ins/gtm
lib/gimp/0.99/plug-ins/gz
lib/gimp/0.99/plug-ins/header
-lib/gimp/0.99/plug-ins/holes
lib/gimp/0.99/plug-ins/hot
lib/gimp/0.99/plug-ins/hrz
lib/gimp/0.99/plug-ins/ifscompose
lib/gimp/0.99/plug-ins/illusion
lib/gimp/0.99/plug-ins/iwarp
+lib/gimp/0.99/plug-ins/jpeg
lib/gimp/0.99/plug-ins/laplace
-lib/gimp/0.99/plug-ins/lic
-lib/gimp/0.99/plug-ins/magiceye
+lib/gimp/0.99/plug-ins/libmegawidget.a
lib/gimp/0.99/plug-ins/mail
lib/gimp/0.99/plug-ins/max_rgb
lib/gimp/0.99/plug-ins/maze
lib/gimp/0.99/plug-ins/mblur
lib/gimp/0.99/plug-ins/mosaic
+lib/gimp/0.99/plug-ins/mpeg
lib/gimp/0.99/plug-ins/nlfilt
lib/gimp/0.99/plug-ins/noisify
lib/gimp/0.99/plug-ins/normalize
lib/gimp/0.99/plug-ins/nova
lib/gimp/0.99/plug-ins/oilify
+lib/gimp/0.99/plug-ins/pagecurl
+lib/gimp/0.99/plug-ins/palette
lib/gimp/0.99/plug-ins/papertile
lib/gimp/0.99/plug-ins/pat
lib/gimp/0.99/plug-ins/pcx
lib/gimp/0.99/plug-ins/pix
lib/gimp/0.99/plug-ins/pixelize
lib/gimp/0.99/plug-ins/plasma
+lib/gimp/0.99/plug-ins/png
lib/gimp/0.99/plug-ins/pnm
lib/gimp/0.99/plug-ins/polar
lib/gimp/0.99/plug-ins/print
lib/gimp/0.99/plug-ins/ps
-lib/gimp/0.99/plug-ins/psd
lib/gimp/0.99/plug-ins/randomize
lib/gimp/0.99/plug-ins/ripple
lib/gimp/0.99/plug-ins/rotate
lib/gimp/0.99/plug-ins/rotators
lib/gimp/0.99/plug-ins/scatter_hsv
+lib/gimp/0.99/plug-ins/script-fu
+lib/gimp/0.99/plug-ins/semiflatten
lib/gimp/0.99/plug-ins/sgi
-lib/gimp/0.99/plug-ins/sharpen
lib/gimp/0.99/plug-ins/shift
lib/gimp/0.99/plug-ins/sinus
lib/gimp/0.99/plug-ins/smooth_palette
@@ -149,118 +114,33 @@ lib/gimp/0.99/plug-ins/snp
lib/gimp/0.99/plug-ins/sobel
lib/gimp/0.99/plug-ins/sparkle
lib/gimp/0.99/plug-ins/spread
-lib/gimp/0.99/plug-ins/stegano
-lib/gimp/0.99/plug-ins/stereogram
+lib/gimp/0.99/plug-ins/struc
lib/gimp/0.99/plug-ins/sunras
lib/gimp/0.99/plug-ins/tga
lib/gimp/0.99/plug-ins/threshold_alpha
+lib/gimp/0.99/plug-ins/tiff
lib/gimp/0.99/plug-ins/tile
lib/gimp/0.99/plug-ins/tileit
lib/gimp/0.99/plug-ins/tiler
-lib/gimp/0.99/plug-ins/universal
lib/gimp/0.99/plug-ins/url
lib/gimp/0.99/plug-ins/video
lib/gimp/0.99/plug-ins/vinvert
lib/gimp/0.99/plug-ins/vpropagate
lib/gimp/0.99/plug-ins/waves
+lib/gimp/0.99/plug-ins/webbrowser
lib/gimp/0.99/plug-ins/whirlpinch
+lib/gimp/0.99/plug-ins/xpm
lib/gimp/0.99/plug-ins/xwd
lib/gimp/0.99/plug-ins/zealouscrop
-lib/libgck.so.0.1
-lib/libgck.la
lib/libgck.a
-libexec/gimptcl
-share/gimp/gflares/Bright_Star
-share/gimp/gflares/Classic
-share/gimp/gflares/Default
-share/gimp/gflares/Distant_Sun
-share/gimp/gflares/GFlare_101
-share/gimp/gflares/GFlare_102
-share/gimp/gflares/Hidden_Planet
-share/gimp/scripts/3dTruchet.scm
-share/gimp/scripts/add-bevel.scm
-share/gimp/scripts/addborder.scm
-share/gimp/scripts/alien-glow-arrow.scm
-share/gimp/scripts/alien-glow-bar.scm
-share/gimp/scripts/alien-glow-bullet.scm
-share/gimp/scripts/alien-glow-button.scm
-share/gimp/scripts/alien-glow-logo.scm
-share/gimp/scripts/basic1-logo.scm
-share/gimp/scripts/basic2-logo.scm
-share/gimp/scripts/beavis.jpg
-share/gimp/scripts/beveled-button.scm
-share/gimp/scripts/beveled-pattern-arrow.scm
-share/gimp/scripts/beveled-pattern-bullet.scm
-share/gimp/scripts/beveled-pattern-button.scm
-share/gimp/scripts/beveled-pattern-heading.scm
-share/gimp/scripts/blend-anim.scm
-share/gimp/scripts/beveled-pattern-hrule.scm
-share/gimp/scripts/blended-logo.scm
-share/gimp/scripts/carve-it.scm
-share/gimp/scripts/carved-logo.scm
-share/gimp/scripts/chalk.scm
-share/gimp/scripts/chip-away.scm
-share/gimp/scripts/chrome-it.scm
-share/gimp/scripts/chrome-logo.scm
-share/gimp/scripts/circle-logo.scm
-share/gimp/scripts/circuit.scm
-share/gimp/scripts/clothify.scm
-share/gimp/scripts/color-cycling.scm
-share/gimp/scripts/coolmetal-logo.scm
-share/gimp/scripts/copy-visible.scm
-share/gimp/scripts/crystal-logo.scm
-share/gimp/scripts/drop-shadow.scm
-share/gimp/scripts/erase-rows.scm
-share/gimp/scripts/flatland.scm
-share/gimp/scripts/font-map.scm
-share/gimp/scripts/frosty-logo.scm
-share/gimp/scripts/gimp-headers.scm
-share/gimp/scripts/gimp-labels.scm
-share/gimp/scripts/glowing-logo.scm
-share/gimp/scripts/gradient-example.scm
-share/gimp/scripts/grid-system.scm
-share/gimp/scripts/hsv-graph.scm
-share/gimp/scripts/i26-gunya2.scm
-share/gimp/scripts/image-structure.scm
-share/gimp/scripts/land.scm
-share/gimp/scripts/lava.scm
-share/gimp/scripts/line-nova.scm
-share/gimp/scripts/mkbrush.scm
-share/gimp/scripts/neon-logo.scm
-share/gimp/scripts/perspective-shadow.scm
-share/gimp/scripts/predator.scm
-share/gimp/scripts/ripply-anim.scm
-share/gimp/scripts/round-corners.scm
-share/gimp/scripts/select_to_brush.scm
-share/gimp/scripts/select_to_image.scm
-share/gimp/scripts/selection-round.scm
-share/gimp/scripts/slide.scm
-share/gimp/scripts/sota-chrome-logo.scm
-share/gimp/scripts/sphere.scm
-share/gimp/scripts/starburst-logo.scm
-share/gimp/scripts/starscape-logo.scm
-share/gimp/scripts/swirltile.scm
-share/gimp/scripts/swirly-pattern.scm
-share/gimp/scripts/t-o-p-logo.scm
-share/gimp/scripts/text-circle.scm
-share/gimp/scripts/texture.jpg
-share/gimp/scripts/texture1.jpg
-share/gimp/scripts/texture2.jpg
-share/gimp/scripts/texture3.jpg
-share/gimp/scripts/textured-logo.scm
-share/gimp/scripts/title-header.scm
-share/gimp/scripts/trochoid.scm
-share/gimp/scripts/truchet.scm
-share/gimp/scripts/waves-anim.scm
-share/gimp/scripts/weave.scm
-share/gimp/scripts/xach-effect.scm
-share/gimp/user_install
-share/gimp/gimprc
-share/gimp/gimprc_user
-share/gimp/gtkrc
-share/gimp/gimp_logo.ppm
-share/gimp/gimp_tips.txt
-share/gimp/ps-menurc
+lib/libgck.la
+lib/libgck.so.1.0
+lib/libgimp.a
+lib/libgimp.la
+lib/libgimp.so.1.0
+lib/libgimpui.a
+lib/libgimpui.la
+lib/libgimpui.so.1.0
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@@ -278,6 +158,10 @@ share/gimp/brushes/20x20square.gbr
share/gimp/brushes/20x20squareBlur.gbr
share/gimp/brushes/3circle.gbr
share/gimp/brushes/3fcircle.gbr
+share/gimp/brushes/50x50cone.gbr
+share/gimp/brushes/50x50square.gbr
+share/gimp/brushes/50x50squareBlur.gbr
+share/gimp/brushes/50x50squareBlur2.gbr
share/gimp/brushes/5circle.gbr
share/gimp/brushes/5fcircle.gbr
share/gimp/brushes/5x5square.gbr
@@ -289,36 +173,30 @@ share/gimp/brushes/9fcircle.gbr
share/gimp/brushes/DStar11.gbr
share/gimp/brushes/DStar17.gbr
share/gimp/brushes/DStar25.gbr
-share/gimp/brushes/callig1.gbr
-share/gimp/brushes/callig2.gbr
-share/gimp/brushes/callig3.gbr
-share/gimp/brushes/callig4.gbr
-share/gimp/brushes/confetti.gbr
-share/gimp/brushes/dunes.gbr
-share/gimp/brushes/galaxy.gbr
-share/gimp/brushes/galaxy_big.gbr
-share/gimp/brushes/galaxy_small.gbr
-share/gimp/brushes/pixel.gbr
-share/gimp/brushes/thegimp.gbr
-share/gimp/brushes/xcf.gbr
-share/gimp/brushes/50x50cone.gbr
-share/gimp/brushes/50x50square.gbr
-share/gimp/brushes/50x50squareBlur.gbr
-share/gimp/brushes/50x50squareBlur2.gbr
share/gimp/brushes/bigcircle.gbr
share/gimp/brushes/bigcircle2.gbr
share/gimp/brushes/bigcircle3.gbr
share/gimp/brushes/bigcircle4.gbr
share/gimp/brushes/bird.gbr
share/gimp/brushes/bullethole.gbr
+share/gimp/brushes/callig1.gbr
+share/gimp/brushes/callig2.gbr
+share/gimp/brushes/callig3.gbr
+share/gimp/brushes/callig4.gbr
share/gimp/brushes/cloth.gbr
+share/gimp/brushes/confetti.gbr
+share/gimp/brushes/dunes.gbr
share/gimp/brushes/flower.gbr
share/gimp/brushes/flower_large.gbr
+share/gimp/brushes/galaxy.gbr
+share/gimp/brushes/galaxy_big.gbr
+share/gimp/brushes/galaxy_small.gbr
share/gimp/brushes/gecko.gbr
share/gimp/brushes/grid.gbr
share/gimp/brushes/grid2.gbr
share/gimp/brushes/guitar.gbr
share/gimp/brushes/nova.gbr
+share/gimp/brushes/pixel.gbr
share/gimp/brushes/point.gbr
share/gimp/brushes/punch.gbr
share/gimp/brushes/qbert2.gbr
@@ -326,10 +204,10 @@ share/gimp/brushes/qbert3Blur.gbr
share/gimp/brushes/reach.gbr
share/gimp/brushes/sphere29.gbr
share/gimp/brushes/sphere36.gbr
-share/gimp/brushes/star1.gbr
share/gimp/brushes/sphere47.gbr
share/gimp/brushes/sphere55.gbr
share/gimp/brushes/sphere79.gbr
+share/gimp/brushes/star1.gbr
share/gimp/brushes/star2.gbr
share/gimp/brushes/star3.gbr
share/gimp/brushes/star4.gbr
@@ -340,8 +218,25 @@ share/gimp/brushes/text1.gbr
share/gimp/brushes/text2.gbr
share/gimp/brushes/text3.gbr
share/gimp/brushes/text4.gbr
+share/gimp/brushes/thegimp.gbr
share/gimp/brushes/tulip.gbr
share/gimp/brushes/wave.gbr
+share/gimp/brushes/xcf.gbr
+share/gimp/gfig/A_star
+share/gimp/gfig/curves
+share/gimp/gfig/polys
+share/gimp/gfig/ring
+share/gimp/gfig/ring+star
+share/gimp/gfig/simily
+share/gimp/gfig/spirals_and_stars
+share/gimp/gfig/sprial
+share/gimp/gfig/star2
+share/gimp/gfig/stars
+share/gimp/gimp_logo.ppm
+share/gimp/gimp_splash.ppm
+share/gimp/gimp_tips.txt
+share/gimp/gimprc
+share/gimp/gimprc_user
share/gimp/gradients/Abstract_1
share/gimp/gradients/Abstract_2
share/gimp/gradients/Abstract_3
@@ -383,9 +278,9 @@ share/gimp/gradients/German_flag_smooth
share/gimp/gradients/Golden
share/gimp/gradients/Greens
share/gimp/gradients/Horizon_1
-share/gimp/gradients/Land_1
share/gimp/gradients/Horizon_2
share/gimp/gradients/Incandescent
+share/gimp/gradients/Land_1
share/gimp/gradients/Metallic_Something
share/gimp/gradients/Mexican_flag
share/gimp/gradients/Mexican_flag_smooth
@@ -418,91 +313,73 @@ share/gimp/gradients/Wood_1
share/gimp/gradients/Wood_2
share/gimp/gradients/Yellow_Contrast
share/gimp/gradients/Yellow_Orange
+share/gimp/gtkrc
+share/gimp/palettes/Bears
+share/gimp/palettes/Bgold
share/gimp/palettes/Blues
+share/gimp/palettes/Borders
share/gimp/palettes/Browns_And_Yellows
+share/gimp/palettes/Caramel
+share/gimp/palettes/Cascade
+share/gimp/palettes/China
+share/gimp/palettes/Coldfire
share/gimp/palettes/Cool_Colors
+share/gimp/palettes/Cranes
+share/gimp/palettes/Dark_pastels
share/gimp/palettes/Default
+share/gimp/palettes/Ega
+share/gimp/palettes/Firecode
+share/gimp/palettes/Gold
+share/gimp/palettes/GrayViolet
+share/gimp/palettes/Grayblue
share/gimp/palettes/Grays
share/gimp/palettes/Greens
+share/gimp/palettes/Hilite
+share/gimp/palettes/Kahki
share/gimp/palettes/Lights
share/gimp/palettes/Muted
share/gimp/palettes/Named_Colors
+share/gimp/palettes/News3
+share/gimp/palettes/Op2
+share/gimp/palettes/Paintjet
share/gimp/palettes/Pastels
+share/gimp/palettes/Plasma
+share/gimp/palettes/Reds
share/gimp/palettes/Reds_And_Purples
+share/gimp/palettes/Royal
+share/gimp/palettes/Topographic
+share/gimp/palettes/Volcano
share/gimp/palettes/Warm_Colors
share/gimp/palettes/Web
share/gimp/patterns/3dgreen.pat
+share/gimp/patterns/3dweave.pat
share/gimp/patterns/Craters.pat
share/gimp/patterns/Moonfoot.pat
+share/gimp/patterns/abstract_flowers.pat
share/gimp/patterns/amethyst.pat
share/gimp/patterns/bark.pat
-share/gimp/patterns/blue.pat
-share/gimp/patterns/bluegrid.pat
-share/gimp/patterns/bluesquares.pat
-share/gimp/patterns/blueweb.pat
-share/gimp/patterns/brick.pat
-share/gimp/patterns/burlap.pat
-share/gimp/patterns/burlwood.pat
-share/gimp/patterns/choc_swirl.pat
-share/gimp/patterns/corkboard.pat
-share/gimp/patterns/cracked.pat
-share/gimp/patterns/crinklepaper.pat
-share/gimp/patterns/electric.pat
-share/gimp/patterns/fibers.pat
-share/gimp/patterns/granite1.pat
-share/gimp/patterns/ground1.pat
-share/gimp/patterns/ice.pat
-share/gimp/patterns/java.pat
-share/gimp/patterns/leather.pat
-share/gimp/patterns/leaves.pat
-share/gimp/patterns/leopard.pat
-share/gimp/patterns/lightning.pat
-share/gimp/patterns/marble1.pat
-share/gimp/patterns/marble2.pat
-share/gimp/patterns/marble3.pat
-share/gimp/patterns/nops.pat
-share/gimp/patterns/paper.pat
-share/gimp/patterns/parque1.pat
-share/gimp/patterns/parque2.pat
-share/gimp/patterns/parque3.pat
-share/gimp/patterns/pastel.pat
-share/gimp/patterns/pine.pat
-share/gimp/patterns/pink_marble.pat
-share/gimp/patterns/pool.pat
-share/gimp/patterns/qube1.pat
-share/gimp/patterns/rain.pat
-share/gimp/patterns/recessed.pat
-share/gimp/patterns/redcube.pat
-share/gimp/patterns/rock.pat
-share/gimp/patterns/sky.pat
-share/gimp/patterns/slate.pat
-share/gimp/patterns/sm_squares.pat
-share/gimp/patterns/stone33.pat
-share/gimp/patterns/starfield.pat
-share/gimp/patterns/terra.pat
-share/gimp/patterns/walnut.pat
-share/gimp/patterns/warning.pat
-share/gimp/patterns/wood1.pat
-share/gimp/patterns/wood2.pat
-share/gimp/patterns/wood3.pat
-share/gimp/patterns/wood4.pat
-share/gimp/patterns/wood5.pat
-share/gimp/patterns/3dweave.pat
-share/gimp/patterns/abstract_flowers.pat
share/gimp/patterns/blackoil.pat
share/gimp/patterns/blackwhitefloor.pat
share/gimp/patterns/blob1.pat
share/gimp/patterns/blob2.pat
+share/gimp/patterns/blue.pat
share/gimp/patterns/bluebar.pat
share/gimp/patterns/bluecanyons.pat
+share/gimp/patterns/bluegrid.pat
share/gimp/patterns/bluemars.pat
share/gimp/patterns/bluemetal.pat
share/gimp/patterns/bluespikes.pat
+share/gimp/patterns/bluesquares.pat
+share/gimp/patterns/blueweb.pat
+share/gimp/patterns/brick.pat
share/gimp/patterns/brownie.pat
+share/gimp/patterns/burlap.pat
+share/gimp/patterns/burlwood.pat
share/gimp/patterns/bwcubes.pat
share/gimp/patterns/canyons2.pat
share/gimp/patterns/cashew.pat
share/gimp/patterns/chains.pat
+share/gimp/patterns/choc_swirl.pat
share/gimp/patterns/chroma.pat
share/gimp/patterns/circuit.pat
share/gimp/patterns/clouds.pat
@@ -514,9 +391,12 @@ share/gimp/patterns/colored_rock.pat
share/gimp/patterns/colorwhirl.pat
share/gimp/patterns/connestoga.pat
share/gimp/patterns/contrawhirl.pat
+share/gimp/patterns/corkboard.pat
share/gimp/patterns/cow.pat
+share/gimp/patterns/cracked.pat
share/gimp/patterns/crash1.pat
share/gimp/patterns/crazytile.pat
+share/gimp/patterns/crinklepaper.pat
share/gimp/patterns/crystals.pat
share/gimp/patterns/curvedledge.pat
share/gimp/patterns/deepswirl.pat
@@ -524,12 +404,13 @@ share/gimp/patterns/diffpat.pat
share/gimp/patterns/dirt.pat
share/gimp/patterns/disco.pat
share/gimp/patterns/drymud.pat
-share/gimp/patterns/pj.pat
share/gimp/patterns/dunemaze.pat
share/gimp/patterns/dunes.pat
share/gimp/patterns/eggcarton.pat
share/gimp/patterns/electric-blue-ribbons.pat
+share/gimp/patterns/electric.pat
share/gimp/patterns/etbf.pat
+share/gimp/patterns/fibers.pat
share/gimp/patterns/floor_tile.pat
share/gimp/patterns/funnyblobs.pat
share/gimp/patterns/funnymess.pat
@@ -537,6 +418,7 @@ share/gimp/patterns/funnymess2.pat
share/gimp/patterns/fuzzy-colors.pat
share/gimp/patterns/gold.pat
share/gimp/patterns/goldcloth.pat
+share/gimp/patterns/granite1.pat
share/gimp/patterns/granite2.pat
share/gimp/patterns/green_curtains.pat
share/gimp/patterns/green_eek.pat
@@ -544,69 +426,190 @@ share/gimp/patterns/greyweave.pat
share/gimp/patterns/greyweave2.pat
share/gimp/patterns/grid.pat
share/gimp/patterns/gridwhirltile.pat
+share/gimp/patterns/ground1.pat
share/gimp/patterns/headache.pat
share/gimp/patterns/horiz.pat
+share/gimp/patterns/ice.pat
share/gimp/patterns/ice2.pat
share/gimp/patterns/icechex.pat
share/gimp/patterns/inlay.pat
+share/gimp/patterns/java.pat
share/gimp/patterns/krinkle.pat
share/gimp/patterns/land1.pat
share/gimp/patterns/land2.pat
share/gimp/patterns/lathe.pat
+share/gimp/patterns/leather.pat
+share/gimp/patterns/leaves.pat
share/gimp/patterns/leaves3.pat
share/gimp/patterns/leaves4.pat
share/gimp/patterns/leaves6.pat
+share/gimp/patterns/leopard.pat
+share/gimp/patterns/lightning.pat
share/gimp/patterns/lumps.pat
+share/gimp/patterns/marble1.pat
+share/gimp/patterns/marble2.pat
+share/gimp/patterns/marble3.pat
share/gimp/patterns/meltedcolors.pat
share/gimp/patterns/metallica.pat
share/gimp/patterns/metalpaths.pat
share/gimp/patterns/mhuerock.pat
share/gimp/patterns/money.pat
share/gimp/patterns/neurons.pat
+share/gimp/patterns/nops.pat
share/gimp/patterns/novaugh.pat
share/gimp/patterns/oooh.pat
share/gimp/patterns/oooh3.pat
share/gimp/patterns/orange_eek.pat
share/gimp/patterns/orangebrown.pat
share/gimp/patterns/orangecheese.pat
-share/gimp/patterns/wax.pat
share/gimp/patterns/paint-explosion.pat
+share/gimp/patterns/paper.pat
+share/gimp/patterns/parque1.pat
+share/gimp/patterns/parque2.pat
+share/gimp/patterns/parque3.pat
+share/gimp/patterns/pastel.pat
share/gimp/patterns/pastel2.pat
share/gimp/patterns/pebbles.pat
+share/gimp/patterns/pine.pat
+share/gimp/patterns/pink_marble.pat
share/gimp/patterns/pixeled1.pat
+share/gimp/patterns/pj.pat
+share/gimp/patterns/pool.pat
share/gimp/patterns/psycho1.pat
share/gimp/patterns/purple-ribbons.pat
share/gimp/patterns/purple.pat
share/gimp/patterns/purple_glow.pat
+share/gimp/patterns/qube1.pat
+share/gimp/patterns/rain.pat
+share/gimp/patterns/recessed.pat
+share/gimp/patterns/redcube.pat
share/gimp/patterns/redishstuff.pat
share/gimp/patterns/redmess.pat
share/gimp/patterns/redrings.pat
+share/gimp/patterns/rock.pat
share/gimp/patterns/rust.pat
share/gimp/patterns/sandytext.pat
share/gimp/patterns/send1.pat
share/gimp/patterns/silver.pat
+share/gimp/patterns/sky.pat
+share/gimp/patterns/slate.pat
share/gimp/patterns/slice1.pat
+share/gimp/patterns/sm_squares.pat
share/gimp/patterns/spectbar.pat
+share/gimp/patterns/starfield.pat
share/gimp/patterns/startile.pat
+share/gimp/patterns/stone33.pat
share/gimp/patterns/swirl.pat
share/gimp/patterns/swirl2.pat
+share/gimp/patterns/terra.pat
share/gimp/patterns/torrents.pat
share/gimp/patterns/tube.pat
-share/gimp/patterns/water3.pat
share/gimp/patterns/unsharpswirl.pat
+share/gimp/patterns/walnut.pat
+share/gimp/patterns/warning.pat
+share/gimp/patterns/water3.pat
share/gimp/patterns/waves.pat
+share/gimp/patterns/wax.pat
share/gimp/patterns/weird2.pat
share/gimp/patterns/whirledstuff.pat
+share/gimp/patterns/wood1.pat
+share/gimp/patterns/wood2.pat
+share/gimp/patterns/wood3.pat
+share/gimp/patterns/wood4.pat
+share/gimp/patterns/wood5.pat
share/gimp/patterns/woodblind.pat
share/gimp/patterns/worn_metal_chex.pat
+share/gimp/ps-menurc
+share/gimp/scripts/3dTruchet.scm
+share/gimp/scripts/add-bevel.scm
+share/gimp/scripts/addborder.scm
+share/gimp/scripts/alien-glow-arrow.scm
+share/gimp/scripts/alien-glow-bar.scm
+share/gimp/scripts/alien-glow-bullet.scm
+share/gimp/scripts/alien-glow-button.scm
+share/gimp/scripts/alien-glow-logo.scm
+share/gimp/scripts/basic1-logo.scm
+share/gimp/scripts/basic2-logo.scm
+share/gimp/scripts/beavis.jpg
+share/gimp/scripts/beveled-button.scm
+share/gimp/scripts/beveled-pattern-arrow.scm
+share/gimp/scripts/beveled-pattern-bullet.scm
+share/gimp/scripts/beveled-pattern-button.scm
+share/gimp/scripts/beveled-pattern-heading.scm
+share/gimp/scripts/beveled-pattern-hrule.scm
+share/gimp/scripts/blend-anim.scm
+share/gimp/scripts/blended-logo.scm
+share/gimp/scripts/bovinated-logo.scm
+share/gimp/scripts/carve-it.scm
+share/gimp/scripts/carved-logo.scm
+share/gimp/scripts/chalk.scm
+share/gimp/scripts/chip-away.scm
+share/gimp/scripts/chrome-it.scm
+share/gimp/scripts/chrome-logo.scm
+share/gimp/scripts/circuit.scm
+share/gimp/scripts/clothify.scm
+share/gimp/scripts/color-cycling.scm
+share/gimp/scripts/comic-logo.scm
+share/gimp/scripts/coolmetal-logo.scm
+share/gimp/scripts/copy-visible.scm
+share/gimp/scripts/crystal-logo.scm
+share/gimp/scripts/drop-shadow.scm
+share/gimp/scripts/erase-rows.scm
+share/gimp/scripts/flatland.scm
+share/gimp/scripts/font-map.scm
+share/gimp/scripts/frosty-logo.scm
+share/gimp/scripts/gimp-headers.scm
+share/gimp/scripts/gimp-labels.scm
+share/gimp/scripts/glowing-logo.scm
+share/gimp/scripts/gradient-bevel-logo.scm
+share/gimp/scripts/gradient-example.scm
+share/gimp/scripts/grid-system.scm
+share/gimp/scripts/hsv-graph.scm
+share/gimp/scripts/i26-gunya2.scm
+share/gimp/scripts/image-structure.scm
+share/gimp/scripts/land.scm
+share/gimp/scripts/lava.scm
+share/gimp/scripts/line-nova.scm
+share/gimp/scripts/mkbrush.scm
+share/gimp/scripts/neon-logo.scm
+share/gimp/scripts/perspective-shadow.scm
+share/gimp/scripts/predator.scm
+share/gimp/scripts/ripply-anim.scm
+share/gimp/scripts/round-corners.scm
+share/gimp/scripts/select_to_brush.scm
+share/gimp/scripts/select_to_image.scm
+share/gimp/scripts/selection-round.scm
+share/gimp/scripts/slide.scm
+share/gimp/scripts/sota-chrome-logo.scm
+share/gimp/scripts/sphere.scm
+share/gimp/scripts/starburst-logo.scm
+share/gimp/scripts/starscape-logo.scm
+share/gimp/scripts/swirltile.scm
+share/gimp/scripts/swirly-pattern.scm
+share/gimp/scripts/t-o-p-logo.scm
+share/gimp/scripts/text-circle.scm
+share/gimp/scripts/texture.jpg
+share/gimp/scripts/texture1.jpg
+share/gimp/scripts/texture2.jpg
+share/gimp/scripts/texture3.jpg
+share/gimp/scripts/textured-logo.scm
+share/gimp/scripts/title-header.scm
+share/gimp/scripts/trochoid.scm
+share/gimp/scripts/truchet.scm
+share/gimp/scripts/unsharp-mask.scm
+share/gimp/scripts/waves-anim.scm
+share/gimp/scripts/weave.scm
+share/gimp/scripts/web-browser.scm
+share/gimp/scripts/xach-effect.scm
+share/gimp/user_install
@dirrm include/libgimp
@dirrm include/gck
@dirrm lib/gimp/0.99/plug-ins
@dirrm lib/gimp/0.99
@dirrm lib/gimp
-@dirrm share/gimp/gflares
@dirrm share/gimp/scripts
@dirrm share/gimp/brushes
+@dirrm share/gimp/gfig
@dirrm share/gimp/gradients
@dirrm share/gimp/palettes
@dirrm share/gimp/patterns