diff options
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 27 | ||||
-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, 82 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile deleted file mode 100644 index bf0bd81d3817..000000000000 --- a/archivers/lzo2/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: lzo -# Date created: 21 Feb 1998 -# Whom: giffunip@asme.org -# -# $FreeBSD$ -# - -PORTNAME= lzo -PORTVERSION= 1.07 -CATEGORIES= archivers devel -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/compression - -MAINTAINER= ports@FreeBSD.org - -USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-shared -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 45a4ccd12b49..000000000000 --- a/archivers/lzo2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (lzo-1.07.tar.gz) = f7bcae7fc7e5c01adbcea21dc7501610 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 de5fcf20f09b..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 -%%PORTDOCS%%share/doc/lzo/LTEST.TXT -%%PORTDOCS%%share/doc/lzo/LZO.FAQ -%%PORTDOCS%%share/doc/lzo/LZO.TXT -%%PORTDOCS%%share/doc/lzo/LZOAPI.TXT -%%PORTDOCS%%@dirrm share/doc/lzo |