Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 1998 17:31:32 -0600 (MDT)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6672: gimp-devel port updated to 0.99.31
Message-ID:  <199805172331.RAA25186@peloton.physics.montana.edu>

next in thread | raw e-mail | index | archive | help

>Number:         6672
>Category:       ports
>Synopsis:       gimp-devel port updated to newest version, 0.99.31
>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 May 17 16:30:06 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 updated the gimp-devel port to the latest version. 
	Changes were pretty minimal:
	- fixed Makefile to look for xdelta-0.18 (was only looking
	  for shared lib delta\\.0 - without 0.18 a plugin won't build)
	- fixed Makefile to look for gtk-1.0.2 (needed to build correctly)
	- fixed Makefile to look for new version of gimp
	- fixed PLIST (plugin directory got moved, added a gradient and
	  a few script-fu scripts)
	- fixed patches - broke patch-ah up into patch-ah and patch-aj 
	  the old patch-ah patched 2 files - configure.in and configure
	- didn't try to figure out how to JUST patch configure.in;  see
	  mail list from Friday to see my inability to fix configure
	  scripts correctly...  :-)

>How-To-Repeat:

	apply the patch below to the gimp-devel port

>Fix:
	

diff -ruN gimp-devel/Makefile gimp-devel/Makefile
--- gimp-devel/Makefile	Mon May  4 21:23:56 1998
+++ gimp-devel/Makefile	Sun May 17 16:31:37 1998
@@ -8,7 +8,7 @@
 
 MAJOR=	0
 MINOR=	99
-MICRO=	28
+MICRO=	31
 
 VERSION=	${MAJOR}.${MINOR}.${MICRO}
 MM_VERSION=	${MAJOR}.${MINOR}
@@ -26,11 +26,11 @@
 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\\.0:${PORTSDIR}/x11/gtk
+LIB_DEPENDS+=	gtk\\.1\\.2:${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
-LIB_DEPENDS+=	xdelta\\.0:${PORTSDIR}/misc/xdelta
+LIB_DEPENDS+=	xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta
 
 USE_X11=	yes
 GNU_CONFIGURE=	yes
diff -ruN gimp-devel/files/md5 gimp-devel/files/md5
--- gimp-devel/files/md5	Thu Apr 30 13:13:21 1998
+++ gimp-devel/files/md5	Sun May 17 15:48:09 1998
@@ -1,2 +1,2 @@
-MD5 (gimp-0.99.28.tar.gz) = 22912ec257b264ad0f664d214eac2371
+MD5 (gimp-0.99.31.tar.gz) = f648ae8180c91eaf5188619bb986723e
 MD5 (gimp-data-extras-0.99a.tar.gz) = 7035455b77b6996bc14e35922de08a39
diff -ruN gimp-devel/patches/patch-ah gimp-devel/patches/patch-ah
--- gimp-devel/patches/patch-ah	Thu Apr 30 13:13:21 1998
+++ gimp-devel/patches/patch-ah	Sun May 17 16:04:33 1998
@@ -1,6 +1,6 @@
---- configure.in.old	Tue Apr 28 09:04:13 1998
-+++ configure.in	Tue Apr 28 09:07:13 1998
-@@ -115,13 +115,13 @@
+--- configure.in.orig	Sun May 17 01:16:39 1998
++++ configure.in	Sun May 17 16:04:23 1998
+@@ -117,13 +117,13 @@
  
  dnl Test for libtiff
    if test -z "$LIBTIFF_LIB"; then
@@ -18,79 +18,12 @@
  	  AC_MSG_WARN(*** TIFF plug-in will not be built (TIFF header files not found) ***)),
  	AC_CHECK_LIB(tiff34, TIFFFlushData,
  	  AC_CHECK_HEADER(tiffio.h,
-@@ -303,7 +303,7 @@
+@@ -306,7 +306,7 @@
  LIBS="$gimp_save_LIBS"
  
  gimpdatadir=$datadir/gimp
--gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
-+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
- 
- brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
- gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile`
---- configure.old	Tue Apr 28 09:04:06 1998
-+++ configure	Tue Apr 28 09:09:45 1998
-@@ -2281,14 +2281,14 @@
-   fi
- 
-   if test -z "$LIBTIFF_LIB"; then
--    echo $ac_n "checking for TIFFReadScanline in -ltiff""... $ac_c" 1>&6
--echo "configure:2286: checking for TIFFReadScanline in -ltiff" >&5
--ac_lib_var=`echo tiff'_'TIFFReadScanline | sed 'y%./+-%__p_%'`
-+    echo $ac_n "checking for TIFFReadScanline in -ltiff34""... $ac_c" 1>&6
-+echo "configure:2286: checking for TIFFReadScanline in -ltiff34" >&5
-+ac_lib_var=`echo tiff34'_'TIFFReadScanline | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_save_LIBS="$LIBS"
--LIBS="-ltiff -lm $LIBS"
-+LIBS="-ltiff34 -lm $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2294 "configure"
- #include "confdefs.h"
-@@ -2344,7 +2344,7 @@
- fi
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
-   echo "$ac_t""yes" 1>&6
--  TIFF='tiff'; LIBTIFF_LIB='-ltiff'
-+  TIFF='tiff'; LIBTIFF_LIB='-ltiff34'
- else
-   echo "$ac_t""no" 1>&6
- echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2
-@@ -2352,14 +2352,14 @@
- 
- else
-   echo "$ac_t""no" 1>&6
--echo $ac_n "checking for TIFFWriteScanline in -ltiff""... $ac_c" 1>&6
--echo "configure:2357: checking for TIFFWriteScanline in -ltiff" >&5
--ac_lib_var=`echo tiff'_'TIFFWriteScanline | sed 'y%./+-%__p_%'`
-+echo $ac_n "checking for TIFFWriteScanline in -ltiff34""... $ac_c" 1>&6
-+echo "configure:2357: checking for TIFFWriteScanline in -ltiff34" >&5
-+ac_lib_var=`echo tiff34'_'TIFFWriteScanline | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_save_LIBS="$LIBS"
--LIBS="-ltiff -ljpeg -lz -lm $LIBS"
-+LIBS="-ltiff34 -ljpeg -lz -lm $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2365 "configure"
- #include "confdefs.h"
-@@ -2415,7 +2415,7 @@
- fi
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
-   echo "$ac_t""yes" 1>&6
--  TIFF='tiff'; LIBTIFF_LIB='-ltiff -ljpeg -lz'
-+  TIFF='tiff'; LIBTIFF_LIB='-ltiff34 -ljpeg -lz'
- else
-   echo "$ac_t""no" 1>&6
- echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2
-@@ -4144,7 +4144,7 @@
- LIBS="$gimp_save_LIBS"
- 
- gimpdatadir=$datadir/gimp
--gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
-+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
+-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
  
  brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
  gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile`
diff -ruN gimp-devel/patches/patch-ai gimp-devel/patches/patch-ai
--- gimp-devel/patches/patch-ai	Fri Apr 17 11:30:03 1998
+++ gimp-devel/patches/patch-ai	Sun May 17 15:59:19 1998
@@ -1,25 +1,5 @@
---- plug-ins/megawidget/Makefile.am.orig	Mon Nov 24 16:04:29 1997
-+++ plug-ins/megawidget/Makefile.am	Thu Apr 16 20:06:48 1998
-@@ -1,11 +1,15 @@
- ## Process this file with automake to produce Makefile.in
- 
--pluginlibdir = $(gimpplugindir)/plug-ins
-+pluginlibdir = $(libdir)
-+gimpincludedir = ${includedir}
- 
- pluginlib_LIBRARIES = libmegawidget.a
- 
- libmegawidget_a_SOURCES = \
--	megawidget.c megawidget.h
-+	megawidget.c
-+
-+gimpinclude_HEADERS = \
-+	megawidget.h
- 
- INCLUDES = \
- 	$(X_CFLAGS)			\
---- plug-ins/megawidget/Makefile.in.orig	Sat Apr 11 17:43:11 1998
-+++ plug-ins/megawidget/Makefile.in	Thu Apr 16 20:12:17 1998
+--- plug-ins/megawidget/Makefile.in.orig	Sun May 17 01:38:27 1998
++++ plug-ins/megawidget/Makefile.in	Sun May 17 15:56:23 1998
 @@ -1,14 +1,8 @@
 -# Makefile.in generated automatically by automake 1.3 from Makefile.am
 +# Makefile.in generated automatically by automake 1.2 from Makefile.am
@@ -66,7 +46,7 @@
  host_alias = @host_alias@
  host_triplet = @host@
  AA = @AA@
-@@ -111,12 +103,16 @@
+@@ -115,12 +107,16 @@
  palettedata = @palettedata@
  patterndata = @patterndata@
  
@@ -85,7 +65,7 @@
  
  INCLUDES = \
  	$(X_CFLAGS)			\
-@@ -151,6 +147,8 @@
+@@ -155,6 +151,8 @@
  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
@@ -94,7 +74,7 @@
  DIST_COMMON =  Makefile.am Makefile.in
  
  
-@@ -158,17 +156,18 @@
+@@ -162,17 +160,18 @@
  
  TAR = tar
  GZIP = --best
@@ -118,7 +98,7 @@
  	cd $(top_builddir) \
  	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  
-@@ -176,7 +175,7 @@
+@@ -180,7 +179,7 @@
  mostlyclean-pluginlibLIBRARIES:
  
  clean-pluginlibLIBRARIES:
@@ -127,7 +107,7 @@
  
  distclean-pluginlibLIBRARIES:
  
-@@ -184,92 +183,89 @@
+@@ -188,92 +187,89 @@
  
  install-pluginlibLIBRARIES: $(pluginlib_LIBRARIES)
  	@$(NORMAL_INSTALL)
@@ -252,7 +232,7 @@
  
  maintainer-clean-tags:
  
-@@ -278,6 +274,10 @@
+@@ -282,6 +278,10 @@
  subdir = plug-ins/megawidget
  
  distdir: $(DISTFILES)
@@ -263,7 +243,7 @@
  	@for file in $(DISTFILES); do \
  	  d=$(srcdir); \
  	  test -f $(distdir)/$$file \
-@@ -285,6 +285,31 @@
+@@ -289,6 +289,31 @@
  	  || cp -p $$d/$$file $(distdir)/$$file; \
  	done
  
@@ -295,7 +275,7 @@
  info:
  dvi:
  check: all
-@@ -293,64 +318,69 @@
+@@ -297,64 +322,69 @@
  install-exec: 
  	@$(NORMAL_INSTALL)
  
diff -ruN gimp-devel/patches/patch-aj gimp-devel/patches/patch-aj
--- gimp-devel/patches/patch-aj	Wed Dec 31 17:00:00 1969
+++ gimp-devel/patches/patch-aj	Sun May 17 16:10:00 1998
@@ -0,0 +1,47 @@
+--- configure.orig	Sun May 17 01:30:20 1998
++++ configure	Sun May 17 16:09:29 1998
+@@ -2282,14 +2282,14 @@
+   fi
+ 
+   if test -z "$LIBTIFF_LIB"; then
+-    echo $ac_n "checking for TIFFReadScanline in -ltiff""... $ac_c" 1>&6
+-echo "configure:2287: checking for TIFFReadScanline in -ltiff" >&5
+-ac_lib_var=`echo tiff'_'TIFFReadScanline | sed 'y%./+-%__p_%'`
++    echo $ac_n "checking for TIFFReadScanline in -ltiff34""... $ac_c" 1>&6
++    echo "configure:2286: checking for TIFFReadScanline in -ltiff34" >&5
++    ac_lib_var=`echo tiff34'_'TIFFReadScanline | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-ltiff -lm $LIBS"
++LIBS="-ltiff34 -lm $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 2295 "configure"
+ #include "confdefs.h"
+@@ -2345,7 +2345,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+-  TIFF='tiff'; LIBTIFF_LIB='-ltiff'
++  TIFF='tiff'; LIBTIFF_LIB='-ltiff34'
+ else
+   echo "$ac_t""no" 1>&6
+ echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2
+@@ -2416,7 +2416,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+-  TIFF='tiff'; LIBTIFF_LIB='-ltiff -ljpeg -lz'
++  TIFF='tiff'; LIBTIFF_LIB='-ltiff34 -ljpeg -lz'
+ else
+   echo "$ac_t""no" 1>&6
+ echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2
+@@ -4147,6 +4147,7 @@
+ 
+ gimpdatadir=$datadir/gimp
+ gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
+ 
+ brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
+ gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile`
diff -ruN gimp-devel/pkg/PLIST gimp-devel/pkg/PLIST
--- gimp-devel/pkg/PLIST	Thu Apr 30 13:13:21 1998
+++ gimp-devel/pkg/PLIST	Sun May 17 17:07:52 1998
@@ -26,130 +26,131 @@
 lib/libgimpui.so
 lib/libgimpui.so.1.0
 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/xd
-libexec/gimp/0.99/plug-ins/xpm
-libexec/gimp/0.99/plug-ins/xwd
-libexec/gimp/0.99/plug-ins/zealouscrop
+libexec/gimp/plug-ins/AlienMap
+libexec/gimp/plug-ins/CEL
+libexec/gimp/plug-ins/CML_explorer
+libexec/gimp/plug-ins/MapObject
+libexec/gimp/plug-ins/aa
+libexec/gimp/plug-ins/align_layers
+libexec/gimp/plug-ins/animationplay
+libexec/gimp/plug-ins/animoptimize
+libexec/gimp/plug-ins/apply_lens
+libexec/gimp/plug-ins/autocrop
+libexec/gimp/plug-ins/autostretch_hsv
+libexec/gimp/plug-ins/blinds
+libexec/gimp/plug-ins/blur
+libexec/gimp/plug-ins/bmp
+libexec/gimp/plug-ins/bumpmap
+libexec/gimp/plug-ins/bz2
+libexec/gimp/plug-ins/c_astretch
+libexec/gimp/plug-ins/checkerboard
+libexec/gimp/plug-ins/colorify
+libexec/gimp/plug-ins/compose
+libexec/gimp/plug-ins/convmatrix
+libexec/gimp/plug-ins/cubism
+libexec/gimp/plug-ins/dbbrowser
+libexec/gimp/plug-ins/decompose
+libexec/gimp/plug-ins/deinterlace
+libexec/gimp/plug-ins/depthmerge
+libexec/gimp/plug-ins/despeckle
+libexec/gimp/plug-ins/destripe
+libexec/gimp/plug-ins/diffraction
+libexec/gimp/plug-ins/displace
+libexec/gimp/plug-ins/edge
+libexec/gimp/plug-ins/emboss
+libexec/gimp/plug-ins/engrave
+libexec/gimp/plug-ins/exchange
+libexec/gimp/plug-ins/faxg3
+libexec/gimp/plug-ins/film
+libexec/gimp/plug-ins/fits
+libexec/gimp/plug-ins/flame
+libexec/gimp/plug-ins/flarefx
+libexec/gimp/plug-ins/fractaltrace
+libexec/gimp/plug-ins/gauss_iir
+libexec/gimp/plug-ins/gauss_rle
+libexec/gimp/plug-ins/gbr
+libexec/gimp/plug-ins/gfig
+libexec/gimp/plug-ins/gfli
+libexec/gimp/plug-ins/gee
+libexec/gimp/plug-ins/gicon
+libexec/gimp/plug-ins/gif
+libexec/gimp/plug-ins/glasstile
+libexec/gimp/plug-ins/gqbist
+libexec/gimp/plug-ins/gradmap
+libexec/gimp/plug-ins/grid
+libexec/gimp/plug-ins/gtm
+libexec/gimp/plug-ins/gz
+libexec/gimp/plug-ins/header
+libexec/gimp/plug-ins/hot
+libexec/gimp/plug-ins/hrz
+libexec/gimp/plug-ins/ifscompose
+libexec/gimp/plug-ins/illusion
+libexec/gimp/plug-ins/iwarp
+libexec/gimp/plug-ins/jpeg
+libexec/gimp/plug-ins/laplace
+libexec/gimp/plug-ins/libgpc.a
+libexec/gimp/plug-ins/mail
+libexec/gimp/plug-ins/max_rgb
+libexec/gimp/plug-ins/maze
+libexec/gimp/plug-ins/mblur
+libexec/gimp/plug-ins/mosaic
+libexec/gimp/plug-ins/mpeg
+libexec/gimp/plug-ins/nlfilt
+libexec/gimp/plug-ins/noisify
+libexec/gimp/plug-ins/normalize
+libexec/gimp/plug-ins/nova
+libexec/gimp/plug-ins/oilify
+libexec/gimp/plug-ins/pagecurl
+libexec/gimp/plug-ins/palette
+libexec/gimp/plug-ins/papertile
+libexec/gimp/plug-ins/pat
+libexec/gimp/plug-ins/pcx
+libexec/gimp/plug-ins/pix
+libexec/gimp/plug-ins/pixelize
+libexec/gimp/plug-ins/plasma
+libexec/gimp/plug-ins/png
+libexec/gimp/plug-ins/pnm
+libexec/gimp/plug-ins/polar
+libexec/gimp/plug-ins/print
+libexec/gimp/plug-ins/ps
+libexec/gimp/plug-ins/psd
+libexec/gimp/plug-ins/randomize
+libexec/gimp/plug-ins/ripple
+libexec/gimp/plug-ins/rotate
+libexec/gimp/plug-ins/rotators
+libexec/gimp/plug-ins/scatter_hsv
+libexec/gimp/plug-ins/screenshot
+libexec/gimp/plug-ins/script-fu
+libexec/gimp/plug-ins/semiflatten
+libexec/gimp/plug-ins/sgi
+libexec/gimp/plug-ins/sharpen
+libexec/gimp/plug-ins/shift
+libexec/gimp/plug-ins/sinus
+libexec/gimp/plug-ins/smooth_palette
+libexec/gimp/plug-ins/snoise
+libexec/gimp/plug-ins/snp
+libexec/gimp/plug-ins/sobel
+libexec/gimp/plug-ins/sparkle
+libexec/gimp/plug-ins/spread
+libexec/gimp/plug-ins/struc
+libexec/gimp/plug-ins/sunras
+libexec/gimp/plug-ins/tga
+libexec/gimp/plug-ins/threshold_alpha
+libexec/gimp/plug-ins/tiff
+libexec/gimp/plug-ins/tile
+libexec/gimp/plug-ins/tileit
+libexec/gimp/plug-ins/tiler
+libexec/gimp/plug-ins/url
+libexec/gimp/plug-ins/video
+libexec/gimp/plug-ins/vinvert
+libexec/gimp/plug-ins/vpropagate
+libexec/gimp/plug-ins/waves
+libexec/gimp/plug-ins/webbrowser
+libexec/gimp/plug-ins/whirlpinch
+libexec/gimp/plug-ins/xd
+libexec/gimp/plug-ins/xpm
+libexec/gimp/plug-ins/xwd
+libexec/gimp/plug-ins/zealouscrop
 man/man1/gimp.1.gz
 share/gimp/brushes/10x10square.gbr
 share/gimp/brushes/10x10squareBlur.gbr
@@ -255,6 +256,7 @@
 share/gimp/gradients/CD
 share/gimp/gradients/CD_Half
 share/gimp/gradients/Caribbean_Blues
+share/gimp/gradients/Coffee
 share/gimp/gradients/Cold_Steel
 share/gimp/gradients/Cold_Steel_2
 share/gimp/gradients/Crown_molding
@@ -284,6 +286,7 @@
 share/gimp/gradients/Greens
 share/gimp/gradients/Horizon_1
 share/gimp/gradients/Land_1
+share/gimp/gradients/Land_and_Sea
 share/gimp/gradients/Horizon_2
 share/gimp/gradients/Incandescent
 share/gimp/gradients/Metallic_Something
@@ -524,6 +527,7 @@
 share/gimp/patterns/woodblind.pat
 share/gimp/patterns/worn_metal_chex.pat
 share/gimp/scripts/3dTruchet.scm
+share/gimp/scripts/3d-outline.scm
 share/gimp/scripts/add-bevel.scm
 share/gimp/scripts/addborder.scm
 share/gimp/scripts/alien-glow-arrow.scm
@@ -531,6 +535,7 @@
 share/gimp/scripts/alien-glow-bullet.scm
 share/gimp/scripts/alien-glow-button.scm
 share/gimp/scripts/alien-glow-logo.scm
+share/gimp/scripts/asc2img.scm
 share/gimp/scripts/basic1-logo.scm
 share/gimp/scripts/basic2-logo.scm
 share/gimp/scripts/beavis.jpg
@@ -543,6 +548,7 @@
 share/gimp/scripts/beveled-pattern-hrule.scm
 share/gimp/scripts/blended-logo.scm
 share/gimp/scripts/bovinated-logo.scm
+share/gimp/scripts/camo.scm
 share/gimp/scripts/carve-it.scm
 share/gimp/scripts/carved-logo.scm
 share/gimp/scripts/chalk.scm
@@ -551,19 +557,23 @@
 share/gimp/scripts/chrome-logo.scm
 share/gimp/scripts/circuit.scm
 share/gimp/scripts/clothify.scm
+share/gimp/scripts/coffee.scm
 share/gimp/scripts/color-cycling.scm
 share/gimp/scripts/comic-logo.scm
 share/gimp/scripts/coolmetal-logo.scm
 share/gimp/scripts/copy-visible.scm
 share/gimp/scripts/crystal-logo.scm
+share/gimp/scripts/distress_selection.scm
 share/gimp/scripts/drop-shadow.scm
 share/gimp/scripts/egg.scm
 share/gimp/scripts/erase-rows.scm
 share/gimp/scripts/flatland.scm
 share/gimp/scripts/font-map.scm
 share/gimp/scripts/frosty-logo.scm
+share/gimp/scripts/fuzzyborder.scm
 share/gimp/scripts/gimp-headers.scm
 share/gimp/scripts/gimp-labels.scm
+share/gimp/scripts/glossy.scm
 share/gimp/scripts/glowing-logo.scm
 share/gimp/scripts/gradient-bevel-logo.scm
 share/gimp/scripts/gradient-example.scm
@@ -576,8 +586,10 @@
 share/gimp/scripts/line-nova.scm
 share/gimp/scripts/mkbrush.scm
 share/gimp/scripts/neon-logo.scm
+share/gimp/scripts/old_photo.scm
 share/gimp/scripts/perspective-shadow.scm
 share/gimp/scripts/predator.scm
+share/gimp/scripts/rendermap.scm
 share/gimp/scripts/ripply-anim.scm
 share/gimp/scripts/round-corners.scm
 share/gimp/scripts/select_to_brush.scm
@@ -586,6 +598,7 @@
 share/gimp/scripts/slide.scm
 share/gimp/scripts/sota-chrome-logo.scm
 share/gimp/scripts/sphere.scm
+share/gimp/scripts/spinning_globe.scm
 share/gimp/scripts/starburst-logo.scm
 share/gimp/scripts/starscape-logo.scm
 share/gimp/scripts/swirltile.scm
@@ -597,6 +610,7 @@
 share/gimp/scripts/texture2.jpg
 share/gimp/scripts/texture3.jpg
 share/gimp/scripts/textured-logo.scm
+share/gimp/scripts/tileblur.scm
 share/gimp/scripts/title-header.scm
 share/gimp/scripts/trochoid.scm
 share/gimp/scripts/truchet.scm
@@ -613,8 +627,7 @@
 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/plug-ins
 @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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805172331.RAA25186>