diff options
author | salo <salo> | 2003-05-23 18:04:31 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-23 18:04:31 +0000 |
commit | 5dafdbf11521d2f202bda71f8fcbcd7412f6169b (patch) | |
tree | 8c322a95e9caccd8163cdf56f5f6f7bd9bfd2f9a /graphics/gimp-data | |
parent | 6e336316a63b3987d8476de6394eb268baf6cb2b (diff) | |
download | pkgsrc-5dafdbf11521d2f202bda71f8fcbcd7412f6169b.tar.gz |
Updated to 1.2.4.
Changes:
- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits
1.2.4:
======
- numerous bugfixes, too many to mention. see ChangeLog for details
- print plug-in now depends on libgimpprint
Diffstat (limited to 'graphics/gimp-data')
-rw-r--r-- | graphics/gimp-data/DESCR | 6 | ||||
-rw-r--r-- | graphics/gimp-data/Makefile | 19 |
2 files changed, 13 insertions, 12 deletions
diff --git a/graphics/gimp-data/DESCR b/graphics/gimp-data/DESCR index 5c8e77cb124..645aecb16b7 100644 --- a/graphics/gimp-data/DESCR +++ b/graphics/gimp-data/DESCR @@ -1,4 +1,4 @@ Powerful image manipulation program similar to "Adobe Photoshop"[tm]. -It supports layers, arbitrary image sizes and working on several images -at the same time. It comes with a lot of useful plug-ins. Missing is CMYK -support and more then 8 bits per channel. +It supports layers, arbitrary image sizes and working on several images at the +same time. It comes with a lot of useful plug-ins. Missing is CMYK support and +more then 8 bits per channel. diff --git a/graphics/gimp-data/Makefile b/graphics/gimp-data/Makefile index 74a5c45e90f..8dc1a389071 100644 --- a/graphics/gimp-data/Makefile +++ b/graphics/gimp-data/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/23 18:04:33 salo Exp $ +# DISTNAME= gimp-data-extras-1.2.0 PKGNAME= gimp-data-1.2 PKGREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.3/ \ - ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v1.2/v1.2.3/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.2/v1.2.3/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.4/ \ + ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v1.2/v1.2.4/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.2/v1.2.4/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gimp.org/ -COMMENT= extra brushes and patterns for the GIMP +COMMENT= GNU Image Manipulation Program (extra brushes and patterns) -CONFLICTS+= gimp<=1.2.3 +CONFLICTS+= gimp<=1.2.3 -USE_BUILDLINK2= yes -USE_X11= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= YES +USE_X11= YES +GNU_CONFIGURE= YES .include "../../graphics/gimp-base/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |