diff options
author | wrstuden <wrstuden@pkgsrc.org> | 1999-05-19 23:00:32 +0000 |
---|---|---|
committer | wrstuden <wrstuden@pkgsrc.org> | 1999-05-19 23:00:32 +0000 |
commit | 56ca7a1419cb444bc286386116f853e43a901f0f (patch) | |
tree | e5a5df2a833519560bd25b9f88b21db407bca4b2 /sysutils/hfsutils | |
parent | e85d6e3845c3f315f49978f10122a4497223b2fb (diff) | |
download | pkgsrc-56ca7a1419cb444bc286386116f853e43a901f0f.tar.gz |
Initial import of hfsutils package, made with hubertf's url2pkg script.
Supports reading and writing hfs filesystems. Doesn't yet support hfs+.
Diffstat (limited to 'sysutils/hfsutils')
-rw-r--r-- | sysutils/hfsutils/Makefile | 13 | ||||
-rw-r--r-- | sysutils/hfsutils/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/hfsutils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/hfsutils/pkg/DESCR | 6 | ||||
-rw-r--r-- | sysutils/hfsutils/pkg/PLIST | 30 |
5 files changed, 53 insertions, 0 deletions
diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile new file mode 100644 index 00000000000..c6583e2da22 --- /dev/null +++ b/sysutils/hfsutils/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/19 23:00:32 wrstuden Exp $ +# + +DISTNAME= hfsutils-3.2.6 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ + +MAINTAINER= wrstuden@netbsd.org +HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/hfsutils/files/md5 b/sysutils/hfsutils/files/md5 new file mode 100644 index 00000000000..36167a6155c --- /dev/null +++ b/sysutils/hfsutils/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/19 23:00:32 wrstuden Exp $ + +MD5 (hfsutils-3.2.6.tar.gz) = fa572afd6da969e25c1455f728750ec4 diff --git a/sysutils/hfsutils/pkg/COMMENT b/sysutils/hfsutils/pkg/COMMENT new file mode 100644 index 00000000000..c5de102ee76 --- /dev/null +++ b/sysutils/hfsutils/pkg/COMMENT @@ -0,0 +1 @@ +HFS (not HFS+) disk access tools diff --git a/sysutils/hfsutils/pkg/DESCR b/sysutils/hfsutils/pkg/DESCR new file mode 100644 index 00000000000..f813f113799 --- /dev/null +++ b/sysutils/hfsutils/pkg/DESCR @@ -0,0 +1,6 @@ +These tools allow you to access Macintosh disks without mounting +them. You can copy from or to BSD files, list directories, or run +various other file / directory modification commands. The command +naming is similar to that used by the mtools command (which is +similar to MS-DOS command names), except that the names begin with +an 'h'. diff --git a/sysutils/hfsutils/pkg/PLIST b/sysutils/hfsutils/pkg/PLIST new file mode 100644 index 00000000000..9c14bd0f7b2 --- /dev/null +++ b/sysutils/hfsutils/pkg/PLIST @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/19 23:00:32 wrstuden Exp $ +bin/hattrib +bin/hcd +bin/hcopy +bin/hdel +bin/hdir +bin/hformat +bin/hls +bin/hmkdir +bin/hmount +bin/hpwd +bin/hrename +bin/hrmdir +bin/humount +bin/hvol +man/man1/hfsutils.1 +man/man1/hattrib.1 +man/man1/hcd.1 +man/man1/hcopy.1 +man/man1/hdel.1 +man/man1/hdir.1 +man/man1/hformat.1 +man/man1/hls.1 +man/man1/hmkdir.1 +man/man1/hmount.1 +man/man1/hpwd.1 +man/man1/hrename.1 +man/man1/hrmdir.1 +man/man1/humount.1 +man/man1/hvol.1 |