summaryrefslogtreecommitdiff
path: root/sysutils/rfstool
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-01-27DESTDIR supportjoerg1-2/+3
2009-08-25Change default for zip extraction to leave files as they are.wiz1-2/+2
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
2007-12-01Fixed "extra qualification".rillig2-1/+15
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-2/+2
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-02-24Add RMD160 digests.agc1-1/+2
2004-07-06Enable pkgviews installation.xtraeme1-1/+5
2004-07-06Initial import of rfstool-0.14 into the Packages Collection, from a nudgeagc4-0/+50
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.