diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-21 18:46:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-21 18:46:11 +0000 |
commit | 5c0d07c0bafc4a20959e7edb54d123e5e54fbb48 (patch) | |
tree | ac049e1f4aff56431013585c36b83a5756dfdb70 | |
parent | a85f523ccf07ab80dcfce1936ddf66bc90872c2c (diff) | |
download | ports-5c0d07c0bafc4a20959e7edb54d123e5e54fbb48.tar.gz ports-5c0d07c0bafc4a20959e7edb54d123e5e54fbb48.zip |
archivers/ucl: Update WWW
- Update pkg-descr
- Take maintainership
-rw-r--r-- | archivers/ucl/Makefile | 11 | ||||
-rw-r--r-- | archivers/ucl/pkg-descr | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 1f037844cde3..03c1bce922db 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -6,22 +6,23 @@ PORTREVISION= 5 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data compression library with low memory usage LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= libucl - USES= libtool -GNU_CONFIGURE= yes + CONFIGURE_ARGS= --enable-shared -USE_LDCONFIG= yes +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_LDCONFIG= yes PORTDOCS= AUTHORS NEWS README THANKS TODO +CONFLICTS_INSTALL= libucl + OPTIONS_DEFINE= DOCS post-install: diff --git a/archivers/ucl/pkg-descr b/archivers/ucl/pkg-descr index 2ed4d64d130d..6964187886d2 100644 --- a/archivers/ucl/pkg-descr +++ b/archivers/ucl/pkg-descr @@ -1,7 +1,9 @@ UCL is a portable lossless data compression library written in ANSI C. UCL implements a number of compression algorithms that achieve an excellent -compression ratio while allowing *very* fast decompression. Decompression +compression ratio while allowing *very* fast decompression. Decompression requires no additional memory. -WWW: http://www.oberhumer.com/opensource/ucl +UCL is an OpenSource re-implementation of some NRV compression algorithms. + +WWW: https://www.oberhumer.com/opensource/ucl/ |