diff options
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 29 | ||||
-rw-r--r-- | archivers/lzo2/distinfo | 2 | ||||
-rw-r--r-- | archivers/lzo2/files/patch-configure | 19 | ||||
-rw-r--r-- | archivers/lzo2/pkg-descr | 22 | ||||
-rw-r--r-- | archivers/lzo2/pkg-plist | 20 |
5 files changed, 0 insertions, 92 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile deleted file mode 100644 index c81616774e1e..000000000000 --- a/archivers/lzo2/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: lzo -# Date created: 21 Feb 1998 -# Whom: giffunip@asme.org -# -# $FreeBSD$ -# - -PORTNAME= lzo -PORTVERSION= 1.08 -PORTREVISION= 1 -CATEGORIES= archivers devel -MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ -MASTER_SITE_SUBDIR= libs/compression - -MAINTAINER= ports@FreeBSD.org -COMMENT= Portable speedy, lossless data compression library - -USE_LIBTOOL_VER= 13 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-shared -INSTALLS_SHLIB= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo deleted file mode 100644 index b3f1eb16b7c0..000000000000 --- a/archivers/lzo2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (lzo-1.08.tar.gz) = ab94d3da364c7cbd5b78d76f1875b0f6 -SIZE (lzo-1.08.tar.gz) = 426692 diff --git a/archivers/lzo2/files/patch-configure b/archivers/lzo2/files/patch-configure deleted file mode 100644 index a47c801685cd..000000000000 --- a/archivers/lzo2/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/lzo2/pkg-descr b/archivers/lzo2/pkg-descr deleted file mode 100644 index ab23165d86e3..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://www.oberhumer.com/opensource/lzo/ diff --git a/archivers/lzo2/pkg-plist b/archivers/lzo2/pkg-plist deleted file mode 100644 index 9951bb36e9a9..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%%%%DOCSDIR%%/LTEST.TXT -%%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ -%%PORTDOCS%%%%DOCSDIR%%/LZO.TXT -%%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT -%%PORTDOCS%%@dirrm %%DOCSDIR%% |