From owner-freebsd-ports Sat Jun 6 14:51:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25746 for freebsd-ports-outgoing; Sat, 6 Jun 1998 14:51:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25736 for ; Sat, 6 Jun 1998 14:51:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA12547; Sat, 6 Jun 1998 14:50:01 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24859 for ; Sat, 6 Jun 1998 14:41:13 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id PAA11055; Sat, 6 Jun 1998 15:40:26 -0600 (MDT) (envelope-from brett) Message-Id: <199806062140.PAA11055@peloton.physics.montana.edu> Date: Sat, 6 Jun 1998 15:40:26 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6878: UPGRADE - gimp-1.0.0 port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6878 >Category: ports >Synopsis: I prouldy present the update to get the Gimp to 1.0.0! >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: Sat Jun 6 14:50:01 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Thu Apr 2 14:31:47 MST 1998 >Description: I've upgraded the Gimp port to 1.0.0 - mostly just fixed the PLIST to represent the correct version number, added a master_site, and fixed some minor naming problems in the Makefile relative to this new release. >How-To-Repeat: apply diff below to update the gimp-devel port to 1.0.0 >Fix: diff -ruN gimp-devel/Makefile gimp-devel/Makefile --- gimp-devel/Makefile Wed May 27 14:10:40 1998 +++ gimp-devel/Makefile Sat Jun 6 13:26:27 1998 @@ -6,27 +6,27 @@ # $Id: Makefile,v 1.33 1998/05/27 18:36:01 vanilla Exp $ # -MAJOR= 0 -MINOR= 99 -MICRO= 31 +MAJOR= 1 +MINOR= 0 +MICRO= 0 VERSION= ${MAJOR}.${MINOR}.${MICRO} -MM_VERSION= ${MAJOR}.${MINOR} DISTNAME= gimp-${VERSION} DISTFILES= ${DISTNAME}.tar.gz -DISTFILES+= gimp-data-extras-${MM_VERSION}a.tar.gz +DISTFILES+= gimp-data-extras-${VERSION}.tar.gz CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${MAJOR}.${MINOR}/v${VERSION}/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/v${MAJOR}.${MINOR}/v${VERSION}/ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/v${MAJOR}.${MINOR}/v${VERSION}/ \ + http://www.ameth.org/gimp/pub/gimp/v${MAJOR}.${MINOR}/v${VERSION}/ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk\\.1\\.3:${PORTSDIR}/x11/gtk +LIB_DEPENDS+= gtk\\.1\\.4:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 @@ -47,7 +47,7 @@ post-install: mkdir -p ${PREFIX}/share/gimp/; - cd ${WRKDIR}/gimp-data-extras-${MM_VERSION}a; \ + cd ${WRKDIR}/gimp-data-extras-${VERSION}; \ tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ (cd ${PREFIX}/share/gimp/; tar -xvf -) diff -ruN gimp-devel/files/md5 gimp-devel/files/md5 --- gimp-devel/files/md5 Fri May 22 11:56:17 1998 +++ gimp-devel/files/md5 Sat Jun 6 12:56:29 1998 @@ -1,2 +1,2 @@ -MD5 (gimp-0.99.31.tar.gz) = f648ae8180c91eaf5188619bb986723e -MD5 (gimp-data-extras-0.99a.tar.gz) = 7035455b77b6996bc14e35922de08a39 +MD5 (gimp-1.0.0.tar.gz) = b08fbdea508e6df7058b5e3bef5b1e12 +MD5 (gimp-data-extras-1.0.0.tar.gz) = 62fbffda0fdc34e89f04fb70c8e17672 diff -ruN gimp-devel/patches/patch-aa gimp-devel/patches/patch-aa --- gimp-devel/patches/patch-aa Fri May 22 11:56:17 1998 +++ gimp-devel/patches/patch-aa Sat Jun 6 13:32:01 1998 @@ -1,26 +1,30 @@ ---- app/main.c.orig Mon Apr 20 18:19:27 1998 -+++ app/main.c Sun May 17 10:33:39 1998 -@@ -16,6 +16,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #include "config.h" -+#include - #include - #include - #include -@@ -80,10 +81,15 @@ - int i, j; - gchar *display_name, *display_env; - -+#define ATEXIT(proc) (atexit (proc)) -+ - ATEXIT (g_mem_profile); - - /* Initialize variables */ - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize Gtk toolkit */ - gtk_set_locale (); +*** app/main.c.orig Sat May 30 01:32:13 1998 +--- app/main.c Sat Jun 6 13:31:28 1998 +*************** +*** 16,21 **** +--- 16,22 ---- + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #include "config.h" ++ #include + #include + #include + #include +*************** +*** 81,90 **** +--- 82,96 ---- + int i, j; + gchar *display_name, *display_env; + ++ #define ATEXIT(proc) (atexit (proc)) ++ + ATEXIT (g_mem_profile); + + /* Initialize variables */ + prog_name = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + /* Initialize Gtk toolkit */ + gtk_set_locale (); diff -ruN gimp-devel/patches/patch-ab gimp-devel/patches/patch-ab --- gimp-devel/patches/patch-ab Thu Apr 30 13:13:21 1998 +++ gimp-devel/patches/patch-ab Sat Jun 6 13:36:46 1998 @@ -1,20 +1,21 @@ - -***** -***** patches for plug-ins -***** - ---- /a/gimp-0.99.6/plug-ins/url/url.c Mon Mar 10 04:57:12 1997 -+++ plug-ins/url/url.c Wed Mar 12 21:56:39 1997 -@@ -146,8 +146,8 @@ - } - else if (pid == 0) - { -- execlp ("wget", "wget", filename, "-O", tmpname, NULL); -- g_warning ("url: exec failed: wget: %s\n", g_strerror(errno)); -+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL); -+ g_warning ("url: exec failed: fetch: %s\n", g_strerror(errno)); - _exit(127); - } - else - - +*** plug-ins/url/url.c.orig Sat May 30 01:32:36 1998 +--- plug-ins/url/url.c Sat Jun 6 13:36:22 1998 +*************** +*** 146,153 **** + } + else if (pid == 0) + { +! execlp ("wget", "wget", filename, "-O", tmpname, NULL); +! g_message ("url: exec failed: wget: %s\n", g_strerror(errno)); + _exit(127); + } + else +--- 146,153 ---- + } + else if (pid == 0) + { +! execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL); +! g_message ("url: exec failed: fetch: %s\n", g_strerror(errno)); + _exit(127); + } + else diff -ruN gimp-devel/patches/patch-am gimp-devel/patches/patch-am --- gimp-devel/patches/patch-am Mon May 18 21:16:48 1998 +++ gimp-devel/patches/patch-am Sat Jun 6 13:38:37 1998 @@ -1,19 +1,23 @@ ---- libgimp/gimp.c.orig Sun Apr 12 22:40:51 1998 -+++ libgimp/gimp.c Sun May 17 11:00:26 1998 -@@ -19,6 +19,7 @@ - #include "config.h" - - #include -+#include - #include - #include - #include -@@ -84,6 +85,8 @@ - } - - progname = argv[0]; -+ -+ fpsetmask(0); - - signal (SIGHUP, gimp_signal); - signal (SIGINT, gimp_signal); +*** libgimp/gimp.c.orig Thu May 28 03:03:46 1998 +--- libgimp/gimp.c Sat Jun 6 13:38:16 1998 +*************** +*** 19,24 **** +--- 19,25 ---- + #include "config.h" + + #include ++ #include + #include + #include + #include +*************** +*** 85,90 **** +--- 86,93 ---- + } + + progname = argv[0]; ++ ++ fpsetmask(0); + + signal (SIGHUP, gimp_signal); + signal (SIGINT, gimp_signal); diff -ruN gimp-devel/patches/patch-an gimp-devel/patches/patch-an --- gimp-devel/patches/patch-an Wed Dec 31 17:00:00 1969 +++ gimp-devel/patches/patch-an Sat Jun 6 14:15:34 1998 @@ -0,0 +1,44 @@ +*** plug-ins/script-fu/script-fu-console.c.orig Sat Jun 6 13:58:29 1998 +--- plug-ins/script-fu/script-fu-console.c Sat Jun 6 14:15:19 1998 +*************** +*** 133,139 **** + case RUN_WITH_LAST_VALS: + case RUN_NONINTERACTIVE: + status = STATUS_CALLING_ERROR; +! gimp_message ("Script-Fu console mode allows only interactive invocation"); + break; + + default: +--- 133,139 ---- + case RUN_WITH_LAST_VALS: + case RUN_NONINTERACTIVE: + status = STATUS_CALLING_ERROR; +! /* gimp_message ("Script-Fu console mode allows only interactive invocation"); */ + break; + + default: +*************** +*** 529,539 **** + { + if (pipe (siod_output_pipe)) + { +! gimp_message ("Unable to open SIOD output pipe"); + } + else if ((siod_output = fdopen (siod_output_pipe [1], "w")) == NULL) + { +! gimp_message ("Unable to open a stream on the SIOD output pipe"); + siod_output = stdout; + } + else +--- 529,539 ---- + { + if (pipe (siod_output_pipe)) + { +! /* gimp_message ("Unable to open SIOD output pipe"); */ + } + else if ((siod_output = fdopen (siod_output_pipe [1], "w")) == NULL) + { +! /* gimp_message ("Unable to open a stream on the SIOD output pipe"); */ + siod_output = stdout; + } + else diff -ruN gimp-devel/patches/patch-ao gimp-devel/patches/patch-ao --- gimp-devel/patches/patch-ao Wed Dec 31 17:00:00 1969 +++ gimp-devel/patches/patch-ao Sat Jun 6 14:30:00 1998 @@ -0,0 +1,31 @@ +*** plug-ins/rotate/rotate.c.orig Thu May 28 11:09:16 1998 +--- plug-ins/rotate/rotate.c Sat Jun 6 14:29:37 1998 +*************** +*** 496,508 **** + { + if ( !my_gimp_selection_is_empty (image_ID) ) + { +! gimp_message("You can not rotate the whole image if there's a selection."); + gimp_drawable_detach (active_drawable); + return; + } + if ( gimp_layer_is_floating_selection (active_drawable->id) ) + { +! gimp_message("You can not rotate the whole image if there's a floating selection."); + gimp_drawable_detach (active_drawable); + return; + } +--- 496,508 ---- + { + if ( !my_gimp_selection_is_empty (image_ID) ) + { +! /* gimp_message("You can not rotate the whole image if there's a selection."); */ + gimp_drawable_detach (active_drawable); + return; + } + if ( gimp_layer_is_floating_selection (active_drawable->id) ) + { +! /* gimp_message("You can not rotate the whole image if there's a floating selection."); */ + gimp_drawable_detach (active_drawable); + return; + } diff -ruN gimp-devel/pkg/PLIST gimp-devel/pkg/PLIST --- gimp-devel/pkg/PLIST Wed May 27 14:10:42 1998 +++ gimp-devel/pkg/PLIST Sat Jun 6 15:24:51 1998 @@ -29,129 +29,130 @@ lib/libgimpui.so.1.0 lib/libgpc.a lib/libmegawidget.a -libexec/gimp/0.99/plug-ins/AlienMap -libexec/gimp/0.99/plug-ins/CEL -libexec/gimp/0.99/plug-ins/CML_explorer -libexec/gimp/0.99/plug-ins/MapObject -libexec/gimp/0.99/plug-ins/aa -libexec/gimp/0.99/plug-ins/align_layers -libexec/gimp/0.99/plug-ins/animationplay -libexec/gimp/0.99/plug-ins/animoptimize -libexec/gimp/0.99/plug-ins/apply_lens -libexec/gimp/0.99/plug-ins/autocrop -libexec/gimp/0.99/plug-ins/autostretch_hsv -libexec/gimp/0.99/plug-ins/blinds -libexec/gimp/0.99/plug-ins/blur -libexec/gimp/0.99/plug-ins/bmp -libexec/gimp/0.99/plug-ins/bumpmap -libexec/gimp/0.99/plug-ins/bz2 -libexec/gimp/0.99/plug-ins/c_astretch -libexec/gimp/0.99/plug-ins/checkerboard -libexec/gimp/0.99/plug-ins/colorify -libexec/gimp/0.99/plug-ins/compose -libexec/gimp/0.99/plug-ins/convmatrix -libexec/gimp/0.99/plug-ins/cubism -libexec/gimp/0.99/plug-ins/dbbrowser -libexec/gimp/0.99/plug-ins/decompose -libexec/gimp/0.99/plug-ins/deinterlace -libexec/gimp/0.99/plug-ins/depthmerge -libexec/gimp/0.99/plug-ins/despeckle -libexec/gimp/0.99/plug-ins/destripe -libexec/gimp/0.99/plug-ins/diffraction -libexec/gimp/0.99/plug-ins/displace -libexec/gimp/0.99/plug-ins/edge -libexec/gimp/0.99/plug-ins/emboss -libexec/gimp/0.99/plug-ins/engrave -libexec/gimp/0.99/plug-ins/exchange -libexec/gimp/0.99/plug-ins/faxg3 -libexec/gimp/0.99/plug-ins/film -libexec/gimp/0.99/plug-ins/fits -libexec/gimp/0.99/plug-ins/flame -libexec/gimp/0.99/plug-ins/flarefx -libexec/gimp/0.99/plug-ins/fractaltrace -libexec/gimp/0.99/plug-ins/gauss_iir -libexec/gimp/0.99/plug-ins/gauss_rle -libexec/gimp/0.99/plug-ins/gbr -libexec/gimp/0.99/plug-ins/gfig -libexec/gimp/0.99/plug-ins/gfli -libexec/gimp/0.99/plug-ins/gee -libexec/gimp/0.99/plug-ins/gicon -libexec/gimp/0.99/plug-ins/gif -libexec/gimp/0.99/plug-ins/glasstile -libexec/gimp/0.99/plug-ins/gqbist -libexec/gimp/0.99/plug-ins/gradmap -libexec/gimp/0.99/plug-ins/grid -libexec/gimp/0.99/plug-ins/gtm -libexec/gimp/0.99/plug-ins/gz -libexec/gimp/0.99/plug-ins/header -libexec/gimp/0.99/plug-ins/hot -libexec/gimp/0.99/plug-ins/hrz -libexec/gimp/0.99/plug-ins/ifscompose -libexec/gimp/0.99/plug-ins/illusion -libexec/gimp/0.99/plug-ins/iwarp -libexec/gimp/0.99/plug-ins/jpeg -libexec/gimp/0.99/plug-ins/laplace -libexec/gimp/0.99/plug-ins/mail -libexec/gimp/0.99/plug-ins/max_rgb -libexec/gimp/0.99/plug-ins/maze -libexec/gimp/0.99/plug-ins/mblur -libexec/gimp/0.99/plug-ins/mosaic -libexec/gimp/0.99/plug-ins/mpeg -libexec/gimp/0.99/plug-ins/nlfilt -libexec/gimp/0.99/plug-ins/noisify -libexec/gimp/0.99/plug-ins/normalize -libexec/gimp/0.99/plug-ins/nova -libexec/gimp/0.99/plug-ins/oilify -libexec/gimp/0.99/plug-ins/pagecurl -libexec/gimp/0.99/plug-ins/palette -libexec/gimp/0.99/plug-ins/papertile -libexec/gimp/0.99/plug-ins/pat -libexec/gimp/0.99/plug-ins/pcx -libexec/gimp/0.99/plug-ins/pix -libexec/gimp/0.99/plug-ins/pixelize -libexec/gimp/0.99/plug-ins/plasma -libexec/gimp/0.99/plug-ins/png -libexec/gimp/0.99/plug-ins/pnm -libexec/gimp/0.99/plug-ins/polar -libexec/gimp/0.99/plug-ins/print -libexec/gimp/0.99/plug-ins/ps -libexec/gimp/0.99/plug-ins/psd -libexec/gimp/0.99/plug-ins/randomize -libexec/gimp/0.99/plug-ins/ripple -libexec/gimp/0.99/plug-ins/rotate -libexec/gimp/0.99/plug-ins/rotators -libexec/gimp/0.99/plug-ins/scatter_hsv -libexec/gimp/0.99/plug-ins/screenshot -libexec/gimp/0.99/plug-ins/script-fu -libexec/gimp/0.99/plug-ins/semiflatten -libexec/gimp/0.99/plug-ins/sgi -libexec/gimp/0.99/plug-ins/sharpen -libexec/gimp/0.99/plug-ins/shift -libexec/gimp/0.99/plug-ins/sinus -libexec/gimp/0.99/plug-ins/smooth_palette -libexec/gimp/0.99/plug-ins/snoise -libexec/gimp/0.99/plug-ins/snp -libexec/gimp/0.99/plug-ins/sobel -libexec/gimp/0.99/plug-ins/sparkle -libexec/gimp/0.99/plug-ins/spread -libexec/gimp/0.99/plug-ins/struc -libexec/gimp/0.99/plug-ins/sunras -libexec/gimp/0.99/plug-ins/tga -libexec/gimp/0.99/plug-ins/threshold_alpha -libexec/gimp/0.99/plug-ins/tiff -libexec/gimp/0.99/plug-ins/tile -libexec/gimp/0.99/plug-ins/tileit -libexec/gimp/0.99/plug-ins/tiler -libexec/gimp/0.99/plug-ins/url -libexec/gimp/0.99/plug-ins/video -libexec/gimp/0.99/plug-ins/vinvert -libexec/gimp/0.99/plug-ins/vpropagate -libexec/gimp/0.99/plug-ins/waves -libexec/gimp/0.99/plug-ins/webbrowser -libexec/gimp/0.99/plug-ins/whirlpinch -libexec/gimp/0.99/plug-ins/xpm -libexec/gimp/0.99/plug-ins/xwd -libexec/gimp/0.99/plug-ins/zealouscrop +libexec/gimp/1.0/plug-ins/AlienMap +libexec/gimp/1.0/plug-ins/CEL +libexec/gimp/1.0/plug-ins/CML_explorer +libexec/gimp/1.0/plug-ins/MapObject +libexec/gimp/1.0/plug-ins/aa +libexec/gimp/1.0/plug-ins/align_layers +libexec/gimp/1.0/plug-ins/animationplay +libexec/gimp/1.0/plug-ins/animoptimize +libexec/gimp/1.0/plug-ins/apply_lens +libexec/gimp/1.0/plug-ins/autocrop +libexec/gimp/1.0/plug-ins/autostretch_hsv +libexec/gimp/1.0/plug-ins/blinds +libexec/gimp/1.0/plug-ins/blur +libexec/gimp/1.0/plug-ins/bmp +libexec/gimp/1.0/plug-ins/bumpmap +libexec/gimp/1.0/plug-ins/bz2 +libexec/gimp/1.0/plug-ins/c_astretch +libexec/gimp/1.0/plug-ins/checkerboard +libexec/gimp/1.0/plug-ins/colorify +libexec/gimp/1.0/plug-ins/compose +libexec/gimp/1.0/plug-ins/convmatrix +libexec/gimp/1.0/plug-ins/cubism +libexec/gimp/1.0/plug-ins/dbbrowser +libexec/gimp/1.0/plug-ins/decompose +libexec/gimp/1.0/plug-ins/deinterlace +libexec/gimp/1.0/plug-ins/depthmerge +libexec/gimp/1.0/plug-ins/despeckle +libexec/gimp/1.0/plug-ins/destripe +libexec/gimp/1.0/plug-ins/diffraction +libexec/gimp/1.0/plug-ins/displace +libexec/gimp/1.0/plug-ins/edge +libexec/gimp/1.0/plug-ins/emboss +libexec/gimp/1.0/plug-ins/engrave +libexec/gimp/1.0/plug-ins/exchange +libexec/gimp/1.0/plug-ins/faxg3 +libexec/gimp/1.0/plug-ins/film +libexec/gimp/1.0/plug-ins/fits +libexec/gimp/1.0/plug-ins/flame +libexec/gimp/1.0/plug-ins/flarefx +libexec/gimp/1.0/plug-ins/fractaltrace +libexec/gimp/1.0/plug-ins/gauss_iir +libexec/gimp/1.0/plug-ins/gauss_rle +libexec/gimp/1.0/plug-ins/gbr +libexec/gimp/1.0/plug-ins/gfig +libexec/gimp/1.0/plug-ins/gfli +libexec/gimp/1.0/plug-ins/gee +libexec/gimp/1.0/plug-ins/gicon +libexec/gimp/1.0/plug-ins/gif +libexec/gimp/1.0/plug-ins/glasstile +libexec/gimp/1.0/plug-ins/gqbist +libexec/gimp/1.0/plug-ins/gradmap +libexec/gimp/1.0/plug-ins/grid +libexec/gimp/1.0/plug-ins/gtm +libexec/gimp/1.0/plug-ins/gz +libexec/gimp/1.0/plug-ins/header +libexec/gimp/1.0/plug-ins/hot +libexec/gimp/1.0/plug-ins/hrz +libexec/gimp/1.0/plug-ins/ifscompose +libexec/gimp/1.0/plug-ins/illusion +libexec/gimp/1.0/plug-ins/iwarp +libexec/gimp/1.0/plug-ins/jpeg +libexec/gimp/1.0/plug-ins/laplace +libexec/gimp/1.0/plug-ins/mail +libexec/gimp/1.0/plug-ins/max_rgb +libexec/gimp/1.0/plug-ins/maze +libexec/gimp/1.0/plug-ins/mblur +libexec/gimp/1.0/plug-ins/mosaic +libexec/gimp/1.0/plug-ins/mpeg +libexec/gimp/1.0/plug-ins/nlfilt +libexec/gimp/1.0/plug-ins/noisify +libexec/gimp/1.0/plug-ins/normalize +libexec/gimp/1.0/plug-ins/nova +libexec/gimp/1.0/plug-ins/oilify +libexec/gimp/1.0/plug-ins/pagecurl +libexec/gimp/1.0/plug-ins/palette +libexec/gimp/1.0/plug-ins/papertile +libexec/gimp/1.0/plug-ins/pat +libexec/gimp/1.0/plug-ins/pcx +libexec/gimp/1.0/plug-ins/pix +libexec/gimp/1.0/plug-ins/pixelize +libexec/gimp/1.0/plug-ins/plasma +libexec/gimp/1.0/plug-ins/png +libexec/gimp/1.0/plug-ins/pnm +libexec/gimp/1.0/plug-ins/polar +libexec/gimp/1.0/plug-ins/print +libexec/gimp/1.0/plug-ins/ps +libexec/gimp/1.0/plug-ins/psd +libexec/gimp/1.0/plug-ins/randomize +libexec/gimp/1.0/plug-ins/ripple +libexec/gimp/1.0/plug-ins/rotate +libexec/gimp/1.0/plug-ins/rotators +libexec/gimp/1.0/plug-ins/scatter_hsv +libexec/gimp/1.0/plug-ins/screenshot +libexec/gimp/1.0/plug-ins/script-fu +libexec/gimp/1.0/plug-ins/semiflatten +libexec/gimp/1.0/plug-ins/sgi +libexec/gimp/1.0/plug-ins/sharpen +libexec/gimp/1.0/plug-ins/shift +libexec/gimp/1.0/plug-ins/sinus +libexec/gimp/1.0/plug-ins/smooth_palette +libexec/gimp/1.0/plug-ins/snoise +libexec/gimp/1.0/plug-ins/snp +libexec/gimp/1.0/plug-ins/sobel +libexec/gimp/1.0/plug-ins/sparkle +libexec/gimp/1.0/plug-ins/spread +libexec/gimp/1.0/plug-ins/struc +libexec/gimp/1.0/plug-ins/sunras +libexec/gimp/1.0/plug-ins/tga +libexec/gimp/1.0/plug-ins/threshold_alpha +libexec/gimp/1.0/plug-ins/tiff +libexec/gimp/1.0/plug-ins/tile +libexec/gimp/1.0/plug-ins/tileit +libexec/gimp/1.0/plug-ins/tiler +libexec/gimp/1.0/plug-ins/url +libexec/gimp/1.0/plug-ins/video +libexec/gimp/1.0/plug-ins/vinvert +libexec/gimp/1.0/plug-ins/vpropagate +libexec/gimp/1.0/plug-ins/waves +libexec/gimp/1.0/plug-ins/webbrowser +libexec/gimp/1.0/plug-ins/whirlpinch +libexec/gimp/1.0/plug-ins/xd +libexec/gimp/1.0/plug-ins/xpm +libexec/gimp/1.0/plug-ins/xwd +libexec/gimp/1.0/plug-ins/zealouscrop man/man1/gimp.1.gz man/man1/gimptool.1.gz man/man3/gpc.3.gz @@ -570,6 +571,7 @@ share/gimp/scripts/drop-shadow.scm share/gimp/scripts/egg.scm share/gimp/scripts/erase-rows.scm +share/gimp/scripts/fade-outline.scm share/gimp/scripts/flatland.scm share/gimp/scripts/font-map.scm share/gimp/scripts/frosty-logo.scm @@ -626,12 +628,13 @@ share/gimp/gimprc share/gimp/gimprc_user share/gimp/gtkrc +share/gimp/gtkrc.forest2 share/gimp/gimp_logo.ppm share/gimp/gimp_splash.ppm share/gimp/gimp_tips.txt share/gimp/ps-menurc -@dirrm libexec/gimp/0.99/plug-ins -@dirrm libexec/gimp/0.99 +@dirrm libexec/gimp/1.0/plug-ins +@dirrm libexec/gimp/1.0 @dirrm libexec/gimp @dirrm include/libgimp @dirrm include/gck >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message