aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-05-09 01:01:37 +0800
committeradamw <adamw@FreeBSD.org>2015-05-09 01:01:37 +0800
commit6891036ce49df465c3c5eb0b77788ae6ed1a2e05 (patch)
tree98816793f5733711c39c5a58ae7ade3310181a1b /archivers
parent5fba31f678c1275f7fd5472d01fd2665df9e6ad1 (diff)
downloadfreebsd-ports-gnome-6891036ce49df465c3c5eb0b77788ae6ed1a2e05.tar.gz
freebsd-ports-gnome-6891036ce49df465c3c5eb0b77788ae6ed1a2e05.tar.zst
freebsd-ports-gnome-6891036ce49df465c3c5eb0b77788ae6ed1a2e05.zip
Remove archivers/lz4, which has been marked DEPRECATED for 1 month.
archivers/liblz4 is essentially a newer version and installs the liblz4 library, headers, etc. PR: 198939 Submitted by: yuri@rawbw.com
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/lz4/Makefile26
-rw-r--r--archivers/lz4/distinfo2
-rw-r--r--archivers/lz4/files/patch-Makefile10
-rw-r--r--archivers/lz4/pkg-descr6
5 files changed, 0 insertions, 45 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index cff811948a3f..fe6f10a7576b 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -72,7 +72,6 @@
SUBDIR += linux-f10-ucl
SUBDIR += linux-f10-upx
SUBDIR += lrzip
- SUBDIR += lz4
SUBDIR += lzip
SUBDIR += lzlib
SUBDIR += lzma
diff --git a/archivers/lz4/Makefile b/archivers/lz4/Makefile
deleted file mode 100644
index 7c50d10267b9..000000000000
--- a/archivers/lz4/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Alexey Degtyarev <alexey@renatasystems.org>
-# $FreeBSD$
-
-PORTNAME= lz4
-PORTVERSION= r101
-CATEGORIES= archivers
-MASTER_SITES= https://dl.dropboxusercontent.com/u/59565338/LZ4/ \
- ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
-
-MAINTAINER= alexey@renatasystems.org
-COMMENT= Fast compressor using LZ4 algorithm
-
-USES= gmake
-ALL_TARGET= lz4c
-
-DEPRECATED= Superseded by archivers/liblz4; use that instead
-EXPIRATION_DATE=2015-05-08
-
-CONFLICTS= liblz4-*
-
-PLIST_FILES= bin/lz4c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${STAGEDIR}${PREFIX}/bin/lz4c
-
-.include <bsd.port.mk>
diff --git a/archivers/lz4/distinfo b/archivers/lz4/distinfo
deleted file mode 100644
index 976663535fa2..000000000000
--- a/archivers/lz4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lz4-r101.tar.gz) = db645ba773002b40394875779d35c447450fcf0c459968a0776899f0c7d1435c
-SIZE (lz4-r101.tar.gz) = 128678
diff --git a/archivers/lz4/files/patch-Makefile b/archivers/lz4/files/patch-Makefile
deleted file mode 100644
index 522ae207f896..000000000000
--- a/archivers/lz4/files/patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig 2013-08-17 10:13:57.000000000 +0800
-+++ Makefile 2013-08-17 10:14:10.000000000 +0800
-@@ -1,5 +1,5 @@
--CC=gcc
--CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
-+CC:=$(CC)
-+CFLAGS:=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
-
- OS := $(shell uname)
- ifeq ($(OS),Linux)
diff --git a/archivers/lz4/pkg-descr b/archivers/lz4/pkg-descr
deleted file mode 100644
index b53ee523f3b8..000000000000
--- a/archivers/lz4/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-LZ4 is a very fast lossless compression algorithm, providing compression speed
-at 300 MB/s per core, scalable with multi-cores CPU. It also features an
-extremely fast decoder, with speed in GB/s per core, typically reaching RAM
-speed limits on multi-core systems.
-
-WWW: https://code.google.com/p/lz4/