Date: Sun, 20 Feb 2000 18:49:48 +0000 (GMT) From: dom@happygiraffe.net To: FreeBSD-gnats-submit@freebsd.org Cc: erich@FreeBSD.org Subject: ports/16837: New version of the GIMP Message-ID: <20000220184948.307BA2036@myrddin.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 16837 >Category: ports >Synopsis: New version of the GIMP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 20 11:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD myrddin.demon.co.uk 3.4-STABLE FreeBSD 3.4-STABLE #7: Sun Jan 9 12:09:15 GMT 2000 dom@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN i386 >Description: Update the gimp to 1.1.17. I've rearranged the PLIST significantly, it should be in sorted order now. I've included all the help files. The next step should be to port GtkXmHtml and make it depend on that, so that the help works. But not today... >How-To-Repeat: n/a >Fix: Here's the diffs: diff -urN /usr/ports/graphics/gimp1/Makefile gimp1/Makefile --- /usr/ports/graphics/gimp1/Makefile Sat Jan 22 16:21:45 2000 +++ gimp1/Makefile Sun Feb 20 14:24:38 2000 @@ -23,7 +23,7 @@ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -VERSION= 1.1.15 +VERSION= 1.1.17 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff -urN /usr/ports/graphics/gimp1/files/md5 gimp1/files/md5 --- /usr/ports/graphics/gimp1/files/md5 Sat Jan 22 16:21:45 2000 +++ gimp1/files/md5 Sun Feb 20 14:53:10 2000 @@ -1 +1 @@ -MD5 (gimp-1.1.15.tar.bz2) = cdfc7538824d262da0cc6ae3a39d85c7 +MD5 (gimp-1.1.17.tar.bz2) = 5599cb98b3a17324f2ad2682348a7df9 diff -urN /usr/ports/graphics/gimp1/patches/patch-aa gimp1/patches/patch-aa --- /usr/ports/graphics/gimp1/patches/patch-aa Wed Nov 10 21:18:40 1999 +++ gimp1/patches/patch-aa Sun Feb 20 15:52:19 2000 @@ -1,21 +1,20 @@ ---- app/main.c.orig Wed Oct 6 13:55:38 1999 -+++ app/main.c Tue Oct 12 13:23:44 1999 -@@ -16,7 +16,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +--- app/main.c.orig Sun Feb 20 15:51:11 2000 ++++ app/main.c Sun Feb 20 15:51:47 2000 +@@ -17,6 +17,7 @@ */ #include "config.h" -- + +#include <floatingpoint.h> - #include <locale.h> #include <stdio.h> #include <stdlib.h> -@@ -117,6 +117,9 @@ - + #include <signal.h> +@@ -129,6 +130,9 @@ /* Initialize variables */ + prog_name = argv[0]; + + /* Ignore floating point exceptions */ + fpsetmask(0); /* Initialize i18n support */ - + INIT_LOCALE ("gimp"); diff -urN /usr/ports/graphics/gimp1/patches/patch-ai gimp1/patches/patch-ai --- /usr/ports/graphics/gimp1/patches/patch-ai Wed Nov 10 21:18:41 1999 +++ gimp1/patches/patch-ai Thu Jan 1 01:00:00 1970 @@ -1,140 +0,0 @@ ---- plug-ins/megawidget/Makefile.in.orig Wed Oct 6 15:04:53 1999 -+++ plug-ins/megawidget/Makefile.in Tue Oct 12 13:44:48 1999 -@@ -204,6 +204,8 @@ - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -+HEADERS = $(gimpinclude_HEADERS) -+ - DIST_COMMON = Makefile.am Makefile.in - - -@@ -211,6 +213,7 @@ - - TAR = tar - GZIP_ENV = --best -+DEP_FILES = .deps/megawidget.P - SOURCES = $(libmegawidget_a_SOURCES) - OBJECTS = $(libmegawidget_a_OBJECTS) - -@@ -218,9 +221,9 @@ - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/megawidget/Makefile -+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/megawidget/Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -@@ -257,9 +260,6 @@ - rm -f $(DESTDIR)$(libdir)/$$p; \ - done - --.c.o: -- $(COMPILE) -c $< -- - .s.o: - $(COMPILE) -c $< - -@@ -276,9 +276,6 @@ - - maintainer-clean-compile: - --.c.lo: -- $(LIBTOOL) --mode=compile $(COMPILE) -c $< -- - .s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -@@ -300,6 +297,21 @@ - $(AR) cru libmegawidget.a $(libmegawidget_a_OBJECTS) $(libmegawidget_a_LIBADD) - $(RANLIB) libmegawidget.a - -+install-gimpincludeHEADERS: $(gimpinclude_HEADERS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir) -+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ -+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \ -+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ -+uninstall-gimpincludeHEADERS: -+ @$(NORMAL_UNINSTALL) -+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ - tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) -@@ -334,6 +346,11 @@ - subdir = plug-ins/megawidget - - distdir: $(DISTFILES) -+ here=`cd $(top_builddir) && pwd`; \ -+ top_distdir=`cd $(top_distdir) && pwd`; \ -+ distdir=`cd $(distdir) && pwd`; \ -+ cd $(top_srcdir) \ -+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/megawidget/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -@@ -350,6 +367,37 @@ - ../../libgimp/parasite.h ../../libgimp/parasiteF.h \ - ../../libgimp/parasiteP.h ../../libgimp/gimpunit.h megawidget.h - -+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -+ -+-include $(DEP_FILES) -+ -+mostlyclean-depend: -+ -+clean-depend: -+ -+distclean-depend: -+ -rm -rf .deps -+ -+maintainer-clean-depend: -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-cp .deps/$(*F).pp .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm .deps/$(*F).pp -+ -+%.lo: %.c -+ @echo '$(LTCOMPILE) -c $<'; \ -+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ -+ < .deps/$(*F).pp > .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm -f .deps/$(*F).pp - info-am: - info: info-am - dvi-am: -@@ -417,10 +465,13 @@ - clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \ - install-libLIBRARIES mostlyclean-compile distclean-compile \ - clean-compile maintainer-clean-compile mostlyclean-libtool \ --distclean-libtool clean-libtool maintainer-clean-libtool tags \ -+distclean-libtool clean-libtool maintainer-clean-libtool \ -+uninstall-gimpincludeHEADERS install-gimpincludeHEADERS tags \ - mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \ --distdir info-am info dvi-am dvi check check-am installcheck-am \ --installcheck install-exec-am install-exec install-data-am install-data \ -+distdir mostlyclean-depend distclean-depend clean-depend \ -+maintainer-clean-depend info-am info dvi-am dvi check check-am \ -+installcheck-am installcheck install-exec-am install-exec \ -+install-data-am install-data \ - install-am install uninstall-am uninstall all-redirect all-am all \ - installdirs mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean diff -urN /usr/ports/graphics/gimp1/pkg/PLIST gimp1/pkg/PLIST --- /usr/ports/graphics/gimp1/pkg/PLIST Wed Feb 2 19:26:11 2000 +++ gimp1/pkg/PLIST Sun Feb 20 18:28:41 2000 @@ -1,4 +1,5 @@ bin/gimp +bin/gimp-config bin/gimptool include/gck/gck.h include/gck/gckcolor.h @@ -30,6 +31,7 @@ include/libgimp/gimpmenu.h include/libgimp/gimpmodule.h include/libgimp/gimppatheditor.h +include/libgimp/gimpquerybox.h include/libgimp/gimpsizeentry.h include/libgimp/gimpui.h include/libgimp/gimpunit.h @@ -42,14 +44,13 @@ include/libgimp/parasiteio.h lib/libgck.a lib/libgck.so -lib/libgck.so.15 +lib/libgck.so.17 lib/libgimp.a lib/libgimp.so -lib/libgimp.so.15 +lib/libgimp.so.17 lib/libgimpui.a lib/libgimpui.so -lib/libgimpui.so.15 -lib/libmegawidget.a +lib/libgimpui.so.17 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B libexec/gimp/1.1/modules/libcdisplay_gamma.so @@ -78,9 +79,9 @@ libexec/gimp/1.1/plug-ins/bz2 libexec/gimp/1.1/plug-ins/c_astretch libexec/gimp/1.1/plug-ins/checkerboard +libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/colorify libexec/gimp/1.1/plug-ins/colortoalpha -libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/compose libexec/gimp/1.1/plug-ins/convmatrix libexec/gimp/1.1/plug-ins/csource @@ -257,6 +258,42 @@ share/gimp/brushes/thegimp.gbr share/gimp/brushes/vine.gih share/gimp/brushes/xcf.gbr +share/gimp/devel-docs/html/libgimp/book1.html +share/gimp/devel-docs/html/libgimp/gimpchainbutton.html +share/gimp/devel-docs/html/libgimp/gimpcolorbutton.html +share/gimp/devel-docs/html/libgimp/gimpdefinitions.html +share/gimp/devel-docs/html/libgimp/gimpfileselection.html +share/gimp/devel-docs/html/libgimp/gimpmodule.html +share/gimp/devel-docs/html/libgimp/gimppatheditor.html +share/gimp/devel-docs/html/libgimp/gimpsizeentry.html +share/gimp/devel-docs/html/libgimp/gimpunitmenu.html +share/gimp/devel-docs/html/libgimp/libgimp-color-display.html +share/gimp/devel-docs/html/libgimp/libgimp-color-selector.html +share/gimp/devel-docs/html/libgimp/libgimp-gimp.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpcolorspace.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpcompat.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpdialog.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpenums.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpenv.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpexport.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpfeatures.html +share/gimp/devel-docs/html/libgimp/libgimp-gimphelpui.html +share/gimp/devel-docs/html/libgimp/libgimp-gimplimits.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpmath.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpmatrix.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpwidgets.html +share/gimp/devel-docs/html/libgimp/libgimp-gimpwire.html +share/gimp/devel-docs/html/libgimp/libgimp-gserialize.html +share/gimp/devel-docs/html/libgimp/libgimp-parasite.html +share/gimp/devel-docs/html/libgimp/libgimp-parasitef.html +share/gimp/devel-docs/html/libgimp/libgimp-parasiteio.html +share/gimp/devel-docs/html/libgimp/libgimp-parasitep.html +share/gimp/devel-docs/html/libgimp/libgimp.html +share/gimp/devel-docs/html/libgimp/libgimpui.html share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label share/gimp/fractalexplorer/Beauty_of_Nature @@ -302,11 +339,16 @@ share/gimp/gfig/stars share/gimp/gflare/Bright_Star share/gimp/gflare/Classic -share/gimp/gflare/Distant_Sun share/gimp/gflare/Default +share/gimp/gflare/Distant_Sun share/gimp/gflare/GFlare_101 share/gimp/gflare/GFlare_102 share/gimp/gflare/Hidden_Planet +share/gimp/gimp1_1_splash.ppm +share/gimp/gimp_logo.ppm +share/gimp/gimp_splash.ppm +share/gimp/gimprc +share/gimp/gimprc_user share/gimp/gimpressionist/Brushes/arrow01.pgm share/gimp/gimpressionist/Brushes/ball.ppm share/gimp/gimpressionist/Brushes/blob.ppm @@ -398,11 +440,6 @@ share/gimp/gimpressionist/Presets/Straws share/gimp/gimpressionist/Presets/Weave share/gimp/gimpressionist/Presets/Wormcan -share/gimp/gimp1_1_splash.ppm -share/gimp/gimp_logo.ppm -share/gimp/gimp_splash.ppm -share/gimp/gimprc -share/gimp/gimprc_user share/gimp/gradients/Abstract_1 share/gimp/gradients/Abstract_2 share/gimp/gradients/Abstract_3 @@ -481,64 +518,36 @@ share/gimp/gradients/Wood_2 share/gimp/gradients/Yellow_Contrast share/gimp/gradients/Yellow_Orange -share/gimp/help/C/dialogs/layers/add_mask.html -share/gimp/help/C/dialogs/layers/apply_mask.html -share/gimp/help/C/dialogs/layers/edit_layer_attributes.html -share/gimp/help/C/dialogs/layers/index.html -share/gimp/help/C/dialogs/layers/layer_boundary_size.html -share/gimp/help/C/dialogs/layers/layers.html -share/gimp/help/C/dialogs/layers/merge_visible_layers.html -share/gimp/help/C/dialogs/layers/new_layer.html -share/gimp/help/C/dialogs/layers/scale_layer.html +share/gimp/gtkrc +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 +share/gimp/help/C/channels/index.html +share/gimp/help/C/channels/lower_channel.html +share/gimp/help/C/channels/raise_channel.html +share/gimp/help/C/contents.html +share/gimp/help/C/dialogs/about.html +share/gimp/help/C/dialogs/border_selection.html +share/gimp/help/C/dialogs/brush_editor.html +share/gimp/help/C/dialogs/brush_selection.html share/gimp/help/C/dialogs/channels/channels.html share/gimp/help/C/dialogs/channels/edit_channel_attributes.html share/gimp/help/C/dialogs/channels/index.html share/gimp/help/C/dialogs/channels/new_channel.html -share/gimp/help/C/dialogs/paths/export_path.html -share/gimp/help/C/dialogs/paths/import_path.html -share/gimp/help/C/dialogs/paths/index.html -share/gimp/help/C/dialogs/paths/paths.html -share/gimp/help/C/dialogs/paths/rename_path.html -share/gimp/help/C/dialogs/palette_editor/import_palette.html -share/gimp/help/C/dialogs/palette_editor/index.html -share/gimp/help/C/dialogs/palette_editor/merge_palette.html -share/gimp/help/C/dialogs/palette_editor/new_palette.html -share/gimp/help/C/dialogs/palette_editor/palette_editor.html -share/gimp/help/C/dialogs/gradient_editor/copy_gradient.html -share/gimp/help/C/dialogs/gradient_editor/delete_gradient.html -share/gimp/help/C/dialogs/gradient_editor/gradient_editor.html -share/gimp/help/C/dialogs/gradient_editor/index.html -share/gimp/help/C/dialogs/gradient_editor/new_gradient.html -share/gimp/help/C/dialogs/gradient_editor/rename_gradient.html -share/gimp/help/C/dialogs/gradient_editor/replicate_segment.html -share/gimp/help/C/dialogs/gradient_editor/save_as_pov_ray.html -share/gimp/help/C/dialogs/gradient_editor/split_segments_uniformly.html -share/gimp/help/C/dialogs/display_filters/display_filters.html -share/gimp/help/C/dialogs/display_filters/gamma.html -share/gimp/help/C/dialogs/display_filters/index.html share/gimp/help/C/dialogs/color_selectors/built_in.html share/gimp/help/C/dialogs/color_selectors/gtk.html share/gimp/help/C/dialogs/color_selectors/index.html share/gimp/help/C/dialogs/color_selectors/triangle.html share/gimp/help/C/dialogs/color_selectors/watercolor.html -share/gimp/help/C/dialogs/palette_editor/delete_palette.html -share/gimp/help/C/dialogs/preferences/directories.html -share/gimp/help/C/dialogs/preferences/display.html -share/gimp/help/C/dialogs/preferences/environment.html -share/gimp/help/C/dialogs/preferences/index.html -share/gimp/help/C/dialogs/preferences/interface.html -share/gimp/help/C/dialogs/preferences/monitor.html -share/gimp/help/C/dialogs/preferences/new_file.html -share/gimp/help/C/dialogs/preferences/preferences.html -share/gimp/help/C/dialogs/preferences/session.html -share/gimp/help/C/dialogs/about.html -share/gimp/help/C/dialogs/border_selection.html -share/gimp/help/C/dialogs/brush_editor.html -share/gimp/help/C/dialogs/brush_selection.html share/gimp/help/C/dialogs/convert_to_indexed.html share/gimp/help/C/dialogs/copy_named.html share/gimp/help/C/dialogs/cut_named.html share/gimp/help/C/dialogs/device_status.html +share/gimp/help/C/dialogs/display_filters/display_filters.html +share/gimp/help/C/dialogs/display_filters/gamma.html +share/gimp/help/C/dialogs/display_filters/index.html share/gimp/help/C/dialogs/document_index.html share/gimp/help/C/dialogs/edit_qmask_attributes.html share/gimp/help/C/dialogs/error_console.html @@ -546,6 +555,15 @@ share/gimp/help/C/dialogs/file_new.html share/gimp/help/C/dialogs/file_open.html share/gimp/help/C/dialogs/file_save.html +share/gimp/help/C/dialogs/gradient_editor/copy_gradient.html +share/gimp/help/C/dialogs/gradient_editor/delete_gradient.html +share/gimp/help/C/dialogs/gradient_editor/gradient_editor.html +share/gimp/help/C/dialogs/gradient_editor/index.html +share/gimp/help/C/dialogs/gradient_editor/new_gradient.html +share/gimp/help/C/dialogs/gradient_editor/rename_gradient.html +share/gimp/help/C/dialogs/gradient_editor/replicate_segment.html +share/gimp/help/C/dialogs/gradient_editor/save_as_pov_ray.html +share/gimp/help/C/dialogs/gradient_editor/split_segments_uniformly.html share/gimp/help/C/dialogs/gradient_selection.html share/gimp/help/C/dialogs/grow_selection.html share/gimp/help/C/dialogs/help.html @@ -553,13 +571,42 @@ share/gimp/help/C/dialogs/indexed_palette.html share/gimp/help/C/dialogs/info_window.html share/gimp/help/C/dialogs/input_devices.html +share/gimp/help/C/dialogs/layers/add_mask.html +share/gimp/help/C/dialogs/layers/apply_mask.html +share/gimp/help/C/dialogs/layers/edit_layer_attributes.html +share/gimp/help/C/dialogs/layers/index.html +share/gimp/help/C/dialogs/layers/layer_boundary_size.html +share/gimp/help/C/dialogs/layers/layers.html +share/gimp/help/C/dialogs/layers/merge_visible_layers.html +share/gimp/help/C/dialogs/layers/new_layer.html +share/gimp/help/C/dialogs/layers/scale_layer.html share/gimp/help/C/dialogs/layers_and_channels.html share/gimp/help/C/dialogs/module_browser.html share/gimp/help/C/dialogs/navigation_window.html share/gimp/help/C/dialogs/offset.html +share/gimp/help/C/dialogs/palette_editor/delete_palette.html +share/gimp/help/C/dialogs/palette_editor/import_palette.html +share/gimp/help/C/dialogs/palette_editor/index.html +share/gimp/help/C/dialogs/palette_editor/merge_palette.html +share/gimp/help/C/dialogs/palette_editor/new_palette.html +share/gimp/help/C/dialogs/palette_editor/palette_editor.html share/gimp/help/C/dialogs/palette_selection.html share/gimp/help/C/dialogs/paste_named.html +share/gimp/help/C/dialogs/paths/export_path.html +share/gimp/help/C/dialogs/paths/import_path.html +share/gimp/help/C/dialogs/paths/index.html +share/gimp/help/C/dialogs/paths/paths.html +share/gimp/help/C/dialogs/paths/rename_path.html share/gimp/help/C/dialogs/pattern_selection.html +share/gimp/help/C/dialogs/preferences/directories.html +share/gimp/help/C/dialogs/preferences/display.html +share/gimp/help/C/dialogs/preferences/environment.html +share/gimp/help/C/dialogs/preferences/index.html +share/gimp/help/C/dialogs/preferences/interface.html +share/gimp/help/C/dialogs/preferences/monitor.html +share/gimp/help/C/dialogs/preferences/new_file.html +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/scale_image.html @@ -568,120 +615,15 @@ share/gimp/help/C/dialogs/tip_of_the_day.html share/gimp/help/C/dialogs/tool_options.html share/gimp/help/C/dialogs/undo_history.html -share/gimp/help/C/tools/airbrush.html -share/gimp/help/C/tools/bezier_select.html -share/gimp/help/C/tools/blend.html -share/gimp/help/C/tools/brightness_contrast.html -share/gimp/help/C/tools/bucket_fill.html -share/gimp/help/C/tools/by_color_select.html -share/gimp/help/C/tools/clone.html -share/gimp/help/C/tools/color_balance.html -share/gimp/help/C/tools/color_picker.html -share/gimp/help/C/tools/convolve.html -share/gimp/help/C/tools/crop.html -share/gimp/help/C/tools/curves.html -share/gimp/help/C/tools/dodgeburn.html -share/gimp/help/C/tools/ellipse_select.html -share/gimp/help/C/tools/eraser.html -share/gimp/help/C/tools/flip.html -share/gimp/help/C/tools/free_select.html -share/gimp/help/C/tools/fuzzy_select.html -share/gimp/help/C/tools/histogram.html -share/gimp/help/C/tools/hue_saturation.html -share/gimp/help/C/tools/index.html -share/gimp/help/C/tools/ink.html -share/gimp/help/C/tools/intelligent_scissors.html -share/gimp/help/C/tools/levels.html -share/gimp/help/C/tools/magnify.html -share/gimp/help/C/tools/measure.html -share/gimp/help/C/tools/move.html -share/gimp/help/C/tools/paintbrush.html -share/gimp/help/C/tools/path.html -share/gimp/help/C/tools/pencil.html -share/gimp/help/C/tools/posterize.html -share/gimp/help/C/tools/rect_select.html -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/tools/xinput_airbrush.html -share/gimp/help/C/layers/stack/index.html -share/gimp/help/C/layers/stack/stack.html -share/gimp/help/C/layers/add_alpha_channel.html -share/gimp/help/C/layers/alpha_to_selection.html -share/gimp/help/C/layers/anchor_layer.html -share/gimp/help/C/layers/delete_layer.html -share/gimp/help/C/layers/duplicate_layer.html -share/gimp/help/C/layers/flatten_image.html -share/gimp/help/C/layers/index.html -share/gimp/help/C/layers/layer_to_image_size.html -share/gimp/help/C/layers/mask_to_selection.html -share/gimp/help/C/layers/merge_down.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/duplicate_channel.html -share/gimp/help/C/channels/index.html -share/gimp/help/C/channels/lower_channel.html -share/gimp/help/C/channels/raise_channel.html -share/gimp/help/C/paths/copy_path.html -share/gimp/help/C/paths/delete_path.html -share/gimp/help/C/paths/duplicate_path.html -share/gimp/help/C/paths/index.html -share/gimp/help/C/paths/new_path.html -share/gimp/help/C/paths/paste_path.html -share/gimp/help/C/paths/path_to_selection.html -share/gimp/help/C/paths/stroke_path.html -share/gimp/help/C/toolbox/index.html -share/gimp/help/C/toolbox/help/index.html -share/gimp/help/C/toolbox/toolbox.html -share/gimp/help/C/image/edit/clear.html -share/gimp/help/C/image/edit/copy.html -share/gimp/help/C/image/edit/cut.html -share/gimp/help/C/image/edit/fill.html -share/gimp/help/C/image/edit/index.html -share/gimp/help/C/image/edit/paste.html -share/gimp/help/C/image/edit/paste_as_new.html -share/gimp/help/C/image/edit/paste_into.html -share/gimp/help/C/image/edit/redo.html -share/gimp/help/C/image/edit/stroke.html -share/gimp/help/C/image/edit/undo.html -share/gimp/help/C/image/select/all.html -share/gimp/help/C/image/select/float.html -share/gimp/help/C/image/select/index.html -share/gimp/help/C/image/select/invert.html -share/gimp/help/C/image/select/none.html -share/gimp/help/C/image/select/save_to_channel.html -share/gimp/help/C/image/select/sharpen.html -share/gimp/help/C/image/view/dot_for_dot.html -share/gimp/help/C/image/view/index.html -share/gimp/help/C/image/view/new_view.html -share/gimp/help/C/image/view/shrink_wrap.html -share/gimp/help/C/image/view/snap_to_guides.html -share/gimp/help/C/image/view/toggle_guides.html -share/gimp/help/C/image/view/toggle_rulers.html -share/gimp/help/C/image/view/toggle_selection.html -share/gimp/help/C/image/view/toggle_statusbar.html -share/gimp/help/C/image/view/zoom.html -share/gimp/help/C/image/image/transforms/index.html -share/gimp/help/C/image/image/colors/desaturate.html -share/gimp/help/C/image/image/colors/index.html -share/gimp/help/C/image/image/colors/invert.html -share/gimp/help/C/image/image/colors/auto/equalize.html -share/gimp/help/C/image/image/colors/auto/index.html -share/gimp/help/C/image/image/duplicate.html -share/gimp/help/C/image/image/index.html -share/gimp/help/C/image/image_window.html -share/gimp/help/C/image/index.html -share/gimp/help/C/open/index.html -share/gimp/help/C/open/open_by_extension.html -share/gimp/help/C/save/index.html -share/gimp/help/C/save/save_by_extension.html -share/gimp/help/C/filters/alienmap.html +share/gimp/help/C/file/close.html +share/gimp/help/C/file/dialogs +share/gimp/help/C/file/filters +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/filters/alienmap2.html share/gimp/help/C/filters/align_layers.html share/gimp/help/C/filters/animationplay.html @@ -700,7 +642,6 @@ share/gimp/help/C/filters/checkerboard.html share/gimp/help/C/filters/cml_explorer.html share/gimp/help/C/filters/color_enhance.html -share/gimp/help/C/filters/fp.html share/gimp/help/C/filters/colorify.html share/gimp/help/C/filters/compose.html share/gimp/help/C/filters/convmatrix.html @@ -724,6 +665,7 @@ share/gimp/help/C/filters/fits.html share/gimp/help/C/filters/flame.html share/gimp/help/C/filters/flarefx.html +share/gimp/help/C/filters/fp.html share/gimp/help/C/filters/fractalexplorer.html share/gimp/help/C/filters/fractaltrace.html share/gimp/help/C/filters/gap_filter.html @@ -770,8 +712,8 @@ share/gimp/help/C/filters/maze.html share/gimp/help/C/filters/mblur.html share/gimp/help/C/filters/mosaic.html -share/gimp/help/C/filters/nlfilt.html share/gimp/help/C/filters/newsprint.html +share/gimp/help/C/filters/nlfilt.html share/gimp/help/C/filters/noisify.html share/gimp/help/C/filters/normalize.html share/gimp/help/C/filters/nova.html @@ -839,19 +781,147 @@ share/gimp/help/C/filters/xpm.html share/gimp/help/C/filters/xwd.html share/gimp/help/C/filters/zealouscrop.html -share/gimp/help/C/file/close.html -share/gimp/help/C/file/index.html -share/gimp/help/C/file/last_opened.html -share/gimp/help/C/file/quit.html -share/gimp/help/C/file/revert.html -share/gimp/help/C/contents.html +share/gimp/help/C/image/dialogs +share/gimp/help/C/image/edit/clear.html +share/gimp/help/C/image/edit/copy.html +share/gimp/help/C/image/edit/cut.html +share/gimp/help/C/image/edit/dialogs +share/gimp/help/C/image/edit/fill.html +share/gimp/help/C/image/edit/index.html +share/gimp/help/C/image/edit/paste.html +share/gimp/help/C/image/edit/paste_as_new.html +share/gimp/help/C/image/edit/paste_into.html +share/gimp/help/C/image/edit/redo.html +share/gimp/help/C/image/edit/stroke.html +share/gimp/help/C/image/edit/undo.html +share/gimp/help/C/image/file +share/gimp/help/C/image/filters +share/gimp/help/C/image/image/colors/auto/equalize.html +share/gimp/help/C/image/image/colors/auto/index.html +share/gimp/help/C/image/image/colors/desaturate.html +share/gimp/help/C/image/image/colors/index.html +share/gimp/help/C/image/image/colors/invert.html +share/gimp/help/C/image/image/dialogs +share/gimp/help/C/image/image/duplicate.html +share/gimp/help/C/image/image/index.html +share/gimp/help/C/image/image/mode/convert_to_grayscale.html +share/gimp/help/C/image/image/mode/convert_to_rgb.html +share/gimp/help/C/image/image/mode/dialogs +share/gimp/help/C/image/image/mode/index.html +share/gimp/help/C/image/image/transforms +share/gimp/help/C/image/image/transforms/dialogs +share/gimp/help/C/image/image/transforms/index.html +share/gimp/help/C/image/image_window.html +share/gimp/help/C/image/index.html +share/gimp/help/C/image/layers +share/gimp/help/C/image/select/all.html +share/gimp/help/C/image/select/dialogs +share/gimp/help/C/image/select/float.html +share/gimp/help/C/image/select/index.html +share/gimp/help/C/image/select/invert.html +share/gimp/help/C/image/select/none.html +share/gimp/help/C/image/select/save_to_channel.html +share/gimp/help/C/image/select/sharpen.html +share/gimp/help/C/image/toolbox +share/gimp/help/C/image/tools +share/gimp/help/C/image/view/dialogs +share/gimp/help/C/image/view/dot_for_dot.html +share/gimp/help/C/image/view/index.html +share/gimp/help/C/image/view/new_view.html +share/gimp/help/C/image/view/shrink_wrap.html +share/gimp/help/C/image/view/snap_to_guides.html +share/gimp/help/C/image/view/toggle_guides.html +share/gimp/help/C/image/view/toggle_rulers.html +share/gimp/help/C/image/view/toggle_selection.html +share/gimp/help/C/image/view/toggle_statusbar.html +share/gimp/help/C/image/view/zoom.html share/gimp/help/C/index.html +share/gimp/help/C/layers/add_alpha_channel.html +share/gimp/help/C/layers/alpha_to_selection.html +share/gimp/help/C/layers/anchor_layer.html +share/gimp/help/C/layers/delete_layer.html +share/gimp/help/C/layers/dialogs +share/gimp/help/C/layers/duplicate_layer.html +share/gimp/help/C/layers/flatten_image.html +share/gimp/help/C/layers/index.html +share/gimp/help/C/layers/layer_to_image_size.html +share/gimp/help/C/layers/mask_to_selection.html +share/gimp/help/C/layers/merge_down.html +share/gimp/help/C/layers/stack +share/gimp/help/C/layers/stack/index.html +share/gimp/help/C/layers/stack/stack.html share/gimp/help/C/modes.html +share/gimp/help/C/open/dialogs +share/gimp/help/C/open/filters +share/gimp/help/C/open/index.html +share/gimp/help/C/open/open_by_extension.html +share/gimp/help/C/paths/copy_path.html +share/gimp/help/C/paths/delete_path.html +share/gimp/help/C/paths/dialogs +share/gimp/help/C/paths/duplicate_path.html +share/gimp/help/C/paths/filters +share/gimp/help/C/paths/index.html +share/gimp/help/C/paths/new_path.html +share/gimp/help/C/paths/paste_path.html +share/gimp/help/C/paths/path_to_selection.html +share/gimp/help/C/paths/stroke_path.html +share/gimp/help/C/save/dialogs +share/gimp/help/C/save/filters +share/gimp/help/C/save/index.html +share/gimp/help/C/save/save_by_extension.html +share/gimp/help/C/toolbox/dialogs +share/gimp/help/C/toolbox/file +share/gimp/help/C/toolbox/filters +share/gimp/help/C/toolbox/help/context_help.html +share/gimp/help/C/toolbox/help/dialogs +share/gimp/help/C/toolbox/help/filters +share/gimp/help/C/toolbox/help/index.html +share/gimp/help/C/toolbox/index.html +share/gimp/help/C/toolbox/toolbox.html +share/gimp/help/C/tools/airbrush.html +share/gimp/help/C/tools/bezier_select.html +share/gimp/help/C/tools/blend.html +share/gimp/help/C/tools/brightness_contrast.html +share/gimp/help/C/tools/bucket_fill.html +share/gimp/help/C/tools/by_color_select.html +share/gimp/help/C/tools/clone.html +share/gimp/help/C/tools/color_balance.html +share/gimp/help/C/tools/color_picker.html +share/gimp/help/C/tools/convolve.html +share/gimp/help/C/tools/crop.html +share/gimp/help/C/tools/curves.html +share/gimp/help/C/tools/dodgeburn.html +share/gimp/help/C/tools/ellipse_select.html +share/gimp/help/C/tools/eraser.html +share/gimp/help/C/tools/flip.html +share/gimp/help/C/tools/free_select.html +share/gimp/help/C/tools/fuzzy_select.html +share/gimp/help/C/tools/histogram.html +share/gimp/help/C/tools/hue_saturation.html +share/gimp/help/C/tools/index.html +share/gimp/help/C/tools/ink.html +share/gimp/help/C/tools/intelligent_scissors.html +share/gimp/help/C/tools/levels.html +share/gimp/help/C/tools/magnify.html +share/gimp/help/C/tools/measure.html +share/gimp/help/C/tools/move.html +share/gimp/help/C/tools/paintbrush.html +share/gimp/help/C/tools/path.html +share/gimp/help/C/tools/pencil.html +share/gimp/help/C/tools/posterize.html +share/gimp/help/C/tools/rect_select.html +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/tools/xinput_airbrush.html share/gimp/help/C/welcome.html share/gimp/help/images/eek.png share/gimp/help/images/wilber.png -share/gimp/gtkrc -share/gimp/gtkrc.forest2 share/gimp/palettes/Bears share/gimp/palettes/Bgold share/gimp/palettes/Blues @@ -1046,65 +1116,113 @@ share/gimp/scripts/weave.scm share/gimp/scripts/web-browser.scm share/gimp/scripts/xach-effect.scm -share/gimp/tips/gimp_tips.txt +share/gimp/tips/gimp_conseils.fr.txt share/gimp/tips/gimp_tips.cs.txt share/gimp/tips/gimp_tips.de.txt -share/gimp/tips/gimp_tips.ja.txt share/gimp/tips/gimp_tips.it.txt -share/gimp/tips/gimp_conseils.fr.txt -share/gimp/tips/gimp_tips.ru.txt +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.txt share/gimp/unitrc share/gimp/user_install -share/locale/cs/LC_MESSAGES/gimp.mo -share/locale/da/LC_MESSAGES/gimp.mo -share/locale/de/LC_MESSAGES/gimp.mo -share/locale/fi/LC_MESSAGES/gimp.mo -share/locale/fr/LC_MESSAGES/gimp.mo -share/locale/hu/LC_MESSAGES/gimp.mo -share/locale/it/LC_MESSAGES/gimp.mo -share/locale/ja/LC_MESSAGES/gimp.mo -share/locale/ko/LC_MESSAGES/gimp.mo -share/locale/nl/LC_MESSAGES/gimp.mo -share/locale/no/LC_MESSAGES/gimp.mo -share/locale/pl/LC_MESSAGES/gimp.mo -share/locale/ru/LC_MESSAGES/gimp.mo -share/locale/sk/LC_MESSAGES/gimp.mo -share/locale/sv/LC_MESSAGES/gimp.mo -share/locale/uk/LC_MESSAGES/gimp.mo +share/locale/cs/LC_MESSAGES/gimp-libgimp.mo share/locale/cs/LC_MESSAGES/gimp-std-plugins.mo +share/locale/cs/LC_MESSAGES/gimp.mo +share/locale/da/LC_MESSAGES/gimp-libgimp.mo share/locale/da/LC_MESSAGES/gimp-std-plugins.mo +share/locale/da/LC_MESSAGES/gimp.mo +share/locale/de/LC_MESSAGES/gimp-libgimp.mo share/locale/de/LC_MESSAGES/gimp-std-plugins.mo +share/locale/de/LC_MESSAGES/gimp.mo +share/locale/fi/LC_MESSAGES/gimp-libgimp.mo share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo +share/locale/fi/LC_MESSAGES/gimp.mo +share/locale/fr/LC_MESSAGES/gimp-libgimp.mo share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo +share/locale/fr/LC_MESSAGES/gimp.mo +share/locale/hu/LC_MESSAGES/gimp-libgimp.mo share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo +share/locale/hu/LC_MESSAGES/gimp.mo +share/locale/it/LC_MESSAGES/gimp-libgimp.mo share/locale/it/LC_MESSAGES/gimp-std-plugins.mo +share/locale/it/LC_MESSAGES/gimp.mo +share/locale/ja/LC_MESSAGES/gimp-libgimp.mo share/locale/ja/LC_MESSAGES/gimp-std-plugins.mo +share/locale/ja/LC_MESSAGES/gimp.mo +share/locale/ko/LC_MESSAGES/gimp-libgimp.mo share/locale/ko/LC_MESSAGES/gimp-std-plugins.mo +share/locale/ko/LC_MESSAGES/gimp.mo +share/locale/nl/LC_MESSAGES/gimp-libgimp.mo share/locale/nl/LC_MESSAGES/gimp-std-plugins.mo +share/locale/nl/LC_MESSAGES/gimp.mo +share/locale/no/LC_MESSAGES/gimp-libgimp.mo share/locale/no/LC_MESSAGES/gimp-std-plugins.mo +share/locale/no/LC_MESSAGES/gimp.mo +share/locale/pl/LC_MESSAGES/gimp-libgimp.mo share/locale/pl/LC_MESSAGES/gimp-std-plugins.mo +share/locale/pl/LC_MESSAGES/gimp.mo +share/locale/ru/LC_MESSAGES/gimp-libgimp.mo share/locale/ru/LC_MESSAGES/gimp-std-plugins.mo +share/locale/ru/LC_MESSAGES/gimp.mo +share/locale/sk/LC_MESSAGES/gimp-libgimp.mo share/locale/sk/LC_MESSAGES/gimp-std-plugins.mo +share/locale/sk/LC_MESSAGES/gimp.mo +share/locale/sv/LC_MESSAGES/gimp-libgimp.mo share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo +share/locale/sv/LC_MESSAGES/gimp.mo +share/locale/uk/LC_MESSAGES/gimp-libgimp.mo share/locale/uk/LC_MESSAGES/gimp-std-plugins.mo +share/locale/uk/LC_MESSAGES/gimp.mo +@dirrm share/gimp/brushes +@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/tips +@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/display_filters +@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/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 -@unexec rm -rf %D/share/gimp/help/C @dirrm share/gimp/help -@dirrm share/gimp/scripts -@dirrm share/gimp/patterns @dirrm share/gimp/palettes -@dirrm share/gimp/gradients -@dirrm share/gimp/gfig -@dirrm share/gimp/fractalexplorer -@dirrm share/gimp/brushes +@dirrm share/gimp/patterns +@dirrm share/gimp/scripts +@dirrm share/gimp/tips @dirrm share/gimp @dirrm libexec/gimp/1.1/plug-ins @dirrm libexec/gimp/1.1/modules @@ -1113,3 +1231,4 @@ @dirrm include/libgimp @dirrm include/gck @unexec rmdir %D/share/aclocal 2>/dev/null || true +@unexec rm -rf %D/share/gimp/help/C >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000220184948.307BA2036>