Skip site navigation (1)Skip section navigation (2)
Date:      7 Sep 1997 11:45:26 -0000
From:      vanilla@MinJe.com.TW
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4481: New ports hfsutils-2.0
Message-ID:  <19970907114526.14331.qmail@MinJe.com.TW>
Resent-Message-ID: <199709071200.FAA14966@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4481
>Category:       ports
>Synopsis:       yet another Mac hfs utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep  7 05:00:00 PDT 1997
>Last-Modified:
>Originator:     Vanill I. Shu
>Organization:
Cray running FreeBSD
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

>Description:

	hfs utility,
	include attach, cd, copy, del, dir, format,
		ls, mkdir, mount, pwd, rename, rmdir,
		umount, vol
	and Tk-based front-end utility...

>How-To-Repeat:

>Fix:
	
diff -bcrNp hfsutils.orig/Makefile hfsutils/Makefile
*** hfsutils.orig/Makefile	Thu Jan  1 08:00:00 1970
--- hfsutils/Makefile	Sun Sep  7 19:38:59 1997
***************
*** 0 ****
--- 1,21 ----
+ # New ports collection makefile for:	hfsutils
+ # Version required:	2.0
+ # Date Created:		7 Sep 1997
+ # Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
+ #
+ # $Id$
+ #
+ 
+ DISTNAME=	hfsutils-2.0
+ CATEGORIES=	emulators
+ MASTER_SITES=	ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/
+ 
+ MAINTAINER=	vanilla@MinJe.com.TW
+ 
+ LIB_DEPENDS=	tk80\\.1\\.:${PORTSDIR}/x11/tk80
+ 
+ MAN1=		hattrib.1 hcd.1 hcopy.1 hdel.1 hdir.1 hformat.1 hfs.1 \
+ 		hfssh.1 hfsutils.1 hls.1 hmkdir.1 hmount.1 hpwd.1 \
+ 		hrename.1 hrmdir.1 humount.1 hvol.1 xhfs.1
+ 
+ .include <bsd.port.mk>
diff -bcrNp hfsutils.orig/files/md5 hfsutils/files/md5
*** hfsutils.orig/files/md5	Thu Jan  1 08:00:00 1970
--- hfsutils/files/md5	Sun Sep  7 19:06:14 1997
***************
*** 0 ****
--- 1,2 ----
+ MD5 (hfsutils-2.0.tar.gz) = 408209bfc8e740ce2dc6a7503932150c
+ MD5 (md5) = d41d8cd98f00b204e9800998ecf8427e
diff -bcrNp hfsutils.orig/patches/patch-aa hfsutils/patches/patch-aa
*** hfsutils.orig/patches/patch-aa	Thu Jan  1 08:00:00 1970
--- hfsutils/patches/patch-aa	Sun Sep  7 19:17:25 1997
***************
*** 0 ****
--- 1,39 ----
+ *** Makefile.orig	Sun Sep  7 19:14:38 1997
+ --- Makefile	Sun Sep  7 19:17:20 1997
+ *************** BININSTALL =	install -c -m 755
+ *** 33,49 ****
+   LIBINSTALL =	install -c -m 644
+   HARDLINK =	ln -f
+   
+ ! CC =		gcc
+ ! INCLUDES =	-I/usr/include/tcl
+   
+   DEFINES =	
+ ! LIBS =		
+   
+ ! TCLLIBS =	-ltcl7.6 -lm -ldl
+ ! TKLIBS =	-ltk4.2
+   XLIBS =		-L/usr/X11R6/lib -lX11
+   
+ ! COPTS =		-g -O2
+   CFLAGS =	$(COPTS) -Ilibhfs $(INCLUDES) $(DEFINES)
+   LDFLAGS =	-Llibhfs
+   
+ --- 33,49 ----
+   LIBINSTALL =	install -c -m 644
+   HARDLINK =	ln -f
+   
+ ! CC =		cc
+ ! INCLUDES =	-I/usr/local/include/tcl8.0 -I/usr/local/include/tk8.0 -I/usr/X11R6/include
+   
+   DEFINES =	
+ ! LIBS =		-L/usr/local/lib
+   
+ ! TCLLIBS =	-ltcl80 -lm
+ ! TKLIBS =	-ltk80
+   XLIBS =		-L/usr/X11R6/lib -lX11
+   
+ ! COPTS =		-O2 -m486 -pipe
+   CFLAGS =	$(COPTS) -Ilibhfs $(INCLUDES) $(DEFINES)
+   LDFLAGS =	-Llibhfs
+   
diff -bcrNp hfsutils.orig/pkg/COMMENT hfsutils/pkg/COMMENT
*** hfsutils.orig/pkg/COMMENT	Thu Jan  1 08:00:00 1970
--- hfsutils/pkg/COMMENT	Sun Sep  7 19:08:55 1997
***************
*** 0 ****
--- 1 ----
+ Yet Another HFS Utility
diff -bcrNp hfsutils.orig/pkg/DESCR hfsutils/pkg/DESCR
*** hfsutils.orig/pkg/DESCR	Thu Jan  1 08:00:00 1970
--- hfsutils/pkg/DESCR	Sun Sep  7 19:10:32 1997
***************
*** 0 ****
--- 1,15 ----
+   HFS is the "Hierarchical File System" used on modern Macintosh computers.
+   With this package, you can read and write Macintosh-formatted media such as
+   floppy disks, CD-ROMs, and SCSI hard disks on most UNIX platforms. You can
+   also format raw media into an HFS volume.
+ 
+   This package contains a number of different tools:
+ 
+     * Several command-line programs (hmount, hls, hcopy, et al.)
+     * A Tk-based front-end for browsing and copying files through a
+         variety of transfer modes (MacBinary, BinHex, text, etc.)
+     * A Tcl package and interface for scriptable access to volumes
+     * A C library for low-level access to volumes
+ 
+ - Vanilla
+ vanilla@MinJe.com.TW
diff -bcrNp hfsutils.orig/pkg/PLIST hfsutils/pkg/PLIST
*** hfsutils.orig/pkg/PLIST	Thu Jan  1 08:00:00 1970
--- hfsutils/pkg/PLIST	Sun Sep  7 19:37:21 1997
***************
*** 0 ****
--- 1,35 ----
+ bin/hattrib
+ bin/hcd
+ bin/hcopy
+ bin/hdel
+ bin/hdir
+ bin/hformat
+ bin/hfs
+ bin/hfssh
+ bin/hls
+ bin/hmkdir
+ bin/hmount
+ bin/hpwd
+ bin/hrename
+ bin/hrmdir
+ bin/humount
+ bin/hvol
+ bin/xhfs
+ man/man1/hattrib.1.gz
+ man/man1/hcd.1.gz
+ man/man1/hcopy.1.gz
+ man/man1/hdel.1.gz
+ man/man1/hdir.1.gz
+ man/man1/hformat.1.gz
+ man/man1/hfs.1.gz
+ man/man1/hfssh.1.gz
+ man/man1/hfsutils.1.gz
+ man/man1/hls.1.gz
+ man/man1/hmkdir.1.gz
+ man/man1/hmount.1.gz
+ man/man1/hpwd.1.gz
+ man/man1/hrename.1.gz
+ man/man1/hrmdir.1.gz
+ man/man1/humount.1.gz
+ man/man1/hvol.1.gz
+ man/man1/xhfs.1.gz
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970907114526.14331.qmail>