Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 02:10:51 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11845: Port update: graphics/gimp1
Message-ID:  <199905230010.CAA52306@shale.csir.co.za>

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

>Number:         11845
>Category:       ports
>Synopsis:       Port update: graphics/gimp1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 22 17:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Lea
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection.

>Description:

	Upgrade to 1.1.5, and USE_LIBTOOL.  Some other misc fixups.  I don't
	like the shared library number jumping from .2 to .5, but I've left
	it.  It's simple to change LT_CURRENT (line 590 in configure).

	Maintainer not contacted.

>How-To-Repeat:

	

>Fix:
	
	
graphics/gimp1:
  Upgrade from 1.1.2 to 1.1.5
  Changes: Makefile files/md5 patches/patch-ac patches/patch-ae
           patches/patch-ah patches/patch-ai pkg/PLIST
  Adds   : patches/patch-aj patches/patch-ak
  Removes: patches/patch-ad pkg/MESSAGE

--- /usr/ports.ref/graphics/gimp1/Makefile	Fri Apr 23 10:56:54 1999
+++ graphics/gimp1/Makefile	Sat May 22 21:42:20 1999
@@ -1,41 +1,41 @@
 # New ports collection makefile for:    Gimp
-# Version required:     1.1.2
+# Version required:     1.1.5
 # Date created:         Mon Nov 18 21:28:43 CST 1996
 # Whom:                 erich@FreeBSD.org
 #
 # $Id: Makefile,v 1.55 1999/04/22 19:15:39 mharo Exp $
 #
 
-DISTNAME=	gimp-1.1.2
+DISTNAME=	gimp-1.1.5
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.gimp.org/pub/gimp/unstable/old/v1.1.2/ \
-		ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/old/v1.1.2/ \
-		http://www.ameth.org/gimp/pub/gimp/unstable/old/v1.1.2/
+MASTER_SITES=	ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.5/ \
+		ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.5/ \
+		http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.5/
 
 MAINTAINER=	erich@FreeBSD.org
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
 		aa.1:${PORTSDIR}/graphics/aalib \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
-		gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
+		gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
 		mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
 		png.3:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff34
 
+GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
+
 USE_X_PREFIX=	yes
-GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_LIBTOOL=	yes
 CONFIGURE_ARGS=	--disable-perl
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
-		LIBS="-L${LOCALBASE}/lib" \
-		INSTALL_SCRIPT='$${INSTALL} -m 755'
+		GLIB_CONFIG="${GLIB_CONFIG}" \
+		GTK_CONFIG="${GTK_CONFIG}" \
+		LIBS="-L${LOCALBASE}/lib"
 
 MAN1=		gimp.1 gimptool.1
 MAN3=		gpc.3
-
-post-install:
-	@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-	@${CAT} ${PKGDIR}/MESSAGE
+MAN5=		gimprc.5
 
 .include <bsd.port.mk>
--- /usr/ports.ref/graphics/gimp1/files/md5	Mon Feb 22 01:11:38 1999
+++ graphics/gimp1/files/md5	Sat May 22 21:17:31 1999
@@ -1 +1 @@
-MD5 (gimp-1.1.2.tar.gz) = 806e4cca53e056a0d78492ba436fd8ac
+MD5 (gimp-1.1.5.tar.gz) = 048e20d9c639e9017292dd5b971d477b
--- /usr/ports.ref/graphics/gimp1/patches/patch-ac	Mon Feb 22 01:11:38 1999
+++ graphics/gimp1/patches/patch-ac	Mon May 10 10:22:13 1999
@@ -16,8 +16,8 @@
  	gpc.h
  
  INCLUDES = \
---- plug-ins/gpc/Makefile.in.orig	Thu Feb  4 11:21:25 1999
-+++ plug-ins/gpc/Makefile.in	Sat Feb 20 17:33:30 1999
+--- plug-ins/gpc/Makefile.in.orig	Tue Mar  9 02:58:46 1999
++++ plug-ins/gpc/Makefile.in	Mon May 10 10:17:48 1999
 @@ -162,10 +162,14 @@
  prefix = @prefix@
  
@@ -117,13 +117,9 @@
  	@for file in $(DISTFILES); do \
  	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
-@@ -380,10 +401,38 @@
- 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+@@ -381,6 +402,37 @@
  	  fi; \
  	done
--gpc.o: gpc.c ../../libgimp/gimp.h ../../libgimp/gimpenums.h \
--	../../libgimp/gimpfeatures.h ../../libgimp/parasite.h \
--	../../libgimp/parasiteF.h ../../libgimp/parasiteP.h
  
 +DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 +
@@ -159,7 +155,7 @@
  info-am:
  info: info-am
  dvi-am:
-@@ -395,20 +444,23 @@
+@@ -392,20 +444,23 @@
  install-exec-am:
  install-exec: install-exec-am
  
@@ -187,7 +183,7 @@
  
  
  mostlyclean-generic:
-@@ -421,27 +473,27 @@
+@@ -418,27 +473,27 @@
  
  maintainer-clean-generic:
  mostlyclean-am:  mostlyclean-pluginlibLIBRARIES mostlyclean-compile \
@@ -221,7 +217,7 @@
  	@echo "This command is intended for maintainers to use;"
  	@echo "it deletes files that may require special tools to rebuild."
  
-@@ -453,13 +505,15 @@
+@@ -450,13 +505,15 @@
  mostlyclean-compile distclean-compile clean-compile \
  maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  clean-libtool maintainer-clean-libtool install-man3 uninstall-man3 \
--- /usr/ports.ref/graphics/gimp1/patches/patch-ad	Mon Feb 22 01:11:38 1999
+++ graphics/gimp1/patches/patch-ad	Mon May 10 10:43:40 1999
@@ -1,22 +0,0 @@
---- app/Makefile.in.orig	Sat Feb 20 18:05:08 1999
-+++ app/Makefile.in	Sat Feb 20 18:07:40 1999
-@@ -174,7 +174,7 @@
- EXTRA_DIST =  	tools/anchor.xpm		tools/channel.xbm		tools/delete.xpm		tools/duplicate.xpm		tools/eye.xbm			tools/layer.xbm			tools/linked.xbm		tools/lower.xpm			tools/mask.xbm			tools/new.xpm			tools/raise.xpm
- 
- 
--CPPFLAGS =  	-DLIBDIR=\""$(gimpplugindir)"\"		-DDATADIR=\""$(gimpdatadir)"\"		-DGIMPDIR=\""$(gimpdir)"\"		-DLOCALEDIR=\""$(localedir)"\"		-DREGEX_MALLOC				@GIMP_THREAD_FLAGS@
-+CPPFLAGS =  	-DLIBDIR=\""$(gimpplugindir)"\"		-DDATADIR=\""$(gimpdatadir)"\"		-DGIMPDIR=\""$(gimpdir)"\"		-DLOCALEDIR=\""$(localedir)"\"		-DREGEX_MALLOC				@GIMP_THREAD_FLAGS@			-I/usr/local/include
- 
- 
- INCLUDES =  	-I$(top_srcdir)				-I$(top_srcdir)/intl			$(GTK_CFLAGS)				-I$(includedir)
---- po/Makefile.in.in.orig	Sat Feb 20 23:41:05 1999
-+++ po/Makefile.in.in	Sat Feb 20 23:41:18 1999
-@@ -18,7 +18,7 @@
- 
- prefix = @prefix@
- exec_prefix = @exec_prefix@
--datadir = $(prefix)/@DATADIRNAME@
-+datadir = $(prefix)/share
- localedir = $(datadir)/locale
- gnulocaledir = $(prefix)/share/locale
- gettextsrcdir = $(prefix)/share/gettext/po
--- /usr/ports.ref/graphics/gimp1/patches/patch-ae	Sat Feb 20 21:31:50 1999
+++ graphics/gimp1/patches/patch-ae	Sat May 22 21:24:59 1999
@@ -1,11 +1,10 @@
---- plug-ins/plugindetails/plugindetails.c.orig	Sat Feb 20 18:47:03 1999
-+++ plug-ins/plugindetails/plugindetails.c	Sat Feb 20 18:47:11 1999
-@@ -25,7 +25,7 @@
+--- plug-ins/plugindetails/plugindetails.c.orig	Sat Mar 27 07:53:38 1999
++++ plug-ins/plugindetails/plugindetails.c	Sat May 22 21:24:31 1999
+@@ -25,6 +25,7 @@
  #include <stdio.h>
  #include <string.h>
  #include <time.h>
--#include <regex.h>
-+#include <gnuregex.h>
++#include <sys/types.h>
  #include "gtk/gtk.h"
  #include "libgimp/gimp.h"
  
--- /usr/ports.ref/graphics/gimp1/patches/patch-ah	Mon Feb 22 01:11:38 1999
+++ graphics/gimp1/patches/patch-ah	Sat May 22 21:41:34 1999
@@ -1,33 +1,34 @@
---- configure.in.orig	Thu Feb  4 08:37:10 1999
-+++ configure.in	Sun Feb 21 00:11:35 1999
-@@ -441,7 +441,7 @@
+--- configure.orig	Tue May  4 06:06:39 1999
++++ configure	Sat May 22 21:39:37 1999
+@@ -3538,7 +3538,10 @@
+   cat conftest.$ac_ext >&5
+   rm -rf conftest*
+   CATOBJEXT=.mo
+-		   DATADIRNAME=lib
++		   DATADIRNAME=share
++		   INTLDEPS='-lintl'
++		   INTLLIBS=$INTLDEPS
++		   LIBS=`echo $LIBS | sed -e 's/-lintl//'`
  fi
- 
- gimpdatadir=$datadir/gimp
--gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
- localedir=$datadir/locale
- 
- brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
---- configure.orig	Thu Feb  4 08:38:47 1999
-+++ configure	Sun Feb 21 00:11:46 1999
-@@ -7254,7 +7254,7 @@
+ rm -f conftest*
+ 		INSTOBJEXT=.mo
+@@ -7165,7 +7168,7 @@
  fi
  
  gimpdatadir=$datadir/gimp
 -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
 +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
- localedir=$datadir/locale
+ localedir='${prefix}/${DATADIRNAME}/locale'
  
  brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
---- Makefile.in.orig	Sat Feb 20 23:45:16 1999
-+++ Makefile.in	Sun Feb 21 00:12:00 1999
-@@ -530,7 +530,7 @@
- install-exec: install-exec-recursive
- 
- install-data-am: install-gimpdataSCRIPTS install-man \
--		install-gimpdataDATA install-m4dataDATA
-+		install-gimpdataDATA
- install-data: install-data-recursive
+@@ -8746,10 +8749,6 @@
+       *) # Relative path.
+         ac_sub_cache_file="$ac_dots$cache_file" ;;
+       esac
+-  case "$ac_given_INSTALL" in
+-        [/$]*) INSTALL="$ac_given_INSTALL" ;;
+-        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+-        esac
  
- install-am: all-am
+       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+       # The eval makes quoting arguments work.
--- /usr/ports.ref/graphics/gimp1/patches/patch-ai	Mon Feb 22 01:11:38 1999
+++ graphics/gimp1/patches/patch-ai	Mon May 10 10:23:09 1999
@@ -16,8 +16,8 @@
  	megawidget.h
  
  INCLUDES = \
---- plug-ins/megawidget/Makefile.in.orig	Thu Feb  4 11:21:21 1999
-+++ plug-ins/megawidget/Makefile.in	Sat Feb 20 17:35:33 1999
+--- plug-ins/megawidget/Makefile.in.orig	Tue Mar  9 02:58:45 1999
++++ plug-ins/megawidget/Makefile.in	Mon May 10 10:17:47 1999
 @@ -162,10 +162,14 @@
  prefix = @prefix@
  
@@ -117,14 +117,9 @@
  	@for file in $(DISTFILES); do \
  	  d=$(srcdir); \
  	  if test -d $$d/$$file; then \
-@@ -333,11 +354,38 @@
- 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
+@@ -334,6 +355,37 @@
  	  fi; \
  	done
--megawidget.o: megawidget.c ../../libgimp/gimp.h \
--	../../libgimp/gimpenums.h ../../libgimp/gimpfeatures.h \
--	../../libgimp/parasite.h ../../libgimp/parasiteF.h \
--	../../libgimp/parasiteP.h megawidget.h
  
 +DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 +
@@ -160,7 +155,7 @@
  info-am:
  info: info-am
  dvi-am:
-@@ -349,20 +397,20 @@
+@@ -345,20 +397,20 @@
  install-exec-am:
  install-exec: install-exec-am
  
@@ -185,7 +180,7 @@
  
  
  mostlyclean-generic:
-@@ -375,27 +423,27 @@
+@@ -371,27 +423,27 @@
  
  maintainer-clean-generic:
  mostlyclean-am:  mostlyclean-pluginlibLIBRARIES mostlyclean-compile \
@@ -219,7 +214,7 @@
  	@echo "This command is intended for maintainers to use;"
  	@echo "it deletes files that may require special tools to rebuild."
  
-@@ -406,8 +454,10 @@
+@@ -402,8 +454,10 @@
  uninstall-pluginlibLIBRARIES install-pluginlibLIBRARIES \
  mostlyclean-compile distclean-compile clean-compile \
  maintainer-clean-compile mostlyclean-libtool distclean-libtool \
--- /usr/ports.ref/graphics/gimp1/patches/patch-aj	Thu Jan  1 02:00:00 1970
+++ graphics/gimp1/patches/patch-aj	Tue May 18 09:45:03 1999
@@ -0,0 +1,11 @@
+--- plug-ins/libgck/gck/Makefile.in.orig	Tue May 18 09:44:01 1999
++++ plug-ins/libgck/gck/Makefile.in	Tue May 18 09:44:26 1999
+@@ -171,7 +171,7 @@
+ gckinclude_HEADERS =  	gck.h			gckcolor.h		gckcommon.h		gckimage.h		gcklistbox.h		gckmath.h		gcktypes.h		gckui.h			gckvector.h
+ 
+ 
+-libgck_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
++libgck_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ 
+ 
+ INCLUDES =  	-I..				-I$(srcdir)/..			-I$(top_srcdir)			$(GTK_CFLAGS)			-I$(includedir)
--- /usr/ports.ref/graphics/gimp1/patches/patch-ak	Thu Jan  1 02:00:00 1970
+++ graphics/gimp1/patches/patch-ak	Tue May 18 09:43:33 1999
@@ -0,0 +1,17 @@
+--- libgimp/Makefile.in.orig	Tue Mar  9 02:58:39 1999
++++ libgimp/Makefile.in	Tue May 18 09:42:40 1999
+@@ -188,11 +188,11 @@
+ gimpinclude_HEADERS =  	color_selector.h		gimp.h				gimpchainbutton.h		gimpenums.h			gimpenv.h			gimpfeatures.h			gimpmatrix.h			gimpmenu.h			gimpmodule.h			gimpsizeentry.h			gimpui.h			gimpunit.h              	gimpunitmenu.h          	gimpintl.h			gserialize.h			parasite.h			parasiteF.h			parasiteP.h
+ 
+ 
+-libgimp_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 	-release $(LT_RELEASE)
++libgimp_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ 
+-libgimp_la_LIBADD = $(GLIB_LIBS) -lm
++libgimp_la_LIBADD = $(GTK_LIBS) -lm
+ 
+-libgimpui_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 	-release $(LT_RELEASE)
++libgimpui_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ 
+ libgimpui_la_LIBADD = $(GTK_LIBS)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- /usr/ports.ref/graphics/gimp1/pkg/MESSAGE	Wed Sep 30 16:51:45 1998
+++ graphics/gimp1/pkg/MESSAGE	Mon May 10 02:43:23 1999
@@ -1,7 +0,0 @@
-*********************************************************
-*							*
-*	If you want to use autoconf with gimp,		*
-*	Please copy gimp.m4 to /usr/local/share/aclocal	*
-*	by yourself, thanks.				*
-*							*
-*********************************************************
--- /usr/ports.ref/graphics/gimp1/pkg/PLIST	Mon Feb 22 01:11:38 1999
+++ graphics/gimp1/pkg/PLIST	Sat May 22 22:55:18 1999
@@ -1,7 +1,5 @@
 bin/gimp
 bin/gimptool
-include/gpc.h
-include/megawidget.h
 include/gck/gck.h
 include/gck/gckcolor.h
 include/gck/gckcommon.h
@@ -11,43 +9,47 @@
 include/gck/gcktypes.h
 include/gck/gckui.h
 include/gck/gckvector.h
+include/gpc.h
 include/libgimp/color_selector.h
 include/libgimp/gimp.h
-include/libgimp/gimpentry.h
+include/libgimp/gimpchainbutton.h
 include/libgimp/gimpenums.h
+include/libgimp/gimpenv.h
 include/libgimp/gimpfeatures.h
+include/libgimp/gimpfileselection.h
 include/libgimp/gimpintl.h
 include/libgimp/gimpmatrix.h
 include/libgimp/gimpmenu.h
 include/libgimp/gimpmodule.h
+include/libgimp/gimppatheditor.h
+include/libgimp/gimpsizeentry.h
 include/libgimp/gimpui.h
+include/libgimp/gimpunit.h
+include/libgimp/gimpunitmenu.h
 include/libgimp/gserialize.h
 include/libgimp/parasite.h
 include/libgimp/parasiteF.h
 include/libgimp/parasiteP.h
-lib/libgck-1.1.so.2
+include/megawidget.h
 lib/libgck.a
-lib/libgck.la
-lib/libgck.so.2
-lib/libgimp-1.1.so.2
+lib/libgck.so
+lib/libgck.so.5
 lib/libgimp.a
-lib/libgimp.la
-lib/libgimp.so.2
-lib/libgimpui-1.1.so.2
+lib/libgimp.so
+lib/libgimp.so.5
 lib/libgimpui.a
-lib/libgimpui.la
-lib/libgimpui.so.2
+lib/libgimpui.so
+lib/libgimpui.so.5
 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/libcolorsel_gtk.a
-libexec/gimp/1.1/modules/libcolorsel_gtk.la
-libexec/gimp/1.1/modules/libcolorsel_triangle.a
-libexec/gimp/1.1/modules/libcolorsel_triangle.la
+libexec/gimp/1.1/modules/libcolorsel_gtk.so
+libexec/gimp/1.1/modules/libcolorsel_triangle.so
 libexec/gimp/1.1/plug-ins/AlienMap
 libexec/gimp/1.1/plug-ins/CEL
 libexec/gimp/1.1/plug-ins/CML_explorer
+libexec/gimp/1.1/plug-ins/FractalExplorer
 libexec/gimp/1.1/plug-ins/Lighting
 libexec/gimp/1.1/plug-ins/MapObject
 libexec/gimp/1.1/plug-ins/aa
@@ -88,14 +90,18 @@
 libexec/gimp/1.1/plug-ins/flarefx
 libexec/gimp/1.1/plug-ins/fp
 libexec/gimp/1.1/plug-ins/fractaltrace
+libexec/gimp/1.1/plug-ins/gap_filter
+libexec/gimp/1.1/plug-ins/gap_plugins
 libexec/gimp/1.1/plug-ins/gauss_iir
 libexec/gimp/1.1/plug-ins/gauss_rle
 libexec/gimp/1.1/plug-ins/gbr
+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/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/glasstile
 libexec/gimp/1.1/plug-ins/gqbist
 libexec/gimp/1.1/plug-ins/gradmap
@@ -142,6 +148,7 @@
 libexec/gimp/1.1/plug-ins/ps
 libexec/gimp/1.1/plug-ins/psd
 libexec/gimp/1.1/plug-ins/randomize
+libexec/gimp/1.1/plug-ins/rcm
 libexec/gimp/1.1/plug-ins/ripple
 libexec/gimp/1.1/plug-ins/rotate
 libexec/gimp/1.1/plug-ins/rotators
@@ -155,7 +162,6 @@
 libexec/gimp/1.1/plug-ins/sinus
 libexec/gimp/1.1/plug-ins/smooth_palette
 libexec/gimp/1.1/plug-ins/snoise
-libexec/gimp/1.1/plug-ins/snp
 libexec/gimp/1.1/plug-ins/sobel
 libexec/gimp/1.1/plug-ins/sparkle
 libexec/gimp/1.1/plug-ins/spread
@@ -171,15 +177,18 @@
 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/waves
 libexec/gimp/1.1/plug-ins/waterselect
+libexec/gimp/1.1/plug-ins/waves
 libexec/gimp/1.1/plug-ins/webbrowser
 libexec/gimp/1.1/plug-ins/whirlpinch
 libexec/gimp/1.1/plug-ins/wind
+libexec/gimp/1.1/plug-ins/wmf
 libexec/gimp/1.1/plug-ins/xbm
+libexec/gimp/1.1/plug-ins/xjt
 libexec/gimp/1.1/plug-ins/xpm
 libexec/gimp/1.1/plug-ins/xwd
 libexec/gimp/1.1/plug-ins/zealouscrop
+share/aclocal/gimp.m4
 share/gimp/brushes/10x10square.gbr
 share/gimp/brushes/10x10squareBlur.gbr
 share/gimp/brushes/11circle.gbr
@@ -221,6 +230,39 @@
 share/gimp/brushes/round1.vbr
 share/gimp/brushes/thegimp.gbr
 share/gimp/brushes/xcf.gbr
+share/gimp/fractalexplorer/Asteroid_Field
+share/gimp/fractalexplorer/Bar_Code_Label
+share/gimp/fractalexplorer/Beauty_of_Nature
+share/gimp/fractalexplorer/Blue_Curtain
+share/gimp/fractalexplorer/Car_Track
+share/gimp/fractalexplorer/Energetic_Diamond
+share/gimp/fractalexplorer/Explosive
+share/gimp/fractalexplorer/Flower
+share/gimp/fractalexplorer/Fragments
+share/gimp/fractalexplorer/Hemp
+share/gimp/fractalexplorer/High_Voltage
+share/gimp/fractalexplorer/Hoops
+share/gimp/fractalexplorer/Ice_Crystal
+share/gimp/fractalexplorer/Leaves
+share/gimp/fractalexplorer/Lightning
+share/gimp/fractalexplorer/Mandelbrot
+share/gimp/fractalexplorer/Marble
+share/gimp/fractalexplorer/Marble2
+share/gimp/fractalexplorer/Medusa
+share/gimp/fractalexplorer/Nautilus
+share/gimp/fractalexplorer/Nebula
+share/gimp/fractalexplorer/Plant
+share/gimp/fractalexplorer/Rose
+share/gimp/fractalexplorer/Saturn
+share/gimp/fractalexplorer/Snow_Crystal
+share/gimp/fractalexplorer/Soma
+share/gimp/fractalexplorer/Spark
+share/gimp/fractalexplorer/Suns
+share/gimp/fractalexplorer/Tentacles
+share/gimp/fractalexplorer/The_Green_Place
+share/gimp/fractalexplorer/Wave
+share/gimp/fractalexplorer/Wood
+share/gimp/fractalexplorer/Zooming_Circle
 share/gimp/gfig/A_star
 share/gimp/gfig/curves
 share/gimp/gfig/polys
@@ -231,6 +273,12 @@
 share/gimp/gfig/sprial
 share/gimp/gfig/star2
 share/gimp/gfig/stars
+share/gimp/gimp1_1_splash.ppm
+share/gimp/gimp_logo.ppm
+share/gimp/gimp_splash.ppm
+share/gimp/gimp_tips.txt
+share/gimp/gimprc
+share/gimp/gimprc_user
 share/gimp/gradients/Abstract_1
 share/gimp/gradients/Abstract_2
 share/gimp/gradients/Abstract_3
@@ -273,10 +321,10 @@
 share/gimp/gradients/Golden
 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/Land_1
+share/gimp/gradients/Land_and_Sea
 share/gimp/gradients/Metallic_Something
 share/gimp/gradients/Mexican_flag
 share/gimp/gradients/Mexican_flag_smooth
@@ -309,6 +357,8 @@
 share/gimp/gradients/Wood_2
 share/gimp/gradients/Yellow_Contrast
 share/gimp/gradients/Yellow_Orange
+share/gimp/gtkrc
+share/gimp/gtkrc.forest2
 share/gimp/palettes/Bears
 share/gimp/palettes/Bgold
 share/gimp/palettes/Blues
@@ -336,8 +386,8 @@
 share/gimp/palettes/Named_Colors
 share/gimp/palettes/News3
 share/gimp/palettes/Op2
-share/gimp/palettes/Pastels
 share/gimp/palettes/Paintjet
+share/gimp/palettes/Pastels
 share/gimp/palettes/Plasma
 share/gimp/palettes/Reds
 share/gimp/palettes/Reds_And_Purples
@@ -392,8 +442,8 @@
 share/gimp/patterns/sky.pat
 share/gimp/patterns/slate.pat
 share/gimp/patterns/sm_squares.pat
-share/gimp/patterns/stone33.pat
 share/gimp/patterns/starfield.pat
+share/gimp/patterns/stone33.pat
 share/gimp/patterns/terra.pat
 share/gimp/patterns/walnut.pat
 share/gimp/patterns/warning.pat
@@ -402,6 +452,7 @@
 share/gimp/patterns/wood3.pat
 share/gimp/patterns/wood4.pat
 share/gimp/patterns/wood5.pat
+share/gimp/ps-menurc
 share/gimp/scripts/3d-outline.scm
 share/gimp/scripts/3dTruchet.scm
 share/gimp/scripts/add-bevel.scm
@@ -470,6 +521,7 @@
 share/gimp/scripts/rendermap.scm
 share/gimp/scripts/ripply-anim.scm
 share/gimp/scripts/round-corners.scm
+share/gimp/scripts/sel-to-anim-img.scm
 share/gimp/scripts/select_to_brush.scm
 share/gimp/scripts/select_to_image.scm
 share/gimp/scripts/selection-round.scm
@@ -499,15 +551,7 @@
 share/gimp/scripts/weave.scm
 share/gimp/scripts/web-browser.scm
 share/gimp/scripts/xach-effect.scm
-share/gimp/gimp1_1_splash.ppm
-share/gimp/gimp_logo.ppm
-share/gimp/gimp_splash.ppm
-share/gimp/gimp_tips.txt
-share/gimp/gimprc
-share/gimp/gimprc_user
-share/gimp/gtkrc
-share/gimp/gtkrc.forest2
-share/gimp/ps-menurc
+share/gimp/unitrc
 share/gimp/user_install
 share/locale/de/LC_MESSAGES/gimp.mo
 share/locale/fi/LC_MESSAGES/gimp.mo
@@ -518,17 +562,20 @@
 share/locale/ko/LC_MESSAGES/gimp.mo
 share/locale/nl/LC_MESSAGES/gimp.mo
 share/locale/pl/LC_MESSAGES/gimp.mo
+share/locale/ru/LC_MESSAGES/gimp.mo
 share/locale/sv/LC_MESSAGES/gimp.mo
-@dirrm libexec/gimp/1.1/modules
+@dirrm share/gimp/scripts
+@dirrm share/gimp/patterns
+@dirrm share/gimp/palettes
+@dirrm share/gimp/gradients
+@dirrm share/gimp/gfig
+@dirrm share/gimp/fractalexplorer
+@dirrm share/gimp/brushes
+@dirrm share/gimp
 @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/gfig
-@dirrm share/gimp/gradients
-@dirrm share/gimp/palettes
-@dirrm share/gimp/patterns
-@dirrm share/gimp/scripts
-@dirrm share/gimp
+@unexec rmdir %D/share/aclocal 2>/dev/null || true




>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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