pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rfstool Initial import of rfstool-0.14 into t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7968f2c117d4
branches:  trunk
changeset: 477642:7968f2c117d4
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Jul 06 17:29:38 2004 +0000

description:
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:

 sysutils/rfstool/DESCR    |  23 +++++++++++++++++++++++
 sysutils/rfstool/Makefile |  21 +++++++++++++++++++++
 sysutils/rfstool/PLIST    |   2 ++
 sysutils/rfstool/distinfo |   4 ++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 0cffb54bbb17 -r 7968f2c117d4 sysutils/rfstool/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rfstool/DESCR    Tue Jul 06 17:29:38 2004 +0000
@@ -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 -r 0cffb54bbb17 -r 7968f2c117d4 sysutils/rfstool/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rfstool/Makefile Tue Jul 06 17:29:38 2004 +0000
@@ -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@localhost
+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 -r 0cffb54bbb17 -r 7968f2c117d4 sysutils/rfstool/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rfstool/PLIST    Tue Jul 06 17:29:38 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 17:29:38 agc Exp $
+sbin/rfstool
diff -r 0cffb54bbb17 -r 7968f2c117d4 sysutils/rfstool/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rfstool/distinfo Tue Jul 06 17:29:38 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index