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
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ CATEGORIES= graphics
MAINTAINER= sunpoet@FreeBSD.org
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_FILE= ${WRKSRC}/LICENSE
-2
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
compression error per pixel while encoding, so the precision of the original
input image is preserved (within user defined error bounds).
See also: https://github.com/Esri/lerc