aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-01 17:50:09 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-01 17:50:09 +0000
commit98953eed72cda5662f2afefda9d75ece73cb1f13 (patch)
tree40de9ca8cbfe5e10c2230926845a773f4b8332b7 /archivers
parent070a82ff52bb8423ee08fba50ee2806856952949 (diff)
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/libunrar4/Makefile34
-rw-r--r--archivers/libunrar4/distinfo2
-rw-r--r--archivers/libunrar4/pkg-descr7
-rw-r--r--archivers/libunrar4/pkg-plist3
5 files changed, 0 insertions, 47 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index c21d76accc4c..5117c205df23 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -70,7 +70,6 @@
SUBDIR += libpar2
SUBDIR += librtfcomp
SUBDIR += libunrar
- SUBDIR += libunrar4
SUBDIR += libunrar5
SUBDIR += libzip
SUBDIR += lrzip
diff --git a/archivers/libunrar4/Makefile b/archivers/libunrar4/Makefile
deleted file mode 100644
index a12f97527461..000000000000
--- a/archivers/libunrar4/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Joris Vandalon
-# $FreeBSD$
-
-PORTNAME= libunrar4
-PORTVERSION= 4.2.4
-CATEGORIES= archivers
-MASTER_SITES= http://www.rarlab.com/rar/
-DISTNAME= unrarsrc-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library to work with RAR archives
-
-DEPRECATED= Outdated version. Please use archivers/libunrar5 instead
-EXPIRATION_DATE= 2017-03-01
-
-CONFLICTS_INSTALL= libunrar-3* libunrar5-5*
-
-WRKSRC= ${WRKDIR}/unrar
-
-USES= gmake
-MAKE_ARGS= CC="${CC}" CXX="${CXX}"
-MAKEFILE= makefile.unix
-ALL_TARGET= lib
-USE_LDCONFIG= yes
-
-MAKE_JOBS_UNSAFE= yes
-
-do-install:
- ${INSTALL_LIB} ${WRKSRC}/libunrar.so ${STAGEDIR}${PREFIX}/lib/libunrar.so.4
- cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libunrar.so.4 libunrar.so
- @${MKDIR} ${STAGEDIR}${PREFIX}/include/libunrar4
- ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${STAGEDIR}${PREFIX}/include/libunrar4/dll.hpp
-
-.include <bsd.port.mk>
diff --git a/archivers/libunrar4/distinfo b/archivers/libunrar4/distinfo
deleted file mode 100644
index 550d5fcc8997..000000000000
--- a/archivers/libunrar4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (unrarsrc-4.2.4.tar.gz) = 9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
-SIZE (unrarsrc-4.2.4.tar.gz) = 164641
diff --git a/archivers/libunrar4/pkg-descr b/archivers/libunrar4/pkg-descr
deleted file mode 100644
index 9cc539cde4a1..000000000000
--- a/archivers/libunrar4/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
- The UnRAR library is a minor part of the RAR archiver and contains
- RAR uncompression algorithm. UnRAR requires very small volume of
- memory to operate.
- UnRAR library can be used by other programs to extract RAR archives.
- This package contains small fixes from the http://mcmcc.bat.ru/clamav/.
-
-WWW: http://www.rarsoft.com/
diff --git a/archivers/libunrar4/pkg-plist b/archivers/libunrar4/pkg-plist
deleted file mode 100644
index b17d6bad7f4d..000000000000
--- a/archivers/libunrar4/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/libunrar.so
-lib/libunrar.so.4
-include/libunrar4/dll.hpp