Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-03 | Add SHA512 digests for distfiles for filesystems category | agc | 1 | -1/+2 | |
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. | |||||
2014-01-27 | Do not set FETCH_USING, should not be set in a package Makefile. | wiz | 1 | -4/+1 | |
2013-07-05 | Update filesystems/fs-utils to 20130701 - release v1.00 | stacktic | 3 | -33/+11 | |
2013-06-26 | Don't define a symbol twice in the same file. | joerg | 2 | -1/+17 | |
2013-06-18 | pkglint cleanup: | wiz | 1 | -3/+4 | |
use standard dependency patterns set GNU_CONFIGURE to a value set USE_LIBTOOL since package installs .la files | |||||
2013-06-18 | try fixing problem seen in clang bulk build (void function returning value) | wiz | 2 | -1/+24 | |
2013-06-01 | Update filesystems/fs-utils to 20130601 - Enable NFS | stacktic | 3 | -8/+8 | |
2013-05-26 | Update filesystems/fs-utils to 20130519 | stacktic | 3 | -8/+9 | |
- add fsu_df command | |||||
2013-05-25 | Add DragonFly to supported plateforms | stacktic | 1 | -2/+2 | |
2013-05-01 | Update misc/rump and filesystems/fs-utils to 20130430 using github v ↵ | stacktic | 3 | -41/+0 | |
ersions which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils | |||||
2013-05-01 | Update misc/rump and filesystems/fs-utils to 20130430 to use github versions | stacktic | 4 | -76/+26 | |
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2011-12-21 | Fix shared library linkage with USE_BSD_MAKEFILE in a bootstrapped | dholland | 2 | -1/+17 | |
environment, where the rules for building .so files don't really accomodate multiple libs in the same package properly. This is a hack; bootstrap-mk-files should be fixed. | |||||
2011-12-21 | Force MKPROFILE=yes to avoid PLIST divergence. | dholland | 1 | -1/+2 | |
(I suppose there should probably be a better way to handle these...) | |||||
2011-04-30 | Fixed build (patch from Chavdar Ivanov in PR/44752) | stacktic | 4 | -2/+31 | |
2009-11-16 | Updated fs-utils to version 20091116 | stacktic | 2 | -10/+11 | |
- Syncd code with HEAD - Fixed build on Linux/x86_64 CentOS5 (RHEL5) reported by Nicolas Joly | |||||
2009-11-02 | Fixed linux build | stacktic | 1 | -1/+2 | |
2009-11-02 | Updated filesystems/fs-utils to version 20091102 | stacktic | 3 | -16/+44 | |
- Added support for FreeBSD and Linux | |||||
2009-06-05 | Updated fs-utils to 20090527 | stacktic | 3 | -9/+32 | |
- Fixed some bugs - Added support of hardlink in fsu_ecp - Fixed PR pkg/41488 | |||||
2009-02-17 | Fixed filesystems/fs-utils PLIST | stacktic | 1 | -1/+3 | |
2009-02-11 | Updated fs-utils to 20090211 | stacktic | 2 | -6/+6 | |
- Clean up - Sync with HEAD - use fork in fsu_console | |||||
2008-12-18 | DESTDIR support also fixing bulk builds. | joerg | 1 | -3/+6 | |
2008-11-24 | Updated to fs-utils-20081124 | stacktic | 2 | -9/+10 | |
2008-09-29 | Updated to fs-utils-20080929 | stacktic | 2 | -6/+6 | |
2008-09-29 | Initial import of fs-utils-20080925 (ok by wiz). | stacktic | 4 | -0/+87 | |
Tools to access and modify a file system image without having to mount it. Classic commands included (prefixed with fsu_): * cat, diff, du, find, ls * chflags, chmod, chown, mv, rm, rmdir * cp, ln, mkdir, mkfifo, mknod, touch New commands: * fsu_ecp (cp-like which allows the user to get/put files from/to the image) * fsu_exec (executes a local command like text editor on a file from the image) * fsu_write (writes its input in a file on the image) * fsu_console (a command console tool that uses previous commands and adds directory browsing) This package is enabled only for NetBSD 4.99.72 and newer. |