Update COMMENT and DESCR to denote this is the older
version of archivers/lzo.
This commit is contained in:
parent
2331c27853
commit
2a5f60c814
2 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,8 @@
|
|||
LZO is a portable lossless data compression library written in ANSI C. It
|
||||
offers pretty fast compression and *very* fast decompression. Decompression
|
||||
requires no memory. In addition, there are slower compression levels
|
||||
achieving a quite competitive compression ratio while still decompressing at
|
||||
this very high speed.
|
||||
LZO is a portable lossless data compression library written in ANSI
|
||||
C. It offers pretty fast compression and *very* fast decompression.
|
||||
Decompression requires no memory. In addition, there are slower
|
||||
compression levels achieving a quite competitive compression ratio
|
||||
while still decompressing at this very high speed.
|
||||
|
||||
This package contains the older v1 release of the library.
|
||||
See pkgsrc/archivers/lzo for the current version.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2005/04/11 21:44:49 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2005/07/14 20:04:39 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lzo-1.08
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
|
|||
|
||||
MAINTAINER= rh@NetBSD.org
|
||||
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
|
||||
COMMENT= Portable lossless data compression library written in ANSI C
|
||||
COMMENT= Portable lossless data compression library (v1)
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
Loading…
Reference in a new issue