From d5e6048d2dfb13f7b4c40406f61119377e954e32 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 15 Feb 2007 01:11:24 +0000 Subject: Move gimp -> gimp-devel since it looks like we won't have a stable gimp release in time for GNOME 2.18. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8356 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/gimp-devel/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++ graphics/gimp-devel/pkg-descr | 21 ++++++++++++++++++++ graphics/gimp/Makefile | 44 ------------------------------------------ graphics/gimp/pkg-descr | 21 -------------------- 4 files changed, 66 insertions(+), 65 deletions(-) create mode 100644 graphics/gimp-devel/Makefile create mode 100644 graphics/gimp-devel/pkg-descr delete mode 100644 graphics/gimp/Makefile delete mode 100644 graphics/gimp/pkg-descr diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile new file mode 100644 index 000000000..cc0383f3e --- /dev/null +++ b/graphics/gimp-devel/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.161 2006/11/04 22:31:00 mezz Exp $ +# $MCom: ports/graphics/gimp/Makefile,v 1.5 2007/01/01 22:40:11 ahze Exp $ +# + +PORTNAME= gimp +PORTVERSION?= 2.3 +PORTEPOCH?= 2 +CATEGORIES= graphics gnome +MASTER_SITES?= # empty +PKGNAMESUFFIX= -devel +DISTFILES?= # empty +EXTRACT_ONLY?= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for The Gimp + +RUN_DEPENDS= gimp-2.3:${PORTSDIR}/graphics/gimp-app + +OPTIONS= PYTHON "Python-fu support" Off \ + PRINT "Gutenprint (gimp-print) plugin" On \ + HELP "Install Gimp-Help (50+MB distfile)" Off + +NO_BUILD= yes + +.include + +.if defined(WITH_HELP) +RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help +.endif + +.if defined(WITH_PYTHON) +RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp +.endif + +.if !defined(WITHOUT_PRINT) +RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint +.endif + +do-install: # empty + +.include diff --git a/graphics/gimp-devel/pkg-descr b/graphics/gimp-devel/pkg-descr new file mode 100644 index 000000000..35939f2a6 --- /dev/null +++ b/graphics/gimp-devel/pkg-descr @@ -0,0 +1,21 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +This is "The Gimp" meta-port, see ports/graphics/gimp-app for more details + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile deleted file mode 100644 index e8e479c9a..000000000 --- a/graphics/gimp/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.161 2006/11/04 22:31:00 mezz Exp $ -# $MCom: ports/graphics/gimp/Makefile,v 1.4 2007/01/01 20:37:36 ahze Exp $ -# - -PORTNAME= gimp -PORTVERSION?= 2.3 -PORTEPOCH?= 2 -CATEGORIES= graphics gnome -MASTER_SITES?= # empty -DISTFILES?= # empty -EXTRACT_ONLY?= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for The Gimp - -RUN_DEPENDS= gimp-2.3:${PORTSDIR}/graphics/gimp-app - -OPTIONS= PYTHON "Python-fu support" Off \ - PRINT "Gutenprint (gimp-print) plugin" On \ - HELP "Install Gimp-Help (50+MB distfile)" Off - -NO_BUILD= yes - -.include - -.if defined(WITH_HELP) -RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help -.endif - -.if defined(WITH_PYTHON) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp -.endif - -.if !defined(WITHOUT_PRINT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint -.endif - -do-install: # empty - -.include diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr deleted file mode 100644 index 35939f2a6..000000000 --- a/graphics/gimp/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -This is "The Gimp" meta-port, see ports/graphics/gimp-app for more details - -WWW: http://www.gimp.org/ -- cgit v1.2.3