From owner-freebsd-ports Thu Oct 7 13:50:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E014E152C6 for ; Thu, 7 Oct 1999 13:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59270; Thu, 7 Oct 1999 13:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-158.ipc.hiroshima-u.ac.jp [133.41.4.158]) by hub.freebsd.org (Postfix) with ESMTP id AAA091525C for ; Thu, 7 Oct 1999 13:46:33 -0700 (PDT) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id FAA22994; Fri, 8 Oct 1999 05:44:12 +0900 (JST) (envelope-from nobutaka) Message-Id: <199910072044.FAA22994@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Fri, 8 Oct 1999 05:44:12 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14196: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14196 >Category: ports >Synopsis: Update port: graphics/gimp1-i18n >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: Thu Oct 7 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Update from 1.1.8 to 1.1.10. And please close old PR 13897. Removed files: gimp1-i18n/patches patch-aa patch-am patch-ao patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn Added files: gimp1-i18n/patches patch-bo patch-bp >How-To-Repeat: >Fix: diff -urN gimp1-i18n.old/Makefile gimp1-i18n/Makefile --- gimp1-i18n.old/Makefile Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/Makefile Fri Oct 8 05:26:50 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: GIMP with I18N extension -# Version required: 1.1.8 +# Version required: 1.1.10 # Date created: 1 Mar 1999 # Whom: nobutaka@nobutaka.com # -# $FreeBSD: ports/graphics/gimp1-i18n/Makefile,v 1.63 1999/09/07 10:45:23 steve Exp $ +# $FreeBSD: Makefile,v 1.61 1999/08/12 17:47:15 sada Exp $ # -DISTNAME= gimp-1.1.8 -PKGNAME= gimp-i18n-1.1.8 +DISTNAME= gimp-1.1.10 +PKGNAME= gimp-i18n-1.1.10 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.8/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.8/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.8/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.10/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.10/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.10/ MAINTAINER= nobutaka@nobutaka.com @@ -31,7 +31,7 @@ USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GMAKE= yes -CONFIGURE_ARGS= --disable-perl +CONFIGURE_ARGS= --disable-perl --disable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GTK_CONFIG="${GTK_CONFIG}" \ diff -urN gimp1-i18n.old/files/gimp.setfont gimp1-i18n/files/gimp.setfont --- gimp1-i18n.old/files/gimp.setfont Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/files/gimp.setfont Fri Oct 8 05:26:49 1999 @@ -5,7 +5,7 @@ # by MANTANI Nobutaka $progname = "gimp.setfont"; -$version = "Version 0.2 Aug 1 1999"; +$version = "Version 0.3 Sep 22 1999"; # Show usage sub usage() { @@ -14,21 +14,26 @@ ---------------------------------------------------------------- [language] [fontset] + czech -*-fixed-(iso8859-2) + danish -*-helvetica-(iso8859-1) dutch -*-helvetica-(iso8859-1) english -*-helvetica-(iso8859-1) finnish -*-helvetica-(iso8859-1) french -*-helvetica-(iso8859-1) german -*-helvetica-(iso8859-1) - hungarian -*-helvetica-(iso8859-2) + hungarian -*-fixed-(iso8859-2) italian -*-helvetica-(iso8859-1) japanese -*-fixed-(iso8859-1,jisx0201,jisx0208) - korean -*-fixed-(iso8859-1)/-daewoo-gothic-(ksc5601) - polish -*-helvetica-(iso8859-2) + korean -*-fixed-(iso8859-1),-daewoo-gothic-(ksc5601) + polish -*-fixed-(iso8859-2) russian -*-helvetica-(koi8-r) swedish -*-helvetica-(iso8859-1) norwegian -*-helvetica-(iso8859-1) ---------------------------------------------------------------- +If you need iso8859-2 fonts, please install etlfonts +(ports/x11-fonts/etlfonts). + EOF } @@ -40,11 +45,11 @@ if (-d $path) { if (-e "$path/gtkrc") { chmod(0644, "$path/gtkrc"); - print "renaming $path/gtkrc to ${path}/gtkrc.old...\n"; + print "Renaming $path/gtkrc to ${path}/gtkrc.old...\n"; rename($path, "${path}/gtkrc.old"); } - print "writing $path/gtkrc...\n"; + print "Writing $path/gtkrc...\n"; open(FILE, ">$path/gtkrc"); print FILE < [= ] @@ -89,6 +94,36 @@ exit; } +if ($lang eq "czech") { + $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; + + print "Setting for Czech language...\n\n"; + + write_gtkrc($fontset); + + print < - #include - #include - #include -@@ -114,6 +114,9 @@ - - /* Initialize variables */ - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize Gtk toolkit */ - gtk_set_locale (); diff -urN gimp1-i18n.old/patches/patch-ah gimp1-i18n/patches/patch-ah --- gimp1-i18n.old/patches/patch-ah Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-ah Fri Oct 8 05:26:49 1999 @@ -1,6 +1,6 @@ ---- configure.in.orig Tue Mar 30 08:34:44 1999 -+++ configure.in Sun Apr 4 11:17:33 1999 -@@ -451,8 +451,8 @@ +--- configure.in.orig Thu Sep 9 09:33:17 1999 ++++ configure.in Thu Sep 9 13:25:28 1999 +@@ -431,8 +431,8 @@ fi gimpdatadir=$datadir/gimp @@ -11,9 +11,9 @@ brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` ---- configure.orig Tue Mar 30 08:35:35 1999 -+++ configure Sun Apr 4 11:17:33 1999 -@@ -7521,8 +7521,8 @@ +--- configure.orig Thu Sep 9 13:25:15 1999 ++++ configure Thu Sep 9 13:25:28 1999 +@@ -7108,8 +7108,8 @@ fi gimpdatadir=$datadir/gimp diff -urN gimp1-i18n.old/patches/patch-am gimp1-i18n/patches/patch-am --- gimp1-i18n.old/patches/patch-am Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-am Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Sat Mar 13 06:30:41 1999 -+++ libgimp/gimp.c Sun Apr 4 11:17:34 1999 -@@ -19,6 +19,7 @@ - #include "config.h" - - #include -+#include - #include - #include - #include -@@ -136,6 +137,8 @@ - } - - progname = argv[0]; -+ -+ fpsetmask(0); - - #ifdef SIGHUP - signal (SIGHUP, gimp_signal); diff -urN gimp1-i18n.old/patches/patch-an gimp1-i18n/patches/patch-an --- gimp1-i18n.old/patches/patch-an Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-an Fri Oct 8 05:26:49 1999 @@ -1,20 +1,56 @@ ---- app/text_tool.c.orig Wed Apr 28 06:09:23 1999 -+++ app/text_tool.c Thu May 6 14:47:19 1999 -@@ -602,7 +602,7 @@ - /* load the font in */ +--- app/text_tool.c.orig Thu Oct 7 04:55:47 1999 ++++ app/text_tool.c Thu Oct 7 14:18:12 1999 +@@ -20,6 +20,7 @@ + + #include + #include ++#include + + #ifdef GDK_WINDOWING_WIN32 + # define POINTS POINTS_win32 /* Guard against clash */ +@@ -582,6 +583,8 @@ + int width, height; + int x, y, k; + void * pr; ++ XFontStruct *xfs; ++ char *fname; + + /* determine the layer type */ + if (drawable) +@@ -603,6 +606,14 @@ gdk_error_warnings = 0; gdk_error_code = 0; -- font = gdk_font_load (fontname); -+ font = gdk_fontset_load (fontname); + font = gdk_font_load (fontname); ++ xfs = GDK_FONT_XFONT(font); ++ if (xfs->min_byte1 != 0 || xfs->max_byte1 != 0) { ++ gdk_font_unref(font); ++ fname = (char *) g_malloc (strlen(fontname)+3); ++ sprintf(fname, "%s,*", fontname); ++ font = gdk_fontset_load (fname); ++ g_free(fname); ++ } gdk_error_warnings = 1; if (!font || (gdk_error_code == -1)) { -@@ -797,7 +797,7 @@ +@@ -793,11 +804,21 @@ + char *str; + int nstrs; + int line_width, line_height; ++ XFontStruct* xfs; ++ char *fname; + /* load the font in */ gdk_error_warnings = 0; gdk_error_code = 0; -- font = gdk_font_load (fontname); -+ font = gdk_fontset_load (fontname); + font = gdk_font_load (fontname); ++ xfs = GDK_FONT_XFONT(font); ++ if (xfs->min_byte1 != 0 || xfs->max_byte1 != 0) { ++ gdk_font_unref(font); ++ fname = (char *) g_malloc (strlen(fontname)+3); ++ sprintf(fname, "%s,*", fontname); ++ font = gdk_fontset_load (fname); ++ g_free(fname); ++ } gdk_error_warnings = 1; if (!font || (gdk_error_code == -1)) return FALSE; diff -urN gimp1-i18n.old/patches/patch-ao gimp1-i18n/patches/patch-ao --- gimp1-i18n.old/patches/patch-ao Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-ao Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- plug-ins/script-fu/script-fu-scripts.c.orig Tue Feb 23 01:28:45 1999 -+++ plug-ins/script-fu/script-fu-scripts.c Tue Feb 23 01:32:15 1999 -@@ -1058,7 +1058,8 @@ - argc = 1; - argv = g_new (gchar *, 1); - argv[0] = g_strdup ("script-fu"); -- -+ -+ gtk_set_locale(); - gtk_init (&argc, &argv); - gtk_rc_parse (gimp_gtkrc ()); - diff -urN gimp1-i18n.old/patches/patch-ap gimp1-i18n/patches/patch-ap --- gimp1-i18n.old/patches/patch-ap Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-ap Fri Oct 8 05:26:49 1999 @@ -1,7 +1,7 @@ ---- libgimp/Makefile.in.orig Sun Jul 18 05:42:29 1999 -+++ libgimp/Makefile.in Mon Jul 26 08:26:42 1999 -@@ -190,11 +190,11 @@ - gimpinclude_HEADERS = color_selector.h gimp.h gimpchainbutton.h gimpenums.h gimpenv.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h stdplugins-intl.h +--- libgimp/Makefile.in.orig Thu Oct 7 06:03:57 1999 ++++ libgimp/Makefile.in Thu Oct 7 14:19:10 1999 +@@ -207,11 +207,11 @@ + gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h -libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) diff -urN gimp1-i18n.old/patches/patch-bc gimp1-i18n/patches/patch-bc --- gimp1-i18n.old/patches/patch-bc Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bc Fri Oct 8 05:26:49 1999 @@ -1,6 +1,6 @@ ---- plug-ins/libgck/gck/Makefile.in.orig Sat Jun 12 01:25:24 1999 -+++ plug-ins/libgck/gck/Makefile.in Sat Jun 12 01:26:00 1999 -@@ -175,7 +175,7 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Thu Oct 7 06:04:48 1999 ++++ plug-ins/libgck/gck/Makefile.in Thu Oct 7 14:19:50 1999 +@@ -189,7 +189,7 @@ gckinclude_HEADERS = gck.h gckcolor.h gckcommon.h gckimage.h gcklistbox.h gckmath.h gcktypes.h gckui.h gckvector.h diff -urN gimp1-i18n.old/patches/patch-be gimp1-i18n/patches/patch-be --- gimp1-i18n.old/patches/patch-be Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-be Thu Jan 1 09:00:00 1970 @@ -1,66 +0,0 @@ ---- app/menus.c.orig Sun Jul 25 03:38:07 1999 -+++ app/menus.c Fri Aug 6 09:35:51 1999 -@@ -506,7 +506,7 @@ - { - gchar *menupath; - -- menupath = g_strdup_printf ("%s%s", prepath, _(path)); -+ menupath = g_strdup_printf ("%s%s", prepath, path); - menus_set_sensitive (menupath, sensitive); - g_free (menupath); - } -@@ -543,7 +543,7 @@ - { - gchar *menupath; - -- menupath = g_strdup_printf ("%s%s", prepath, _(path)); -+ menupath = g_strdup_printf ("%s%s", prepath, path); - menus_set_state (menupath, state); - g_free (menupath); - } -@@ -616,13 +616,14 @@ - { - g_string_sprintf (entry_filename, "%d. %s", i, g_basename (((GString *) filename_slist->data)->str)); - -- g_string_sprintf (path, _("/File/MRU%02d"), i); -+ g_string_sprintf (path, N_("/File/MRU%02d"), i); - - widget = gtk_item_factory_get_widget (toolbox_factory, path->str); -- gtk_widget_show (widget); -+ if (widget != NULL) { -+ gtk_widget_show (widget); - -- gtk_label_set (GTK_LABEL (GTK_BIN (widget)->child), entry_filename->str); -- -+ gtk_label_set (GTK_LABEL (GTK_BIN (widget)->child), entry_filename->str); -+ } - filename_slist = filename_slist->next; - } - -@@ -661,7 +662,7 @@ - - if (num_entries == 0) - { -- widget = gtk_item_factory_get_widget (toolbox_factory, gettext(file_menu_separator.path)); -+ widget = gtk_item_factory_get_widget (toolbox_factory, file_menu_separator.path); - gtk_widget_show (widget); - } - -@@ -697,7 +698,7 @@ - last_opened_entries[i].callback_action = i; - last_opened_entries[i].item_type = NULL; - -- g_snprintf (path, MRU_MENU_ENTRY_SIZE, _("/File/MRU%02d"), i + 1); -+ g_snprintf (path, MRU_MENU_ENTRY_SIZE, N_("/File/MRU%02d"), i + 1); - if (accelerator != NULL) - g_snprintf (accelerator, MRU_MENU_ACCEL_SIZE, "%d", i + 1); - } -@@ -712,7 +713,7 @@ - gtk_widget_hide (widget); - } - -- widget = gtk_item_factory_get_widget (toolbox_factory, gettext(file_menu_separator.path)); -+ widget = gtk_item_factory_get_widget (toolbox_factory, file_menu_separator.path); - gtk_widget_hide (widget); - - g_free (paths); diff -urN gimp1-i18n.old/patches/patch-bf gimp1-i18n/patches/patch-bf --- gimp1-i18n.old/patches/patch-bf Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bf Thu Jan 1 09:00:00 1970 @@ -1,38 +0,0 @@ ---- app/channels_dialog.c.orig Fri Aug 6 08:52:42 1999 -+++ app/channels_dialog.c Fri Aug 6 08:54:17 1999 -@@ -532,26 +532,26 @@ - gtk_widget_set_sensitive (channels_ops_buttons[(button)].widget, \ - (condition) != 0) - -- SET_SENSITIVE (_("/New Channel"), !fs_sens); -+ SET_SENSITIVE (N_("/New Channel"), !fs_sens); - SET_OPS_SENSITIVE (0, !fs_sens); - -- SET_SENSITIVE (_("/Raise Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Raise Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (1, !fs_sens && aux_sens); - -- SET_SENSITIVE (_("/Lower Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Lower Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (2, !fs_sens && aux_sens); - -- SET_SENSITIVE (_("/Duplicate Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Duplicate Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (3, !fs_sens && aux_sens); - -- SET_SENSITIVE (_("/Channel to Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Channel to Selection"), aux_sens); - SET_OPS_SENSITIVE (4, aux_sens); - -- SET_SENSITIVE (_("/Add to Selection"), aux_sens); -- SET_SENSITIVE (_("/Subtract From Selection"), aux_sens); -- SET_SENSITIVE (_("/Intersect With Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Add to Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Subtract From Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Intersect With Selection"), aux_sens); - -- SET_SENSITIVE (_("/Delete Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Delete Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (5, !fs_sens && aux_sens); - - #undef SET_OPS_SENSITIVE diff -urN gimp1-i18n.old/patches/patch-bg gimp1-i18n/patches/patch-bg --- gimp1-i18n.old/patches/patch-bg Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bg Thu Jan 1 09:00:00 1970 @@ -1,166 +0,0 @@ ---- app/gdisplay.c.orig Fri Aug 6 08:47:20 1999 -+++ app/gdisplay.c Fri Aug 6 08:48:59 1999 -@@ -1583,101 +1583,101 @@ - #define SET_STATE(menu,condition) \ - menus_set_state_locale ("", (menu), (condition) != 0) - -- SET_SENSITIVE (_("/File/Save"), gdisp); -- SET_SENSITIVE (_("/File/Save as"), gdisp); -- SET_SENSITIVE (_("/File/Revert"), gdisp); -- SET_SENSITIVE (_("/File/Close"), gdisp); -+ SET_SENSITIVE (N_("/File/Save"), gdisp); -+ SET_SENSITIVE (N_("/File/Save as"), gdisp); -+ SET_SENSITIVE (N_("/File/Revert"), gdisp); -+ SET_SENSITIVE (N_("/File/Close"), gdisp); - -- SET_SENSITIVE (_("/Edit"), gdisp); -+ SET_SENSITIVE (N_("/Edit"), gdisp); - if (gdisp) - { -- SET_SENSITIVE (_("/Edit/Cut"), lp); -- SET_SENSITIVE (_("/Edit/Copy"), lp); -- SET_SENSITIVE (_("/Edit/Paste"), lp); -- SET_SENSITIVE (_("/Edit/Paste Into"), lp); -- SET_SENSITIVE (_("/Edit/Paste As New"), lp); -- SET_SENSITIVE (_("/Edit/Clear"), lp); -- SET_SENSITIVE (_("/Edit/Fill"), lp); -- SET_SENSITIVE (_("/Edit/Stroke"), lp); -- SET_SENSITIVE (_("/Edit/Cut Named"), lp); -- SET_SENSITIVE (_("/Edit/Copy Named"), lp); -- SET_SENSITIVE (_("/Edit/Paste Named"), lp); -+ SET_SENSITIVE (N_("/Edit/Cut"), lp); -+ SET_SENSITIVE (N_("/Edit/Copy"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste Into"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste As New"), lp); -+ SET_SENSITIVE (N_("/Edit/Clear"), lp); -+ SET_SENSITIVE (N_("/Edit/Fill"), lp); -+ SET_SENSITIVE (N_("/Edit/Stroke"), lp); -+ SET_SENSITIVE (N_("/Edit/Cut Named"), lp); -+ SET_SENSITIVE (N_("/Edit/Copy Named"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste Named"), lp); - } - -- SET_SENSITIVE (_("/Select"), gdisp && lp); -- SET_SENSITIVE (_("/Select/Save To Channel"), !fs); -+ SET_SENSITIVE (N_("/Select"), gdisp && lp); -+ SET_SENSITIVE (N_("/Select/Save To Channel"), !fs); - -- SET_SENSITIVE (_("/View"), gdisp); -+ SET_SENSITIVE (N_("/View"), gdisp); - if (gdisp) - { -- SET_STATE (_("/View/Toggle Selection"), !gdisp->select->hidden); -- SET_STATE (_("/View/Toggle Rulers"), -+ SET_STATE (N_("/View/Toggle Selection"), !gdisp->select->hidden); -+ SET_STATE (N_("/View/Toggle Rulers"), - GTK_WIDGET_VISIBLE (gdisp->origin) ? 1 : 0); -- SET_STATE (_("/View/Toggle Guides"), gdisp->draw_guides); -- SET_STATE (_("/View/Snap To Guides"), gdisp->snap_to_guides); -- SET_STATE (_("/View/Toggle Statusbar"), -+ SET_STATE (N_("/View/Toggle Guides"), gdisp->draw_guides); -+ SET_STATE (N_("/View/Snap To Guides"), gdisp->snap_to_guides); -+ SET_STATE (N_("/View/Toggle Statusbar"), - GTK_WIDGET_VISIBLE (gdisp->statusarea) ? 1 : 0); -- SET_STATE (_("/View/Dot for dot"), gdisp->dot_for_dot); -+ SET_STATE (N_("/View/Dot for dot"), gdisp->dot_for_dot); - } - -- SET_SENSITIVE (_("/Image"), gdisp); -- SET_SENSITIVE (_("/Image/Colors"), gdisp); -- SET_SENSITIVE (_("/Image/Channel Ops"), gdisp); -- SET_SENSITIVE (_("/Image/Alpha"), gdisp); -+ SET_SENSITIVE (N_("/Image"), gdisp); -+ SET_SENSITIVE (N_("/Image/Colors"), gdisp); -+ SET_SENSITIVE (N_("/Image/Channel Ops"), gdisp); -+ SET_SENSITIVE (N_("/Image/Alpha"), gdisp); - if (gdisp) - { -- SET_SENSITIVE (_("/Image/RGB"), (base_type != RGB)); -- SET_SENSITIVE (_("/Image/Grayscale"), (base_type != GRAY)); -- SET_SENSITIVE (_("/Image/Indexed"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Histogram"), lp); -- -- SET_SENSITIVE (_("/Image/Colors"), lp); -- SET_SENSITIVE (_("/Image/Colors/Threshold"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Posterize"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Equalize"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Invert"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Color Balance"), (base_type == RGB)); -- SET_SENSITIVE (_("/Image/Colors/Brightness-Contrast"), -+ SET_SENSITIVE (N_("/Image/RGB"), (base_type != RGB)); -+ SET_SENSITIVE (N_("/Image/Grayscale"), (base_type != GRAY)); -+ SET_SENSITIVE (N_("/Image/Indexed"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Histogram"), lp); -+ -+ SET_SENSITIVE (N_("/Image/Colors"), lp); -+ SET_SENSITIVE (N_("/Image/Colors/Threshold"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Posterize"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Equalize"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Invert"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Color Balance"), (base_type == RGB)); -+ SET_SENSITIVE (N_("/Image/Colors/Brightness-Contrast"), - (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Hue-Saturation"), (base_type == RGB)); -- SET_SENSITIVE (_("/Image/Colors/Curves"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Levels"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Desaturate"), (base_type == RGB)); -+ SET_SENSITIVE (N_("/Image/Colors/Hue-Saturation"), (base_type == RGB)); -+ SET_SENSITIVE (N_("/Image/Colors/Curves"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Levels"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Desaturate"), (base_type == RGB)); - -- SET_SENSITIVE (_("/Image/Alpha/Add Alpha Channel"), -+ SET_SENSITIVE (N_("/Image/Alpha/Add Alpha Channel"), - !fs && !aux && lp && !lm && !alpha); - -- SET_SENSITIVE (_("/Image/Channel Ops/Offset"), lp); -+ SET_SENSITIVE (N_("/Image/Channel Ops/Offset"), lp); - } - -- SET_SENSITIVE (_("/Layers/Stack"), gdisp); -+ SET_SENSITIVE (N_("/Layers/Stack"), gdisp); - if (gdisp) - { -- SET_SENSITIVE (_("/Layers/Stack/Previous Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Previous Layer"), - !fs && !aux && lp && lind > 0); -- SET_SENSITIVE (_("/Layers/Stack/Next Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Next Layer"), - !fs && !aux && lp && lind < (lnum - 1)); -- SET_SENSITIVE (_("/Layers/Stack/Raise Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Raise Layer"), - !fs && !aux && lp && alpha && lind > 0); -- SET_SENSITIVE (_("/Layers/Stack/Lower Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Lower Layer"), - !fs && !aux && lp && alpha && lind < (lnum - 1)); -- SET_SENSITIVE (_("/Layers/Stack/Layer to Top"), -+ SET_SENSITIVE (N_("/Layers/Stack/Layer to Top"), - !fs && !aux && lp && alpha && lind > 0); -- SET_SENSITIVE (_("/Layers/Stack/Layer to Bottom"), -+ SET_SENSITIVE (N_("/Layers/Stack/Layer to Bottom"), - !fs && !aux && lp && alpha && lind < (lnum - 1)); - } - -- SET_SENSITIVE (_("/Layers/Anchor Layer"), gdisp && fs && !aux && lp); -- SET_SENSITIVE (_("/Layers/Merge Visible Layers"), gdisp && !fs && !aux && lp); -- SET_SENSITIVE (_("/Layers/Flatten Image"), gdisp && !fs && !aux && lp); -- SET_SENSITIVE (_("/Layers/Alpha To Selection"), gdisp && !aux && lp && alpha); -- SET_SENSITIVE (_("/Layers/Mask To Selection"), gdisp && !aux && lm && lp); -- SET_SENSITIVE (_("/Layers/Add Alpha Channel"), -+ SET_SENSITIVE (N_("/Layers/Anchor Layer"), gdisp && fs && !aux && lp); -+ SET_SENSITIVE (N_("/Layers/Merge Visible Layers"), gdisp && !fs && !aux && lp); -+ SET_SENSITIVE (N_("/Layers/Flatten Image"), gdisp && !fs && !aux && lp); -+ SET_SENSITIVE (N_("/Layers/Alpha To Selection"), gdisp && !aux && lp && alpha); -+ SET_SENSITIVE (N_("/Layers/Mask To Selection"), gdisp && !aux && lm && lp); -+ SET_SENSITIVE (N_("/Layers/Add Alpha Channel"), - gdisp && !fs && !aux && lp && !lm && !alpha); - -- SET_SENSITIVE (_("/Filters"), gdisp && lp); -+ SET_SENSITIVE (N_("/Filters"), gdisp && lp); - -- SET_SENSITIVE (_("/Script-Fu"), gdisp && lp); -+ SET_SENSITIVE (N_("/Script-Fu"), gdisp && lp); - - #undef SET_STATE - #undef SET_SENSITIVE diff -urN gimp1-i18n.old/patches/patch-bh gimp1-i18n/patches/patch-bh --- gimp1-i18n.old/patches/patch-bh Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bh Thu Jan 1 09:00:00 1970 @@ -1,70 +0,0 @@ ---- app/layers_dialog.c.orig Fri Aug 6 08:55:03 1999 -+++ app/layers_dialog.c Fri Aug 6 08:56:10 1999 -@@ -961,46 +961,46 @@ - gtk_widget_set_sensitive (layers_ops_buttons[(button)].widget, \ - (condition) != 0) - -- SET_SENSITIVE (_("/Stack/Previous Layer"), fs && ac && gimage && lp && prev); -- SET_SENSITIVE (_("/Stack/Next Layer"), fs && ac && gimage && lp && next); -+ SET_SENSITIVE (N_("/Stack/Previous Layer"), fs && ac && gimage && lp && prev); -+ SET_SENSITIVE (N_("/Stack/Next Layer"), fs && ac && gimage && lp && next); - -- SET_SENSITIVE (_("/Stack/Raise Layer"), -+ SET_SENSITIVE (N_("/Stack/Raise Layer"), - fs && ac && gimage && lp && alpha && prev); - SET_OPS_SENSITIVE (1, fs && ac && gimage && lp && alpha && prev); - -- SET_SENSITIVE (_("/Stack/Lower Layer"), -+ SET_SENSITIVE (N_("/Stack/Lower Layer"), - fs && ac && gimage && lp && next && next_alpha); - SET_OPS_SENSITIVE (2, fs && ac && gimage && lp && next && next_alpha); - -- SET_SENSITIVE (_("/Stack/Layer to Top"), -+ SET_SENSITIVE (N_("/Stack/Layer to Top"), - fs && ac && gimage && lp && alpha && prev); -- SET_SENSITIVE (_("/Stack/Layer to Bottom"), -+ SET_SENSITIVE (N_("/Stack/Layer to Bottom"), - fs && ac && gimage && lp && next && next_alpha); - -- SET_SENSITIVE (_("/New Layer"), gimage); -+ SET_SENSITIVE (N_("/New Layer"), gimage); - SET_OPS_SENSITIVE (0, gimage); - -- SET_SENSITIVE (_("/Duplicate Layer"), fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Duplicate Layer"), fs && ac && gimage && lp); - SET_OPS_SENSITIVE (3, fs && ac && gimage && lp); - -- SET_SENSITIVE (_("/Anchor Layer"), !fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Anchor Layer"), !fs && ac && gimage && lp); - SET_OPS_SENSITIVE (4, !fs && ac && gimage && lp); - -- SET_SENSITIVE (_("/Delete Layer"), ac && gimage && lp); -+ SET_SENSITIVE (N_("/Delete Layer"), ac && gimage && lp); - SET_OPS_SENSITIVE (5, ac && gimage && lp); - -- SET_SENSITIVE (_("/Scale Layer"), ac && gimage && lp); -- SET_SENSITIVE (_("/Resize Layer"), ac && gimage && lp); -+ SET_SENSITIVE (N_("/Scale Layer"), ac && gimage && lp); -+ SET_SENSITIVE (N_("/Resize Layer"), ac && gimage && lp); - -- SET_SENSITIVE (_("/Merge Visible Layers"), fs && ac && gimage && lp); -- SET_SENSITIVE (_("/Merge Down"), fs && ac && gimage && lp); -- SET_SENSITIVE (_("/Flatten Image"), fs && ac && gimage && lp); -- -- SET_SENSITIVE (_("/Add Layer Mask"), fs && ac && gimage && !lm && lp && alpha); -- SET_SENSITIVE (_("/Apply Layer Mask"), fs && ac && gimage && lm && lp); -- SET_SENSITIVE (_("/Alpha to Selection"), fs && ac && gimage && lp && alpha); -- SET_SENSITIVE (_("/Mask to Selection"), fs && ac && gimage && lm && lp); -- SET_SENSITIVE (_("/Add Alpha Channel"), !alpha); -+ SET_SENSITIVE (N_("/Merge Visible Layers"), fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Merge Down"), fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Flatten Image"), fs && ac && gimage && lp); -+ -+ SET_SENSITIVE (N_("/Add Layer Mask"), fs && ac && gimage && !lm && lp && alpha); -+ SET_SENSITIVE (N_("/Apply Layer Mask"), fs && ac && gimage && lm && lp); -+ SET_SENSITIVE (N_("/Alpha to Selection"), fs && ac && gimage && lp && alpha); -+ SET_SENSITIVE (N_("/Mask to Selection"), fs && ac && gimage && lm && lp); -+ SET_SENSITIVE (N_("/Add Alpha Channel"), !alpha); - - #undef SET_OPS_SENSITIVE - #undef SET_SENSITIVE diff -urN gimp1-i18n.old/patches/patch-bi gimp1-i18n/patches/patch-bi --- gimp1-i18n.old/patches/patch-bi Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bi Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/autostretch_hsv.c.orig Fri Aug 6 09:04:58 1999 -+++ plug-ins/common/autostretch_hsv.c Fri Aug 6 09:05:24 1999 -@@ -84,7 +84,7 @@ - "Scott Goehring and Federico Mena Quintero", - "Scott Goehring and Federico Mena Quintero", - "1997", -- _("/Image/Colors/Auto-Stretch HSV"), -+ N_("/Image/Colors/Auto-Stretch HSV"), - "RGB*, INDEXED*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bj gimp1-i18n/patches/patch-bj --- gimp1-i18n.old/patches/patch-bj Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bj Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/compose.c.orig Fri Aug 6 09:06:02 1999 -+++ plug-ins/common/compose.c Fri Aug 6 09:06:27 1999 -@@ -231,7 +231,7 @@ - "Peter Kirchgessner", - "Peter Kirchgessner (peter@kirchgessner.net)", - "1997", -- _("/Image/Channel Ops/Compose"), -+ N_("/Image/Channel Ops/Compose"), - "GRAY*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bk gimp1-i18n/patches/patch-bk --- gimp1-i18n.old/patches/patch-bk Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bk Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/decompose.c.orig Fri Aug 6 09:07:21 1999 -+++ plug-ins/common/decompose.c Fri Aug 6 09:07:44 1999 -@@ -219,7 +219,7 @@ - "Peter Kirchgessner", - "Peter Kirchgessner (peter@kirchgessner.net)", - "1997", -- _("/Image/Channel Ops/Decompose"), -+ N_("/Image/Channel Ops/Decompose"), - "RGB*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bl gimp1-i18n/patches/patch-bl --- gimp1-i18n.old/patches/patch-bl Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bl Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/mail.c.orig Fri Aug 6 08:59:15 1999 -+++ plug-ins/common/mail.c Fri Aug 6 08:59:48 1999 -@@ -214,7 +214,7 @@ - "Adrian Likins, Reagan Blundell", - "Adrian Likins, Reagan Blundell, Daniel Risacher, Spencer Kimball and Peter Mattis", - "1995-1997", -- _("/File/Mail image"), -+ N_("/File/Mail image"), - "RGB*, GRAY*, INDEXED*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bm gimp1-i18n/patches/patch-bm --- gimp1-i18n.old/patches/patch-bm Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bm Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Fri Aug 6 09:01:57 1999 -+++ plug-ins/print/print.c Fri Aug 6 09:02:04 1999 -@@ -334,7 +334,7 @@ - "Michael Sweet ", - "Copyright 1997-1998 by Michael Sweet", - PLUG_IN_VERSION, -- _("/File/Print"), -+ N_("/File/Print"), - "RGB*,GRAY*,INDEXED*", - PROC_PLUG_IN, - nargs, diff -urN gimp1-i18n.old/patches/patch-bn gimp1-i18n/patches/patch-bn --- gimp1-i18n.old/patches/patch-bn Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bn Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- libgimp/stdplugins-intl.h.orig Wed Jun 16 10:06:59 1999 -+++ libgimp/stdplugins-intl.h Sat Aug 21 04:23:58 1999 -@@ -10,6 +10,7 @@ - - #ifdef HAVE_LC_MESSAGES - #define INIT_I18N() \ -+ gtk_set_locale(); \ - setlocale(LC_MESSAGES, ""); \ - bindtextdomain("gimp-std-plugins", LOCALEDIR); \ - textdomain("gimp-std-plugins") diff -urN gimp1-i18n.old/patches/patch-bo gimp1-i18n/patches/patch-bo --- gimp1-i18n.old/patches/patch-bo Thu Jan 1 09:00:00 1970 +++ gimp1-i18n/patches/patch-bo Fri Oct 8 05:26:49 1999 @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Mon Oct 4 08:53:53 1999 ++++ plug-ins/print/print.c Thu Oct 7 14:20:11 1999 +@@ -2153,7 +2153,7 @@ + plist[0].output_type = OUTPUT_COLOR; + + #ifdef LPC_COMMAND +- if ((pfile = popen(LPC_COMMAND " status", "r")) != NULL) ++ if ((pfile = popen(LPC_COMMAND " status all", "r")) != NULL) + { + while (fgets(line, sizeof(line), pfile) != NULL && + plist_count < MAX_PLIST) diff -urN gimp1-i18n.old/patches/patch-bp gimp1-i18n/patches/patch-bp --- gimp1-i18n.old/patches/patch-bp Thu Jan 1 09:00:00 1970 +++ gimp1-i18n/patches/patch-bp Fri Oct 8 05:26:49 1999 @@ -0,0 +1,20 @@ +--- plug-ins/common/mail.c.orig Sun Aug 29 03:28:38 1999 ++++ plug-ins/common/mail.c Sat Sep 11 09:09:10 1999 +@@ -92,7 +92,7 @@ + * + */ + #ifndef MAILER +-#define MAILER "/usr/lib/sendmail" ++#define MAILER "/usr/sbin/sendmail" + #endif + + #ifndef UUENCODE +@@ -181,7 +181,7 @@ + if you prefer that as the default */ + }; + +-static gchar * mesg_body; ++static gchar * mesg_body = "\0"; + static int run_flag = 0; + + MAIN () diff -urN gimp1-i18n.old/pkg/MESSAGE gimp1-i18n/pkg/MESSAGE --- gimp1-i18n.old/pkg/MESSAGE Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/pkg/MESSAGE Fri Oct 8 05:26:50 1999 @@ -1,8 +1,5 @@ -********************************************************* -* * -* If you want to use autoconf with gimp, * -* Please copy gimp.m4 to /usr/local/share/aclocal * -* by yourself, and if you use GIMP first, execute * -* "gimp.setfont", thanks. * -* * -********************************************************* +************************************************** +* * +* If you use GIMP first, execute "gimp.setfont". * +* * +************************************************** diff -urN gimp1-i18n.old/pkg/PLIST gimp1-i18n/pkg/PLIST --- gimp1-i18n.old/pkg/PLIST Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/pkg/PLIST Fri Oct 8 05:26:50 1999 @@ -17,10 +17,12 @@ include/libgimp/gimpchainbutton.h include/libgimp/gimpenums.h include/libgimp/gimpenv.h +include/libgimp/gimpexport.h include/libgimp/gimpfeatures.h include/libgimp/gimpfileselection.h include/libgimp/gimpintl.h include/libgimp/gimplimits.h +include/libgimp/gimpmath.h include/libgimp/gimpmatrix.h include/libgimp/gimpmenu.h include/libgimp/gimpmodule.h @@ -33,25 +35,24 @@ include/libgimp/parasite.h include/libgimp/parasiteF.h include/libgimp/parasiteP.h -include/libgimp/stdplugins-intl.h +include/libgimp/parasiteio.h include/megawidget.h -lib/libgck.so.8 lib/libgck.so -lib/libgck.a -lib/libgimp.so.8 +lib/libgck.so.10 lib/libgimp.so -lib/libgimp.a -lib/libgimpui.so.8 +lib/libgimp.so.10 lib/libgimpui.so -lib/libgimpui.a +lib/libgimpui.so.10 lib/libgpc.a lib/libmegawidget.a @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 libexec/gimp/1.1/modules/libcolorsel_gtk.so libexec/gimp/1.1/modules/libcolorsel_triangle.so libexec/gimp/1.1/modules/libcolorsel_water.so libexec/gimp/1.1/plug-ins/AlienMap +libexec/gimp/1.1/plug-ins/AlienMap2 libexec/gimp/1.1/plug-ins/CEL libexec/gimp/1.1/plug-ins/CML_explorer libexec/gimp/1.1/plug-ins/FractalExplorer @@ -72,6 +73,7 @@ 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/compose libexec/gimp/1.1/plug-ins/convmatrix @@ -105,11 +107,14 @@ libexec/gimp/1.1/plug-ins/gdyntext libexec/gimp/1.1/plug-ins/gee libexec/gimp/1.1/plug-ins/gfig +libexec/gimp/1.1/plug-ins/gflare libexec/gimp/1.1/plug-ins/gfli libexec/gimp/1.1/plug-ins/gicon libexec/gimp/1.1/plug-ins/gif libexec/gimp/1.1/plug-ins/gifload +libexec/gimp/1.1/plug-ins/gimpressionist libexec/gimp/1.1/plug-ins/glasstile +libexec/gimp/1.1/plug-ins/gpb libexec/gimp/1.1/plug-ins/gqbist libexec/gimp/1.1/plug-ins/gradmap libexec/gimp/1.1/plug-ins/grid @@ -117,10 +122,12 @@ libexec/gimp/1.1/plug-ins/guillotine libexec/gimp/1.1/plug-ins/gz libexec/gimp/1.1/plug-ins/header +libexec/gimp/1.1/plug-ins/helpbrowser libexec/gimp/1.1/plug-ins/hot libexec/gimp/1.1/plug-ins/hrz libexec/gimp/1.1/plug-ins/ifscompose libexec/gimp/1.1/plug-ins/illusion +libexec/gimp/1.1/plug-ins/imagemap libexec/gimp/1.1/plug-ins/iwarp libexec/gimp/1.1/plug-ins/jigsaw libexec/gimp/1.1/plug-ins/jpeg @@ -140,7 +147,6 @@ libexec/gimp/1.1/plug-ins/nova libexec/gimp/1.1/plug-ins/oilify libexec/gimp/1.1/plug-ins/pagecurl -libexec/gimp/1.1/plug-ins/palette libexec/gimp/1.1/plug-ins/papertile libexec/gimp/1.1/plug-ins/pat libexec/gimp/1.1/plug-ins/pcx @@ -154,6 +160,7 @@ libexec/gimp/1.1/plug-ins/print libexec/gimp/1.1/plug-ins/ps libexec/gimp/1.1/plug-ins/psd +libexec/gimp/1.1/plug-ins/psp libexec/gimp/1.1/plug-ins/randomize libexec/gimp/1.1/plug-ins/rcm libexec/gimp/1.1/plug-ins/ripple @@ -164,6 +171,7 @@ libexec/gimp/1.1/plug-ins/screenshot libexec/gimp/1.1/plug-ins/script-fu libexec/gimp/1.1/plug-ins/sel2path +libexec/gimp/1.1/plug-ins/sel_gauss libexec/gimp/1.1/plug-ins/semiflatten libexec/gimp/1.1/plug-ins/sgi libexec/gimp/1.1/plug-ins/sharpen @@ -173,6 +181,7 @@ libexec/gimp/1.1/plug-ins/snoise libexec/gimp/1.1/plug-ins/sobel libexec/gimp/1.1/plug-ins/sparkle +libexec/gimp/1.1/plug-ins/spheredesigner libexec/gimp/1.1/plug-ins/spread libexec/gimp/1.1/plug-ins/struc libexec/gimp/1.1/plug-ins/sunras @@ -187,6 +196,7 @@ libexec/gimp/1.1/plug-ins/video libexec/gimp/1.1/plug-ins/vinvert libexec/gimp/1.1/plug-ins/vpropagate +libexec/gimp/1.1/plug-ins/warp libexec/gimp/1.1/plug-ins/waves libexec/gimp/1.1/plug-ins/webbrowser libexec/gimp/1.1/plug-ins/whirlpinch @@ -235,9 +245,10 @@ share/gimp/brushes/galaxy.gbr share/gimp/brushes/galaxy_big.gbr share/gimp/brushes/galaxy_small.gbr +share/gimp/brushes/pepper.gpb share/gimp/brushes/pixel.gbr -share/gimp/brushes/round1.vbr share/gimp/brushes/thegimp.gbr +share/gimp/brushes/vine.gih share/gimp/brushes/xcf.gbr share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label @@ -272,11 +283,6 @@ share/gimp/fractalexplorer/Wave share/gimp/fractalexplorer/Wood share/gimp/fractalexplorer/Zooming_Circle -share/gimp/help/contents.html -share/gimp/help/eek.png -share/gimp/help/index.html -share/gimp/help/welcome.html -share/gimp/help/wilber.png share/gimp/gfig/A_star share/gimp/gfig/curves share/gimp/gfig/polys @@ -287,11 +293,109 @@ share/gimp/gfig/sprial share/gimp/gfig/star2 share/gimp/gfig/stars +share/gimp/gflare/Bright_Star +share/gimp/gflare/Classic +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 +share/gimp/gimpressionist/Brushes/box.ppm +share/gimp/gimpressionist/Brushes/chalk01.pgm +share/gimp/gimpressionist/Brushes/cone.ppm +share/gimp/gimpressionist/Brushes/crayon01.pgm +share/gimp/gimpressionist/Brushes/crayon02.pgm +share/gimp/gimpressionist/Brushes/crayon03.pgm +share/gimp/gimpressionist/Brushes/crayon04.pgm +share/gimp/gimpressionist/Brushes/crayon05.pgm +share/gimp/gimpressionist/Brushes/crayon06.pgm +share/gimp/gimpressionist/Brushes/crayon07.pgm +share/gimp/gimpressionist/Brushes/crayon08.pgm +share/gimp/gimpressionist/Brushes/defaultbrush.pgm +share/gimp/gimpressionist/Brushes/dribble.pgm +share/gimp/gimpressionist/Brushes/fabric.pgm +share/gimp/gimpressionist/Brushes/fabric01.pgm +share/gimp/gimpressionist/Brushes/fabric02.pgm +share/gimp/gimpressionist/Brushes/fabric03.pgm +share/gimp/gimpressionist/Brushes/flower01.pgm +share/gimp/gimpressionist/Brushes/flower02.pgm +share/gimp/gimpressionist/Brushes/flower03.pgm +share/gimp/gimpressionist/Brushes/flower04.pgm +share/gimp/gimpressionist/Brushes/grad01.pgm +share/gimp/gimpressionist/Brushes/grad02.pgm +share/gimp/gimpressionist/Brushes/grad03.pgm +share/gimp/gimpressionist/Brushes/heart.ppm +share/gimp/gimpressionist/Brushes/leaf01.pgm +share/gimp/gimpressionist/Brushes/paintbrush.pgm +share/gimp/gimpressionist/Brushes/paintbrush01.pgm +share/gimp/gimpressionist/Brushes/paintbrush02.pgm +share/gimp/gimpressionist/Brushes/paintbrush03.pgm +share/gimp/gimpressionist/Brushes/paintbrush04.pgm +share/gimp/gimpressionist/Brushes/paper01.pgm +share/gimp/gimpressionist/Brushes/paper02.pgm +share/gimp/gimpressionist/Brushes/paper03.pgm +share/gimp/gimpressionist/Brushes/paper04.pgm +share/gimp/gimpressionist/Brushes/pentagram.pgm +share/gimp/gimpressionist/Brushes/scribble.pgm +share/gimp/gimpressionist/Brushes/shape01.pgm +share/gimp/gimpressionist/Brushes/shape02.pgm +share/gimp/gimpressionist/Brushes/shape03.pgm +share/gimp/gimpressionist/Brushes/shape04.pgm +share/gimp/gimpressionist/Brushes/sphere.ppm +share/gimp/gimpressionist/Brushes/splat1.pgm +share/gimp/gimpressionist/Brushes/splat2.pgm +share/gimp/gimpressionist/Brushes/splat3.pgm +share/gimp/gimpressionist/Brushes/spunge01.pgm +share/gimp/gimpressionist/Brushes/spunge02.pgm +share/gimp/gimpressionist/Brushes/spunge03.pgm +share/gimp/gimpressionist/Brushes/spunge04.pgm +share/gimp/gimpressionist/Brushes/spunge05.pgm +share/gimp/gimpressionist/Brushes/strange01.pgm +share/gimp/gimpressionist/Brushes/thegimp.pgm +share/gimp/gimpressionist/Brushes/torus.ppm +share/gimp/gimpressionist/Brushes/wavy.pgm +share/gimp/gimpressionist/Brushes/weave.pgm +share/gimp/gimpressionist/Brushes/worm.pgm +share/gimp/gimpressionist/Paper/bricks.pgm +share/gimp/gimpressionist/Paper/bricks2.pgm +share/gimp/gimpressionist/Paper/burlap.pgm +share/gimp/gimpressionist/Paper/canvas2.pgm +share/gimp/gimpressionist/Paper/defaultpaper.pgm +share/gimp/gimpressionist/Paper/marble.pgm +share/gimp/gimpressionist/Paper/marble2.pgm +share/gimp/gimpressionist/Paper/stone.pgm +share/gimp/gimpressionist/Presets/Ballpark +share/gimp/gimpressionist/Presets/Canvas +share/gimp/gimpressionist/Presets/Crosshatch +share/gimp/gimpressionist/Presets/Cubism +share/gimp/gimpressionist/Presets/Dotify +share/gimp/gimpressionist/Presets/Embroidery +share/gimp/gimpressionist/Presets/Feathers +share/gimp/gimpressionist/Presets/Felt-marker +share/gimp/gimpressionist/Presets/Flowerbed +share/gimp/gimpressionist/Presets/Furry +share/gimp/gimpressionist/Presets/Line-art +share/gimp/gimpressionist/Presets/Line-art-2 +share/gimp/gimpressionist/Presets/Maggot-invasion +share/gimp/gimpressionist/Presets/MarbleMadness +share/gimp/gimpressionist/Presets/Mossy +share/gimp/gimpressionist/Presets/Painted_Rock +share/gimp/gimpressionist/Presets/Parquette +share/gimp/gimpressionist/Presets/Patchwork +share/gimp/gimpressionist/Presets/Ringworks +share/gimp/gimpressionist/Presets/Sample +share/gimp/gimpressionist/Presets/Smash +share/gimp/gimpressionist/Presets/Straws +share/gimp/gimpressionist/Presets/Weave +share/gimp/gimpressionist/Presets/Wormcan share/gimp/gradients/Abstract_1 share/gimp/gradients/Abstract_2 share/gimp/gradients/Abstract_3 @@ -372,6 +476,370 @@ share/gimp/gradients/Yellow_Orange share/gimp/gtkrc share/gimp/gtkrc.forest2 +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/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/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/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 +share/gimp/help/C/dialogs/feather_selection.html +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 +share/gimp/help/C/dialogs/index.html +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/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/resize_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/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/resize_image.html +share/gimp/help/C/dialogs/scale_image.html +share/gimp/help/C/dialogs/shrink_selection.html +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/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/filters/alienmap.html +share/gimp/help/C/filters/alienmap2.html +share/gimp/help/C/filters/align_layers.html +share/gimp/help/C/filters/animationplay.html +share/gimp/help/C/filters/animoptimize.html +share/gimp/help/C/filters/apply_lens.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/bmp.html +share/gimp/help/C/filters/borderaverage.html +share/gimp/help/C/filters/bumpmap.html +share/gimp/help/C/filters/bz2.html +share/gimp/help/C/filters/c_astretch.html +share/gimp/help/C/filters/cel.html +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/colorify.html +share/gimp/help/C/filters/compose.html +share/gimp/help/C/filters/convmatrix.html +share/gimp/help/C/filters/csource.html +share/gimp/help/C/filters/cubism.html +share/gimp/help/C/filters/curve_bend.html +share/gimp/help/C/filters/dbbrowser.html +share/gimp/help/C/filters/decompose.html +share/gimp/help/C/filters/deinterlace.html +share/gimp/help/C/filters/depthmerge.html +share/gimp/help/C/filters/despeckle.html +share/gimp/help/C/filters/destripe.html +share/gimp/help/C/filters/diffraction.html +share/gimp/help/C/filters/displace.html +share/gimp/help/C/filters/edge.html +share/gimp/help/C/filters/emboss.html +share/gimp/help/C/filters/engrave.html +share/gimp/help/C/filters/exchange.html +share/gimp/help/C/filters/faxg3.html +share/gimp/help/C/filters/film.html +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 +share/gimp/help/C/filters/gap_plugins.html +share/gimp/help/C/filters/gauss_iir.html +share/gimp/help/C/filters/gauss_rle.html +share/gimp/help/C/filters/gbr.html +share/gimp/help/C/filters/gdyntext.html +share/gimp/help/C/filters/gee.html +share/gimp/help/C/filters/gfig.html +share/gimp/help/C/filters/gflare.html +share/gimp/help/C/filters/gfli.html +share/gimp/help/C/filters/gicon.html +share/gimp/help/C/filters/gif.html +share/gimp/help/C/filters/gifload.html +share/gimp/help/C/filters/gimpressionist.html +share/gimp/help/C/filters/glasstile.html +share/gimp/help/C/filters/gpb.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/guillotine.html +share/gimp/help/C/filters/gz.html +share/gimp/help/C/filters/header.html +share/gimp/help/C/filters/hot.html +share/gimp/help/C/filters/hrz.html +share/gimp/help/C/filters/ifscompose.html +share/gimp/help/C/filters/illusion.html +share/gimp/help/C/filters/imagemap.html +share/gimp/help/C/filters/index.html +share/gimp/help/C/filters/iwarp.html +share/gimp/help/C/filters/jigsaw.html +share/gimp/help/C/filters/jpeg.html +share/gimp/help/C/filters/laplace.html +share/gimp/help/C/filters/lic.html +share/gimp/help/C/filters/lighting.html +share/gimp/help/C/filters/mail.html +share/gimp/help/C/filters/mapcolor.html +share/gimp/help/C/filters/mapobject.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/mosaic.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 +share/gimp/help/C/filters/oilify.html +share/gimp/help/C/filters/pagecurl.html +share/gimp/help/C/filters/papertile.html +share/gimp/help/C/filters/pat.html +share/gimp/help/C/filters/pcx.html +share/gimp/help/C/filters/pix.html +share/gimp/help/C/filters/pixelize.html +share/gimp/help/C/filters/plasma.html +share/gimp/help/C/filters/plugindetails.html +share/gimp/help/C/filters/png.html +share/gimp/help/C/filters/pnm.html +share/gimp/help/C/filters/polar.html +share/gimp/help/C/filters/print.html +share/gimp/help/C/filters/ps.html +share/gimp/help/C/filters/psd.html +share/gimp/help/C/filters/psp.html +share/gimp/help/C/filters/randomize.html +share/gimp/help/C/filters/rcm.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/rotators.html +share/gimp/help/C/filters/sample_colorize.html +share/gimp/help/C/filters/scatter_hsv.html +share/gimp/help/C/filters/screenshot.html +share/gimp/help/C/filters/script-fu.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/sinus.html +share/gimp/help/C/filters/smooth_palette.html +share/gimp/help/C/filters/snoise.html +share/gimp/help/C/filters/sobel.html +share/gimp/help/C/filters/sparkle.html +share/gimp/help/C/filters/spheredesigner.html +share/gimp/help/C/filters/spread.html +share/gimp/help/C/filters/struc.html +share/gimp/help/C/filters/sunras.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/tileit.html +share/gimp/help/C/filters/tiler.html +share/gimp/help/C/filters/unsharp.html +share/gimp/help/C/filters/url.html +share/gimp/help/C/filters/video.html +share/gimp/help/C/filters/vinvert.html +share/gimp/help/C/filters/vpropagate.html +share/gimp/help/C/filters/warp.html +share/gimp/help/C/filters/waves.html +share/gimp/help/C/filters/webbrowser.html +share/gimp/help/C/filters/whirlpinch.html +share/gimp/help/C/filters/wind.html +share/gimp/help/C/filters/wmf.html +share/gimp/help/C/filters/xbm.html +share/gimp/help/C/filters/xjt.html +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/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/image/colors/desaturate.html +share/gimp/help/C/image/image/colors/equalize.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/convert_to_grayscale.html +share/gimp/help/C/image/image/convert_to_rgb.html +share/gimp/help/C/image/image/duplicate.html +share/gimp/help/C/image/image/index.html +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/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/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/duplicate_layer.html +share/gimp/help/C/layers/flatten_image.html +share/gimp/help/C/layers/index.html +share/gimp/help/C/layers/mask_to_selection.html +share/gimp/help/C/layers/merge_down.html +share/gimp/help/C/layers/stack/index.html +share/gimp/help/C/layers/stack/stack.html +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/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/save/index.html +share/gimp/help/C/save/save_by_extension.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/palettes/Bears share/gimp/palettes/Bgold share/gimp/palettes/Blues @@ -406,6 +874,8 @@ share/gimp/palettes/Reds_And_Purples share/gimp/palettes/Royal share/gimp/palettes/Topographic +share/gimp/palettes/Visibone +share/gimp/palettes/Visibone2 share/gimp/palettes/Volcano share/gimp/palettes/Warm_Colors share/gimp/palettes/Web @@ -566,17 +1036,22 @@ share/gimp/scripts/xach-effect.scm share/gimp/tips/gimp_conseils.fr.txt share/gimp/tips/gimp_tips.de.txt +share/gimp/tips/gimp_tips.it.txt share/gimp/tips/gimp_tips.ja.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-std-plugins.mo +share/locale/cs/LC_MESSAGES/gimp.mo +share/locale/da/LC_MESSAGES/gimp-std-plugins.mo +share/locale/da/LC_MESSAGES/gimp.mo share/locale/de/LC_MESSAGES/gimp-std-plugins.mo share/locale/de/LC_MESSAGES/gimp.mo share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo share/locale/fi/LC_MESSAGES/gimp.mo -share/locale/fr/LC_MESSAGES/gimp.mo share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo +share/locale/fr/LC_MESSAGES/gimp.mo share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo share/locale/hu/LC_MESSAGES/gimp.mo share/locale/it/LC_MESSAGES/gimp-std-plugins.mo @@ -595,17 +1070,50 @@ share/locale/ru/LC_MESSAGES/gimp.mo share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo share/locale/sv/LC_MESSAGES/gimp.mo -@dirrm libexec/gimp/1.1/modules +@dirrm include/gck +@dirrm include/libgimp @dirrm libexec/gimp/1.1/plug-ins +@dirrm libexec/gimp/1.1/modules @dirrm libexec/gimp/1.1 @dirrm libexec/gimp -@dirrm include/libgimp -@dirrm include/gck @dirrm share/gimp/brushes @dirrm share/gimp/fractalexplorer -@dirrm share/gimp/help @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/dialogs/layers +@dirrm share/gimp/help/C/dialogs/channels +@dirrm share/gimp/help/C/dialogs/paths +@dirrm share/gimp/help/C/dialogs/palette_editor +@dirrm share/gimp/help/C/dialogs/gradient_editor +@dirrm share/gimp/help/C/dialogs/display_filters +@dirrm share/gimp/help/C/dialogs/color_selectors +@dirrm share/gimp/help/C/dialogs/preferences +@dirrm share/gimp/help/C/dialogs +@dirrm share/gimp/help/C/tools +@dirrm share/gimp/help/C/layers/stack +@dirrm share/gimp/help/C/layers +@dirrm share/gimp/help/C/channels +@dirrm share/gimp/help/C/paths +@dirrm share/gimp/help/C/toolbox +@dirrm share/gimp/help/C/image/edit +@dirrm share/gimp/help/C/image/select +@dirrm share/gimp/help/C/image/view +@dirrm share/gimp/help/C/image/image/transforms +@dirrm share/gimp/help/C/image/image/colors +@dirrm share/gimp/help/C/image/image +@dirrm share/gimp/help/C/image +@dirrm share/gimp/help/C/open +@dirrm share/gimp/help/C/save +@dirrm share/gimp/help/C/filters +@dirrm share/gimp/help/C/file +@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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message