Received: by mail.netbsd.org (Postfix, from userid 605) id E7D2384D4B; Wed, 17 Mar 2021 15:18:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E9BB84D1D for ; Wed, 17 Mar 2021 15:18:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L-9bsFeXTrKt for ; Wed, 17 Mar 2021 15:18:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 971BB84D17 for ; Wed, 17 Mar 2021 15:18:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94548FA95; Wed, 17 Mar 2021 15:18:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161599432033210" MIME-Version: 1.0 Date: Wed, 17 Mar 2021 15:18:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/jpeg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210317151840.94548FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161599432033210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 17 15:18:40 UTC 2021 Modified Files: pkgsrc/graphics/jpeg: DESCR Log Message: jpeg: improve DESCR To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/jpeg/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161599432033210 Content-Disposition: inline Content-Length: 1887 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jpeg/DESCR diff -u pkgsrc/graphics/jpeg/DESCR:1.2 pkgsrc/graphics/jpeg/DESCR:1.3 --- pkgsrc/graphics/jpeg/DESCR:1.2 Thu Aug 5 11:29:09 2010 +++ pkgsrc/graphics/jpeg/DESCR Wed Mar 17 15:18:40 2021 @@ -1,21 +1,10 @@ -Independent JPEG Group's free JPEG software -------------------------------------------- +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. -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. +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. --_----------=_161599432033210--