diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 04:59:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 04:59:57 +0800 |
commit | 8edb2a4acdcb2bfca97091745657d41e7ce715f5 (patch) | |
tree | b44380575f7465aab9327ad3edc119de9827e041 /graphics/gimp | |
parent | 26d91da1b01dd191565b2209a5608b66d259f167 (diff) | |
download | marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.tar marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.tar.gz marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.tar.bz2 marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.tar.lz marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.tar.xz marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.tar.zst marcuscom-ports-8edb2a4acdcb2bfca97091745657d41e7ce715f5.zip |
Update to 2.4.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9868 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 45 | ||||
-rw-r--r-- | graphics/gimp/pkg-descr | 21 |
2 files changed, 66 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile new file mode 100644 index 000000000..32657d7e1 --- /dev/null +++ b/graphics/gimp/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$ +# $MCom$ +# + +PORTNAME= gimp +DISTVERSION?= 2.4.0 +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.4:${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 <bsd.port.pre.mk> + +.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/gutenprint:${PORTSDIR}/print/gimp-gutenprint +.endif + +do-install: # empty + +.include <bsd.port.post.mk> diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr new file mode 100644 index 000000000..35939f2a6 --- /dev/null +++ b/graphics/gimp/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/ |