diff options
Diffstat (limited to 'archivers/lzo2')
| -rw-r--r-- | archivers/lzo2/Makefile | 25 | ||||
| -rw-r--r-- | archivers/lzo2/distinfo | 1 | ||||
| -rw-r--r-- | archivers/lzo2/files/patch-ac | 65 | ||||
| -rw-r--r-- | archivers/lzo2/pkg-comment | 1 | ||||
| -rw-r--r-- | archivers/lzo2/pkg-descr | 22 | ||||
| -rw-r--r-- | archivers/lzo2/pkg-plist | 22 |
6 files changed, 0 insertions, 136 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile deleted file mode 100644 index d154b6f4380b..000000000000 --- a/archivers/lzo2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: lzo -# Version required: 1.04 -# Date created: 21 Feb 1998 -# Whom: giffunip@asme.org -# -# $FreeBSD$ -# - -DISTNAME= lzo-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 - -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 4250d1d8f1aa..000000000000 --- a/archivers/lzo2/files/patch-ac +++ /dev/null @@ -1,65 +0,0 @@ ---- configure.orig Mon Nov 29 12:37:24 1999 -+++ configure Wed Dec 1 15:35:00 1999 -@@ -1282,13 +1282,13 @@ - CFLAGS="$ac_save_CFLAGS" - elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then -- CFLAGS="-g -O2" -+ CFLAGS="-g" - else - CFLAGS="-g" - fi - else - if test "$GCC" = yes; then -- CFLAGS="-O2" -+ CFLAGS="" - else - CFLAGS= - fi -@@ -2104,8 +2104,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2119,7 +2119,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -3369,7 +3369,7 @@ - - if test "$ac_cv_prog_gcc" = yes; then - mfx_save_cflags="$CFLAGS" --CFLAGS="-O2 -fschedule-insns -fschedule-insns2" -+CFLAGS="-fschedule-insns -fschedule-insns2" - echo $ac_n "checking whether ${CC-cc} suffers the -fschedule-insns bug""... $ac_c" 1>&6 - echo "configure:3375: checking whether ${CC-cc} suffers the -fschedule-insns bug" >&5 - if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_schedule_insns'+set}'`\" = set"; then -@@ -3412,7 +3412,7 @@ - - if test "$ac_cv_prog_gcc" = yes; then - mfx_save_cflags="$CFLAGS" --CFLAGS="-O2 -fstrength-reduce" -+CFLAGS="-fstrength-reduce" - echo $ac_n "checking whether ${CC-cc} suffers the -fstrength-reduce bug""... $ac_c" 1>&6 - echo "configure:3418: checking whether ${CC-cc} suffers the -fstrength-reduce bug" >&5 - if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_strength_reduce'+set}'`\" = set"; then -@@ -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 ddcf9d4e328b..000000000000 --- a/archivers/lzo2/pkg-plist +++ /dev/null @@ -1,22 +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 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/doc/lzo/LZO.FAQ -share/doc/lzo/LZO.TXT -share/doc/lzo/LZOAPI.TXT -share/doc/lzo/LTEST.TXT -@dirrm share/doc/lzo |
