Bug 3626

Summary: New port - Macintosh file utilities
Product: Ports & Packages Reporter: sutton <sutton>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description sutton 1997-05-19 04:40:03 UTC
A small collection of utilities for playing with files, compressed or
otherwise, from an Apple Macintosh.

Fix: 

ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/macutils.tar.gz

Please add this to the ports collection when/if you have a
moment. 

If there are any problems please email me. Thanks, Joel...
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1997-06-04 04:48:06 UTC
State Changed
From-To: open->closed


Thanks, committed. 

=== 
diff -ru macutils/Makefile macutils.new/Makefile 
--- macutils/Makefile	Sun May 18 19:51:36 1997 
+++ macutils.new/Makefile	Tue Jun  3 20:38:07 1997 
@@ -9,17 +9,15 @@ 

DISTNAME=	macutils_2.0b3.orig 
PKGNAME=	macutils-2.0b3 
-EXTRACT_SUFX=	.tar.gz 
CATEGORIES=	emulators 
-MASTER_SITES=	ftp://sunsite.anu.edu.au/pub/linux/distributions/debian/bo/source/misc/ 
+MASTER_SITES=	${MASTER_SITE_SUNSITE} 
+MASTER_SITE_SUBDIR=	distributions/debian/bo/source/otherosfs 
+ 
+MAINTAINER=	sutton@aardvark.apana.org.au 

WRKSRC=		${WRKDIR}/macutils-2.0b3.orig 
MAKEFILE=	makefile 

-MAINTAINER=	sutton@aardvark.apana.org.au 
- 
-# Directories and files 
-# 
MANDIR=		${PREFIX}/man/man 
BINDIR=		${PREFIX}/bin 
DOCDIR=		${PREFIX}/share/doc/macutils 
=== 

Please use standard master sites whenever possible.