View | Details | Raw Unified | Return to bug 81721
Collapse All | Expand All

(-)archivers/lzo/Makefile (-5 / +3 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	lzo
8
PORTNAME=	lzo
9
PORTVERSION=	1.08
9
PORTVERSION=	2.00
10
PORTREVISION=	1
11
CATEGORIES=	archivers devel
10
CATEGORIES=	archivers devel
12
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
11
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/
13
MASTER_SITE_SUBDIR=	libs/compression
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Portable speedy, lossless data compression library
14
COMMENT=	Portable speedy, lossless data compression library
17
15
18
USE_INC_LIBTOOL_VER=	15
16
USE_LIBTOOL_VER=	15
19
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
17
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_ARGS=	--enable-shared
18
CONFIGURE_ARGS=	--enable-shared
21
INSTALLS_SHLIB=	yes
19
INSTALLS_SHLIB=	yes
(-)archivers/lzo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (lzo-1.08.tar.gz) = ab94d3da364c7cbd5b78d76f1875b0f6
1
MD5 (lzo-2.00.tar.gz) = c7b6b2a0aa3b06722afed4bec4f79011
2
SIZE (lzo-1.08.tar.gz) = 426692
2
SIZE (lzo-2.00.tar.gz) = 570678
(-)archivers/lzo/files/patch-configure (-19 lines)
Lines 1-19 Link Here
1
--- configure.orig	Sat Jul 13 10:31:52 2002
2
+++ configure	Tue Jul 16 04:08:48 2002
3
@@ -7991,6 +7991,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
@@ -12064,7 +12065,7 @@
12
   if test "X$enable_debug" = Xyes; then
13
     CFLAGS="$CFLAGS -O0"
14
   else
15
-    CFLAGS="$CFLAGS -O2"
16
+    CFLAGS="$CFLAGS"
17
   fi
18
   CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings"
19
   case $MFX_CPU in
(-)archivers/lzo/pkg-descr (-16 / +16 lines)
Lines 1-20 Link Here
1
     LZO is a data compression library which is suitable for data
1
LZO is a data compression library which is suitable for data
2
     de-/compression in real-time. This means it favours speed over
2
de-/compression in real-time. This means it favours speed over
3
     compression ratio.
3
compression ratio.
4
4
5
     LZO implements a number of algorithms with the following features:
5
LZO implements a number of algorithms with the following features:
6
        + Decompression is simple and *very* fast.
6
   + Decompression is simple and *very* fast.
7
        + Requires no memory for decompression.
7
   + Requires no memory for decompression.
8
        + Compression is pretty fast.
8
   + Compression is pretty fast.
9
        + Requires 64 kB of memory for compression.
9
   + Requires 64 kB of memory for compression.
10
        + Allows you to dial up extra compression at a speed cost in the
10
   + Allows you to dial up extra compression at a speed cost in the
11
          compressor. The speed of the decompressor is not reduced.
11
     compressor. The speed of the decompressor is not reduced.
12
        + Includes compression levels for generating pre-compressed data
12
   + Includes compression levels for generating pre-compressed data
13
          which achieve a quite competitive compression ratio.
13
     which achieve a quite competitive compression ratio.
14
        + There is also a compression level which needs only 8 kB for
14
   + There is also a compression level which needs only 8 kB for
15
          compression.
15
     compression.
16
        + Algorithm is thread safe.
16
   + Algorithm is thread safe.
17
        + Algorithm is lossless.
17
   + Algorithm is lossless.
18
18
19
Author: Markus Franz Xaver Johannes Oberhumer
19
Author: Markus Franz Xaver Johannes Oberhumer
20
        markus.oberhumer@jk.uni-linz.ac.at
20
        markus.oberhumer@jk.uni-linz.ac.at
(-)archivers/lzo/pkg-plist (-15 / +16 lines)
Lines 1-21 Link Here
1
include/lzo1.h
1
include/lzo/lzo1.h
2
include/lzo16bit.h
2
include/lzo/lzo1a.h
3
include/lzo1a.h
3
include/lzo/lzo1b.h
4
include/lzo1b.h
4
include/lzo/lzo1c.h
5
include/lzo1c.h
5
include/lzo/lzo1f.h
6
include/lzo1f.h
6
include/lzo/lzo1x.h
7
include/lzo1x.h
7
include/lzo/lzo1y.h
8
include/lzo1y.h
8
include/lzo/lzo1z.h
9
include/lzo1z.h
9
include/lzo/lzo2a.h
10
include/lzo2a.h
10
include/lzo/lzo_asm.h
11
include/lzoconf.h
11
include/lzo/lzoconf.h
12
include/lzoutil.h
12
include/lzo/lzodefs.h
13
include/lzo/lzoutil.h
13
lib/liblzo.a
14
lib/liblzo.a
14
lib/liblzo.la
15
lib/liblzo.so
15
lib/liblzo.so
16
lib/liblzo.so.1
16
lib/liblzo.so.2
17
%%PORTDOCS%%%%DOCSDIR%%/LTEST.TXT
18
%%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ
17
%%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ
19
%%PORTDOCS%%%%DOCSDIR%%/LZO.TXT
18
%%PORTDOCS%%%%DOCSDIR%%/LZO.TXT
20
%%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT
19
%%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT
20
%%PORTDOCS%%%%DOCSDIR%%/LZOTEST.TXT
21
%%PORTDOCS%%@dirrm %%DOCSDIR%%
21
%%PORTDOCS%%@dirrm %%DOCSDIR%%
22
@dirrm include/lzo

Return to bug 81721