Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

23
sysutils/rfstool/DESCR Normal file
View File

@@ -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.

26
sysutils/rfstool/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:21 asau Exp $
#
DISTNAME= rfstool-0.14-source
PKGNAME= rfstool-0.14
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://p-nand-q.com/download/rfstool/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://p-nand-q.com/download/rfstool/overview.html
COMMENT= Tools to access ReiserFS partitions
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/RFSTOOL
MAKE_FILE= makefile.gcc3x
USE_LANGUAGES= c++
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${DESTDIR}${PREFIX}/sbin/rfstool
.include "../../mk/bsd.pkg.mk"

2
sysutils/rfstool/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 17:29:38 agc Exp $
sbin/rfstool

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.3 2007/12/01 16:38:36 rillig Exp $
SHA1 (rfstool-0.14-source.zip) = c7397d4e6afae2d6537205043a048bc0103a28e0
RMD160 (rfstool-0.14-source.zip) = a01709437d938dcb975d7f4eeefa6105f258cefa
Size (rfstool-0.14-source.zip) = 80381 bytes
SHA1 (patch-aa) = 51433a8c70c491db17ec2c3eb5559136074434e1

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2007/12/01 16:38:36 rillig Exp $
--- reiserfs.h.orig 2003-09-26 07:19:24.000000000 +0000
+++ reiserfs.h 2007-12-01 16:37:03.000000000 +0000
@@ -268,7 +268,7 @@ class ReiserFsBlock : public PNode
{
}
- ReiserFsBlock::~ReiserFsBlock()
+ ~ReiserFsBlock()
{
delete m_lpbMemory;
}