upgrade to Gimp 1.2.2

This commit is contained in:
brad 2001-08-09 01:43:16 +00:00
parent 89522effe8
commit 185e138ce2
26 changed files with 221 additions and 340 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.63 2001/08/03 13:50:21 brad Exp $
# $OpenBSD: Makefile,v 1.64 2001/08/09 01:43:16 brad Exp $
COMMENT= "GNU Image Manipulation Program"
VERSION= 1.2.1
VERSION= 1.2.2
DISTNAME= gimp-${VERSION}
CATEGORIES= graphics
NEED_VERSION= 1.413
@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \
ftp://ftp.cs.umn.edu/pub/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.gimp.org/%SUBDIR%/
MASTER_SITE_SUBDIR= gimp/v1.2/old/v${VERSION}
MASTER_SITE_SUBDIR= gimp/v1.2/v${VERSION}
HOMEPAGE= http://www.gimp.org/

View File

@ -1,3 +1,3 @@
MD5 (gimp-1.2.1.tar.gz) = 08a862b4e13de93001979a3e0c4c99ed
RMD160 (gimp-1.2.1.tar.gz) = 0de30cc129e60eeee4e12aacbd3df3be8c7d8d52
SHA1 (gimp-1.2.1.tar.gz) = 6505f3335fa1791c9cbc448ce93e9b28ad677c99
MD5 (gimp-1.2.2.tar.gz) = f436e7ea2d4da540bbaf1c4edf8fb29c
RMD160 (gimp-1.2.2.tar.gz) = 08d39486648aa508cb1ef2b717753745ab0a5ccc
SHA1 (gimp-1.2.2.tar.gz) = 45148f6112c855ea682194d0b0ccb11b33e8e3a6

View File

@ -1,6 +1,7 @@
--- Makefile.in.orig Thu Jan 25 13:44:52 2001
+++ Makefile.in Thu Jan 25 13:49:11 2001
@@ -419,21 +419,21 @@
$OpenBSD: patch-Makefile.in,v 1.2 2001/08/09 01:43:16 brad Exp $
--- Makefile.in.orig Fri Jul 27 09:36:13 2001
+++ Makefile.in Wed Aug 8 14:29:46 2001
@@ -421,21 +421,21 @@
install-gimpsysconfDATA: $(gimpsysconf_DATA)
@$(NORMAL_INSTALL)
@ -28,7 +29,7 @@
done
install-m4dataDATA: $(m4data_DATA)
@@ -638,7 +638,7 @@
@@ -640,7 +640,7 @@
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(gimpdatadir) \
$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \

View File

@ -1,18 +1,7 @@
--- configure.orig Sun Jan 21 21:48:18 2001
+++ configure Thu Jan 25 12:51:38 2001
@@ -3470,7 +3470,10 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
+ INTLDEPS='-lintl'
+ INTLLIBS=$INTLDEPS
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -7147,9 +7150,9 @@
$OpenBSD: patch-configure,v 1.4 2001/08/09 01:43:16 brad Exp $
--- configure.orig Thu Jul 26 14:13:35 2001
+++ configure Wed Aug 8 14:29:47 2001
@@ -7116,9 +7116,9 @@
fi

View File

@ -1,6 +1,7 @@
--- gimptool.in.orig Tue Jun 27 20:47:46 2000
+++ gimptool.in Tue Jun 27 20:50:23 2000
@@ -234,27 +234,27 @@
$OpenBSD: patch-gimptool.in,v 1.2 2001/08/09 01:43:16 brad Exp $
--- gimptool.in.orig Sun Jul 1 07:39:51 2001
+++ gimptool.in Wed Aug 8 14:29:47 2001
@@ -227,27 +227,27 @@
| --uninstall-script | --uninstall-admin-script )
case $1 in
--*install-bin)

View File

@ -1,6 +1,7 @@
--- libgimp/Makefile.in.orig Mon Jan 22 00:03:09 2001
+++ libgimp/Makefile.in Wed Jan 24 09:22:21 2001
@@ -211,11 +211,11 @@
$OpenBSD: patch-libgimp_Makefile.in,v 1.4 2001/08/09 01:43:16 brad Exp $
--- libgimp/Makefile.in.orig Fri Jul 27 09:36:17 2001
+++ libgimp/Makefile.in Wed Aug 8 14:29:47 2001
@@ -213,11 +213,11 @@
gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h

View File

@ -1,5 +1,6 @@
--- ltconfig.orig Tue Dec 19 17:01:46 2000
+++ ltconfig Wed Jan 24 09:25:33 2001
$OpenBSD: patch-ltconfig,v 1.3 2001/08/09 01:43:16 brad Exp $
--- ltconfig.orig Wed Dec 20 08:44:13 2000
+++ ltconfig Wed Aug 8 14:27:08 2001
@@ -1105,6 +1105,9 @@
with_gnu_ld=no
fi
@ -26,7 +27,7 @@
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
+ if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" -o "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ export_dynamic_flag_spec='${wl}-E'
+ fi
+ ;;
@ -34,18 +35,23 @@
;;
os2*)
@@ -2022,13 +2036,10 @@
@@ -2022,9 +2036,16 @@
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
- fi
+ need_lib_prefix=no
+ need_version=no
+ file_magic_cmd=/usr/bin/file
+ file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" -o "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+ shlibpath_overrides_runpath=no
+ else
+ deplibs_check_method='file_magic OpenBSD.* shared library'
+ shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
+ deplibs_check_method='pass_all'
;;
os2*)

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-ltmain.sh,v 1.4 2001/08/09 01:43:16 brad Exp $
--- ltmain.sh.orig Tue Dec 19 17:01:46 2000
+++ ltmain.sh Wed Feb 21 09:53:54 2001
@@ -1079,7 +1079,18 @@ compiler."

View File

@ -1,6 +1,7 @@
--- plug-ins/libgck/gck/Makefile.in.orig Mon Jan 22 00:03:20 2001
+++ plug-ins/libgck/gck/Makefile.in Wed Jan 24 09:23:33 2001
@@ -187,7 +187,7 @@
$OpenBSD: patch-plug-ins_libgck_gck_Makefile.in,v 1.4 2001/08/09 01:43:16 brad Exp $
--- plug-ins/libgck/gck/Makefile.in.orig Fri Jul 27 09:36:24 2001
+++ plug-ins/libgck/gck/Makefile.in Wed Aug 8 14:29:48 2001
@@ -189,7 +189,7 @@
gckinclude_HEADERS = gck.h

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-po-libgimp_Makefile.in.in,v 1.2 2001/08/09 01:43:16 brad Exp $
--- po-libgimp/Makefile.in.in.orig Thu Jan 27 05:46:58 2000
+++ po-libgimp/Makefile.in.in Sat Jul 22 15:32:25 2000
@@ -111,9 +111,9 @@

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po-libgimp_hr_po,v 1.1 2001/05/21 18:07:50 brad Exp $
--- po-libgimp/hr.po.orig Tue May 15 00:11:49 2001
+++ po-libgimp/hr.po Tue May 15 00:11:54 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: ®eljan Rikalo <zeljko@linuxfreak.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso8859-2\n"
+"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: libgimp/gimpcolorbutton.c:121

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po-libgimp_hu_po,v 1.1 2001/05/21 18:07:50 brad Exp $
--- po-libgimp/hu.po.orig Tue May 15 00:11:38 2001
+++ po-libgimp/hu.po Tue May 15 00:11:45 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: Andras TIMAR <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO 8859-2\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: libgimp/gimpcolorbutton.c:121

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-po-libgimp_sk_po,v 1.1 2001/05/21 18:07:50 brad Exp $
--- po-libgimp/sk.po.orig Tue May 15 00:11:56 2001
+++ po-libgimp/sk.po Tue May 15 00:12:15 2001
@@ -10,8 +10,8 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: ENCODING\n"
+"Content-Type: text/plain; charset=iso-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
#: libgimp/gimpcolorbutton.c:121
msgid "/Use Foreground Color"

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-po-plug-ins_Makefile.in.in,v 1.2 2001/08/09 01:43:16 brad Exp $
--- po-plug-ins/Makefile.in.in.orig Thu Feb 3 19:19:34 2000
+++ po-plug-ins/Makefile.in.in Sat Jul 22 15:30:48 2000
@@ -18,7 +18,7 @@

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po-plug-ins_hr_po,v 1.1 2001/05/21 18:07:50 brad Exp $
--- po-plug-ins/hr.po.orig Tue May 15 00:14:09 2001
+++ po-plug-ins/hr.po Tue May 15 00:14:17 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: ®eljan Rikalo <zeljko@linuxfreak.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso8859-2\n"
+"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: plug-ins/FractalExplorer/Dialogs.c:282

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po-plug-ins_hu_po,v 1.1 2001/05/21 18:07:51 brad Exp $
--- po-plug-ins/hu.po.orig Tue May 15 00:14:01 2001
+++ po-plug-ins/hu.po Tue May 15 00:14:07 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: Emese Kovacs <emese@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO 8859-2\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: plug-ins/FractalExplorer/Dialogs.c:282

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-po-plug-ins_ja_po,v 1.1 2001/05/21 18:07:51 brad Exp $
--- po-plug-ins/ja.po.orig Mon Jan 22 06:04:54 2001
+++ po-plug-ins/ja.po Mon May 21 18:59:43 2001
@@ -5368,8 +5368,8 @@ msgid ""
"without changing the aspect ratio."
msgstr ""
"チェックを入れると, "
-"画像はアスペクトル比を変更せずに与えられたサイズに合うように調整されて出力さ<E58A9B>"
-"譴泙<E8ADB4>."
+"画像はアスペクトル比を変更せずに与えられたサイズに合うように調整されて出力され"
+"ます."
#. Unit
#: plug-ins/common/ps.c:2883
@@ -11601,8 +11601,8 @@ msgid ""
msgstr ""
"<html><head><title>ディレクトリが見付かりません</title></head><body "
"bgcolor=\"#ffffff\"><center><p>%s<h3>ディレクトリ</h3><tt>%s</tt><h3>に変えら"
-"れません.</h3><h3>これはファイル</h3><tt>%s</tt><h3>にアクセスしようとして発<E381A6>"
-"犬靴泙靴<E6B399></h3></center><p><small>この話題のためのヘルプがまだ書かれていないか"
+"れません.</h3><h3>これはファイル</h3><tt>%s</tt><h3>にアクセスしようとして発生"
+"しました</h3></center><p><small>この話題のためのヘルプがまだ書かれていないか"
"あなたのインストールのどこかが間違っています. "
"あなたがこれをバグとして報告する前に慎重に調べて下さい</small></body></html>"

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-po-script-fu_Makefile.in.in,v 1.2 2001/08/09 01:43:16 brad Exp $
--- po-script-fu/Makefile.in.in.orig Tue Jun 13 13:58:32 2000
+++ po-script-fu/Makefile.in.in Sat Jul 22 15:33:14 2000
@@ -118,9 +118,9 @@

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po-script-fu_hr_po,v 1.1 2001/05/21 18:07:51 brad Exp $
--- po-script-fu/hr.po.orig Tue May 15 00:12:47 2001
+++ po-script-fu/hr.po Tue May 15 00:12:52 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: ®eljan Rikalo <zeljko@linuxfreak.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso8859-2\n"
+"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: plug-ins/script-fu/script-fu-console.c:156

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po-script-fu_hu_po,v 1.1 2001/05/21 18:07:51 brad Exp $
--- po-script-fu/hu.po.orig Tue May 15 00:12:38 2001
+++ po-script-fu/hu.po Tue May 15 00:12:44 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: Andras TIMAR <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO 8859-2\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: plug-ins/script-fu/script-fu-console.c:156

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-po-script-fu_nl_po,v 1.1 2001/05/21 18:07:51 brad Exp $
--- po-script-fu/nl.po.orig Tue May 15 00:12:54 2001
+++ po-script-fu/nl.po Tue May 15 00:13:06 2001
@@ -10,8 +10,8 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: ENCODING\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
#: plug-ins/script-fu/script-fu-console.c:156
msgid "Script-Fu console mode allows only interactive invocation"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-po-script-fu_sk_po,v 1.1 2001/05/21 18:07:52 brad Exp $
--- po-script-fu/sk.po.orig Tue May 15 00:13:07 2001
+++ po-script-fu/sk.po Tue May 15 00:13:35 2001
@@ -10,8 +10,8 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: ENCODING\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
#: plug-ins/script-fu/script-fu-console.c:156
msgid "Script-Fu console mode allows only interactive invocation"

View File

@ -1,57 +0,0 @@
--- po/Makefile.in.in.orig Thu Jun 22 16:48:49 2000
+++ po/Makefile.in.in Sat Jul 22 15:35:19 2000
@@ -111,9 +111,9 @@
install-data-no: all
install-data-yes: all
if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(datadir); \
+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
fi
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
@@ -123,7 +123,7 @@
*) destdir=$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
+ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
if test -r "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $$dir; \
else \
@@ -153,12 +153,12 @@
done
if test "$(PACKAGE)" = "gettext"; then \
if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(gettextsrcdir); \
+ $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
fi; \
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
- $(gettextsrcdir)/Makefile.in.in; \
+ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
else \
: ; \
fi
@@ -171,12 +171,12 @@
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
done
- rm -f $(gettextsrcdir)/po-Makefile.in.in
+ rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in
check: all

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po_hu_po,v 1.1 2001/05/21 18:07:52 brad Exp $
--- po/hu.po.orig Tue May 15 00:10:16 2001
+++ po/hu.po Tue May 15 00:10:23 2001
@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: Andras TIMAR <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO 8859-2\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: app/about_dialog.c:137

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2001/01/26 00:34:30 brad Exp $
lib/gimp/modules/libcolorsel_gtk.so.0.0
lib/gimp/modules/libcolorsel_triangle.so.0.0
lib/gimp/modules/libcolorsel_water.so.0.0
lib/libgck.so.0.1
lib/libgimp.so.0.1
lib/libgimpui.so.0.1
@comment $OpenBSD: PFRAG.shared,v 1.7 2001/08/09 01:43:16 brad Exp $
lib/gimp/modules/libcolorsel_gtk.so
lib/gimp/modules/libcolorsel_triangle.so
lib/gimp/modules/libcolorsel_water.so
lib/libgck.so.2.0
lib/libgimp.so.2.0
lib/libgimpui.so.2.0
DYNLIBDIR(%B)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.30 2001/03/29 14:47:19 wilfried Exp $
@comment $OpenBSD: PLIST,v 1.31 2001/08/09 01:43:16 brad Exp $
bin/escputil
bin/gimp
bin/gimp-config
@ -81,12 +81,6 @@ include/libgimp/gimpunitmenu.h
include/libgimp/gimputils.h
include/libgimp/gimpvector.h
include/libgimp/gimpwidgets.h
lib/gimp/modules/libcolorsel_gtk.a
lib/gimp/modules/libcolorsel_gtk.la
lib/gimp/modules/libcolorsel_triangle.a
lib/gimp/modules/libcolorsel_triangle.la
lib/gimp/modules/libcolorsel_water.a
lib/gimp/modules/libcolorsel_water.la
lib/gimp/plug-ins/AlienMap
lib/gimp/plug-ins/AlienMap2
lib/gimp/plug-ins/CEL
@ -303,6 +297,7 @@ share/gimp/brushes/callig4.gbr
share/gimp/brushes/confetti.gbr
share/gimp/brushes/confetti.gih
share/gimp/brushes/dunes.gbr
share/gimp/brushes/feltpen.gih
share/gimp/brushes/galaxy.gbr
share/gimp/brushes/galaxy_big.gbr
share/gimp/brushes/galaxy_small.gbr
@ -607,7 +602,6 @@ share/gimp/gradients/Yellow_Contrast
share/gimp/gradients/Yellow_Orange
share/gimp/help/C/bug_submission.html
share/gimp/help/C/channels/channel_to_selection.html
share/gimp/help/C/channels/channels.html
share/gimp/help/C/channels/delete_channel.html
share/gimp/help/C/channels/dialogs
share/gimp/help/C/channels/duplicate_channel.html
@ -686,7 +680,6 @@ share/gimp/help/C/dialogs/preferences/preferences.html
share/gimp/help/C/dialogs/preferences/session.html
share/gimp/help/C/dialogs/really_close.html
share/gimp/help/C/dialogs/really_quit.html
share/gimp/help/C/dialogs/revert_image.html
share/gimp/help/C/dialogs/scale_image.html
share/gimp/help/C/dialogs/scale_layer_warn.html
share/gimp/help/C/dialogs/set_canvas_size.html
@ -701,50 +694,113 @@ share/gimp/help/C/file/index.html
share/gimp/help/C/file/last_opened.html
share/gimp/help/C/file/open
share/gimp/help/C/file/quit.html
share/gimp/help/C/file/revert.html
share/gimp/help/C/file/save
share/gimp/help/C/file_formats.html
share/gimp/help/C/filters/alienmap.html
share/gimp/help/C/filters/alienmap2.html
share/gimp/help/C/filters/align_layers.html
share/gimp/help/C/filters/applycanvas.html
share/gimp/help/C/filters/autocrop.html
share/gimp/help/C/filters/autostretch_hsv.html
share/gimp/help/C/filters/blinds.html
share/gimp/help/C/filters/blur.html
share/gimp/help/C/filters/borderaverage.html
share/gimp/help/C/filters/burst.html
share/gimp/help/C/filters/bz2.html
share/gimp/help/C/filters/c_astretch.html
share/gimp/help/C/filters/centerguide.html
share/gimp/help/C/filters/checkerboard.html
share/gimp/help/C/filters/color_enhance.html
share/gimp/help/C/filters/colorify.html
share/gimp/help/C/filters/colortoalpha.html
share/gimp/help/C/filters/compose.html
share/gimp/help/C/filters/cubism.html
share/gimp/help/C/filters/decompose.html
share/gimp/help/C/filters/ditherize.html
share/gimp/help/C/filters/dust.html
share/gimp/help/C/filters/exchange.html
share/gimp/help/C/filters/fade-alpha.html
share/gimp/help/C/filters/fit-text.html
share/gimp/help/C/filters/fits.html
share/gimp/help/C/filters/flame.html
share/gimp/help/C/filters/fp.html
share/gimp/help/C/filters/frame_filter.html
share/gimp/help/C/filters/gap_filter.html
share/gimp/help/C/filters/gauss_iir.html
share/gimp/help/C/filters/gauss_rle.html
share/gimp/help/C/filters/gee_zoom.html
share/gimp/help/C/filters/gfig.html
share/gimp/help/C/filters/gih.html
share/gimp/help/C/filters/gqbist.html
share/gimp/help/C/filters/gradmap.html
share/gimp/help/C/filters/grid.html
share/gimp/help/C/filters/gtm.html
share/gimp/help/C/filters/guide_remove.html
share/gimp/help/C/filters/guidegrid.html
share/gimp/help/C/filters/guides_to_selection.html
share/gimp/help/C/filters/guillotine.html
share/gimp/help/C/filters/gz.html
share/gimp/help/C/filters/hot.html
share/gimp/help/C/filters/hrz.html
share/gimp/help/C/filters/index.html
share/gimp/help/C/filters/jigsaw.html
share/gimp/help/C/filters/jpeg.html
share/gimp/help/C/filters/layerfuncs.html
share/gimp/help/C/filters/mail.html
share/gimp/help/C/filters/mapcolor.html
share/gimp/help/C/filters/max_rgb.html
share/gimp/help/C/filters/maze.html
share/gimp/help/C/filters/mblur.html
share/gimp/help/C/filters/miff.html
share/gimp/help/C/filters/mosaic.html
share/gimp/help/C/filters/noisify.html
share/gimp/help/C/filters/none.html
share/gimp/help/C/filters/normalize.html
share/gimp/help/C/filters/oilify.html
share/gimp/help/C/filters/pat.html
share/gimp/help/C/filters/pixelize.html
share/gimp/help/C/filters/plasma.html
share/gimp/help/C/filters/png.html
share/gimp/help/C/filters/pnm.html
share/gimp/help/C/filters/print.html
share/gimp/help/C/filters/psd.html
share/gimp/help/C/filters/psp.html
share/gimp/help/C/filters/randomblends.html
share/gimp/help/C/filters/randomize.html
share/gimp/help/C/filters/rcm.html
share/gimp/help/C/filters/repdup.html
share/gimp/help/C/filters/repeat_last.html
share/gimp/help/C/filters/reshow_last.html
share/gimp/help/C/filters/ripple.html
share/gimp/help/C/filters/rotate.html
share/gimp/help/C/filters/roundsel.html
share/gimp/help/C/filters/sample_colorize.html
share/gimp/help/C/filters/scatter_hsv.html
share/gimp/help/C/filters/sel2path.html
share/gimp/help/C/filters/sel_gauss.html
share/gimp/help/C/filters/semiflatten.html
share/gimp/help/C/filters/sgi.html
share/gimp/help/C/filters/sharpen.html
share/gimp/help/C/filters/shift.html
share/gimp/help/C/filters/smooth_palette.html
share/gimp/help/C/filters/snoise.html
share/gimp/help/C/filters/spread.html
share/gimp/help/C/filters/stampify.html
share/gimp/help/C/filters/sunras.html
share/gimp/help/C/filters/terral_text.html
share/gimp/help/C/filters/tex-to-float.html
share/gimp/help/C/filters/tga.html
share/gimp/help/C/filters/threshold_alpha.html
share/gimp/help/C/filters/tiff.html
share/gimp/help/C/filters/tile.html
share/gimp/help/C/filters/undocumented_filter.html
share/gimp/help/C/filters/tileable_blur.html
share/gimp/help/C/filters/url.html
share/gimp/help/C/filters/vinvert.html
share/gimp/help/C/filters/wmf.html
share/gimp/help/C/filters/xachvision.html
share/gimp/help/C/filters/xwd.html
share/gimp/help/C/filters/zealouscrop.html
share/gimp/help/C/gimp_license.html
share/gimp/help/C/gimp_remote.html
share/gimp/help/C/gimptool.html
@ -884,31 +940,43 @@ share/gimp/help/C/tools/smudge.html
share/gimp/help/C/tools/text.html
share/gimp/help/C/tools/threshold.html
share/gimp/help/C/tools/transform.html
share/gimp/help/C/tools/transform_perspective.html
share/gimp/help/C/tools/transform_rotate.html
share/gimp/help/C/tools/transform_scale.html
share/gimp/help/C/tools/transform_shear.html
share/gimp/help/C/using_gimp.html
share/gimp/help/C/why_gimp.html
share/gimp/help/images/anchor_icon.png
share/gimp/help/images/delete_icon.png
share/gimp/help/images/duplicate_icon.png
share/gimp/help/images/add_point.png
share/gimp/help/images/anchor_layer.png
share/gimp/help/images/channel_to_selection.png
share/gimp/help/images/delete_channel.png
share/gimp/help/images/delete_directory.png
share/gimp/help/images/delete_layer.png
share/gimp/help/images/delete_path.png
share/gimp/help/images/dotted_square.png
share/gimp/help/images/duplicate_channel.png
share/gimp/help/images/duplicate_layer.png
share/gimp/help/images/duplicate_path.png
share/gimp/help/images/edit_point.png
share/gimp/help/images/eek.png
share/gimp/help/images/geezoom.png
share/gimp/help/images/layers_example.png
share/gimp/help/images/layers_overview.png
share/gimp/help/images/lower_icon.png
share/gimp/help/images/new_icon.png
share/gimp/help/images/note.gif
share/gimp/help/images/pen_add_icon.png
share/gimp/help/images/pen_delete_icon.png
share/gimp/help/images/pen_edit_icon.png
share/gimp/help/images/pen_normal_icon.png
share/gimp/help/images/raise_icon.png
share/gimp/help/images/selection_to_path_icon.png
share/gimp/help/images/stroke_icon.png
share/gimp/help/images/tip.gif
share/gimp/help/images/to_selection_icon.png
share/gimp/help/images/warning.gif
share/gimp/help/images/lower_channel.png
share/gimp/help/images/lower_directory.png
share/gimp/help/images/lower_layer.png
share/gimp/help/images/new_channel.png
share/gimp/help/images/new_directory.png
share/gimp/help/images/new_path.png
share/gimp/help/images/new_point.png
share/gimp/help/images/note.png
share/gimp/help/images/path_to_selection.png
share/gimp/help/images/preview_box.png
share/gimp/help/images/raise_channel.png
share/gimp/help/images/raise_directory.png
share/gimp/help/images/raise_layer.png
share/gimp/help/images/red_square.png
share/gimp/help/images/remove_point.png
share/gimp/help/images/selection_to_path.png
share/gimp/help/images/stroke_path.png
share/gimp/help/images/tip.png
share/gimp/help/images/warning.png
share/gimp/help/images/wilber.png
share/gimp/palettes/Bears
share/gimp/palettes/Bgold
@ -1111,6 +1179,7 @@ share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
share/gimp/tips/gimp_tips.tr.txt
share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/user_install
@ -1174,10 +1243,18 @@ share/locale/ko/LC_MESSAGES/gimp-libgimp.mo
share/locale/ko/LC_MESSAGES/gimp-script-fu.mo
share/locale/ko/LC_MESSAGES/gimp-std-plugins.mo
share/locale/ko/LC_MESSAGES/gimp.mo
share/locale/lt/LC_MESSAGES/gimp-libgimp.mo
share/locale/lt/LC_MESSAGES/gimp-script-fu.mo
share/locale/lt/LC_MESSAGES/gimp-std-plugins.mo
share/locale/lt/LC_MESSAGES/gimp.mo
share/locale/nl/LC_MESSAGES/gimp-libgimp.mo
share/locale/nl/LC_MESSAGES/gimp-script-fu.mo
share/locale/nl/LC_MESSAGES/gimp-std-plugins.mo
share/locale/nl/LC_MESSAGES/gimp.mo
share/locale/nn/LC_MESSAGES/gimp-libgimp.mo
share/locale/nn/LC_MESSAGES/gimp-script-fu.mo
share/locale/nn/LC_MESSAGES/gimp-std-plugins.mo
share/locale/nn/LC_MESSAGES/gimp.mo
share/locale/no/LC_MESSAGES/gimp-libgimp.mo
share/locale/no/LC_MESSAGES/gimp-script-fu.mo
share/locale/no/LC_MESSAGES/gimp-std-plugins.mo
@ -1202,62 +1279,71 @@ share/locale/sv/LC_MESSAGES/gimp-libgimp.mo
share/locale/sv/LC_MESSAGES/gimp-script-fu.mo
share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo
share/locale/sv/LC_MESSAGES/gimp.mo
share/locale/tr/LC_MESSAGES/gimp-libgimp.mo
share/locale/tr/LC_MESSAGES/gimp-script-fu.mo
share/locale/tr/LC_MESSAGES/gimp-std-plugins.mo
share/locale/tr/LC_MESSAGES/gimp.mo
share/locale/uk/LC_MESSAGES/gimp-libgimp.mo
share/locale/uk/LC_MESSAGES/gimp-script-fu.mo
share/locale/uk/LC_MESSAGES/gimp-std-plugins.mo
share/locale/uk/LC_MESSAGES/gimp.mo
@dirrm include/gck
@dirrm include/libgimp
@dirrm lib/gimp/modules
@dirrm lib/gimp/plug-ins
@dirrm lib/gimp
@dirrm share/examples/gimp
@dirrm share/gimp/brushes
share/locale/zh_TW.Big5/LC_MESSAGES/gimp-libgimp.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gimp-script-fu.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gimp-std-plugins.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gimp.mo
@dirrm share/gimp/tips
@dirrm share/gimp/scripts
@dirrm share/gimp/patterns
@dirrm share/gimp/palettes
@dirrm share/gimp/help/images
@dirrm share/gimp/help/C/tools
@dirrm share/gimp/help/C/toolbox/help
@dirrm share/gimp/help/C/toolbox
@dirrm share/gimp/help/C/save
@dirrm share/gimp/help/C/paths
@dirrm share/gimp/help/C/open
@dirrm share/gimp/help/C/layers/stack
@dirrm share/gimp/help/C/layers
@dirrm share/gimp/help/C/images
@dirrm share/gimp/help/C/image/view
@dirrm share/gimp/help/C/image/select
@dirrm share/gimp/help/C/image/image/transforms
@dirrm share/gimp/help/C/image/image/mode
@dirrm share/gimp/help/C/image/image/colors/auto
@dirrm share/gimp/help/C/image/image/colors
@dirrm share/gimp/help/C/image/image
@dirrm share/gimp/help/C/image/edit
@dirrm share/gimp/help/C/image
@dirrm share/gimp/help/C/filters
@dirrm share/gimp/help/C/file
@dirrm share/gimp/help/C/dialogs/preferences
@dirrm share/gimp/help/C/dialogs/paths
@dirrm share/gimp/help/C/dialogs/palette_editor
@dirrm share/gimp/help/C/dialogs/layers
@dirrm share/gimp/help/C/dialogs/gradient_editor
@dirrm share/gimp/help/C/dialogs/color_selectors
@dirrm share/gimp/help/C/dialogs/channels
@dirrm share/gimp/help/C/dialogs
@dirrm share/gimp/help/C/channels
@dirrm share/gimp/help/C
@dirrm share/gimp/help
@dirrm share/gimp/gradients
@dirrm share/gimp/gimpressionist/Presets
@dirrm share/gimp/gimpressionist/Paper
@dirrm share/gimp/gimpressionist/Brushes
@dirrm share/gimp/gimpressionist
@dirrm share/gimp/gflare
@dirrm share/gimp/gfig
@dirrm share/gimp/fractalexplorer
@dirrm share/gimp/devel-docs/html/libgimp
@dirrm share/gimp/devel-docs/html
@dirrm share/gimp/devel-docs
@dirrm share/gimp/fractalexplorer
@dirrm share/gimp/gfig
@dirrm share/gimp/gflare
@dirrm share/gimp/gimpressionist/Brushes
@dirrm share/gimp/gimpressionist/Paper
@dirrm share/gimp/gimpressionist/Presets
@dirrm share/gimp/gimpressionist
@dirrm share/gimp/gradients
@dirrm share/gimp/help/C/channels
@dirrm share/gimp/help/C/dialogs/channels
@dirrm share/gimp/help/C/dialogs/color_selectors
@dirrm share/gimp/help/C/dialogs/gradient_editor
@dirrm share/gimp/help/C/dialogs/layers
@dirrm share/gimp/help/C/dialogs/palette_editor
@dirrm share/gimp/help/C/dialogs/paths
@dirrm share/gimp/help/C/dialogs/preferences
@dirrm share/gimp/help/C/dialogs
@dirrm share/gimp/help/C/file
@dirrm share/gimp/help/C/filters
@dirrm share/gimp/help/C/image/edit
@dirrm share/gimp/help/C/image/image/colors/auto
@dirrm share/gimp/help/C/image/image/colors
@dirrm share/gimp/help/C/image/image/mode
@dirrm share/gimp/help/C/image/image/transforms
@dirrm share/gimp/help/C/image/image
@dirrm share/gimp/help/C/image/select
@dirrm share/gimp/help/C/image/view
@dirrm share/gimp/help/C/image
@dirrm share/gimp/help/C/images
@dirrm share/gimp/help/C/layers/stack
@dirrm share/gimp/help/C/layers
@dirrm share/gimp/help/C/open
@dirrm share/gimp/help/C/paths
@dirrm share/gimp/help/C/save
@dirrm share/gimp/help/C/toolbox/help
@dirrm share/gimp/help/C/toolbox
@dirrm share/gimp/help/C/tools
@dirrm share/gimp/help/C
@dirrm share/gimp/help/images
@dirrm share/gimp/help
@dirrm share/gimp/palettes
@dirrm share/gimp/patterns
@dirrm share/gimp/scripts
@dirrm share/gimp/tips
@dirrm share/gimp/brushes
@dirrm share/gimp
@dirrm share/examples/gimp
@dirrm share/aclocal
@dirrm lib/gimp/plug-ins
@dirrm lib/gimp/modules
@dirrm lib/gimp
@dirrm include/libgimp
@dirrm include/gck