1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove expired port archivers/lzo.

Note that some ports from the PR still need attention for the port to lzo2,
devel/py-tables in particular (wen, are you there?)

PR: ports/156954
This commit is contained in:
Matthias Andree 2011-07-07 00:57:15 +00:00
parent 9a3fe9a357
commit 75706112b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277203
7 changed files with 1 additions and 113 deletions

1
MOVED
View File

@ -2254,3 +2254,4 @@ devel/acovea||2011-07-02|Has expired: Looks like abandonware.
devel/acovea-gtk||2011-07-02|Has expired: Looks like abandonware.
sysutils/service-config||2011-07-02|Has expired: "mastersite disappeared"
print/lyx-devel||2011-07-03|print/lyx has been updated to a newer version, use it instead
archivers/lzo|archivers/lzo2|2011-07-07|Use lzo2 instead.

View File

@ -1,38 +0,0 @@
# New ports collection makefile for: lzo
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
PORTNAME= lzo
PORTVERSION= 1.08
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ \
LOCAL/mandree
MAINTAINER= mandree@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
DEPRECATED= use lzo2 instead for new installs
EXPIRATION_DATE= 2011-05-31
post-build:
@${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)"
@# override MALLOC_OPTIONS, else tests take excessively long
cd ${WRKSRC} && ${SETENV} MALLOC_OPTIONS=jz ${MAKE} check test
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (lzo-1.08.tar.gz) = bcead46b0bd887c3987e977a0a7d4c547b0f70f926d45e253784137569f57b9a
SIZE (lzo-1.08.tar.gz) = 426692

View File

@ -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

View File

@ -1,11 +0,0 @@
--- ./util/check.sh~ 2009-01-04 10:28:23.000000000 +0100
+++ ./util/check.sh 2009-01-04 10:33:34.000000000 +0100
@@ -13,7 +13,7 @@
LTEST="ltest"
test -x ./ltest/ltest && LTEST="./ltest/ltest"
test -x ./ltest.exe && LTEST="./ltest.exe"
-LFLAGS="-q -n2"
+LFLAGS="-Q -n2"
dir="${*-.}"

View File

@ -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/

View File

@ -1,21 +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.la
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%%