freebsd-ports/graphics/urt/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

14 lines
608 B
Plaintext

The Utah Raster toolkit is a collection of programs and C routines for
dealing with raster images commonly encountered in computer graphics. It
provides the following major functions:
* A device and system independent image format for storing images
and information about them. Called the RLE format, it uses
run length encoding to reduce storage space for most images.
* A library of C routines for reading, writing and manipulating
images stored in the RLE format.
* A collections of programs for manipulating and displaying RLE
images.