summaryrefslogtreecommitdiff
path: root/sysutils/rfstool
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rfstool')
-rw-r--r--sysutils/rfstool/Makefile30
-rw-r--r--sysutils/rfstool/distinfo2
-rw-r--r--sysutils/rfstool/files/patch-reiserfs.h11
-rw-r--r--sysutils/rfstool/pkg-descr6
4 files changed, 0 insertions, 49 deletions
diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile
deleted file mode 100644
index 4589003e97b3..000000000000
--- a/sysutils/rfstool/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: trevor
-# $FreeBSD$
-
-PORTNAME= rfstool
-PORTVERSION= 0.14
-CATEGORIES= sysutils
-MASTER_SITES= NETBSD
-DISTNAME= rfstool-0.14-source
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Read from a Reiser file system
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-PLIST_FILES= bin/rfstool
-USES= dos2unix zip
-USE_CXXSTD= c++98
-DOS2UNIX_FILES= reiserfs.h
-WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL
-MAKEFILE= makefile.gcc3x
-
-post-extract:
- @${REINPLACE_CMD} -e "s,g++,\$${CXX} \$${CXXFLAGS},g" ${WRKSRC}/${MAKEFILE}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/sysutils/rfstool/distinfo b/sysutils/rfstool/distinfo
deleted file mode 100644
index 618a4c4dc742..000000000000
--- a/sysutils/rfstool/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rfstool-0.14-source.zip) = 86a43f5f0d8982471fd7c0dd6f80e732c8d3871d758a210bda2484041f550d85
-SIZE (rfstool-0.14-source.zip) = 80381
diff --git a/sysutils/rfstool/files/patch-reiserfs.h b/sysutils/rfstool/files/patch-reiserfs.h
deleted file mode 100644
index 4a59c3bb85e7..000000000000
--- a/sysutils/rfstool/files/patch-reiserfs.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- reiserfs.h.orig 2016-06-20 13:19:25 UTC
-+++ reiserfs.h
-@@ -268,7 +268,7 @@ class ReiserFsBlock : public PNode
- {
- }
-
-- ReiserFsBlock::~ReiserFsBlock()
-+ ~ReiserFsBlock()
- {
- delete m_lpbMemory;
- }
diff --git a/sysutils/rfstool/pkg-descr b/sysutils/rfstool/pkg-descr
deleted file mode 100644
index ae1704342bbd..000000000000
--- a/sysutils/rfstool/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Rfstool is an mtools-like utility which lets you read from Reiser
-file systems.
-
-The home page has instructions on its usage.
-
-WWW: http://p-nand-q.com/download/rfstool.html