summaryrefslogtreecommitdiff
path: root/graphics/jpeg/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-03-17 15:18:40 +0000
committerwiz <wiz@pkgsrc.org>2021-03-17 15:18:40 +0000
commitd09dfdd52152275ecb7c6be429b8682b17e5ceb0 (patch)
tree83071f50707b51d27d14983e24e618f2af8f8046 /graphics/jpeg/DESCR
parentf543c56b4de9b32546a002123a3bbc059e4c6834 (diff)
downloadpkgsrc-d09dfdd52152275ecb7c6be429b8682b17e5ceb0.tar.gz
jpeg: improve DESCR
Diffstat (limited to 'graphics/jpeg/DESCR')
-rw-r--r--graphics/jpeg/DESCR31
1 files changed, 10 insertions, 21 deletions
diff --git a/graphics/jpeg/DESCR b/graphics/jpeg/DESCR
index 4ff1abc092b..29822044fa0 100644
--- a/graphics/jpeg/DESCR
+++ b/graphics/jpeg/DESCR
@@ -1,21 +1,10 @@
-Independent JPEG Group's free JPEG software
--------------------------------------------
-
-This package contains C software to implement JPEG image encoding, decoding,
-and transcoding. JPEG is a standardized compression method for full-color
-and gray-scale images.
-
-The distributed programs provide conversion between JPEG "JFIF" format and
-image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats. The
-core compression and decompression library can easily be reused in other
-programs, such as image viewers. The package is highly portable C code;
-we have tested it on many machines ranging from PCs to Crays.
-
-We are releasing this software for both noncommercial and commercial use.
-Companies are welcome to use it as the basis for JPEG-related products.
-We do not ask a royalty, although we do ask for an acknowledgement in
-product literature (see the README file in the distribution for details).
-We hope to make this software industrial-quality --- although, as with
-anything that's free, we offer no warranty and accept no liability.
-
-For more information, contact jpeg-info@uc.ag.
+This package contains C software to implement JPEG image encoding,
+decoding, and transcoding written by the Independent JPEG Group.
+JPEG is a standardized compression method for full-color and
+gray-scale images.
+
+The distributed programs provide conversion between JPEG "JFIF"
+format and image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file
+formats. The core compression and decompression library can easily
+be reused in other programs, such as image viewers. The package
+is highly portable C code.