diff --git a/sysutils/Makefile b/sysutils/Makefile index e7686e770eeb..bdfaae4a0061 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -383,6 +383,7 @@ SUBDIR += rdiff-backup SUBDIR += readlink SUBDIR += reoback + SUBDIR += rfstool SUBDIR += rlogview SUBDIR += rmonitor SUBDIR += roottail diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile new file mode 100644 index 000000000000..8217398e8e35 --- /dev/null +++ b/sysutils/rfstool/Makefile @@ -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 +.if ${OSVERSION} >= 500035 +MAKEFILE= makefile.gcc3x +.else +MAKEFILE= makefile.gcc2x +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/bin + +.include diff --git a/sysutils/rfstool/distinfo b/sysutils/rfstool/distinfo new file mode 100644 index 000000000000..496f38202d29 --- /dev/null +++ b/sysutils/rfstool/distinfo @@ -0,0 +1,2 @@ +MD5 (rfstool-0.14-source.zip) = 790d818848a5e3119a9946ba31324a5a +SIZE (rfstool-0.14-source.zip) = 80381 diff --git a/sysutils/rfstool/pkg-descr b/sysutils/rfstool/pkg-descr new file mode 100644 index 000000000000..5a43fc28a499 --- /dev/null +++ b/sysutils/rfstool/pkg-descr @@ -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