15c28ee45c
- New options -a and --trailing-error. - Decompression time has been reduced by 2%. - Removed decompression support for version 0 files. - Some bug fixes. - New chapter 'Trailing data' in the texinfo documentation. Plus the following changes from version 1.17, which we missed: - New chapter 'Quality assurance' in the texinfo documentation. - Reorganization of the compression code.
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lzip
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SAVANNAH/lzip
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
COMMENT= Lossless data compressor based on the LZMA algorithm
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= bin/lzip \
|
|
man/man1/lzip.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= CXX="${CXX}" \
|
|
CXXFLAGS="${CXXFLAGS}" \
|
|
LDFLAGS="${LDFLAGS}"
|
|
INFO= lzip
|
|
|
|
.include <bsd.port.mk>
|