./graphics/urt, Toolkit and library for raster image processing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1b1nb19, Package name: urt-3.1b1nb19, Maintainer: pkgsrc-users

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.


Required to run:
[graphics/netpbm]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-04-21 17:27:36 by Thomas Klausner | Files touched by this commit (1)
Log message:
urt: remove dead download site.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-11-02 23:38:06 by Roland Illig | Files touched by this commit (114)
Log message:
graphics: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-01-14 15:58:41 by Roland Illig | Files touched by this commit (36)
Log message:
graphics/*: remove redundant :Q modifiers

pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.