diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:55:48 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:55:48 +0000 |
commit | 584a54b90df12a88511483e10d8c2e6e9c7170de (patch) | |
tree | 70760b81c48c8c4684a052d440cd03a96fbfbd01 /archivers/lzo | |
parent | 950486b97501945f27f8ee23d7b64e5f146bf1f1 (diff) | |
download | ports-584a54b90df12a88511483e10d8c2e6e9c7170de.tar.gz ports-584a54b90df12a88511483e10d8c2e6e9c7170de.zip |
- Update to 2.0.
PR: ports/81721
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=136547
Diffstat (limited to 'archivers/lzo')
-rw-r--r-- | archivers/lzo/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzo/distinfo | 4 | ||||
-rw-r--r-- | archivers/lzo/files/patch-configure | 19 | ||||
-rw-r--r-- | archivers/lzo/pkg-descr | 32 | ||||
-rw-r--r-- | archivers/lzo/pkg-plist | 30 |
5 files changed, 36 insertions, 55 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 5ac717e26fab..1e80d61b1c4e 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -6,11 +6,9 @@ # 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 diff --git a/archivers/lzo/distinfo b/archivers/lzo/distinfo index b3f1eb16b7c0..9e758c386450 100644 --- a/archivers/lzo/distinfo +++ b/archivers/lzo/distinfo @@ -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 --git a/archivers/lzo/files/patch-configure b/archivers/lzo/files/patch-configure deleted file mode 100644 index a47c801685cd..000000000000 --- a/archivers/lzo/files/patch-configure +++ /dev/null @@ -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 --git a/archivers/lzo/pkg-descr b/archivers/lzo/pkg-descr index ab23165d86e3..8e1cbb8dec72 100644 --- a/archivers/lzo/pkg-descr +++ b/archivers/lzo/pkg-descr @@ -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 --git a/archivers/lzo/pkg-plist b/archivers/lzo/pkg-plist index 9951bb36e9a9..799f6b03979e 100644 --- a/archivers/lzo/pkg-plist +++ b/archivers/lzo/pkg-plist @@ -1,20 +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.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 |