graphics/lerc: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-07-19 00:45:03 +08:00
parent 89314a13da
commit e32a2e7789
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,8 @@ CATEGORIES= graphics
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ library for Limited Error Raster Compression COMMENT= C++ library for Limited Error Raster Compression
WWW= https://esri.github.io/lerc/ WWW= https://esri.github.io/lerc/ \
https://github.com/Esri/lerc
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE

View file

@ -2,5 +2,3 @@ LERC is an open-source image or raster format which supports rapid encoding and
decoding for any pixel type (not just RGB or Byte). Users set the maximum decoding for any pixel type (not just RGB or Byte). Users set the maximum
compression error per pixel while encoding, so the precision of the original compression error per pixel while encoding, so the precision of the original
input image is preserved (within user defined error bounds). input image is preserved (within user defined error bounds).
See also: https://github.com/Esri/lerc