Update to 1.3.9.

This commit is contained in:
Joe Marcus Clarke 2002-10-11 18:20:40 +00:00
parent 134eff4210
commit c62c0a9f36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67818
25 changed files with 1070 additions and 565 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= gimp
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 1.3.9
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@ -23,6 +22,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
gimpprint.1:${PORTSDIR}/print/gimp-print \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
@ -42,7 +42,8 @@ USE_REINPLACE= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl \
--with-html-dir=${PREFIX}/share/doc/gimp
--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${MPEG_WRKSRC}" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
@ -53,9 +54,13 @@ MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
--target=${ARCH}-unknown-freebsd${OSREL}
MAN1= escputil-1.3.1 gimp-1.3.1 gimptool-1.3.1
MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
MAN5= gimprc-1.3.5
#.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(WITH_HTML_HELP_BROWSER)
#LIB_DEPENDS+= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
#.endif
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -)

View file

@ -1,2 +1,2 @@
MD5 (gimp-1.3.3.tar.bz2) = 143d92b776984213eeee5eeac8d90fa8
MD5 (gimp-1.3.9.tar.bz2) = 618b60e2e1762a37e89a8db0c024ee08
MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b

View file

@ -1,18 +1,15 @@
$FreeBSD$
--- configure.orig Sun Feb 10 22:25:19 2002
+++ configure Fri May 17 20:53:47 2002
@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
--- configure.orig Thu Oct 10 18:44:32 2002
+++ configure Fri Oct 11 12:52:28 2002
@@ -1462,7 +1462,7 @@
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
@@ -5310,6 +5310,7 @@
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@@ -7224,6 +7224,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -20,9 +17,9 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -11392,8 +11393,8 @@
@@ -17657,8 +17658,8 @@
fi
fi;
-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
@ -31,15 +28,3 @@ $FreeBSD$
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
@@ -12526,11 +12527,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo creating "$ac_file"

View file

@ -1,20 +0,0 @@
--- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000
+++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000
@@ -26,6 +26,8 @@
* compile on generic platforms that don't support glib, gimp, gtk, etc.
*/
+#include <sys/types.h>
+
#ifndef WEAVETEST
#include "print.h"
#endif
@@ -4000,7 +4002,7 @@
if (lineoffs[0].v[j] != 0)
fprintf(stderr,
"WARNING: pass %d subpass %d row %d: lineoffs %ld\n",
- w.pass, i, row, lineoffs[0].v[j]);
+ w.pass, i, row, (long)lineoffs[0].v[j]);
lineoffs[0].v[j] = 0;
lineactive[0].v[j] = 0;
}

View file

@ -1,5 +1,5 @@
bin/escputil-1.3
bin/gimp-1.3
bin/gimp-remote-1.3
bin/gimptool-1.3
etc/gimp/1.3/gimprc
etc/gimp/1.3/gimprc_user
@ -16,6 +16,7 @@ include/gimp-1.3/libgimp/gimpchannel_pdb.h
include/gimp-1.3/libgimp/gimpcolor_pdb.h
include/gimp-1.3/libgimp/gimpcolordisplay.h
include/gimp-1.3/libgimp/gimpcolorselector.h
include/gimp-1.3/libgimp/gimpcompat.h
include/gimp-1.3/libgimp/gimpconvert_pdb.h
include/gimp-1.3/libgimp/gimpdisplay_pdb.h
include/gimp-1.3/libgimp/gimpdrawable.h
@ -41,6 +42,8 @@ include/gimp-1.3/libgimp/gimpmisc_pdb.h
include/gimp-1.3/libgimp/gimpmisctools_pdb.h
include/gimp-1.3/libgimp/gimpmodule.h
include/gimp-1.3/libgimp/gimppainttools_pdb.h
include/gimp-1.3/libgimp/gimppalettes_pdb.h
include/gimp-1.3/libgimp/gimppaletteselect_pdb.h
include/gimp-1.3/libgimp/gimppalette_pdb.h
include/gimp-1.3/libgimp/gimpparasite_pdb.h
include/gimp-1.3/libgimp/gimppaths_pdb.h
@ -80,7 +83,15 @@ include/gimp-1.3/libgimpcolor/gimprgb.h
include/gimp-1.3/libgimpmath/gimpmath.h
include/gimp-1.3/libgimpmath/gimpmathtypes.h
include/gimp-1.3/libgimpmath/gimpmatrix.h
include/gimp-1.3/libgimpmath/gimpmd5.h
include/gimp-1.3/libgimpmath/gimpvector.h
include/gimp-1.3/libgimpproxy/gimpchannel.h
include/gimp-1.3/libgimpproxy/gimpobject.h
include/gimp-1.3/libgimpproxy/gimpproxytypes.h
include/gimp-1.3/libgimptool/gimptool.h
include/gimp-1.3/libgimptool/gimptoolenums.h
include/gimp-1.3/libgimptool/gimptoolmodule.h
include/gimp-1.3/libgimptool/gimptooltypes.h
include/gimp-1.3/libgimpwidgets/gimpbutton.h
include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
@ -115,11 +126,19 @@ lib/libgimpmath-1.3.so.%%SHLIBVER%%
lib/libgimpui-1.3.a
lib/libgimpui-1.3.so
lib/libgimpui-1.3.so.%%SHLIBVER%%
lib/libgimpproxy-1.3.a
lib/libgimpproxy-1.3.so
lib/libgimpproxy-1.3.so.%%SHLIBVER%%
lib/libgimptool-1.3.a
lib/libgimptool-1.3.so
lib/libgimptool-1.3.so.%%SHLIBVER%%
lib/libgimpwidgets-1.3.a
lib/libgimpwidgets-1.3.so
lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
libdata/pkgconfig/gimp-1.3.pc
libdata/pkgconfig/gimpui-1.3.pc
libexec/gimp/1.3/modules/libcdisplay_gamma.so
libexec/gimp/1.3/modules/libcdisplay_highcontrast.so
libexec/gimp/1.3/modules/libcolorsel_triangle.so
libexec/gimp/1.3/plug-ins/AlienMap
libexec/gimp/1.3/plug-ins/AlienMap2
@ -221,7 +240,6 @@ libexec/gimp/1.3/plug-ins/pcx
libexec/gimp/1.3/plug-ins/pix
libexec/gimp/1.3/plug-ins/pixelize
libexec/gimp/1.3/plug-ins/plasma
libexec/gimp/1.3/plug-ins/plugin-helper
libexec/gimp/1.3/plug-ins/plugindetails
libexec/gimp/1.3/plug-ins/png
libexec/gimp/1.3/plug-ins/pnm
@ -258,6 +276,7 @@ libexec/gimp/1.3/plug-ins/tiff
libexec/gimp/1.3/plug-ins/tile
libexec/gimp/1.3/plug-ins/tileit
libexec/gimp/1.3/plug-ins/tiler
libexec/gimp/1.3/plug-ins/tool-safe-mode
libexec/gimp/1.3/plug-ins/uniteditor
libexec/gimp/1.3/plug-ins/unsharp
libexec/gimp/1.3/plug-ins/url
@ -276,6 +295,90 @@ libexec/gimp/1.3/plug-ins/xpm
libexec/gimp/1.3/plug-ins/xwd
libexec/gimp/1.3/plug-ins/zealouscrop
share/aclocal/gimp-1.4.m4
share/doc/gimp/libgimp/gimpdefinitions.html
share/doc/gimp/libgimp/gimpmodule.html
share/doc/gimp/libgimp/index.html
share/doc/gimp/libgimp/index.sgml
share/doc/gimp/libgimp/libgimp-gimp.html
share/doc/gimp/libgimp/libgimp-gimpbrushes.html
share/doc/gimp/libgimp/libgimp-gimpchannel.html
share/doc/gimp/libgimp/libgimp-gimpcolor.html
share/doc/gimp/libgimp/libgimp-gimpcolordisplay.html
share/doc/gimp/libgimp/libgimp-gimpcolorselector.html
share/doc/gimp/libgimp/libgimp-gimpconvert.html
share/doc/gimp/libgimp/libgimp-gimpdisplay.html
share/doc/gimp/libgimp/libgimp-gimpdrawable.html
share/doc/gimp/libgimp/libgimp-gimpedit.html
share/doc/gimp/libgimp/libgimp-gimpenums.html
share/doc/gimp/libgimp/libgimp-gimpexport.html
share/doc/gimp/libgimp/libgimp-gimpfileops.html
share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html
share/doc/gimp/libgimp/libgimp-gimpgimprc.html
share/doc/gimp/libgimp/libgimp-gimpgradients.html
share/doc/gimp/libgimp/libgimp-gimpguides.html
share/doc/gimp/libgimp/libgimp-gimphelp.html
share/doc/gimp/libgimp/libgimp-gimpimage.html
share/doc/gimp/libgimp/libgimp-gimplayer.html
share/doc/gimp/libgimp/libgimp-gimpmenu.html
share/doc/gimp/libgimp/libgimp-gimpmessage.html
share/doc/gimp/libgimp/libgimp-gimpmisc.html
share/doc/gimp/libgimp/libgimp-gimpmodule.html
share/doc/gimp/libgimp/libgimp-gimppalette.html
share/doc/gimp/libgimp/libgimp-gimppatterns.html
share/doc/gimp/libgimp/libgimp-gimppixelrgn.html
share/doc/gimp/libgimp/libgimp-gimpplugin.html
share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html
share/doc/gimp/libgimp/libgimp-gimpselection.html
share/doc/gimp/libgimp/libgimp-gimptexttool.html
share/doc/gimp/libgimp/libgimp-gimptile.html
share/doc/gimp/libgimp/libgimp-gimptools.html
share/doc/gimp/libgimp/libgimp-gimpui.html
share/doc/gimp/libgimp/libgimp-gimpundo.html
share/doc/gimp/libgimp/libgimp.html
share/doc/gimp/libgimp/libgimpui.html
share/doc/gimp/libgimpbase/index.html
share/doc/gimp/libgimpbase/index.sgml
share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html
share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html
share/doc/gimp/libgimpbase/libgimpbase-gimpprotocol.html
share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html
share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html
share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html
share/doc/gimp/libgimpbase/libgimpbase-gimpwire.html
share/doc/gimp/libgimpbase/libgimpbase.html
share/doc/gimp/libgimpcolor/index.html
share/doc/gimp/libgimpcolor/index.sgml
share/doc/gimp/libgimpcolor/libgimpcolor-gimpadaptivesupersample.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpbilinear.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpcolorspace.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimphsv.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimprgb.html
share/doc/gimp/libgimpcolor/libgimpcolor.html
share/doc/gimp/libgimpmath/index.html
share/doc/gimp/libgimpmath/index.sgml
share/doc/gimp/libgimpmath/libgimpmath-gimpmath.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmatrix.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmd5.html
share/doc/gimp/libgimpmath/libgimpmath-gimpvector.html
share/doc/gimp/libgimpmath/libgimpmath.html
share/doc/gimp/libgimpwidgets/gimpchainbutton.html
share/doc/gimp/libgimpwidgets/gimpcolorbutton.html
share/doc/gimp/libgimpwidgets/gimpfileselection.html
share/doc/gimp/libgimpwidgets/gimppatheditor.html
share/doc/gimp/libgimpwidgets/gimppixmap.html
share/doc/gimp/libgimpwidgets/gimpsizeentry.html
share/doc/gimp/libgimpwidgets/gimpunitmenu.html
share/doc/gimp/libgimpwidgets/index.html
share/doc/gimp/libgimpwidgets/index.sgml
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpdialog.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimphelpui.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpquerybox.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpstock.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpwidgets.html
share/doc/gimp/libgimpwidgets/libgimpwidgets.html
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@ -549,8 +652,10 @@ share/gimp/gradients/Yellow_Orange.ggr
share/gimp/images/gimp_logo.png
share/gimp/images/gimp_splash.gif
share/gimp/images/gimp_splash.png
share/gimp/images/wilber-icon.png
share/gimp/images/wilber-tips.png
share/gimp/images/wilber-wizard.png
share/gimp/misc/gimp.desktop
share/gimp/misc/user_install
share/gimp/palettes/Bears.gpl
share/gimp/palettes/Bgold.gpl
@ -747,68 +852,88 @@ share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
share/gimp/themes/Default/gtkrc
share/gimp/themes/Default/imagerc
share/gimp/themes/Default/images/gimp-dialog-error.png
share/gimp/themes/Default/images/gimp-dialog-info.png
share/gimp/themes/Default/images/gimp-dialog-question.png
share/gimp/themes/Default/images/gimp-dialog-warning.png
share/gimp/themes/Default/images/stock-button-delete.png
share/gimp/themes/Default/images/stock-button-lower.png
share/gimp/themes/Default/images/stock-button-new.png
share/gimp/themes/Default/images/stock-button-raise.png
share/gimp/themes/Default/images/stock-button-refresh.png
share/gimp/themes/Default/images/tools/stock-tool-button-airbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-bezier-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-blend.png
share/gimp/themes/Default/images/tools/stock-tool-button-blur.png
share/gimp/themes/Default/images/tools/stock-tool-button-brightness-contrast.png
share/gimp/themes/Default/images/tools/stock-tool-button-bucket-fill.png
share/gimp/themes/Default/images/tools/stock-tool-button-by-color-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-clone.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-balance.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-picker.png
share/gimp/themes/Default/images/tools/stock-tool-button-crop.png
share/gimp/themes/Default/images/tools/stock-tool-button-curves.png
share/gimp/themes/Default/images/tools/stock-tool-button-dodge.png
share/gimp/themes/Default/images/tools/stock-tool-button-ellipse-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-eraser.png
share/gimp/themes/Default/images/tools/stock-tool-button-flip.png
share/gimp/themes/Default/images/tools/stock-tool-button-free-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-fuzzy-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-histogram.png
share/gimp/themes/Default/images/tools/stock-tool-button-hue-saturation.png
share/gimp/themes/Default/images/tools/stock-tool-button-ink.png
share/gimp/themes/Default/images/tools/stock-tool-button-iscissors.png
share/gimp/themes/Default/images/tools/stock-tool-button-levels.png
share/gimp/themes/Default/images/tools/stock-tool-button-measure.png
share/gimp/themes/Default/images/tools/stock-tool-button-move.png
share/gimp/themes/Default/images/tools/stock-tool-button-paintbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-path.png
share/gimp/themes/Default/images/tools/stock-tool-button-pencil.png
share/gimp/themes/Default/images/tools/stock-tool-button-perspective.png
share/gimp/themes/Default/images/tools/stock-tool-button-posterize.png
share/gimp/themes/Default/images/tools/stock-tool-button-rect-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-rotate.png
share/gimp/themes/Default/images/tools/stock-tool-button-scale.png
share/gimp/themes/Default/images/tools/stock-tool-button-shear.png
share/gimp/themes/Default/images/tools/stock-tool-button-smudge.png
share/gimp/themes/Default/images/tools/stock-tool-button-text.png
share/gimp/themes/Default/images/tools/stock-tool-button-threshold.png
share/gimp/themes/Default/images/tools/stock-tool-button-zoom.png
share/gimp/tips/gimp_tips.cs.txt
share/gimp/tips/gimp_tips.de.txt
share/gimp/tips/gimp_tips.es.txt
share/gimp/tips/gimp_tips.fr.txt
share/gimp/tips/gimp_tips.hu.txt
share/gimp/tips/gimp_tips.it.txt
share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
share/gimp/tips/gimp_tips.tr.txt
share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/tips/gimp_tips.zh_CN.txt
share/gimp/tips/gimp_tips.zh_TW.txt
share/gimp/themes/Default/images/preferences/default-comment.png
share/gimp/themes/Default/images/preferences/display.png
share/gimp/themes/Default/images/preferences/environment.png
share/gimp/themes/Default/images/preferences/folders-brushes.png
share/gimp/themes/Default/images/preferences/folders-gradients.png
share/gimp/themes/Default/images/preferences/folders-modules.png
share/gimp/themes/Default/images/preferences/folders-palettes.png
share/gimp/themes/Default/images/preferences/folders-patterns.png
share/gimp/themes/Default/images/preferences/folders-plug-ins.png
share/gimp/themes/Default/images/preferences/folders-themes.png
share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
share/gimp/themes/Default/images/preferences/folders.png
share/gimp/themes/Default/images/preferences/help-system.png
share/gimp/themes/Default/images/preferences/image-windows.png
share/gimp/themes/Default/images/preferences/input-devices.png
share/gimp/themes/Default/images/preferences/interface.png
share/gimp/themes/Default/images/preferences/monitor.png
share/gimp/themes/Default/images/preferences/new-image.png
share/gimp/themes/Default/images/preferences/tool-options.png
share/gimp/themes/Default/images/stock-all-16.png
share/gimp/themes/Default/images/stock-anchor-16.png
share/gimp/themes/Default/images/stock-char-picker-22.png
share/gimp/themes/Default/images/stock-convert-grayscale-16.png
share/gimp/themes/Default/images/stock-convert-indexed-16.png
share/gimp/themes/Default/images/stock-convert-rgb-16.png
share/gimp/themes/Default/images/stock-default-colors-12.png
share/gimp/themes/Default/images/stock-delete-16.png
share/gimp/themes/Default/images/stock-duplicate-16.png
share/gimp/themes/Default/images/stock-edit-16.png
share/gimp/themes/Default/images/stock-error-64.png
share/gimp/themes/Default/images/stock-eye-20.png
share/gimp/themes/Default/images/stock-grow-16.png
share/gimp/themes/Default/images/stock-hchain-24.png
share/gimp/themes/Default/images/stock-hchain-broken-24.png
share/gimp/themes/Default/images/stock-info-16.png
share/gimp/themes/Default/images/stock-info-24.png
share/gimp/themes/Default/images/stock-info-64.png
share/gimp/themes/Default/images/stock-invert-16.png
share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png
share/gimp/themes/Default/images/stock-letter-spacing-22.png
share/gimp/themes/Default/images/stock-line-spacing-22.png
share/gimp/themes/Default/images/stock-linked-20.png
share/gimp/themes/Default/images/stock-lower-16.png
share/gimp/themes/Default/images/stock-merge-down-16.png
share/gimp/themes/Default/images/stock-navigation-16.png
share/gimp/themes/Default/images/stock-new-16.png
share/gimp/themes/Default/images/stock-none-16.png
share/gimp/themes/Default/images/stock-paste-16.png
share/gimp/themes/Default/images/stock-paste-as-new-16.png
share/gimp/themes/Default/images/stock-paste-into-16.png
share/gimp/themes/Default/images/stock-path-stroke-16.png
share/gimp/themes/Default/images/stock-plugin-16.png
share/gimp/themes/Default/images/stock-qmask-off-16.png
share/gimp/themes/Default/images/stock-qmask-on-16.png
share/gimp/themes/Default/images/stock-question-64.png
share/gimp/themes/Default/images/stock-raise-16.png
share/gimp/themes/Default/images/stock-refresh-16.png
share/gimp/themes/Default/images/stock-reset-16.png
share/gimp/themes/Default/images/stock-reshow-filter-16.png
share/gimp/themes/Default/images/stock-resize-16.png
share/gimp/themes/Default/images/stock-rotate-180-16.png
share/gimp/themes/Default/images/stock-rotate-270-16.png
share/gimp/themes/Default/images/stock-rotate-90-16.png
share/gimp/themes/Default/images/stock-scale-16.png
share/gimp/themes/Default/images/stock-selection-add-16.png
share/gimp/themes/Default/images/stock-selection-intersect-16.png
share/gimp/themes/Default/images/stock-selection-replace-16.png
share/gimp/themes/Default/images/stock-selection-stroke-16.png
share/gimp/themes/Default/images/stock-selection-subtract-16.png
share/gimp/themes/Default/images/stock-selection-to-channel-16.png
share/gimp/themes/Default/images/stock-selection-to-path-16.png
share/gimp/themes/Default/images/stock-shrink-16.png
share/gimp/themes/Default/images/stock-swap-colors-12.png
share/gimp/themes/Default/images/stock-tool-options-16.png
share/gimp/themes/Default/images/stock-vchain-24.png
share/gimp/themes/Default/images/stock-vchain-broken-24.png
share/gimp/themes/Default/images/stock-warning-16.png
share/gimp/themes/Default/images/stock-warning-24.png
share/gimp/themes/Default/images/stock-warning-64.png
share/gimp/themes/Default/images/stock-wilber-16.png
share/gimp/themes/Default/images/stock-wilber-eek-64.png
share/gimp/tips/gimp-tips.xml
share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo
share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo
share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -885,6 +1010,10 @@ share/locale/pl/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pl/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pl/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pl/LC_MESSAGES/gimp14.mo
share/locale/pt/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pt/LC_MESSAGES/gimp14.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -928,7 +1057,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm share/doc/gimp/libgimp
@dirrm share/doc/gimp
@dirrm share/gimp/tips
@dirrm share/gimp/themes/Default/images/tools
@dirrm share/gimp/themes/Default/images/preferences
@dirrm share/gimp/themes/Default/images
@dirrm share/gimp/themes/Default
@dirrm share/gimp/themes
@ -952,6 +1081,8 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm libexec/gimp/1.3
@dirrm libexec/gimp
@dirrm include/gimp-1.3/libgimpwidgets
@dirrm include/gimp-1.3/libgimptool
@dirrm include/gimp-1.3/libgimpproxy
@dirrm include/gimp-1.3/libgimpmath
@dirrm include/gimp-1.3/libgimpcolor
@dirrm include/gimp-1.3/libgimpbase

View file

@ -6,8 +6,7 @@
#
PORTNAME= gimp
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 1.3.9
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@ -23,6 +22,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
gimpprint.1:${PORTSDIR}/print/gimp-print \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
@ -42,7 +42,8 @@ USE_REINPLACE= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl \
--with-html-dir=${PREFIX}/share/doc/gimp
--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${MPEG_WRKSRC}" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
@ -53,9 +54,13 @@ MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
--target=${ARCH}-unknown-freebsd${OSREL}
MAN1= escputil-1.3.1 gimp-1.3.1 gimptool-1.3.1
MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
MAN5= gimprc-1.3.5
#.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(WITH_HTML_HELP_BROWSER)
#LIB_DEPENDS+= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
#.endif
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -)

View file

@ -1,2 +1,2 @@
MD5 (gimp-1.3.3.tar.bz2) = 143d92b776984213eeee5eeac8d90fa8
MD5 (gimp-1.3.9.tar.bz2) = 618b60e2e1762a37e89a8db0c024ee08
MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b

View file

@ -1,18 +1,15 @@
$FreeBSD$
--- configure.orig Sun Feb 10 22:25:19 2002
+++ configure Fri May 17 20:53:47 2002
@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
--- configure.orig Thu Oct 10 18:44:32 2002
+++ configure Fri Oct 11 12:52:28 2002
@@ -1462,7 +1462,7 @@
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
@@ -5310,6 +5310,7 @@
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@@ -7224,6 +7224,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -20,9 +17,9 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -11392,8 +11393,8 @@
@@ -17657,8 +17658,8 @@
fi
fi;
-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
@ -31,15 +28,3 @@ $FreeBSD$
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
@@ -12526,11 +12527,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo creating "$ac_file"

View file

@ -1,20 +0,0 @@
--- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000
+++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000
@@ -26,6 +26,8 @@
* compile on generic platforms that don't support glib, gimp, gtk, etc.
*/
+#include <sys/types.h>
+
#ifndef WEAVETEST
#include "print.h"
#endif
@@ -4000,7 +4002,7 @@
if (lineoffs[0].v[j] != 0)
fprintf(stderr,
"WARNING: pass %d subpass %d row %d: lineoffs %ld\n",
- w.pass, i, row, lineoffs[0].v[j]);
+ w.pass, i, row, (long)lineoffs[0].v[j]);
lineoffs[0].v[j] = 0;
lineactive[0].v[j] = 0;
}

View file

@ -1,5 +1,5 @@
bin/escputil-1.3
bin/gimp-1.3
bin/gimp-remote-1.3
bin/gimptool-1.3
etc/gimp/1.3/gimprc
etc/gimp/1.3/gimprc_user
@ -16,6 +16,7 @@ include/gimp-1.3/libgimp/gimpchannel_pdb.h
include/gimp-1.3/libgimp/gimpcolor_pdb.h
include/gimp-1.3/libgimp/gimpcolordisplay.h
include/gimp-1.3/libgimp/gimpcolorselector.h
include/gimp-1.3/libgimp/gimpcompat.h
include/gimp-1.3/libgimp/gimpconvert_pdb.h
include/gimp-1.3/libgimp/gimpdisplay_pdb.h
include/gimp-1.3/libgimp/gimpdrawable.h
@ -41,6 +42,8 @@ include/gimp-1.3/libgimp/gimpmisc_pdb.h
include/gimp-1.3/libgimp/gimpmisctools_pdb.h
include/gimp-1.3/libgimp/gimpmodule.h
include/gimp-1.3/libgimp/gimppainttools_pdb.h
include/gimp-1.3/libgimp/gimppalettes_pdb.h
include/gimp-1.3/libgimp/gimppaletteselect_pdb.h
include/gimp-1.3/libgimp/gimppalette_pdb.h
include/gimp-1.3/libgimp/gimpparasite_pdb.h
include/gimp-1.3/libgimp/gimppaths_pdb.h
@ -80,7 +83,15 @@ include/gimp-1.3/libgimpcolor/gimprgb.h
include/gimp-1.3/libgimpmath/gimpmath.h
include/gimp-1.3/libgimpmath/gimpmathtypes.h
include/gimp-1.3/libgimpmath/gimpmatrix.h
include/gimp-1.3/libgimpmath/gimpmd5.h
include/gimp-1.3/libgimpmath/gimpvector.h
include/gimp-1.3/libgimpproxy/gimpchannel.h
include/gimp-1.3/libgimpproxy/gimpobject.h
include/gimp-1.3/libgimpproxy/gimpproxytypes.h
include/gimp-1.3/libgimptool/gimptool.h
include/gimp-1.3/libgimptool/gimptoolenums.h
include/gimp-1.3/libgimptool/gimptoolmodule.h
include/gimp-1.3/libgimptool/gimptooltypes.h
include/gimp-1.3/libgimpwidgets/gimpbutton.h
include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
@ -115,11 +126,19 @@ lib/libgimpmath-1.3.so.%%SHLIBVER%%
lib/libgimpui-1.3.a
lib/libgimpui-1.3.so
lib/libgimpui-1.3.so.%%SHLIBVER%%
lib/libgimpproxy-1.3.a
lib/libgimpproxy-1.3.so
lib/libgimpproxy-1.3.so.%%SHLIBVER%%
lib/libgimptool-1.3.a
lib/libgimptool-1.3.so
lib/libgimptool-1.3.so.%%SHLIBVER%%
lib/libgimpwidgets-1.3.a
lib/libgimpwidgets-1.3.so
lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
libdata/pkgconfig/gimp-1.3.pc
libdata/pkgconfig/gimpui-1.3.pc
libexec/gimp/1.3/modules/libcdisplay_gamma.so
libexec/gimp/1.3/modules/libcdisplay_highcontrast.so
libexec/gimp/1.3/modules/libcolorsel_triangle.so
libexec/gimp/1.3/plug-ins/AlienMap
libexec/gimp/1.3/plug-ins/AlienMap2
@ -221,7 +240,6 @@ libexec/gimp/1.3/plug-ins/pcx
libexec/gimp/1.3/plug-ins/pix
libexec/gimp/1.3/plug-ins/pixelize
libexec/gimp/1.3/plug-ins/plasma
libexec/gimp/1.3/plug-ins/plugin-helper
libexec/gimp/1.3/plug-ins/plugindetails
libexec/gimp/1.3/plug-ins/png
libexec/gimp/1.3/plug-ins/pnm
@ -258,6 +276,7 @@ libexec/gimp/1.3/plug-ins/tiff
libexec/gimp/1.3/plug-ins/tile
libexec/gimp/1.3/plug-ins/tileit
libexec/gimp/1.3/plug-ins/tiler
libexec/gimp/1.3/plug-ins/tool-safe-mode
libexec/gimp/1.3/plug-ins/uniteditor
libexec/gimp/1.3/plug-ins/unsharp
libexec/gimp/1.3/plug-ins/url
@ -276,6 +295,90 @@ libexec/gimp/1.3/plug-ins/xpm
libexec/gimp/1.3/plug-ins/xwd
libexec/gimp/1.3/plug-ins/zealouscrop
share/aclocal/gimp-1.4.m4
share/doc/gimp/libgimp/gimpdefinitions.html
share/doc/gimp/libgimp/gimpmodule.html
share/doc/gimp/libgimp/index.html
share/doc/gimp/libgimp/index.sgml
share/doc/gimp/libgimp/libgimp-gimp.html
share/doc/gimp/libgimp/libgimp-gimpbrushes.html
share/doc/gimp/libgimp/libgimp-gimpchannel.html
share/doc/gimp/libgimp/libgimp-gimpcolor.html
share/doc/gimp/libgimp/libgimp-gimpcolordisplay.html
share/doc/gimp/libgimp/libgimp-gimpcolorselector.html
share/doc/gimp/libgimp/libgimp-gimpconvert.html
share/doc/gimp/libgimp/libgimp-gimpdisplay.html
share/doc/gimp/libgimp/libgimp-gimpdrawable.html
share/doc/gimp/libgimp/libgimp-gimpedit.html
share/doc/gimp/libgimp/libgimp-gimpenums.html
share/doc/gimp/libgimp/libgimp-gimpexport.html
share/doc/gimp/libgimp/libgimp-gimpfileops.html
share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html
share/doc/gimp/libgimp/libgimp-gimpgimprc.html
share/doc/gimp/libgimp/libgimp-gimpgradients.html
share/doc/gimp/libgimp/libgimp-gimpguides.html
share/doc/gimp/libgimp/libgimp-gimphelp.html
share/doc/gimp/libgimp/libgimp-gimpimage.html
share/doc/gimp/libgimp/libgimp-gimplayer.html
share/doc/gimp/libgimp/libgimp-gimpmenu.html
share/doc/gimp/libgimp/libgimp-gimpmessage.html
share/doc/gimp/libgimp/libgimp-gimpmisc.html
share/doc/gimp/libgimp/libgimp-gimpmodule.html
share/doc/gimp/libgimp/libgimp-gimppalette.html
share/doc/gimp/libgimp/libgimp-gimppatterns.html
share/doc/gimp/libgimp/libgimp-gimppixelrgn.html
share/doc/gimp/libgimp/libgimp-gimpplugin.html
share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html
share/doc/gimp/libgimp/libgimp-gimpselection.html
share/doc/gimp/libgimp/libgimp-gimptexttool.html
share/doc/gimp/libgimp/libgimp-gimptile.html
share/doc/gimp/libgimp/libgimp-gimptools.html
share/doc/gimp/libgimp/libgimp-gimpui.html
share/doc/gimp/libgimp/libgimp-gimpundo.html
share/doc/gimp/libgimp/libgimp.html
share/doc/gimp/libgimp/libgimpui.html
share/doc/gimp/libgimpbase/index.html
share/doc/gimp/libgimpbase/index.sgml
share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html
share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html
share/doc/gimp/libgimpbase/libgimpbase-gimpprotocol.html
share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html
share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html
share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html
share/doc/gimp/libgimpbase/libgimpbase-gimpwire.html
share/doc/gimp/libgimpbase/libgimpbase.html
share/doc/gimp/libgimpcolor/index.html
share/doc/gimp/libgimpcolor/index.sgml
share/doc/gimp/libgimpcolor/libgimpcolor-gimpadaptivesupersample.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpbilinear.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpcolorspace.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimphsv.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimprgb.html
share/doc/gimp/libgimpcolor/libgimpcolor.html
share/doc/gimp/libgimpmath/index.html
share/doc/gimp/libgimpmath/index.sgml
share/doc/gimp/libgimpmath/libgimpmath-gimpmath.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmatrix.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmd5.html
share/doc/gimp/libgimpmath/libgimpmath-gimpvector.html
share/doc/gimp/libgimpmath/libgimpmath.html
share/doc/gimp/libgimpwidgets/gimpchainbutton.html
share/doc/gimp/libgimpwidgets/gimpcolorbutton.html
share/doc/gimp/libgimpwidgets/gimpfileselection.html
share/doc/gimp/libgimpwidgets/gimppatheditor.html
share/doc/gimp/libgimpwidgets/gimppixmap.html
share/doc/gimp/libgimpwidgets/gimpsizeentry.html
share/doc/gimp/libgimpwidgets/gimpunitmenu.html
share/doc/gimp/libgimpwidgets/index.html
share/doc/gimp/libgimpwidgets/index.sgml
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpdialog.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimphelpui.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpquerybox.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpstock.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpwidgets.html
share/doc/gimp/libgimpwidgets/libgimpwidgets.html
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@ -549,8 +652,10 @@ share/gimp/gradients/Yellow_Orange.ggr
share/gimp/images/gimp_logo.png
share/gimp/images/gimp_splash.gif
share/gimp/images/gimp_splash.png
share/gimp/images/wilber-icon.png
share/gimp/images/wilber-tips.png
share/gimp/images/wilber-wizard.png
share/gimp/misc/gimp.desktop
share/gimp/misc/user_install
share/gimp/palettes/Bears.gpl
share/gimp/palettes/Bgold.gpl
@ -747,68 +852,88 @@ share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
share/gimp/themes/Default/gtkrc
share/gimp/themes/Default/imagerc
share/gimp/themes/Default/images/gimp-dialog-error.png
share/gimp/themes/Default/images/gimp-dialog-info.png
share/gimp/themes/Default/images/gimp-dialog-question.png
share/gimp/themes/Default/images/gimp-dialog-warning.png
share/gimp/themes/Default/images/stock-button-delete.png
share/gimp/themes/Default/images/stock-button-lower.png
share/gimp/themes/Default/images/stock-button-new.png
share/gimp/themes/Default/images/stock-button-raise.png
share/gimp/themes/Default/images/stock-button-refresh.png
share/gimp/themes/Default/images/tools/stock-tool-button-airbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-bezier-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-blend.png
share/gimp/themes/Default/images/tools/stock-tool-button-blur.png
share/gimp/themes/Default/images/tools/stock-tool-button-brightness-contrast.png
share/gimp/themes/Default/images/tools/stock-tool-button-bucket-fill.png
share/gimp/themes/Default/images/tools/stock-tool-button-by-color-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-clone.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-balance.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-picker.png
share/gimp/themes/Default/images/tools/stock-tool-button-crop.png
share/gimp/themes/Default/images/tools/stock-tool-button-curves.png
share/gimp/themes/Default/images/tools/stock-tool-button-dodge.png
share/gimp/themes/Default/images/tools/stock-tool-button-ellipse-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-eraser.png
share/gimp/themes/Default/images/tools/stock-tool-button-flip.png
share/gimp/themes/Default/images/tools/stock-tool-button-free-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-fuzzy-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-histogram.png
share/gimp/themes/Default/images/tools/stock-tool-button-hue-saturation.png
share/gimp/themes/Default/images/tools/stock-tool-button-ink.png
share/gimp/themes/Default/images/tools/stock-tool-button-iscissors.png
share/gimp/themes/Default/images/tools/stock-tool-button-levels.png
share/gimp/themes/Default/images/tools/stock-tool-button-measure.png
share/gimp/themes/Default/images/tools/stock-tool-button-move.png
share/gimp/themes/Default/images/tools/stock-tool-button-paintbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-path.png
share/gimp/themes/Default/images/tools/stock-tool-button-pencil.png
share/gimp/themes/Default/images/tools/stock-tool-button-perspective.png
share/gimp/themes/Default/images/tools/stock-tool-button-posterize.png
share/gimp/themes/Default/images/tools/stock-tool-button-rect-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-rotate.png
share/gimp/themes/Default/images/tools/stock-tool-button-scale.png
share/gimp/themes/Default/images/tools/stock-tool-button-shear.png
share/gimp/themes/Default/images/tools/stock-tool-button-smudge.png
share/gimp/themes/Default/images/tools/stock-tool-button-text.png
share/gimp/themes/Default/images/tools/stock-tool-button-threshold.png
share/gimp/themes/Default/images/tools/stock-tool-button-zoom.png
share/gimp/tips/gimp_tips.cs.txt
share/gimp/tips/gimp_tips.de.txt
share/gimp/tips/gimp_tips.es.txt
share/gimp/tips/gimp_tips.fr.txt
share/gimp/tips/gimp_tips.hu.txt
share/gimp/tips/gimp_tips.it.txt
share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
share/gimp/tips/gimp_tips.tr.txt
share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/tips/gimp_tips.zh_CN.txt
share/gimp/tips/gimp_tips.zh_TW.txt
share/gimp/themes/Default/images/preferences/default-comment.png
share/gimp/themes/Default/images/preferences/display.png
share/gimp/themes/Default/images/preferences/environment.png
share/gimp/themes/Default/images/preferences/folders-brushes.png
share/gimp/themes/Default/images/preferences/folders-gradients.png
share/gimp/themes/Default/images/preferences/folders-modules.png
share/gimp/themes/Default/images/preferences/folders-palettes.png
share/gimp/themes/Default/images/preferences/folders-patterns.png
share/gimp/themes/Default/images/preferences/folders-plug-ins.png
share/gimp/themes/Default/images/preferences/folders-themes.png
share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
share/gimp/themes/Default/images/preferences/folders.png
share/gimp/themes/Default/images/preferences/help-system.png
share/gimp/themes/Default/images/preferences/image-windows.png
share/gimp/themes/Default/images/preferences/input-devices.png
share/gimp/themes/Default/images/preferences/interface.png
share/gimp/themes/Default/images/preferences/monitor.png
share/gimp/themes/Default/images/preferences/new-image.png
share/gimp/themes/Default/images/preferences/tool-options.png
share/gimp/themes/Default/images/stock-all-16.png
share/gimp/themes/Default/images/stock-anchor-16.png
share/gimp/themes/Default/images/stock-char-picker-22.png
share/gimp/themes/Default/images/stock-convert-grayscale-16.png
share/gimp/themes/Default/images/stock-convert-indexed-16.png
share/gimp/themes/Default/images/stock-convert-rgb-16.png
share/gimp/themes/Default/images/stock-default-colors-12.png
share/gimp/themes/Default/images/stock-delete-16.png
share/gimp/themes/Default/images/stock-duplicate-16.png
share/gimp/themes/Default/images/stock-edit-16.png
share/gimp/themes/Default/images/stock-error-64.png
share/gimp/themes/Default/images/stock-eye-20.png
share/gimp/themes/Default/images/stock-grow-16.png
share/gimp/themes/Default/images/stock-hchain-24.png
share/gimp/themes/Default/images/stock-hchain-broken-24.png
share/gimp/themes/Default/images/stock-info-16.png
share/gimp/themes/Default/images/stock-info-24.png
share/gimp/themes/Default/images/stock-info-64.png
share/gimp/themes/Default/images/stock-invert-16.png
share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png
share/gimp/themes/Default/images/stock-letter-spacing-22.png
share/gimp/themes/Default/images/stock-line-spacing-22.png
share/gimp/themes/Default/images/stock-linked-20.png
share/gimp/themes/Default/images/stock-lower-16.png
share/gimp/themes/Default/images/stock-merge-down-16.png
share/gimp/themes/Default/images/stock-navigation-16.png
share/gimp/themes/Default/images/stock-new-16.png
share/gimp/themes/Default/images/stock-none-16.png
share/gimp/themes/Default/images/stock-paste-16.png
share/gimp/themes/Default/images/stock-paste-as-new-16.png
share/gimp/themes/Default/images/stock-paste-into-16.png
share/gimp/themes/Default/images/stock-path-stroke-16.png
share/gimp/themes/Default/images/stock-plugin-16.png
share/gimp/themes/Default/images/stock-qmask-off-16.png
share/gimp/themes/Default/images/stock-qmask-on-16.png
share/gimp/themes/Default/images/stock-question-64.png
share/gimp/themes/Default/images/stock-raise-16.png
share/gimp/themes/Default/images/stock-refresh-16.png
share/gimp/themes/Default/images/stock-reset-16.png
share/gimp/themes/Default/images/stock-reshow-filter-16.png
share/gimp/themes/Default/images/stock-resize-16.png
share/gimp/themes/Default/images/stock-rotate-180-16.png
share/gimp/themes/Default/images/stock-rotate-270-16.png
share/gimp/themes/Default/images/stock-rotate-90-16.png
share/gimp/themes/Default/images/stock-scale-16.png
share/gimp/themes/Default/images/stock-selection-add-16.png
share/gimp/themes/Default/images/stock-selection-intersect-16.png
share/gimp/themes/Default/images/stock-selection-replace-16.png
share/gimp/themes/Default/images/stock-selection-stroke-16.png
share/gimp/themes/Default/images/stock-selection-subtract-16.png
share/gimp/themes/Default/images/stock-selection-to-channel-16.png
share/gimp/themes/Default/images/stock-selection-to-path-16.png
share/gimp/themes/Default/images/stock-shrink-16.png
share/gimp/themes/Default/images/stock-swap-colors-12.png
share/gimp/themes/Default/images/stock-tool-options-16.png
share/gimp/themes/Default/images/stock-vchain-24.png
share/gimp/themes/Default/images/stock-vchain-broken-24.png
share/gimp/themes/Default/images/stock-warning-16.png
share/gimp/themes/Default/images/stock-warning-24.png
share/gimp/themes/Default/images/stock-warning-64.png
share/gimp/themes/Default/images/stock-wilber-16.png
share/gimp/themes/Default/images/stock-wilber-eek-64.png
share/gimp/tips/gimp-tips.xml
share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo
share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo
share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -885,6 +1010,10 @@ share/locale/pl/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pl/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pl/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pl/LC_MESSAGES/gimp14.mo
share/locale/pt/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pt/LC_MESSAGES/gimp14.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -928,7 +1057,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm share/doc/gimp/libgimp
@dirrm share/doc/gimp
@dirrm share/gimp/tips
@dirrm share/gimp/themes/Default/images/tools
@dirrm share/gimp/themes/Default/images/preferences
@dirrm share/gimp/themes/Default/images
@dirrm share/gimp/themes/Default
@dirrm share/gimp/themes
@ -952,6 +1081,8 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm libexec/gimp/1.3
@dirrm libexec/gimp
@dirrm include/gimp-1.3/libgimpwidgets
@dirrm include/gimp-1.3/libgimptool
@dirrm include/gimp-1.3/libgimpproxy
@dirrm include/gimp-1.3/libgimpmath
@dirrm include/gimp-1.3/libgimpcolor
@dirrm include/gimp-1.3/libgimpbase

View file

@ -6,8 +6,7 @@
#
PORTNAME= gimp
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 1.3.9
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@ -23,6 +22,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
gimpprint.1:${PORTSDIR}/print/gimp-print \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
@ -42,7 +42,8 @@ USE_REINPLACE= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl \
--with-html-dir=${PREFIX}/share/doc/gimp
--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${MPEG_WRKSRC}" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
@ -53,9 +54,13 @@ MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
--target=${ARCH}-unknown-freebsd${OSREL}
MAN1= escputil-1.3.1 gimp-1.3.1 gimptool-1.3.1
MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
MAN5= gimprc-1.3.5
#.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(WITH_HTML_HELP_BROWSER)
#LIB_DEPENDS+= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
#.endif
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -)

View file

@ -1,2 +1,2 @@
MD5 (gimp-1.3.3.tar.bz2) = 143d92b776984213eeee5eeac8d90fa8
MD5 (gimp-1.3.9.tar.bz2) = 618b60e2e1762a37e89a8db0c024ee08
MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b

View file

@ -1,18 +1,15 @@
$FreeBSD$
--- configure.orig Sun Feb 10 22:25:19 2002
+++ configure Fri May 17 20:53:47 2002
@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
--- configure.orig Thu Oct 10 18:44:32 2002
+++ configure Fri Oct 11 12:52:28 2002
@@ -1462,7 +1462,7 @@
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
@@ -5310,6 +5310,7 @@
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@@ -7224,6 +7224,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -20,9 +17,9 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -11392,8 +11393,8 @@
@@ -17657,8 +17658,8 @@
fi
fi;
-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
@ -31,15 +28,3 @@ $FreeBSD$
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
@@ -12526,11 +12527,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo creating "$ac_file"

View file

@ -1,20 +0,0 @@
--- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000
+++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000
@@ -26,6 +26,8 @@
* compile on generic platforms that don't support glib, gimp, gtk, etc.
*/
+#include <sys/types.h>
+
#ifndef WEAVETEST
#include "print.h"
#endif
@@ -4000,7 +4002,7 @@
if (lineoffs[0].v[j] != 0)
fprintf(stderr,
"WARNING: pass %d subpass %d row %d: lineoffs %ld\n",
- w.pass, i, row, lineoffs[0].v[j]);
+ w.pass, i, row, (long)lineoffs[0].v[j]);
lineoffs[0].v[j] = 0;
lineactive[0].v[j] = 0;
}

View file

@ -1,5 +1,5 @@
bin/escputil-1.3
bin/gimp-1.3
bin/gimp-remote-1.3
bin/gimptool-1.3
etc/gimp/1.3/gimprc
etc/gimp/1.3/gimprc_user
@ -16,6 +16,7 @@ include/gimp-1.3/libgimp/gimpchannel_pdb.h
include/gimp-1.3/libgimp/gimpcolor_pdb.h
include/gimp-1.3/libgimp/gimpcolordisplay.h
include/gimp-1.3/libgimp/gimpcolorselector.h
include/gimp-1.3/libgimp/gimpcompat.h
include/gimp-1.3/libgimp/gimpconvert_pdb.h
include/gimp-1.3/libgimp/gimpdisplay_pdb.h
include/gimp-1.3/libgimp/gimpdrawable.h
@ -41,6 +42,8 @@ include/gimp-1.3/libgimp/gimpmisc_pdb.h
include/gimp-1.3/libgimp/gimpmisctools_pdb.h
include/gimp-1.3/libgimp/gimpmodule.h
include/gimp-1.3/libgimp/gimppainttools_pdb.h
include/gimp-1.3/libgimp/gimppalettes_pdb.h
include/gimp-1.3/libgimp/gimppaletteselect_pdb.h
include/gimp-1.3/libgimp/gimppalette_pdb.h
include/gimp-1.3/libgimp/gimpparasite_pdb.h
include/gimp-1.3/libgimp/gimppaths_pdb.h
@ -80,7 +83,15 @@ include/gimp-1.3/libgimpcolor/gimprgb.h
include/gimp-1.3/libgimpmath/gimpmath.h
include/gimp-1.3/libgimpmath/gimpmathtypes.h
include/gimp-1.3/libgimpmath/gimpmatrix.h
include/gimp-1.3/libgimpmath/gimpmd5.h
include/gimp-1.3/libgimpmath/gimpvector.h
include/gimp-1.3/libgimpproxy/gimpchannel.h
include/gimp-1.3/libgimpproxy/gimpobject.h
include/gimp-1.3/libgimpproxy/gimpproxytypes.h
include/gimp-1.3/libgimptool/gimptool.h
include/gimp-1.3/libgimptool/gimptoolenums.h
include/gimp-1.3/libgimptool/gimptoolmodule.h
include/gimp-1.3/libgimptool/gimptooltypes.h
include/gimp-1.3/libgimpwidgets/gimpbutton.h
include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
@ -115,11 +126,19 @@ lib/libgimpmath-1.3.so.%%SHLIBVER%%
lib/libgimpui-1.3.a
lib/libgimpui-1.3.so
lib/libgimpui-1.3.so.%%SHLIBVER%%
lib/libgimpproxy-1.3.a
lib/libgimpproxy-1.3.so
lib/libgimpproxy-1.3.so.%%SHLIBVER%%
lib/libgimptool-1.3.a
lib/libgimptool-1.3.so
lib/libgimptool-1.3.so.%%SHLIBVER%%
lib/libgimpwidgets-1.3.a
lib/libgimpwidgets-1.3.so
lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
libdata/pkgconfig/gimp-1.3.pc
libdata/pkgconfig/gimpui-1.3.pc
libexec/gimp/1.3/modules/libcdisplay_gamma.so
libexec/gimp/1.3/modules/libcdisplay_highcontrast.so
libexec/gimp/1.3/modules/libcolorsel_triangle.so
libexec/gimp/1.3/plug-ins/AlienMap
libexec/gimp/1.3/plug-ins/AlienMap2
@ -221,7 +240,6 @@ libexec/gimp/1.3/plug-ins/pcx
libexec/gimp/1.3/plug-ins/pix
libexec/gimp/1.3/plug-ins/pixelize
libexec/gimp/1.3/plug-ins/plasma
libexec/gimp/1.3/plug-ins/plugin-helper
libexec/gimp/1.3/plug-ins/plugindetails
libexec/gimp/1.3/plug-ins/png
libexec/gimp/1.3/plug-ins/pnm
@ -258,6 +276,7 @@ libexec/gimp/1.3/plug-ins/tiff
libexec/gimp/1.3/plug-ins/tile
libexec/gimp/1.3/plug-ins/tileit
libexec/gimp/1.3/plug-ins/tiler
libexec/gimp/1.3/plug-ins/tool-safe-mode
libexec/gimp/1.3/plug-ins/uniteditor
libexec/gimp/1.3/plug-ins/unsharp
libexec/gimp/1.3/plug-ins/url
@ -276,6 +295,90 @@ libexec/gimp/1.3/plug-ins/xpm
libexec/gimp/1.3/plug-ins/xwd
libexec/gimp/1.3/plug-ins/zealouscrop
share/aclocal/gimp-1.4.m4
share/doc/gimp/libgimp/gimpdefinitions.html
share/doc/gimp/libgimp/gimpmodule.html
share/doc/gimp/libgimp/index.html
share/doc/gimp/libgimp/index.sgml
share/doc/gimp/libgimp/libgimp-gimp.html
share/doc/gimp/libgimp/libgimp-gimpbrushes.html
share/doc/gimp/libgimp/libgimp-gimpchannel.html
share/doc/gimp/libgimp/libgimp-gimpcolor.html
share/doc/gimp/libgimp/libgimp-gimpcolordisplay.html
share/doc/gimp/libgimp/libgimp-gimpcolorselector.html
share/doc/gimp/libgimp/libgimp-gimpconvert.html
share/doc/gimp/libgimp/libgimp-gimpdisplay.html
share/doc/gimp/libgimp/libgimp-gimpdrawable.html
share/doc/gimp/libgimp/libgimp-gimpedit.html
share/doc/gimp/libgimp/libgimp-gimpenums.html
share/doc/gimp/libgimp/libgimp-gimpexport.html
share/doc/gimp/libgimp/libgimp-gimpfileops.html
share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html
share/doc/gimp/libgimp/libgimp-gimpgimprc.html
share/doc/gimp/libgimp/libgimp-gimpgradients.html
share/doc/gimp/libgimp/libgimp-gimpguides.html
share/doc/gimp/libgimp/libgimp-gimphelp.html
share/doc/gimp/libgimp/libgimp-gimpimage.html
share/doc/gimp/libgimp/libgimp-gimplayer.html
share/doc/gimp/libgimp/libgimp-gimpmenu.html
share/doc/gimp/libgimp/libgimp-gimpmessage.html
share/doc/gimp/libgimp/libgimp-gimpmisc.html
share/doc/gimp/libgimp/libgimp-gimpmodule.html
share/doc/gimp/libgimp/libgimp-gimppalette.html
share/doc/gimp/libgimp/libgimp-gimppatterns.html
share/doc/gimp/libgimp/libgimp-gimppixelrgn.html
share/doc/gimp/libgimp/libgimp-gimpplugin.html
share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html
share/doc/gimp/libgimp/libgimp-gimpselection.html
share/doc/gimp/libgimp/libgimp-gimptexttool.html
share/doc/gimp/libgimp/libgimp-gimptile.html
share/doc/gimp/libgimp/libgimp-gimptools.html
share/doc/gimp/libgimp/libgimp-gimpui.html
share/doc/gimp/libgimp/libgimp-gimpundo.html
share/doc/gimp/libgimp/libgimp.html
share/doc/gimp/libgimp/libgimpui.html
share/doc/gimp/libgimpbase/index.html
share/doc/gimp/libgimpbase/index.sgml
share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html
share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html
share/doc/gimp/libgimpbase/libgimpbase-gimpprotocol.html
share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html
share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html
share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html
share/doc/gimp/libgimpbase/libgimpbase-gimpwire.html
share/doc/gimp/libgimpbase/libgimpbase.html
share/doc/gimp/libgimpcolor/index.html
share/doc/gimp/libgimpcolor/index.sgml
share/doc/gimp/libgimpcolor/libgimpcolor-gimpadaptivesupersample.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpbilinear.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpcolorspace.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimphsv.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimprgb.html
share/doc/gimp/libgimpcolor/libgimpcolor.html
share/doc/gimp/libgimpmath/index.html
share/doc/gimp/libgimpmath/index.sgml
share/doc/gimp/libgimpmath/libgimpmath-gimpmath.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmatrix.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmd5.html
share/doc/gimp/libgimpmath/libgimpmath-gimpvector.html
share/doc/gimp/libgimpmath/libgimpmath.html
share/doc/gimp/libgimpwidgets/gimpchainbutton.html
share/doc/gimp/libgimpwidgets/gimpcolorbutton.html
share/doc/gimp/libgimpwidgets/gimpfileselection.html
share/doc/gimp/libgimpwidgets/gimppatheditor.html
share/doc/gimp/libgimpwidgets/gimppixmap.html
share/doc/gimp/libgimpwidgets/gimpsizeentry.html
share/doc/gimp/libgimpwidgets/gimpunitmenu.html
share/doc/gimp/libgimpwidgets/index.html
share/doc/gimp/libgimpwidgets/index.sgml
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpdialog.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimphelpui.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpquerybox.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpstock.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpwidgets.html
share/doc/gimp/libgimpwidgets/libgimpwidgets.html
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@ -549,8 +652,10 @@ share/gimp/gradients/Yellow_Orange.ggr
share/gimp/images/gimp_logo.png
share/gimp/images/gimp_splash.gif
share/gimp/images/gimp_splash.png
share/gimp/images/wilber-icon.png
share/gimp/images/wilber-tips.png
share/gimp/images/wilber-wizard.png
share/gimp/misc/gimp.desktop
share/gimp/misc/user_install
share/gimp/palettes/Bears.gpl
share/gimp/palettes/Bgold.gpl
@ -747,68 +852,88 @@ share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
share/gimp/themes/Default/gtkrc
share/gimp/themes/Default/imagerc
share/gimp/themes/Default/images/gimp-dialog-error.png
share/gimp/themes/Default/images/gimp-dialog-info.png
share/gimp/themes/Default/images/gimp-dialog-question.png
share/gimp/themes/Default/images/gimp-dialog-warning.png
share/gimp/themes/Default/images/stock-button-delete.png
share/gimp/themes/Default/images/stock-button-lower.png
share/gimp/themes/Default/images/stock-button-new.png
share/gimp/themes/Default/images/stock-button-raise.png
share/gimp/themes/Default/images/stock-button-refresh.png
share/gimp/themes/Default/images/tools/stock-tool-button-airbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-bezier-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-blend.png
share/gimp/themes/Default/images/tools/stock-tool-button-blur.png
share/gimp/themes/Default/images/tools/stock-tool-button-brightness-contrast.png
share/gimp/themes/Default/images/tools/stock-tool-button-bucket-fill.png
share/gimp/themes/Default/images/tools/stock-tool-button-by-color-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-clone.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-balance.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-picker.png
share/gimp/themes/Default/images/tools/stock-tool-button-crop.png
share/gimp/themes/Default/images/tools/stock-tool-button-curves.png
share/gimp/themes/Default/images/tools/stock-tool-button-dodge.png
share/gimp/themes/Default/images/tools/stock-tool-button-ellipse-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-eraser.png
share/gimp/themes/Default/images/tools/stock-tool-button-flip.png
share/gimp/themes/Default/images/tools/stock-tool-button-free-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-fuzzy-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-histogram.png
share/gimp/themes/Default/images/tools/stock-tool-button-hue-saturation.png
share/gimp/themes/Default/images/tools/stock-tool-button-ink.png
share/gimp/themes/Default/images/tools/stock-tool-button-iscissors.png
share/gimp/themes/Default/images/tools/stock-tool-button-levels.png
share/gimp/themes/Default/images/tools/stock-tool-button-measure.png
share/gimp/themes/Default/images/tools/stock-tool-button-move.png
share/gimp/themes/Default/images/tools/stock-tool-button-paintbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-path.png
share/gimp/themes/Default/images/tools/stock-tool-button-pencil.png
share/gimp/themes/Default/images/tools/stock-tool-button-perspective.png
share/gimp/themes/Default/images/tools/stock-tool-button-posterize.png
share/gimp/themes/Default/images/tools/stock-tool-button-rect-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-rotate.png
share/gimp/themes/Default/images/tools/stock-tool-button-scale.png
share/gimp/themes/Default/images/tools/stock-tool-button-shear.png
share/gimp/themes/Default/images/tools/stock-tool-button-smudge.png
share/gimp/themes/Default/images/tools/stock-tool-button-text.png
share/gimp/themes/Default/images/tools/stock-tool-button-threshold.png
share/gimp/themes/Default/images/tools/stock-tool-button-zoom.png
share/gimp/tips/gimp_tips.cs.txt
share/gimp/tips/gimp_tips.de.txt
share/gimp/tips/gimp_tips.es.txt
share/gimp/tips/gimp_tips.fr.txt
share/gimp/tips/gimp_tips.hu.txt
share/gimp/tips/gimp_tips.it.txt
share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
share/gimp/tips/gimp_tips.tr.txt
share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/tips/gimp_tips.zh_CN.txt
share/gimp/tips/gimp_tips.zh_TW.txt
share/gimp/themes/Default/images/preferences/default-comment.png
share/gimp/themes/Default/images/preferences/display.png
share/gimp/themes/Default/images/preferences/environment.png
share/gimp/themes/Default/images/preferences/folders-brushes.png
share/gimp/themes/Default/images/preferences/folders-gradients.png
share/gimp/themes/Default/images/preferences/folders-modules.png
share/gimp/themes/Default/images/preferences/folders-palettes.png
share/gimp/themes/Default/images/preferences/folders-patterns.png
share/gimp/themes/Default/images/preferences/folders-plug-ins.png
share/gimp/themes/Default/images/preferences/folders-themes.png
share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
share/gimp/themes/Default/images/preferences/folders.png
share/gimp/themes/Default/images/preferences/help-system.png
share/gimp/themes/Default/images/preferences/image-windows.png
share/gimp/themes/Default/images/preferences/input-devices.png
share/gimp/themes/Default/images/preferences/interface.png
share/gimp/themes/Default/images/preferences/monitor.png
share/gimp/themes/Default/images/preferences/new-image.png
share/gimp/themes/Default/images/preferences/tool-options.png
share/gimp/themes/Default/images/stock-all-16.png
share/gimp/themes/Default/images/stock-anchor-16.png
share/gimp/themes/Default/images/stock-char-picker-22.png
share/gimp/themes/Default/images/stock-convert-grayscale-16.png
share/gimp/themes/Default/images/stock-convert-indexed-16.png
share/gimp/themes/Default/images/stock-convert-rgb-16.png
share/gimp/themes/Default/images/stock-default-colors-12.png
share/gimp/themes/Default/images/stock-delete-16.png
share/gimp/themes/Default/images/stock-duplicate-16.png
share/gimp/themes/Default/images/stock-edit-16.png
share/gimp/themes/Default/images/stock-error-64.png
share/gimp/themes/Default/images/stock-eye-20.png
share/gimp/themes/Default/images/stock-grow-16.png
share/gimp/themes/Default/images/stock-hchain-24.png
share/gimp/themes/Default/images/stock-hchain-broken-24.png
share/gimp/themes/Default/images/stock-info-16.png
share/gimp/themes/Default/images/stock-info-24.png
share/gimp/themes/Default/images/stock-info-64.png
share/gimp/themes/Default/images/stock-invert-16.png
share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png
share/gimp/themes/Default/images/stock-letter-spacing-22.png
share/gimp/themes/Default/images/stock-line-spacing-22.png
share/gimp/themes/Default/images/stock-linked-20.png
share/gimp/themes/Default/images/stock-lower-16.png
share/gimp/themes/Default/images/stock-merge-down-16.png
share/gimp/themes/Default/images/stock-navigation-16.png
share/gimp/themes/Default/images/stock-new-16.png
share/gimp/themes/Default/images/stock-none-16.png
share/gimp/themes/Default/images/stock-paste-16.png
share/gimp/themes/Default/images/stock-paste-as-new-16.png
share/gimp/themes/Default/images/stock-paste-into-16.png
share/gimp/themes/Default/images/stock-path-stroke-16.png
share/gimp/themes/Default/images/stock-plugin-16.png
share/gimp/themes/Default/images/stock-qmask-off-16.png
share/gimp/themes/Default/images/stock-qmask-on-16.png
share/gimp/themes/Default/images/stock-question-64.png
share/gimp/themes/Default/images/stock-raise-16.png
share/gimp/themes/Default/images/stock-refresh-16.png
share/gimp/themes/Default/images/stock-reset-16.png
share/gimp/themes/Default/images/stock-reshow-filter-16.png
share/gimp/themes/Default/images/stock-resize-16.png
share/gimp/themes/Default/images/stock-rotate-180-16.png
share/gimp/themes/Default/images/stock-rotate-270-16.png
share/gimp/themes/Default/images/stock-rotate-90-16.png
share/gimp/themes/Default/images/stock-scale-16.png
share/gimp/themes/Default/images/stock-selection-add-16.png
share/gimp/themes/Default/images/stock-selection-intersect-16.png
share/gimp/themes/Default/images/stock-selection-replace-16.png
share/gimp/themes/Default/images/stock-selection-stroke-16.png
share/gimp/themes/Default/images/stock-selection-subtract-16.png
share/gimp/themes/Default/images/stock-selection-to-channel-16.png
share/gimp/themes/Default/images/stock-selection-to-path-16.png
share/gimp/themes/Default/images/stock-shrink-16.png
share/gimp/themes/Default/images/stock-swap-colors-12.png
share/gimp/themes/Default/images/stock-tool-options-16.png
share/gimp/themes/Default/images/stock-vchain-24.png
share/gimp/themes/Default/images/stock-vchain-broken-24.png
share/gimp/themes/Default/images/stock-warning-16.png
share/gimp/themes/Default/images/stock-warning-24.png
share/gimp/themes/Default/images/stock-warning-64.png
share/gimp/themes/Default/images/stock-wilber-16.png
share/gimp/themes/Default/images/stock-wilber-eek-64.png
share/gimp/tips/gimp-tips.xml
share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo
share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo
share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -885,6 +1010,10 @@ share/locale/pl/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pl/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pl/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pl/LC_MESSAGES/gimp14.mo
share/locale/pt/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pt/LC_MESSAGES/gimp14.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -928,7 +1057,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm share/doc/gimp/libgimp
@dirrm share/doc/gimp
@dirrm share/gimp/tips
@dirrm share/gimp/themes/Default/images/tools
@dirrm share/gimp/themes/Default/images/preferences
@dirrm share/gimp/themes/Default/images
@dirrm share/gimp/themes/Default
@dirrm share/gimp/themes
@ -952,6 +1081,8 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm libexec/gimp/1.3
@dirrm libexec/gimp
@dirrm include/gimp-1.3/libgimpwidgets
@dirrm include/gimp-1.3/libgimptool
@dirrm include/gimp-1.3/libgimpproxy
@dirrm include/gimp-1.3/libgimpmath
@dirrm include/gimp-1.3/libgimpcolor
@dirrm include/gimp-1.3/libgimpbase

View file

@ -6,8 +6,7 @@
#
PORTNAME= gimp
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 1.3.9
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@ -23,6 +22,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
gimpprint.1:${PORTSDIR}/print/gimp-print \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
@ -42,7 +42,8 @@ USE_REINPLACE= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl \
--with-html-dir=${PREFIX}/share/doc/gimp
--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${MPEG_WRKSRC}" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
@ -53,9 +54,13 @@ MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
--target=${ARCH}-unknown-freebsd${OSREL}
MAN1= escputil-1.3.1 gimp-1.3.1 gimptool-1.3.1
MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
MAN5= gimprc-1.3.5
#.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(WITH_HTML_HELP_BROWSER)
#LIB_DEPENDS+= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
#.endif
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -)

View file

@ -1,2 +1,2 @@
MD5 (gimp-1.3.3.tar.bz2) = 143d92b776984213eeee5eeac8d90fa8
MD5 (gimp-1.3.9.tar.bz2) = 618b60e2e1762a37e89a8db0c024ee08
MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b

View file

@ -1,18 +1,15 @@
$FreeBSD$
--- configure.orig Sun Feb 10 22:25:19 2002
+++ configure Fri May 17 20:53:47 2002
@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
--- configure.orig Thu Oct 10 18:44:32 2002
+++ configure Fri Oct 11 12:52:28 2002
@@ -1462,7 +1462,7 @@
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
@@ -5310,6 +5310,7 @@
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@@ -7224,6 +7224,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -20,9 +17,9 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -11392,8 +11393,8 @@
@@ -17657,8 +17658,8 @@
fi
fi;
-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
@ -31,15 +28,3 @@ $FreeBSD$
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
@@ -12526,11 +12527,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo creating "$ac_file"

View file

@ -1,20 +0,0 @@
--- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000
+++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000
@@ -26,6 +26,8 @@
* compile on generic platforms that don't support glib, gimp, gtk, etc.
*/
+#include <sys/types.h>
+
#ifndef WEAVETEST
#include "print.h"
#endif
@@ -4000,7 +4002,7 @@
if (lineoffs[0].v[j] != 0)
fprintf(stderr,
"WARNING: pass %d subpass %d row %d: lineoffs %ld\n",
- w.pass, i, row, lineoffs[0].v[j]);
+ w.pass, i, row, (long)lineoffs[0].v[j]);
lineoffs[0].v[j] = 0;
lineactive[0].v[j] = 0;
}

View file

@ -1,5 +1,5 @@
bin/escputil-1.3
bin/gimp-1.3
bin/gimp-remote-1.3
bin/gimptool-1.3
etc/gimp/1.3/gimprc
etc/gimp/1.3/gimprc_user
@ -16,6 +16,7 @@ include/gimp-1.3/libgimp/gimpchannel_pdb.h
include/gimp-1.3/libgimp/gimpcolor_pdb.h
include/gimp-1.3/libgimp/gimpcolordisplay.h
include/gimp-1.3/libgimp/gimpcolorselector.h
include/gimp-1.3/libgimp/gimpcompat.h
include/gimp-1.3/libgimp/gimpconvert_pdb.h
include/gimp-1.3/libgimp/gimpdisplay_pdb.h
include/gimp-1.3/libgimp/gimpdrawable.h
@ -41,6 +42,8 @@ include/gimp-1.3/libgimp/gimpmisc_pdb.h
include/gimp-1.3/libgimp/gimpmisctools_pdb.h
include/gimp-1.3/libgimp/gimpmodule.h
include/gimp-1.3/libgimp/gimppainttools_pdb.h
include/gimp-1.3/libgimp/gimppalettes_pdb.h
include/gimp-1.3/libgimp/gimppaletteselect_pdb.h
include/gimp-1.3/libgimp/gimppalette_pdb.h
include/gimp-1.3/libgimp/gimpparasite_pdb.h
include/gimp-1.3/libgimp/gimppaths_pdb.h
@ -80,7 +83,15 @@ include/gimp-1.3/libgimpcolor/gimprgb.h
include/gimp-1.3/libgimpmath/gimpmath.h
include/gimp-1.3/libgimpmath/gimpmathtypes.h
include/gimp-1.3/libgimpmath/gimpmatrix.h
include/gimp-1.3/libgimpmath/gimpmd5.h
include/gimp-1.3/libgimpmath/gimpvector.h
include/gimp-1.3/libgimpproxy/gimpchannel.h
include/gimp-1.3/libgimpproxy/gimpobject.h
include/gimp-1.3/libgimpproxy/gimpproxytypes.h
include/gimp-1.3/libgimptool/gimptool.h
include/gimp-1.3/libgimptool/gimptoolenums.h
include/gimp-1.3/libgimptool/gimptoolmodule.h
include/gimp-1.3/libgimptool/gimptooltypes.h
include/gimp-1.3/libgimpwidgets/gimpbutton.h
include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
@ -115,11 +126,19 @@ lib/libgimpmath-1.3.so.%%SHLIBVER%%
lib/libgimpui-1.3.a
lib/libgimpui-1.3.so
lib/libgimpui-1.3.so.%%SHLIBVER%%
lib/libgimpproxy-1.3.a
lib/libgimpproxy-1.3.so
lib/libgimpproxy-1.3.so.%%SHLIBVER%%
lib/libgimptool-1.3.a
lib/libgimptool-1.3.so
lib/libgimptool-1.3.so.%%SHLIBVER%%
lib/libgimpwidgets-1.3.a
lib/libgimpwidgets-1.3.so
lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
libdata/pkgconfig/gimp-1.3.pc
libdata/pkgconfig/gimpui-1.3.pc
libexec/gimp/1.3/modules/libcdisplay_gamma.so
libexec/gimp/1.3/modules/libcdisplay_highcontrast.so
libexec/gimp/1.3/modules/libcolorsel_triangle.so
libexec/gimp/1.3/plug-ins/AlienMap
libexec/gimp/1.3/plug-ins/AlienMap2
@ -221,7 +240,6 @@ libexec/gimp/1.3/plug-ins/pcx
libexec/gimp/1.3/plug-ins/pix
libexec/gimp/1.3/plug-ins/pixelize
libexec/gimp/1.3/plug-ins/plasma
libexec/gimp/1.3/plug-ins/plugin-helper
libexec/gimp/1.3/plug-ins/plugindetails
libexec/gimp/1.3/plug-ins/png
libexec/gimp/1.3/plug-ins/pnm
@ -258,6 +276,7 @@ libexec/gimp/1.3/plug-ins/tiff
libexec/gimp/1.3/plug-ins/tile
libexec/gimp/1.3/plug-ins/tileit
libexec/gimp/1.3/plug-ins/tiler
libexec/gimp/1.3/plug-ins/tool-safe-mode
libexec/gimp/1.3/plug-ins/uniteditor
libexec/gimp/1.3/plug-ins/unsharp
libexec/gimp/1.3/plug-ins/url
@ -276,6 +295,90 @@ libexec/gimp/1.3/plug-ins/xpm
libexec/gimp/1.3/plug-ins/xwd
libexec/gimp/1.3/plug-ins/zealouscrop
share/aclocal/gimp-1.4.m4
share/doc/gimp/libgimp/gimpdefinitions.html
share/doc/gimp/libgimp/gimpmodule.html
share/doc/gimp/libgimp/index.html
share/doc/gimp/libgimp/index.sgml
share/doc/gimp/libgimp/libgimp-gimp.html
share/doc/gimp/libgimp/libgimp-gimpbrushes.html
share/doc/gimp/libgimp/libgimp-gimpchannel.html
share/doc/gimp/libgimp/libgimp-gimpcolor.html
share/doc/gimp/libgimp/libgimp-gimpcolordisplay.html
share/doc/gimp/libgimp/libgimp-gimpcolorselector.html
share/doc/gimp/libgimp/libgimp-gimpconvert.html
share/doc/gimp/libgimp/libgimp-gimpdisplay.html
share/doc/gimp/libgimp/libgimp-gimpdrawable.html
share/doc/gimp/libgimp/libgimp-gimpedit.html
share/doc/gimp/libgimp/libgimp-gimpenums.html
share/doc/gimp/libgimp/libgimp-gimpexport.html
share/doc/gimp/libgimp/libgimp-gimpfileops.html
share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html
share/doc/gimp/libgimp/libgimp-gimpgimprc.html
share/doc/gimp/libgimp/libgimp-gimpgradients.html
share/doc/gimp/libgimp/libgimp-gimpguides.html
share/doc/gimp/libgimp/libgimp-gimphelp.html
share/doc/gimp/libgimp/libgimp-gimpimage.html
share/doc/gimp/libgimp/libgimp-gimplayer.html
share/doc/gimp/libgimp/libgimp-gimpmenu.html
share/doc/gimp/libgimp/libgimp-gimpmessage.html
share/doc/gimp/libgimp/libgimp-gimpmisc.html
share/doc/gimp/libgimp/libgimp-gimpmodule.html
share/doc/gimp/libgimp/libgimp-gimppalette.html
share/doc/gimp/libgimp/libgimp-gimppatterns.html
share/doc/gimp/libgimp/libgimp-gimppixelrgn.html
share/doc/gimp/libgimp/libgimp-gimpplugin.html
share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html
share/doc/gimp/libgimp/libgimp-gimpselection.html
share/doc/gimp/libgimp/libgimp-gimptexttool.html
share/doc/gimp/libgimp/libgimp-gimptile.html
share/doc/gimp/libgimp/libgimp-gimptools.html
share/doc/gimp/libgimp/libgimp-gimpui.html
share/doc/gimp/libgimp/libgimp-gimpundo.html
share/doc/gimp/libgimp/libgimp.html
share/doc/gimp/libgimp/libgimpui.html
share/doc/gimp/libgimpbase/index.html
share/doc/gimp/libgimpbase/index.sgml
share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html
share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html
share/doc/gimp/libgimpbase/libgimpbase-gimpprotocol.html
share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html
share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html
share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html
share/doc/gimp/libgimpbase/libgimpbase-gimpwire.html
share/doc/gimp/libgimpbase/libgimpbase.html
share/doc/gimp/libgimpcolor/index.html
share/doc/gimp/libgimpcolor/index.sgml
share/doc/gimp/libgimpcolor/libgimpcolor-gimpadaptivesupersample.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpbilinear.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpcolorspace.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimphsv.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimprgb.html
share/doc/gimp/libgimpcolor/libgimpcolor.html
share/doc/gimp/libgimpmath/index.html
share/doc/gimp/libgimpmath/index.sgml
share/doc/gimp/libgimpmath/libgimpmath-gimpmath.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmatrix.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmd5.html
share/doc/gimp/libgimpmath/libgimpmath-gimpvector.html
share/doc/gimp/libgimpmath/libgimpmath.html
share/doc/gimp/libgimpwidgets/gimpchainbutton.html
share/doc/gimp/libgimpwidgets/gimpcolorbutton.html
share/doc/gimp/libgimpwidgets/gimpfileselection.html
share/doc/gimp/libgimpwidgets/gimppatheditor.html
share/doc/gimp/libgimpwidgets/gimppixmap.html
share/doc/gimp/libgimpwidgets/gimpsizeentry.html
share/doc/gimp/libgimpwidgets/gimpunitmenu.html
share/doc/gimp/libgimpwidgets/index.html
share/doc/gimp/libgimpwidgets/index.sgml
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpdialog.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimphelpui.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpquerybox.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpstock.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpwidgets.html
share/doc/gimp/libgimpwidgets/libgimpwidgets.html
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@ -549,8 +652,10 @@ share/gimp/gradients/Yellow_Orange.ggr
share/gimp/images/gimp_logo.png
share/gimp/images/gimp_splash.gif
share/gimp/images/gimp_splash.png
share/gimp/images/wilber-icon.png
share/gimp/images/wilber-tips.png
share/gimp/images/wilber-wizard.png
share/gimp/misc/gimp.desktop
share/gimp/misc/user_install
share/gimp/palettes/Bears.gpl
share/gimp/palettes/Bgold.gpl
@ -747,68 +852,88 @@ share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
share/gimp/themes/Default/gtkrc
share/gimp/themes/Default/imagerc
share/gimp/themes/Default/images/gimp-dialog-error.png
share/gimp/themes/Default/images/gimp-dialog-info.png
share/gimp/themes/Default/images/gimp-dialog-question.png
share/gimp/themes/Default/images/gimp-dialog-warning.png
share/gimp/themes/Default/images/stock-button-delete.png
share/gimp/themes/Default/images/stock-button-lower.png
share/gimp/themes/Default/images/stock-button-new.png
share/gimp/themes/Default/images/stock-button-raise.png
share/gimp/themes/Default/images/stock-button-refresh.png
share/gimp/themes/Default/images/tools/stock-tool-button-airbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-bezier-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-blend.png
share/gimp/themes/Default/images/tools/stock-tool-button-blur.png
share/gimp/themes/Default/images/tools/stock-tool-button-brightness-contrast.png
share/gimp/themes/Default/images/tools/stock-tool-button-bucket-fill.png
share/gimp/themes/Default/images/tools/stock-tool-button-by-color-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-clone.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-balance.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-picker.png
share/gimp/themes/Default/images/tools/stock-tool-button-crop.png
share/gimp/themes/Default/images/tools/stock-tool-button-curves.png
share/gimp/themes/Default/images/tools/stock-tool-button-dodge.png
share/gimp/themes/Default/images/tools/stock-tool-button-ellipse-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-eraser.png
share/gimp/themes/Default/images/tools/stock-tool-button-flip.png
share/gimp/themes/Default/images/tools/stock-tool-button-free-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-fuzzy-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-histogram.png
share/gimp/themes/Default/images/tools/stock-tool-button-hue-saturation.png
share/gimp/themes/Default/images/tools/stock-tool-button-ink.png
share/gimp/themes/Default/images/tools/stock-tool-button-iscissors.png
share/gimp/themes/Default/images/tools/stock-tool-button-levels.png
share/gimp/themes/Default/images/tools/stock-tool-button-measure.png
share/gimp/themes/Default/images/tools/stock-tool-button-move.png
share/gimp/themes/Default/images/tools/stock-tool-button-paintbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-path.png
share/gimp/themes/Default/images/tools/stock-tool-button-pencil.png
share/gimp/themes/Default/images/tools/stock-tool-button-perspective.png
share/gimp/themes/Default/images/tools/stock-tool-button-posterize.png
share/gimp/themes/Default/images/tools/stock-tool-button-rect-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-rotate.png
share/gimp/themes/Default/images/tools/stock-tool-button-scale.png
share/gimp/themes/Default/images/tools/stock-tool-button-shear.png
share/gimp/themes/Default/images/tools/stock-tool-button-smudge.png
share/gimp/themes/Default/images/tools/stock-tool-button-text.png
share/gimp/themes/Default/images/tools/stock-tool-button-threshold.png
share/gimp/themes/Default/images/tools/stock-tool-button-zoom.png
share/gimp/tips/gimp_tips.cs.txt
share/gimp/tips/gimp_tips.de.txt
share/gimp/tips/gimp_tips.es.txt
share/gimp/tips/gimp_tips.fr.txt
share/gimp/tips/gimp_tips.hu.txt
share/gimp/tips/gimp_tips.it.txt
share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
share/gimp/tips/gimp_tips.tr.txt
share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/tips/gimp_tips.zh_CN.txt
share/gimp/tips/gimp_tips.zh_TW.txt
share/gimp/themes/Default/images/preferences/default-comment.png
share/gimp/themes/Default/images/preferences/display.png
share/gimp/themes/Default/images/preferences/environment.png
share/gimp/themes/Default/images/preferences/folders-brushes.png
share/gimp/themes/Default/images/preferences/folders-gradients.png
share/gimp/themes/Default/images/preferences/folders-modules.png
share/gimp/themes/Default/images/preferences/folders-palettes.png
share/gimp/themes/Default/images/preferences/folders-patterns.png
share/gimp/themes/Default/images/preferences/folders-plug-ins.png
share/gimp/themes/Default/images/preferences/folders-themes.png
share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
share/gimp/themes/Default/images/preferences/folders.png
share/gimp/themes/Default/images/preferences/help-system.png
share/gimp/themes/Default/images/preferences/image-windows.png
share/gimp/themes/Default/images/preferences/input-devices.png
share/gimp/themes/Default/images/preferences/interface.png
share/gimp/themes/Default/images/preferences/monitor.png
share/gimp/themes/Default/images/preferences/new-image.png
share/gimp/themes/Default/images/preferences/tool-options.png
share/gimp/themes/Default/images/stock-all-16.png
share/gimp/themes/Default/images/stock-anchor-16.png
share/gimp/themes/Default/images/stock-char-picker-22.png
share/gimp/themes/Default/images/stock-convert-grayscale-16.png
share/gimp/themes/Default/images/stock-convert-indexed-16.png
share/gimp/themes/Default/images/stock-convert-rgb-16.png
share/gimp/themes/Default/images/stock-default-colors-12.png
share/gimp/themes/Default/images/stock-delete-16.png
share/gimp/themes/Default/images/stock-duplicate-16.png
share/gimp/themes/Default/images/stock-edit-16.png
share/gimp/themes/Default/images/stock-error-64.png
share/gimp/themes/Default/images/stock-eye-20.png
share/gimp/themes/Default/images/stock-grow-16.png
share/gimp/themes/Default/images/stock-hchain-24.png
share/gimp/themes/Default/images/stock-hchain-broken-24.png
share/gimp/themes/Default/images/stock-info-16.png
share/gimp/themes/Default/images/stock-info-24.png
share/gimp/themes/Default/images/stock-info-64.png
share/gimp/themes/Default/images/stock-invert-16.png
share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png
share/gimp/themes/Default/images/stock-letter-spacing-22.png
share/gimp/themes/Default/images/stock-line-spacing-22.png
share/gimp/themes/Default/images/stock-linked-20.png
share/gimp/themes/Default/images/stock-lower-16.png
share/gimp/themes/Default/images/stock-merge-down-16.png
share/gimp/themes/Default/images/stock-navigation-16.png
share/gimp/themes/Default/images/stock-new-16.png
share/gimp/themes/Default/images/stock-none-16.png
share/gimp/themes/Default/images/stock-paste-16.png
share/gimp/themes/Default/images/stock-paste-as-new-16.png
share/gimp/themes/Default/images/stock-paste-into-16.png
share/gimp/themes/Default/images/stock-path-stroke-16.png
share/gimp/themes/Default/images/stock-plugin-16.png
share/gimp/themes/Default/images/stock-qmask-off-16.png
share/gimp/themes/Default/images/stock-qmask-on-16.png
share/gimp/themes/Default/images/stock-question-64.png
share/gimp/themes/Default/images/stock-raise-16.png
share/gimp/themes/Default/images/stock-refresh-16.png
share/gimp/themes/Default/images/stock-reset-16.png
share/gimp/themes/Default/images/stock-reshow-filter-16.png
share/gimp/themes/Default/images/stock-resize-16.png
share/gimp/themes/Default/images/stock-rotate-180-16.png
share/gimp/themes/Default/images/stock-rotate-270-16.png
share/gimp/themes/Default/images/stock-rotate-90-16.png
share/gimp/themes/Default/images/stock-scale-16.png
share/gimp/themes/Default/images/stock-selection-add-16.png
share/gimp/themes/Default/images/stock-selection-intersect-16.png
share/gimp/themes/Default/images/stock-selection-replace-16.png
share/gimp/themes/Default/images/stock-selection-stroke-16.png
share/gimp/themes/Default/images/stock-selection-subtract-16.png
share/gimp/themes/Default/images/stock-selection-to-channel-16.png
share/gimp/themes/Default/images/stock-selection-to-path-16.png
share/gimp/themes/Default/images/stock-shrink-16.png
share/gimp/themes/Default/images/stock-swap-colors-12.png
share/gimp/themes/Default/images/stock-tool-options-16.png
share/gimp/themes/Default/images/stock-vchain-24.png
share/gimp/themes/Default/images/stock-vchain-broken-24.png
share/gimp/themes/Default/images/stock-warning-16.png
share/gimp/themes/Default/images/stock-warning-24.png
share/gimp/themes/Default/images/stock-warning-64.png
share/gimp/themes/Default/images/stock-wilber-16.png
share/gimp/themes/Default/images/stock-wilber-eek-64.png
share/gimp/tips/gimp-tips.xml
share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo
share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo
share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -885,6 +1010,10 @@ share/locale/pl/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pl/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pl/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pl/LC_MESSAGES/gimp14.mo
share/locale/pt/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pt/LC_MESSAGES/gimp14.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -928,7 +1057,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm share/doc/gimp/libgimp
@dirrm share/doc/gimp
@dirrm share/gimp/tips
@dirrm share/gimp/themes/Default/images/tools
@dirrm share/gimp/themes/Default/images/preferences
@dirrm share/gimp/themes/Default/images
@dirrm share/gimp/themes/Default
@dirrm share/gimp/themes
@ -952,6 +1081,8 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm libexec/gimp/1.3
@dirrm libexec/gimp
@dirrm include/gimp-1.3/libgimpwidgets
@dirrm include/gimp-1.3/libgimptool
@dirrm include/gimp-1.3/libgimpproxy
@dirrm include/gimp-1.3/libgimpmath
@dirrm include/gimp-1.3/libgimpcolor
@dirrm include/gimp-1.3/libgimpbase

View file

@ -6,8 +6,7 @@
#
PORTNAME= gimp
PORTVERSION= 1.3.3
PORTREVISION= 1
PORTVERSION= 1.3.9
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@ -23,6 +22,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
gimpprint.1:${PORTSDIR}/print/gimp-print \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
@ -42,7 +42,8 @@ USE_REINPLACE= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl \
--with-html-dir=${PREFIX}/share/doc/gimp
--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${MPEG_WRKSRC}" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
@ -53,9 +54,13 @@ MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
--target=${ARCH}-unknown-freebsd${OSREL}
MAN1= escputil-1.3.1 gimp-1.3.1 gimptool-1.3.1
MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
MAN5= gimprc-1.3.5
#.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(WITH_HTML_HELP_BROWSER)
#LIB_DEPENDS+= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
#.endif
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -)

View file

@ -1,2 +1,2 @@
MD5 (gimp-1.3.3.tar.bz2) = 143d92b776984213eeee5eeac8d90fa8
MD5 (gimp-1.3.9.tar.bz2) = 618b60e2e1762a37e89a8db0c024ee08
MD5 (mpeg_lib-1.3.1.tar.gz) = 9d803be0073f42acf87d5fbb339a183b

View file

@ -1,18 +1,15 @@
$FreeBSD$
--- configure.orig Sun Feb 10 22:25:19 2002
+++ configure Fri May 17 20:53:47 2002
@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
--- configure.orig Thu Oct 10 18:44:32 2002
+++ configure Fri Oct 11 12:52:28 2002
@@ -1462,7 +1462,7 @@
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
@@ -5310,6 +5310,7 @@
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@@ -7224,6 +7224,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -20,9 +17,9 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -11392,8 +11393,8 @@
@@ -17657,8 +17658,8 @@
fi
fi;
-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
@ -31,15 +28,3 @@ $FreeBSD$
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
@@ -12526,11 +12527,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo creating "$ac_file"

View file

@ -1,20 +0,0 @@
--- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000
+++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000
@@ -26,6 +26,8 @@
* compile on generic platforms that don't support glib, gimp, gtk, etc.
*/
+#include <sys/types.h>
+
#ifndef WEAVETEST
#include "print.h"
#endif
@@ -4000,7 +4002,7 @@
if (lineoffs[0].v[j] != 0)
fprintf(stderr,
"WARNING: pass %d subpass %d row %d: lineoffs %ld\n",
- w.pass, i, row, lineoffs[0].v[j]);
+ w.pass, i, row, (long)lineoffs[0].v[j]);
lineoffs[0].v[j] = 0;
lineactive[0].v[j] = 0;
}

View file

@ -1,5 +1,5 @@
bin/escputil-1.3
bin/gimp-1.3
bin/gimp-remote-1.3
bin/gimptool-1.3
etc/gimp/1.3/gimprc
etc/gimp/1.3/gimprc_user
@ -16,6 +16,7 @@ include/gimp-1.3/libgimp/gimpchannel_pdb.h
include/gimp-1.3/libgimp/gimpcolor_pdb.h
include/gimp-1.3/libgimp/gimpcolordisplay.h
include/gimp-1.3/libgimp/gimpcolorselector.h
include/gimp-1.3/libgimp/gimpcompat.h
include/gimp-1.3/libgimp/gimpconvert_pdb.h
include/gimp-1.3/libgimp/gimpdisplay_pdb.h
include/gimp-1.3/libgimp/gimpdrawable.h
@ -41,6 +42,8 @@ include/gimp-1.3/libgimp/gimpmisc_pdb.h
include/gimp-1.3/libgimp/gimpmisctools_pdb.h
include/gimp-1.3/libgimp/gimpmodule.h
include/gimp-1.3/libgimp/gimppainttools_pdb.h
include/gimp-1.3/libgimp/gimppalettes_pdb.h
include/gimp-1.3/libgimp/gimppaletteselect_pdb.h
include/gimp-1.3/libgimp/gimppalette_pdb.h
include/gimp-1.3/libgimp/gimpparasite_pdb.h
include/gimp-1.3/libgimp/gimppaths_pdb.h
@ -80,7 +83,15 @@ include/gimp-1.3/libgimpcolor/gimprgb.h
include/gimp-1.3/libgimpmath/gimpmath.h
include/gimp-1.3/libgimpmath/gimpmathtypes.h
include/gimp-1.3/libgimpmath/gimpmatrix.h
include/gimp-1.3/libgimpmath/gimpmd5.h
include/gimp-1.3/libgimpmath/gimpvector.h
include/gimp-1.3/libgimpproxy/gimpchannel.h
include/gimp-1.3/libgimpproxy/gimpobject.h
include/gimp-1.3/libgimpproxy/gimpproxytypes.h
include/gimp-1.3/libgimptool/gimptool.h
include/gimp-1.3/libgimptool/gimptoolenums.h
include/gimp-1.3/libgimptool/gimptoolmodule.h
include/gimp-1.3/libgimptool/gimptooltypes.h
include/gimp-1.3/libgimpwidgets/gimpbutton.h
include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
@ -115,11 +126,19 @@ lib/libgimpmath-1.3.so.%%SHLIBVER%%
lib/libgimpui-1.3.a
lib/libgimpui-1.3.so
lib/libgimpui-1.3.so.%%SHLIBVER%%
lib/libgimpproxy-1.3.a
lib/libgimpproxy-1.3.so
lib/libgimpproxy-1.3.so.%%SHLIBVER%%
lib/libgimptool-1.3.a
lib/libgimptool-1.3.so
lib/libgimptool-1.3.so.%%SHLIBVER%%
lib/libgimpwidgets-1.3.a
lib/libgimpwidgets-1.3.so
lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
libdata/pkgconfig/gimp-1.3.pc
libdata/pkgconfig/gimpui-1.3.pc
libexec/gimp/1.3/modules/libcdisplay_gamma.so
libexec/gimp/1.3/modules/libcdisplay_highcontrast.so
libexec/gimp/1.3/modules/libcolorsel_triangle.so
libexec/gimp/1.3/plug-ins/AlienMap
libexec/gimp/1.3/plug-ins/AlienMap2
@ -221,7 +240,6 @@ libexec/gimp/1.3/plug-ins/pcx
libexec/gimp/1.3/plug-ins/pix
libexec/gimp/1.3/plug-ins/pixelize
libexec/gimp/1.3/plug-ins/plasma
libexec/gimp/1.3/plug-ins/plugin-helper
libexec/gimp/1.3/plug-ins/plugindetails
libexec/gimp/1.3/plug-ins/png
libexec/gimp/1.3/plug-ins/pnm
@ -258,6 +276,7 @@ libexec/gimp/1.3/plug-ins/tiff
libexec/gimp/1.3/plug-ins/tile
libexec/gimp/1.3/plug-ins/tileit
libexec/gimp/1.3/plug-ins/tiler
libexec/gimp/1.3/plug-ins/tool-safe-mode
libexec/gimp/1.3/plug-ins/uniteditor
libexec/gimp/1.3/plug-ins/unsharp
libexec/gimp/1.3/plug-ins/url
@ -276,6 +295,90 @@ libexec/gimp/1.3/plug-ins/xpm
libexec/gimp/1.3/plug-ins/xwd
libexec/gimp/1.3/plug-ins/zealouscrop
share/aclocal/gimp-1.4.m4
share/doc/gimp/libgimp/gimpdefinitions.html
share/doc/gimp/libgimp/gimpmodule.html
share/doc/gimp/libgimp/index.html
share/doc/gimp/libgimp/index.sgml
share/doc/gimp/libgimp/libgimp-gimp.html
share/doc/gimp/libgimp/libgimp-gimpbrushes.html
share/doc/gimp/libgimp/libgimp-gimpchannel.html
share/doc/gimp/libgimp/libgimp-gimpcolor.html
share/doc/gimp/libgimp/libgimp-gimpcolordisplay.html
share/doc/gimp/libgimp/libgimp-gimpcolorselector.html
share/doc/gimp/libgimp/libgimp-gimpconvert.html
share/doc/gimp/libgimp/libgimp-gimpdisplay.html
share/doc/gimp/libgimp/libgimp-gimpdrawable.html
share/doc/gimp/libgimp/libgimp-gimpedit.html
share/doc/gimp/libgimp/libgimp-gimpenums.html
share/doc/gimp/libgimp/libgimp-gimpexport.html
share/doc/gimp/libgimp/libgimp-gimpfileops.html
share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html
share/doc/gimp/libgimp/libgimp-gimpgimprc.html
share/doc/gimp/libgimp/libgimp-gimpgradients.html
share/doc/gimp/libgimp/libgimp-gimpguides.html
share/doc/gimp/libgimp/libgimp-gimphelp.html
share/doc/gimp/libgimp/libgimp-gimpimage.html
share/doc/gimp/libgimp/libgimp-gimplayer.html
share/doc/gimp/libgimp/libgimp-gimpmenu.html
share/doc/gimp/libgimp/libgimp-gimpmessage.html
share/doc/gimp/libgimp/libgimp-gimpmisc.html
share/doc/gimp/libgimp/libgimp-gimpmodule.html
share/doc/gimp/libgimp/libgimp-gimppalette.html
share/doc/gimp/libgimp/libgimp-gimppatterns.html
share/doc/gimp/libgimp/libgimp-gimppixelrgn.html
share/doc/gimp/libgimp/libgimp-gimpplugin.html
share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html
share/doc/gimp/libgimp/libgimp-gimpselection.html
share/doc/gimp/libgimp/libgimp-gimptexttool.html
share/doc/gimp/libgimp/libgimp-gimptile.html
share/doc/gimp/libgimp/libgimp-gimptools.html
share/doc/gimp/libgimp/libgimp-gimpui.html
share/doc/gimp/libgimp/libgimp-gimpundo.html
share/doc/gimp/libgimp/libgimp.html
share/doc/gimp/libgimp/libgimpui.html
share/doc/gimp/libgimpbase/index.html
share/doc/gimp/libgimpbase/index.sgml
share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html
share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html
share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html
share/doc/gimp/libgimpbase/libgimpbase-gimpprotocol.html
share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html
share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html
share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html
share/doc/gimp/libgimpbase/libgimpbase-gimpwire.html
share/doc/gimp/libgimpbase/libgimpbase.html
share/doc/gimp/libgimpcolor/index.html
share/doc/gimp/libgimpcolor/index.sgml
share/doc/gimp/libgimpcolor/libgimpcolor-gimpadaptivesupersample.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpbilinear.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimpcolorspace.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimphsv.html
share/doc/gimp/libgimpcolor/libgimpcolor-gimprgb.html
share/doc/gimp/libgimpcolor/libgimpcolor.html
share/doc/gimp/libgimpmath/index.html
share/doc/gimp/libgimpmath/index.sgml
share/doc/gimp/libgimpmath/libgimpmath-gimpmath.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmatrix.html
share/doc/gimp/libgimpmath/libgimpmath-gimpmd5.html
share/doc/gimp/libgimpmath/libgimpmath-gimpvector.html
share/doc/gimp/libgimpmath/libgimpmath.html
share/doc/gimp/libgimpwidgets/gimpchainbutton.html
share/doc/gimp/libgimpwidgets/gimpcolorbutton.html
share/doc/gimp/libgimpwidgets/gimpfileselection.html
share/doc/gimp/libgimpwidgets/gimppatheditor.html
share/doc/gimp/libgimpwidgets/gimppixmap.html
share/doc/gimp/libgimpwidgets/gimpsizeentry.html
share/doc/gimp/libgimpwidgets/gimpunitmenu.html
share/doc/gimp/libgimpwidgets/index.html
share/doc/gimp/libgimpwidgets/index.sgml
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpdialog.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimphelpui.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpquerybox.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpstock.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpwidgets.html
share/doc/gimp/libgimpwidgets/libgimpwidgets.html
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@ -549,8 +652,10 @@ share/gimp/gradients/Yellow_Orange.ggr
share/gimp/images/gimp_logo.png
share/gimp/images/gimp_splash.gif
share/gimp/images/gimp_splash.png
share/gimp/images/wilber-icon.png
share/gimp/images/wilber-tips.png
share/gimp/images/wilber-wizard.png
share/gimp/misc/gimp.desktop
share/gimp/misc/user_install
share/gimp/palettes/Bears.gpl
share/gimp/palettes/Bgold.gpl
@ -747,68 +852,88 @@ share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
share/gimp/themes/Default/gtkrc
share/gimp/themes/Default/imagerc
share/gimp/themes/Default/images/gimp-dialog-error.png
share/gimp/themes/Default/images/gimp-dialog-info.png
share/gimp/themes/Default/images/gimp-dialog-question.png
share/gimp/themes/Default/images/gimp-dialog-warning.png
share/gimp/themes/Default/images/stock-button-delete.png
share/gimp/themes/Default/images/stock-button-lower.png
share/gimp/themes/Default/images/stock-button-new.png
share/gimp/themes/Default/images/stock-button-raise.png
share/gimp/themes/Default/images/stock-button-refresh.png
share/gimp/themes/Default/images/tools/stock-tool-button-airbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-bezier-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-blend.png
share/gimp/themes/Default/images/tools/stock-tool-button-blur.png
share/gimp/themes/Default/images/tools/stock-tool-button-brightness-contrast.png
share/gimp/themes/Default/images/tools/stock-tool-button-bucket-fill.png
share/gimp/themes/Default/images/tools/stock-tool-button-by-color-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-clone.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-balance.png
share/gimp/themes/Default/images/tools/stock-tool-button-color-picker.png
share/gimp/themes/Default/images/tools/stock-tool-button-crop.png
share/gimp/themes/Default/images/tools/stock-tool-button-curves.png
share/gimp/themes/Default/images/tools/stock-tool-button-dodge.png
share/gimp/themes/Default/images/tools/stock-tool-button-ellipse-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-eraser.png
share/gimp/themes/Default/images/tools/stock-tool-button-flip.png
share/gimp/themes/Default/images/tools/stock-tool-button-free-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-fuzzy-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-histogram.png
share/gimp/themes/Default/images/tools/stock-tool-button-hue-saturation.png
share/gimp/themes/Default/images/tools/stock-tool-button-ink.png
share/gimp/themes/Default/images/tools/stock-tool-button-iscissors.png
share/gimp/themes/Default/images/tools/stock-tool-button-levels.png
share/gimp/themes/Default/images/tools/stock-tool-button-measure.png
share/gimp/themes/Default/images/tools/stock-tool-button-move.png
share/gimp/themes/Default/images/tools/stock-tool-button-paintbrush.png
share/gimp/themes/Default/images/tools/stock-tool-button-path.png
share/gimp/themes/Default/images/tools/stock-tool-button-pencil.png
share/gimp/themes/Default/images/tools/stock-tool-button-perspective.png
share/gimp/themes/Default/images/tools/stock-tool-button-posterize.png
share/gimp/themes/Default/images/tools/stock-tool-button-rect-select.png
share/gimp/themes/Default/images/tools/stock-tool-button-rotate.png
share/gimp/themes/Default/images/tools/stock-tool-button-scale.png
share/gimp/themes/Default/images/tools/stock-tool-button-shear.png
share/gimp/themes/Default/images/tools/stock-tool-button-smudge.png
share/gimp/themes/Default/images/tools/stock-tool-button-text.png
share/gimp/themes/Default/images/tools/stock-tool-button-threshold.png
share/gimp/themes/Default/images/tools/stock-tool-button-zoom.png
share/gimp/tips/gimp_tips.cs.txt
share/gimp/tips/gimp_tips.de.txt
share/gimp/tips/gimp_tips.es.txt
share/gimp/tips/gimp_tips.fr.txt
share/gimp/tips/gimp_tips.hu.txt
share/gimp/tips/gimp_tips.it.txt
share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
share/gimp/tips/gimp_tips.tr.txt
share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/tips/gimp_tips.zh_CN.txt
share/gimp/tips/gimp_tips.zh_TW.txt
share/gimp/themes/Default/images/preferences/default-comment.png
share/gimp/themes/Default/images/preferences/display.png
share/gimp/themes/Default/images/preferences/environment.png
share/gimp/themes/Default/images/preferences/folders-brushes.png
share/gimp/themes/Default/images/preferences/folders-gradients.png
share/gimp/themes/Default/images/preferences/folders-modules.png
share/gimp/themes/Default/images/preferences/folders-palettes.png
share/gimp/themes/Default/images/preferences/folders-patterns.png
share/gimp/themes/Default/images/preferences/folders-plug-ins.png
share/gimp/themes/Default/images/preferences/folders-themes.png
share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
share/gimp/themes/Default/images/preferences/folders.png
share/gimp/themes/Default/images/preferences/help-system.png
share/gimp/themes/Default/images/preferences/image-windows.png
share/gimp/themes/Default/images/preferences/input-devices.png
share/gimp/themes/Default/images/preferences/interface.png
share/gimp/themes/Default/images/preferences/monitor.png
share/gimp/themes/Default/images/preferences/new-image.png
share/gimp/themes/Default/images/preferences/tool-options.png
share/gimp/themes/Default/images/stock-all-16.png
share/gimp/themes/Default/images/stock-anchor-16.png
share/gimp/themes/Default/images/stock-char-picker-22.png
share/gimp/themes/Default/images/stock-convert-grayscale-16.png
share/gimp/themes/Default/images/stock-convert-indexed-16.png
share/gimp/themes/Default/images/stock-convert-rgb-16.png
share/gimp/themes/Default/images/stock-default-colors-12.png
share/gimp/themes/Default/images/stock-delete-16.png
share/gimp/themes/Default/images/stock-duplicate-16.png
share/gimp/themes/Default/images/stock-edit-16.png
share/gimp/themes/Default/images/stock-error-64.png
share/gimp/themes/Default/images/stock-eye-20.png
share/gimp/themes/Default/images/stock-grow-16.png
share/gimp/themes/Default/images/stock-hchain-24.png
share/gimp/themes/Default/images/stock-hchain-broken-24.png
share/gimp/themes/Default/images/stock-info-16.png
share/gimp/themes/Default/images/stock-info-24.png
share/gimp/themes/Default/images/stock-info-64.png
share/gimp/themes/Default/images/stock-invert-16.png
share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png
share/gimp/themes/Default/images/stock-letter-spacing-22.png
share/gimp/themes/Default/images/stock-line-spacing-22.png
share/gimp/themes/Default/images/stock-linked-20.png
share/gimp/themes/Default/images/stock-lower-16.png
share/gimp/themes/Default/images/stock-merge-down-16.png
share/gimp/themes/Default/images/stock-navigation-16.png
share/gimp/themes/Default/images/stock-new-16.png
share/gimp/themes/Default/images/stock-none-16.png
share/gimp/themes/Default/images/stock-paste-16.png
share/gimp/themes/Default/images/stock-paste-as-new-16.png
share/gimp/themes/Default/images/stock-paste-into-16.png
share/gimp/themes/Default/images/stock-path-stroke-16.png
share/gimp/themes/Default/images/stock-plugin-16.png
share/gimp/themes/Default/images/stock-qmask-off-16.png
share/gimp/themes/Default/images/stock-qmask-on-16.png
share/gimp/themes/Default/images/stock-question-64.png
share/gimp/themes/Default/images/stock-raise-16.png
share/gimp/themes/Default/images/stock-refresh-16.png
share/gimp/themes/Default/images/stock-reset-16.png
share/gimp/themes/Default/images/stock-reshow-filter-16.png
share/gimp/themes/Default/images/stock-resize-16.png
share/gimp/themes/Default/images/stock-rotate-180-16.png
share/gimp/themes/Default/images/stock-rotate-270-16.png
share/gimp/themes/Default/images/stock-rotate-90-16.png
share/gimp/themes/Default/images/stock-scale-16.png
share/gimp/themes/Default/images/stock-selection-add-16.png
share/gimp/themes/Default/images/stock-selection-intersect-16.png
share/gimp/themes/Default/images/stock-selection-replace-16.png
share/gimp/themes/Default/images/stock-selection-stroke-16.png
share/gimp/themes/Default/images/stock-selection-subtract-16.png
share/gimp/themes/Default/images/stock-selection-to-channel-16.png
share/gimp/themes/Default/images/stock-selection-to-path-16.png
share/gimp/themes/Default/images/stock-shrink-16.png
share/gimp/themes/Default/images/stock-swap-colors-12.png
share/gimp/themes/Default/images/stock-tool-options-16.png
share/gimp/themes/Default/images/stock-vchain-24.png
share/gimp/themes/Default/images/stock-vchain-broken-24.png
share/gimp/themes/Default/images/stock-warning-16.png
share/gimp/themes/Default/images/stock-warning-24.png
share/gimp/themes/Default/images/stock-warning-64.png
share/gimp/themes/Default/images/stock-wilber-16.png
share/gimp/themes/Default/images/stock-wilber-eek-64.png
share/gimp/tips/gimp-tips.xml
share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo
share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo
share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -885,6 +1010,10 @@ share/locale/pl/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pl/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pl/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pl/LC_MESSAGES/gimp14.mo
share/locale/pt/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt/LC_MESSAGES/gimp14-std-plug-ins.mo
share/locale/pt/LC_MESSAGES/gimp14.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-libgimp.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-script-fu.mo
share/locale/pt_BR/LC_MESSAGES/gimp14-std-plug-ins.mo
@ -928,7 +1057,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm share/doc/gimp/libgimp
@dirrm share/doc/gimp
@dirrm share/gimp/tips
@dirrm share/gimp/themes/Default/images/tools
@dirrm share/gimp/themes/Default/images/preferences
@dirrm share/gimp/themes/Default/images
@dirrm share/gimp/themes/Default
@dirrm share/gimp/themes
@ -952,6 +1081,8 @@ share/locale/zh_TW/LC_MESSAGES/gimp14.mo
@dirrm libexec/gimp/1.3
@dirrm libexec/gimp
@dirrm include/gimp-1.3/libgimpwidgets
@dirrm include/gimp-1.3/libgimptool
@dirrm include/gimp-1.3/libgimpproxy
@dirrm include/gimp-1.3/libgimpmath
@dirrm include/gimp-1.3/libgimpcolor
@dirrm include/gimp-1.3/libgimpbase