git: 5cbb5de4b82f - main - graphics/py-lerc: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:37:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cbb5de4b82fa9a0700bd272ae7507bb1ebdbd40 commit 5cbb5de4b82fa9a0700bd272ae7507bb1ebdbd40 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:17:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:42 +0000 graphics/py-lerc: Update WWW and clean up pkg-descr --- graphics/py-lerc/Makefile | 3 ++- graphics/py-lerc/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/py-lerc/Makefile b/graphics/py-lerc/Makefile index f33610fb9a02..20a8c933bb47 100644 --- a/graphics/py-lerc/Makefile +++ b/graphics/py-lerc/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for LERC (Limited Error Raster Compression) -WWW= https://esri.github.io/lerc/ +WWW= https://esri.github.io/lerc/ \ + https://github.com/Esri/lerc/tree/master/OtherLanguages/Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../../LICENSE diff --git a/graphics/py-lerc/pkg-descr b/graphics/py-lerc/pkg-descr index ada226348750..84714b172f42 100644 --- a/graphics/py-lerc/pkg-descr +++ b/graphics/py-lerc/pkg-descr @@ -4,5 +4,3 @@ compression error per pixel while encoding, so the precision of the original input image is preserved (within user defined error bounds). This port is the Python binding for LERC (Limited Error Raster Compression). - -See also: https://github.com/Esri/lerc/tree/master/OtherLanguages/Python