Bug 124073 - [update port]graphics/gimpfx-foundry
Summary: [update port]graphics/gimpfx-foundry
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 17:20 UTC by dk
Modified: 2008-09-07 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.27 KB, patch)
2008-05-28 17:20 UTC, dk
no flags Details | Diff
gimpfxfoundry_update.diff.gz (1.93 KB, application/x-gunzip)
2008-06-03 21:10 UTC, Christoph Moench-Tegeder
no flags Details
gimpfxfoundry_update.diff (12.60 KB, patch)
2008-06-04 21:53 UTC, Christoph Moench-Tegeder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dk 2008-05-28 17:20:03 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-28 17:20:19 UTC
Maintainer of graphics/gimpfx-foundry,

Please note that PR ports/124073 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124073

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-28 17:20:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2008-06-03 21:10:28 UTC
Hi,
could someone commit the attached pat (also available at
http://www.burggraben.net/hacks/gimpfxfoundry_update.diff.gz ).
This is a slightly improved version of Dmitry's patch.

Thanks,
Christoph

-- 
Spare Space
Comment 4 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2008-06-04 21:53:30 UTC
Hi everyone,

attached is an updated patch which fixes a NOPORTDOCS problem
found by the QA build and reported by itetcu@. The patch at
http://www.burggraben.net/hacks/gimpfxfoundry_update.diff.gz
has been updated, too.

Sorry,
Christoph

-- 
Spare Space
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-06-05 07:25:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 6 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-06-08 15:39:21 UTC
State Changed
From-To: feedback->open

maintainer submitted a new patch.
Comment 7 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-06-08 15:40:29 UTC
State Changed
From-To: open->feedback

Christoph, please send me the last version of the diff directly, the 
last files from GNATS aren't usable. Thanks.
Comment 8 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2008-09-02 19:11:02 UTC
Hi,

I guess my last mail on this topic (about three months ago) never 
really made it, so I'm resending my patch right before the freeze
deadline...
If the patch is eaten by a mailosaurus, you can get it at
http://www.burggraben.net/hacks/gimpfxfoundry_update.diff.gz

diff -Nru graphics/gimpfx-foundry.orig/Makefile graphics/gimpfx-foundry/Makefile
--- graphics/gimpfx-foundry.orig/Makefile	2008-06-06 15:34:26.000000000 +0200
+++ graphics/gimpfx-foundry/Makefile	2008-06-08 10:44:43.000000000 +0200
@@ -6,26 +6,28 @@
 #
 
 PORTNAME=	gimpfx-foundry
-PORTVERSION=	20071219
-PORTREVISION=	1
+PORTVERSION=	20080323
 CATEGORIES=	graphics
 MASTER_SITES=	SF
+DISTNAME= ${PORTNAME}-scriptpack-${PORTVERSION}
 
 MAINTAINER=	cmt@burggraben.net
 COMMENT=	A collection of scripts for The Gimp 2.4
 
 RUN_DEPENDS=	gimp-2.4:${PORTSDIR}/graphics/gimp-app
 
-USE_BZIP2=	yes
-
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 PORTDOCS=	release-manifest.txt
 
 do-install:
+	${INSTALL_DATA} ${WRKSRC}/*.scm ${LOCALBASE}/share/gimp/scripts/
+
+post-install:
+.if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/release-manifest.txt ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.scm ${LOCALBASE}/share/gimp/scripts/
+.endif
 
 .include <bsd.port.mk>
diff -Nru graphics/gimpfx-foundry.orig/distinfo graphics/gimpfx-foundry/distinfo
--- graphics/gimpfx-foundry.orig/distinfo	2008-02-17 00:17:02.000000000 +0100
+++ graphics/gimpfx-foundry/distinfo	2008-06-08 10:41:17.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (gimpfx-foundry-20071219.tar.bz2) = 0146a110c40d5f78250e25a09e9a63b5
-SHA256 (gimpfx-foundry-20071219.tar.bz2) = 760303a934f2376e3b273acf3f68e532c643d08c1709bfa7cd2ee1d6f6f93850
-SIZE (gimpfx-foundry-20071219.tar.bz2) = 97338
+MD5 (gimpfx-foundry-scriptpack-20080323.tar.gz) = a6e801394ef57d491bd49aab8c2cf1b9
+SHA256 (gimpfx-foundry-scriptpack-20080323.tar.gz) = 4f3eafe49806cf7435ec52ebe548de22b90c2cb865209ad3422622b1ecaae6c9
+SIZE (gimpfx-foundry-scriptpack-20080323.tar.gz) = 138921
diff -Nru graphics/gimpfx-foundry.orig/pkg-descr graphics/gimpfx-foundry/pkg-descr
--- graphics/gimpfx-foundry.orig/pkg-descr	2008-02-17 00:17:02.000000000 +0100
+++ graphics/gimpfx-foundry/pkg-descr	2008-06-08 10:41:17.000000000 +0200
@@ -1,3 +1,3 @@
-A bundle of 90 handy scripts for The Gimp.
+A bundle over 100 handy scripts for The Gimp.
 
 WWW: http://gimpfx-foundry.sourceforge.net/
diff -Nru graphics/gimpfx-foundry.orig/pkg-plist graphics/gimpfx-foundry/pkg-plist
--- graphics/gimpfx-foundry.orig/pkg-plist	2008-02-17 00:17:02.000000000 +0100
+++ graphics/gimpfx-foundry/pkg-plist	2008-06-08 10:41:17.000000000 +0200
@@ -1,13 +1,21 @@
 share/gimp/scripts/alexios-duotone.scm
 share/gimp/scripts/alexios-photoframe.scm
+share/gimp/scripts/alfaro-color-temperature.scm
 share/gimp/scripts/aurore-planet-render.scm
+share/gimp/scripts/bates-gradient-difference.scm
+share/gimp/scripts/bates-layers-attributes.scm
+share/gimp/scripts/bates-layers-copy-to-new.scm
+share/gimp/scripts/bates-layers-delete.scm
+share/gimp/scripts/bates-layers-number.scm
+share/gimp/scripts/bates-layers-scale-crop.scm
+share/gimp/scripts/bates-layers-transform.scm
 share/gimp/scripts/bercovich-lomo.scm
 share/gimp/scripts/conte-draw-tools.scm
+share/gimp/scripts/cozens-match-colours.scm
 share/gimp/scripts/death-cross-processing-effect.scm
 share/gimp/scripts/death-lomo-effect.scm
 share/gimp/scripts/death-shape-tools.scm
 share/gimp/scripts/death-vintage-effect.scm
-share/gimp/scripts/demartin-liquid-water.scm
 share/gimp/scripts/egger-black-and-white.scm
 share/gimp/scripts/egger-border.scm
 share/gimp/scripts/egger-color-saturation.scm
@@ -21,11 +29,19 @@
 share/gimp/scripts/egger-smart-redux-sharpen.scm
 share/gimp/scripts/egger-stair-Interpolation.scm
 share/gimp/scripts/giancarlo-sepoina.scm
+share/gimp/scripts/goode-animation-settings.scm
+share/gimp/scripts/goode-combine-bg.scm
+share/gimp/scripts/goode-copy-mask.scm
+share/gimp/scripts/goode-fit-canvas.scm
 share/gimp/scripts/goode-letter-drop.scm
+share/gimp/scripts/goode-mirror-duplicates.scm
+share/gimp/scripts/goode-rgb-swapscale.scm
+share/gimp/scripts/goode-rule-of-thirds-grid.scm
 share/gimp/scripts/guldahl-red-eye.scm
+share/gimp/scripts/gunther-radial-fade-blur.scm
 share/gimp/scripts/gutteridge-fuzzy-border.scm
 share/gimp/scripts/gutteridge-old-photo.scm
-share/gimp/scripts/hall-smart-sharpen.scm
+share/gimp/scripts/hall-edge-mask-sharpen.scm
 share/gimp/scripts/iccii-convolution-presets.scm
 share/gimp/scripts/iccii-cross-light.scm
 share/gimp/scripts/iccii-layer-effects.scm
@@ -35,7 +51,7 @@
 share/gimp/scripts/iccii-water-paint-effect.scm
 share/gimp/scripts/iccii-wrap-effect.scm
 share/gimp/scripts/jacobs-midtone-sharp.scm
-share/gimp/scripts/jacobs-stamp.scm
+share/gimp/scripts/jacobs-press-print.scm
 share/gimp/scripts/jeschke-mats-and-frames.scm
 share/gimp/scripts/klawiter-sepia-toning.scm
 share/gimp/scripts/lasm-gm-channel-extract.scm
@@ -56,7 +72,9 @@
 share/gimp/scripts/lowry-landscape-painter.scm
 share/gimp/scripts/lowry-local-contast-enhancement.scm
 share/gimp/scripts/lowry-paint-with-light.scm
+share/gimp/scripts/madsen-fire-animator.scm
 share/gimp/scripts/meddler-underwater-red-correction.scm
+share/gimp/scripts/meiklejohn-tonemapping.scm
 share/gimp/scripts/melcher-aquarel.scm
 share/gimp/scripts/melcher-colorize.scm
 share/gimp/scripts/melcher-make-bw.scm
@@ -65,6 +83,9 @@
 share/gimp/scripts/noclayto-fade-animator.scm
 share/gimp/scripts/noclayto-hue-change-animator.scm
 share/gimp/scripts/payne-graduated-filter.scm
+share/gimp/scripts/peck-spread-out-layers.scm
+share/gimp/scripts/phillips-amazing-circles.scm
+share/gimp/scripts/phillips-double-border.scm
 share/gimp/scripts/phillips-film-grain.scm
 share/gimp/scripts/phillips-orton.scm
 share/gimp/scripts/phillips-quick-sketch.scm
@@ -74,17 +95,22 @@
 share/gimp/scripts/rogge-grey-point.scm
 share/gimp/scripts/ruhnke-wonderful.scm
 share/gimp/scripts/salonen-dynamic-range-extender.scm
-share/gimp/scripts/salonen-smart-sharpening.scm
+share/gimp/scripts/salonen-luminocity-sharpening.scm
 share/gimp/scripts/salonen-vivid-saturation.scm
+share/gimp/scripts/tankedup-create-contrast-mask.scm
 share/gimp/scripts/tissier-diffusion-filter.scm
 share/gimp/scripts/torres-analogize.scm
 share/gimp/scripts/trefftzs-pencil-sketch.scm
 share/gimp/scripts/trefftzs-pixel-gradient.scm
+share/gimp/scripts/wade-copy-visible-and-paste.scm
+share/gimp/scripts/wade-powertone.scm
 share/gimp/scripts/xtns-bodor-chrominium.scm
 share/gimp/scripts/xtns-demartin-liquid-water.scm
 share/gimp/scripts/xtns-demartin-shiny-painting.scm
 share/gimp/scripts/xtns-gutteridge-dracula.scm
 share/gimp/scripts/xtns-lankinen-fiery-steel.scm
+share/gimp/scripts/xtns-mosteller-glass-text.scm
 share/gimp/scripts/xtns-mosteller-lava-logo.scm
 share/gimp/scripts/xtns-mosteller-multi-effect-text.scm
+share/gimp/scripts/xtns-pippin-gloss-orbs.scm
 share/gimp/scripts/xtns-zenkov-shrek-text.scm


Sorry for not keeping track,
Christoph

-- 
Spare Space
Comment 9 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-09-07 08:57:03 UTC
State Changed
From-To: feedback->open

Maintainer has fixed.
Comment 10 dfilter service freebsd_committer freebsd_triage 2008-09-07 14:34:52 UTC
itetcu      2008-09-07 13:34:43 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gimpfx-foundry Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 20080323
  
  PR:             124073 [1]
  Submitted by:   Dmitry Klimoc [1], maintainer
  
  Revision  Changes    Path
  1.3       +7 -5      ports/graphics/gimpfx-foundry/Makefile
  1.2       +3 -3      ports/graphics/gimpfx-foundry/distinfo
  1.2       +1 -1      ports/graphics/gimpfx-foundry/pkg-descr
  1.2       +30 -4     ports/graphics/gimpfx-foundry/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 11 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-09-07 14:34:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!