diff options
author | agc <agc@pkgsrc.org> | 2004-07-06 17:29:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-07-06 17:29:38 +0000 |
commit | 8b015107e2140730d30f0a2ba5fe8c7427476fc0 (patch) | |
tree | 10da3f01b50f8f96435bdd1ea569c542624d64b5 /sysutils | |
parent | 98c8a0038688538adfc2ed978330bc62ad6c1582 (diff) | |
download | pkgsrc-8b015107e2140730d30f0a2ba5fe8c7427476fc0.tar.gz |
Initial import of rfstool-0.14 into the Packages Collection, from a nudge
by Bruce Chiarelli on current-users.
RFSTOOL - ReiserFS for Windows - allows you to access ReiserFS
partitions from a Windows 95/98/ME/NT/2000/XP system. Starting with
version 0.6, it even allows you to access ReiserFS partitions from
Linux ;). It is a complete rewrite of the ReiserFS functions needed
to list directories or access files. Requirements
+ This tool was developed on NT/2000. The current version has
support for Windows NT, 2000, XP, as well as the 16-bit products
Windows 95, 98 and ME.
+ For NT/2000/XP: You need administrative privileges to run this
program. Normal users will probably not have the access rights
to the raw partition data.
+ You need to know the drive and partition index of the ReiserFS
partition you want to read. Luckily, the new version includes
an autodetect feature
+ Access is read-only. I do not intend to change that, at least
for the time being.
+ Journal data is ignored. These tools show the file structure as
it is ON DISK, right now.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rfstool/DESCR | 23 | ||||
-rw-r--r-- | sysutils/rfstool/Makefile | 21 | ||||
-rw-r--r-- | sysutils/rfstool/PLIST | 2 | ||||
-rw-r--r-- | sysutils/rfstool/distinfo | 4 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/rfstool/DESCR b/sysutils/rfstool/DESCR new file mode 100644 index 00000000000..57a70ed2c70 --- /dev/null +++ b/sysutils/rfstool/DESCR @@ -0,0 +1,23 @@ +RFSTOOL - ReiserFS for Windows - allows you to access ReiserFS +partitions from a Windows 95/98/ME/NT/2000/XP system. Starting with +version 0.6, it even allows you to access ReiserFS partitions from +Linux ;). It is a complete rewrite of the ReiserFS functions needed +to list directories or access files. Requirements + ++ This tool was developed on NT/2000. The current version has +support for Windows NT, 2000, XP, as well as the 16-bit products +Windows 95, 98 and ME. + ++ For NT/2000/XP: You need administrative privileges to run this +program. Normal users will probably not have the access rights +to the raw partition data. + ++ You need to know the drive and partition index of the ReiserFS +partition you want to read. Luckily, the new version includes +an autodetect feature + ++ Access is read-only. I do not intend to change that, at least +for the time being. + ++ Journal data is ignored. These tools show the file structure as +it is ON DISK, right now. diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile new file mode 100644 index 00000000000..9da89b82a8b --- /dev/null +++ b/sysutils/rfstool/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 17:29:38 agc Exp $ +# + +DISTNAME= rfstool-0.14-source +PKGNAME= rfstool-0.14 +CATEGORIES= sysutils +MASTER_SITES= http://p-nand-q.com/download/rfstool/ +EXTRACT_SUFX= .zip + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://p-nand-q.com/download/rfstool/overview.html +COMMENT= Tools to access ReiserFS partitions + +WRKSRC= ${WRKDIR}/${PKGNAME}/rfstool +MAKEFILE= makefile.gcc3x +USE_LANGUAGES+= c++ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/sbin/rfstool + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/rfstool/PLIST b/sysutils/rfstool/PLIST new file mode 100644 index 00000000000..a0072d56a08 --- /dev/null +++ b/sysutils/rfstool/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 17:29:38 agc Exp $ +sbin/rfstool diff --git a/sysutils/rfstool/distinfo b/sysutils/rfstool/distinfo new file mode 100644 index 00000000000..a8f807dc91f --- /dev/null +++ b/sysutils/rfstool/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/06 17:29:38 agc Exp $ + +SHA1 (rfstool-0.14-source.zip) = c7397d4e6afae2d6537205043a048bc0103a28e0 +Size (rfstool-0.14-source.zip) = 80381 bytes |