Bug 3626 - New port - Macintosh file utilities
Summary: New port - Macintosh file utilities
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-05-19 04:40 UTC by sutton
Modified: 1997-06-04 04:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.