1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

When compiled with X, ImageMagick conflicts with display. Warn

users about the conflict.  Squeeze the pkg-comment files so they
are less than 71 characters.
This commit is contained in:
Trevor Johnson 2001-03-21 21:11:23 +00:00
parent c3df0b84df
commit b2bf9ee7cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40178
4 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
Image manipulation and (optionally, using X) interactive display tools
Image processing tools (interactive optional--misc/display conflict)

View File

@ -8,4 +8,7 @@ The package can be built _without_ the GUI (X11) support at all -- it
will not have the display, import, and animate functionality, but remain
extremely useful for image manipulation.
The optional "display" utility conflicts with the utility of the
same name from the misc/display port/package.
WWW: http://www.ImageMagick.org/

View File

@ -1 +1 @@
Runs a specified command over and over
Runs command repeatedly; shows output (can conflict with ImageMagick)

View File

@ -2,3 +2,6 @@ Display runs a specified command over and over, printing the output
through curses(3X). The command can be compound and the delay
between executions is settable on the command line. The output
from the command had better fit on a single screen, of course.
This can conflict with the application of the same name from the
graphics/ImageMagick port/package.