Date: Wed, 1 Jun 2005 01:00:07 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81721: Update port: archivers/lzo to 2.00 Message-ID: <20050601010007.3c5beec0.tkato432@yahoo.com> Resent-Message-ID: <200505311610.j4VGA23e046904@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81721 >Category: ports >Synopsis: Update port: archivers/lzo to 2.00 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 31 16:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 2.00 Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/lzo/Makefile archivers/lzo/Makefile --- /usr/ports/archivers/lzo/Makefile Wed Jun 1 00:51:00 2005 +++ archivers/lzo/Makefile Wed Jun 1 00:52:21 2005 @@ -6,16 +6,14 @@ # PORTNAME= lzo -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 2.00 CATEGORIES= archivers devel -MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ -MASTER_SITE_SUBDIR= libs/compression +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Portable speedy, lossless data compression library -USE_INC_LIBTOOL_VER= 15 +USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes diff -urN /usr/ports/archivers/lzo/distinfo archivers/lzo/distinfo --- /usr/ports/archivers/lzo/distinfo Wed Jan 28 18:40:46 2004 +++ archivers/lzo/distinfo Tue May 31 23:26:14 2005 @@ -1,2 +1,2 @@ -MD5 (lzo-1.08.tar.gz) = ab94d3da364c7cbd5b78d76f1875b0f6 -SIZE (lzo-1.08.tar.gz) = 426692 +MD5 (lzo-2.00.tar.gz) = c7b6b2a0aa3b06722afed4bec4f79011 +SIZE (lzo-2.00.tar.gz) = 570678 diff -urN /usr/ports/archivers/lzo/files/patch-configure archivers/lzo/files/patch-configure --- /usr/ports/archivers/lzo/files/patch-configure Tue Jul 16 06:33:55 2002 +++ archivers/lzo/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- configure.orig Sat Jul 13 10:31:52 2002 -+++ configure Tue Jul 16 04:08:48 2002 -@@ -7991,6 +7991,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -12064,7 +12065,7 @@ - if test "X$enable_debug" = Xyes; then - CFLAGS="$CFLAGS -O0" - else -- CFLAGS="$CFLAGS -O2" -+ CFLAGS="$CFLAGS" - fi - CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings" - case $MFX_CPU in diff -urN /usr/ports/archivers/lzo/pkg-descr archivers/lzo/pkg-descr --- /usr/ports/archivers/lzo/pkg-descr Thu Dec 6 21:23:12 2001 +++ archivers/lzo/pkg-descr Tue May 31 23:27:33 2005 @@ -1,20 +1,20 @@ - LZO is a data compression library which is suitable for data - de-/compression in real-time. This means it favours speed over - compression ratio. +LZO is a data compression library which is suitable for data +de-/compression in real-time. This means it favours speed over +compression ratio. - LZO implements a number of algorithms with the following features: - + Decompression is simple and *very* fast. - + Requires no memory for decompression. - + Compression is pretty fast. - + Requires 64 kB of memory for compression. - + Allows you to dial up extra compression at a speed cost in the - compressor. The speed of the decompressor is not reduced. - + Includes compression levels for generating pre-compressed data - which achieve a quite competitive compression ratio. - + There is also a compression level which needs only 8 kB for - compression. - + Algorithm is thread safe. - + Algorithm is lossless. +LZO implements a number of algorithms with the following features: + + Decompression is simple and *very* fast. + + Requires no memory for decompression. + + Compression is pretty fast. + + Requires 64 kB of memory for compression. + + Allows you to dial up extra compression at a speed cost in the + compressor. The speed of the decompressor is not reduced. + + Includes compression levels for generating pre-compressed data + which achieve a quite competitive compression ratio. + + There is also a compression level which needs only 8 kB for + compression. + + Algorithm is thread safe. + + Algorithm is lossless. Author: Markus Franz Xaver Johannes Oberhumer markus.oberhumer@jk.uni-linz.ac.at diff -urN /usr/ports/archivers/lzo/pkg-plist archivers/lzo/pkg-plist --- /usr/ports/archivers/lzo/pkg-plist Wed Jun 1 00:51:00 2005 +++ archivers/lzo/pkg-plist Tue May 31 23:44:16 2005 @@ -1,21 +1,22 @@ -include/lzo1.h -include/lzo16bit.h -include/lzo1a.h -include/lzo1b.h -include/lzo1c.h -include/lzo1f.h -include/lzo1x.h -include/lzo1y.h -include/lzo1z.h -include/lzo2a.h -include/lzoconf.h -include/lzoutil.h +include/lzo/lzo1.h +include/lzo/lzo1a.h +include/lzo/lzo1b.h +include/lzo/lzo1c.h +include/lzo/lzo1f.h +include/lzo/lzo1x.h +include/lzo/lzo1y.h +include/lzo/lzo1z.h +include/lzo/lzo2a.h +include/lzo/lzo_asm.h +include/lzo/lzoconf.h +include/lzo/lzodefs.h +include/lzo/lzoutil.h lib/liblzo.a -lib/liblzo.la lib/liblzo.so -lib/liblzo.so.1 -%%PORTDOCS%%%%DOCSDIR%%/LTEST.TXT +lib/liblzo.so.2 %%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ %%PORTDOCS%%%%DOCSDIR%%/LZO.TXT %%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT +%%PORTDOCS%%%%DOCSDIR%%/LZOTEST.TXT %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/lzo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050601010007.3c5beec0.tkato432>