diff options
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 26 | ||||
-rw-r--r-- | archivers/lzo2/distinfo | 1 | ||||
-rw-r--r-- | archivers/lzo2/files/patch-ac | 11 | ||||
-rw-r--r-- | archivers/lzo2/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/lzo2/pkg-descr | 22 | ||||
-rw-r--r-- | archivers/lzo2/pkg-plist | 20 |
6 files changed, 0 insertions, 81 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile deleted file mode 100644 index f52d96490d92..000000000000 --- a/archivers/lzo2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: lzo -# Date created: 21 Feb 1998 -# Whom: giffunip@asme.org -# -# $FreeBSD$ -# - -PORTNAME= lzo -PORTVERSION= 1.06 -CATEGORIES= archivers devel -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ -MASTER_SITE_SUBDIR= libs/compression - -MAINTAINER= ports@FreeBSD.org - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/lzo - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo -.endif - -.include <bsd.port.mk> diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo deleted file mode 100644 index 65d79d45733a..000000000000 --- a/archivers/lzo2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (lzo-1.06.tar.gz) = 01a56f80a9186383d2183f917e9fe4e9 diff --git a/archivers/lzo2/files/patch-ac b/archivers/lzo2/files/patch-ac deleted file mode 100644 index b76d9cdc0139..000000000000 --- a/archivers/lzo2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Nov 30 02:37:24 1999 -+++ configure Sun Dec 5 12:07:23 1999 -@@ -3496,7 +3496,7 @@ - if test "$enable_debug" = yes; then - CFLAGS_O="-O0" - else -- CFLAGS_O="-O2" -+ CFLAGS_O="" - fi - CFLAGS_W="-Wall -Wcast-align -Wwrite-strings" - case $host in diff --git a/archivers/lzo2/pkg-comment b/archivers/lzo2/pkg-comment deleted file mode 100644 index 63620281e374..000000000000 --- a/archivers/lzo2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Portable speedy, lossless data compression library diff --git a/archivers/lzo2/pkg-descr b/archivers/lzo2/pkg-descr deleted file mode 100644 index 4add451eabcd..000000000000 --- a/archivers/lzo2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ - 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. - -Author: Markus Franz Xaver Johannes Oberhumer - markus.oberhumer@jk.uni-linz.ac.at - -WWW: http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html diff --git a/archivers/lzo2/pkg-plist b/archivers/lzo2/pkg-plist deleted file mode 100644 index 0e9081acb364..000000000000 --- a/archivers/lzo2/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -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 -lib/liblzo.a -lib/liblzo.so -lib/liblzo.so.1 -share/doc/lzo/LTEST.TXT -share/doc/lzo/LZO.FAQ -share/doc/lzo/LZO.TXT -share/doc/lzo/LZOAPI.TXT -@dirrm share/doc/lzo |