new port of rfstool, an mtools-like utility which reads Reiser file

systems
This commit is contained in:
Trevor Johnson 2005-03-02 17:54:11 +00:00
parent 140a5ede32
commit 9c08ca7f1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130204
4 changed files with 40 additions and 0 deletions

View file

@ -383,6 +383,7 @@
SUBDIR += rdiff-backup
SUBDIR += readlink
SUBDIR += reoback
SUBDIR += rfstool
SUBDIR += rlogview
SUBDIR += rmonitor
SUBDIR += roottail

31
sysutils/rfstool/Makefile Normal file
View file

@ -0,0 +1,31 @@
# New ports collection makefile for: rfstool
# Date created: 2005-03-02
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= rfstool
PORTVERSION= 0.14
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= rfstool-0.14-source
MAINTAINER= trevor@FreeBSD.org
COMMENT= Read from a Reiser file system
PLIST_FILES= bin/rfstool
USE_ZIP= yes
WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
MAKEFILE= makefile.gcc3x
.else
MAKEFILE= makefile.gcc2x
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/bin
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (rfstool-0.14-source.zip) = 790d818848a5e3119a9946ba31324a5a
SIZE (rfstool-0.14-source.zip) = 80381

View file

@ -0,0 +1,6 @@
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