diff options
author | xtraeme <xtraeme> | 2004-03-29 22:05:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-29 22:05:54 +0000 |
commit | f96347ba3d8f96b182e3eb7b4bf344ae9cc6fe5c (patch) | |
tree | 49f7d8f79a2d95c2c553d2fef5086d14362d41e3 /graphics | |
parent | e266d598d848bd34a7580cb61198778e81a34a9b (diff) | |
download | pkgsrc-f96347ba3d8f96b182e3eb7b4bf344ae9cc6fe5c.tar.gz |
Reimport gimp as gimp1.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp1/DESCR | 4 | ||||
-rw-r--r-- | graphics/gimp1/Makefile | 21 | ||||
-rw-r--r-- | graphics/gimp1/PLIST | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/graphics/gimp1/DESCR b/graphics/gimp1/DESCR new file mode 100644 index 00000000000..d13befee700 --- /dev/null +++ b/graphics/gimp1/DESCR @@ -0,0 +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 than 8 bits per channel. diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile new file mode 100644 index 00000000000..72bd7805f91 --- /dev/null +++ b/graphics/gimp1/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 22:05:54 xtraeme Exp $ +# + +DISTNAME= gimp-1.2.5 +CATEGORIES= graphics +DISTFILES= # nothing + +MAINTAINER= hubertf@NetBSD.org +HOMEPAGE= http://www.gimp.org/ +COMMENT= GNU Image Manipulation Program + +NO_BUILD= YES + +DEPENDS+= gimp-base>=1.2.5:../../graphics/gimp-base +DEPENDS+= gimp-data>=1.2:../../graphics/gimp-data +DEPENDS+= gimp-print>=4.2.0:../../print/gimp-print +DEPENDS+= gimp-print-escputil>=4.2.0:../../print/gimp-print-escputil + +do-install: # nothing + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gimp1/PLIST b/graphics/gimp1/PLIST new file mode 100644 index 00000000000..e5a906b8ee5 --- /dev/null +++ b/graphics/gimp1/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 22:05:55 xtraeme Exp $ |