aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-05-23 11:53:41 +0800
committerdanfe <danfe@FreeBSD.org>2013-05-23 11:53:41 +0800
commitb22807d3301e85c218434f313ea39277476cac77 (patch)
tree2eaee9926e35fbebebebda255035aded43b98496 /emulators
parent4ac8b367f1cafc9b0abac742cc328f175ab488d1 (diff)
downloadfreebsd-ports-gnome-b22807d3301e85c218434f313ea39277476cac77.tar.gz
freebsd-ports-gnome-b22807d3301e85c218434f313ea39277476cac77.tar.zst
freebsd-ports-gnome-b22807d3301e85c218434f313ea39277476cac77.zip
Move `emulators/hfsutils' to a more appropriate category (sysutils).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/hfsutils/Makefile77
-rw-r--r--emulators/hfsutils/distinfo2
-rw-r--r--emulators/hfsutils/files/patch-ab36
-rw-r--r--emulators/hfsutils/pkg-descr16
-rw-r--r--emulators/hfsutils/pkg-plist15
6 files changed, 0 insertions, 147 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index b5dd42c3df9c..c6933468566c 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -55,7 +55,6 @@
SUBDIR += hatari
SUBDIR += hercules
SUBDIR += hfs
- SUBDIR += hfsutils
SUBDIR += higan
SUBDIR += hugo
SUBDIR += i386-wine-devel
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
deleted file mode 100644
index 6df1a64bdf88..000000000000
--- a/emulators/hfsutils/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW>
-# $FreeBSD$
-
-PORTNAME= hfsutils
-PORTVERSION= 3.2.6
-PORTREVISION= 3
-CATEGORIES= emulators tk
-MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utilities for accessing Apple's HFS volumes
-
-LICENSE= GPLv2
-
-CONFLICTS= hfs-[0-9]*
-
-GNU_CONFIGURE= yes
-ALL_TARGET= all hfsck/hfsck
-
-MAN1= hattrib.1 \
- hcd.1 \
- hcopy.1 \
- hdel.1 \
- hdir.1 \
- hformat.1 \
- hfsutils.1 \
- hls.1 \
- hmkdir.1 \
- hmount.1 \
- hpwd.1 \
- hrename.1 \
- hrmdir.1 \
- humount.1 \
- hvol.1
-
-OPTIONS_DEFINE= TCLTK DOCS
-TCLTK_DESC= Build tools that require Tcl/Tk support
-
-PORTDOCS= *
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTCLTK}
-USE_TCL= 84+
-USE_TK= 84+
-
-CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}
-CPPFLAGS+= -I${LOCALBASE}/include
-
-MAN1+= hfs.1 \
- hfssh.1 \
- xhfs.1
-
-PLIST_FILES+= bin/hfs \
- bin/hfssh \
- bin/xhfs
-.else
-CONFIGURE_ARGS= --without-tcl --without-tk
-.endif
-
-post-patch:
-# Unbreak against Tcl 8.6
- @${ECHO_CMD} '#define USE_INTERP_RESULT 1' >> ${WRKSRC}/config.h.in
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/hfsck/hfsck ${PREFIX}/bin
-.if ${PORT_OPTIONS:MTCLTK}
- @${CHMOD} 755 ${PREFIX}/bin/hfs
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
-. for f in BLURB CHANGES README TODO doc/*.txt
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-. endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/emulators/hfsutils/distinfo b/emulators/hfsutils/distinfo
deleted file mode 100644
index 5d584efcafce..000000000000
--- a/emulators/hfsutils/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (hfsutils-3.2.6.tar.gz) = bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840
-SIZE (hfsutils-3.2.6.tar.gz) = 207697
diff --git a/emulators/hfsutils/files/patch-ab b/emulators/hfsutils/files/patch-ab
deleted file mode 100644
index e703993a1dad..000000000000
--- a/emulators/hfsutils/files/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.in.orig Tue Sep 1 02:40:14 1998
-+++ Makefile.in Wed Nov 4 17:32:21 1998
-@@ -64,7 +64,8 @@
-
- CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \
- hrename hrmdir humount hvol
--TCLTARGETS = hfssh hfs
-+TCLTARGETS = hfssh
-+TCLSCRIPTS = hfs
- TKTARGETS = xhfs
-
- LIBHFS = libhfs/libhfs.a
-@@ -96,7 +97,7 @@
- all :: @MAKE_TARGETS@
-
- all_cli :: $(CLITARGETS)
--all_tcl :: $(TCLTARGETS)
-+all_tcl :: $(TCLTARGETS) $(TCLSCRIPTS)
- all_tk :: $(TKTARGETS)
- all_lib :: $(LIBHFS) $(LIBRSRC)
-
-@@ -129,9 +130,13 @@
- $(BININSTALL) $$file "$(BINDEST)/."; \
- done
-
-+ for file in $(TCLSCRIPTS); do \
-+ $(LIBINSTALL) $$file "$(BINDEST)/."; \
-+ done
-+
- if [ -f "$(BINDEST)/hfs" ]; then \
- sed -e '1d' "$(BINDEST)/hfs" > "$(BINDEST)/hfs.new"; \
-- $(BININSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \
-+ $(LIBINSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \
- rm -f "$(BINDEST)/hfs.new"; \
- fi
-
diff --git a/emulators/hfsutils/pkg-descr b/emulators/hfsutils/pkg-descr
deleted file mode 100644
index 773ec5415632..000000000000
--- a/emulators/hfsutils/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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.)
- - Tk-based front-end for browsing and copying files through a
- variety of transfer modes (MacBinary, BinHex, text, etc.)
- - Tcl package and interface for scriptable access to volumes
- - C library for low-level access to volumes
-
-Support for Apple's new Extended Format (HFS+) is currently not available.
-
-WWW: http://www.mars.org/home/rob/proj/hfs/
diff --git a/emulators/hfsutils/pkg-plist b/emulators/hfsutils/pkg-plist
deleted file mode 100644
index 3fd0b2c7ae93..000000000000
--- a/emulators/hfsutils/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/hattrib
-bin/hcd
-bin/hcopy
-bin/hdel
-bin/hdir
-bin/hformat
-bin/hfsck
-bin/hls
-bin/hmkdir
-bin/hmount
-bin/hpwd
-bin/hrename
-bin/hrmdir
-bin/humount
-bin/hvol