Sat Apr 3 13:43:27 2021 UTC ()
graphics/ImageMagick: drop interactive from description, most use non-interactively


(thor)
diff -r1.2 -r1.3 pkgsrc/graphics/ImageMagick/DESCR
diff -r1.284 -r1.285 pkgsrc/graphics/ImageMagick/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/graphics/ImageMagick/DESCR (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/DESCR 2003/05/06 17:41:24 1.2
+++ pkgsrc/graphics/ImageMagick/DESCR 2021/04/03 13:43:27 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1ImageMagick TM, is a package for display and interactive manipulation 1ImageMagick TM, is a package for display and manipulation
2of images for the X Window System. It is written in C and interfaces 2of images for the X Window System. It is written in C and interfaces
3to the X library, and therefore does not require any proprietary 3to the X library, and therefore does not require any proprietary
4toolkit in order to compile. Although the software is copyrighted, it 4toolkit in order to compile. Although the software is copyrighted, it
5is available for free and can be redistributed without fee. 5is available for free and can be redistributed without fee.
6 6
7The ImageMagick image display program can display an image on any 7The ImageMagick image display program can display an image on any
8workstation screen running an X server. It can read and write many of 8workstation screen running an X server. It can read and write many of
9the more popular image formats including JPEG, TIFF, PNM, GIF, and 9the more popular image formats including JPEG, TIFF, PNM, GIF, and
10Photo CD. In addition you can interactively resize, rotate, sharpen, 10Photo CD. In addition you can interactively resize, rotate, sharpen,
11color reduce, or add special effects to an image and save your 11color reduce, or add special effects to an image and save your
12completed work in the same or differing image format. 12completed work in the same or differing image format.

cvs diff -r1.284 -r1.285 pkgsrc/graphics/ImageMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile 2020/12/06 10:33:39 1.284
+++ pkgsrc/graphics/ImageMagick/Makefile 2021/04/03 13:43:27 1.285
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.284 2020/12/06 10:33:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.285 2021/04/03 13:43:27 thor Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5PKGNAME= ImageMagick-${DISTVERSION} 5PKGNAME= ImageMagick-${DISTVERSION}
6 6
7MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
8COMMENT= Package for display and interactive manipulation of images 8COMMENT= Package for display and non-interactive manipulation of images
9 9
10CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate' 10CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
11 11
12USE_LANGUAGES= c c++ c99 12USE_LANGUAGES= c c++ c99
13USE_TOOLS+= gmake pkg-config:run 13USE_TOOLS+= gmake pkg-config:run
14CONFIGURE_ARGS+= --disable-assert 14CONFIGURE_ARGS+= --disable-assert
15CONFIGURE_ARGS+= --with-fontconfig 15CONFIGURE_ARGS+= --with-fontconfig
16CONFIGURE_ARGS+= --with-jpeg 16CONFIGURE_ARGS+= --with-jpeg
17CONFIGURE_ARGS+= --with-xml=yes 17CONFIGURE_ARGS+= --with-xml=yes
18CONFIGURE_ARGS+= --without-perl 18CONFIGURE_ARGS+= --without-perl
19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} 19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
20# This one used to be optional, but it depends on ghostscript even if it's 20# This one used to be optional, but it depends on ghostscript even if it's
21# disabled so having a way to disable it seems pointless. 21# disabled so having a way to disable it seems pointless.