summaryrefslogtreecommitdiff
path: root/emulators/hfs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-24 19:51:54 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-24 19:51:54 +0000
commit0a26f843518b39bdd0a2ccbc09adea04bdb5c85c (patch)
tree0d487a7713c017c35f040aea6f093d8a2224aee0 /emulators/hfs
parent- Update to 20140320 (diff)
Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0 2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream 2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream 2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor 2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind 2014-03-23 games/xflame: No more public distfiles 2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead 2014-03-24 x11-wm/hackedbox: Abandonware 2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils' 2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
Notes
Notes: svn path=/head/; revision=349056
Diffstat (limited to 'emulators/hfs')
-rw-r--r--emulators/hfs/Makefile56
-rw-r--r--emulators/hfs/distinfo2
-rw-r--r--emulators/hfs/files/patch-a25
-rw-r--r--emulators/hfs/pkg-descr11
4 files changed, 0 insertions, 94 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
deleted file mode 100644
index ecce609f48c6..000000000000
--- a/emulators/hfs/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= hfs
-DISTVERSION= 0_37
-PORTREVISION= 1
-CATEGORIES= emulators
-MASTER_SITES= LOCAL/jmz
-DISTNAME= ${PORTNAME}${DISTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Read Macintosh HFS floppy disks, hard drives, and CD-ROMs
-
-LICENSE= GPLv2
-
-CONFLICTS= hfsutils-[0-9]*
-
-DEPRECATED= No upstream, no public distfiles; consider using 'sysutils/hfsutils'
-EXPIRATION_DATE=2014-03-23
-
-USE_GMAKE= yes
-MAKE_ARGS= CCPLUSPLUS="${CXX} -c" LD="${CXX}" DEBUG="${CFLAGS}" \
- INSTALLPATH="${PREFIX}" MANINSTALLDIR="${MANPREFIX}/man/man1"
-
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME}
-PORTDOCS= README
-
-OPTIONS_DEFINE= ALIASES DOCS
-ALIASES_DESC= Install subcommand symbolic links
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MALIASES}
-ALIASES= bin/hcat bin/hcd bin/hdir bin/hls bin/hpwd bin/hread
-PLIST_FILES+= ${ALIASES}
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/.* ||' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|Volume::Enumerate|Enumerate|' \
- ${WRKSRC}/volume.h
-
-post-install:
-.if ${PORT_OPTIONS:MALIASES}
-. for l in ${ALIASES}
- ${LN} -sf ${PORTNAME} ${PREFIX}/${l}
-. endfor
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/emulators/hfs/distinfo b/emulators/hfs/distinfo
deleted file mode 100644
index 8e403fd49849..000000000000
--- a/emulators/hfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (hfs0_37.tar.gz) = c813219041916cdaa5c5918c7f87e8ca5e279ac1f52cb90db9b89a354e65d1b8
-SIZE (hfs0_37.tar.gz) = 56987
diff --git a/emulators/hfs/files/patch-a b/emulators/hfs/files/patch-a
deleted file mode 100644
index f4ac8f268cd8..000000000000
--- a/emulators/hfs/files/patch-a
+++ /dev/null
@@ -1,25 +0,0 @@
---- catalog.cxx~ Wed Oct 26 14:53:09 1994
-+++ catalog.cxx Sat Jan 1 17:32:13 2000
-@@ -613,7 +613,8 @@
-
- // remainder are only valid if item is a file
- if (isfile) {
-- for (int i = 0; i < 4;i++)
-+ int i;
-+ for (i = 0; i < 4;i++)
- creator[i] = fb.creator[i];
- for (i = 0; i < 4;i++)
- filetype[i] = fb.filetype[i];
---- volume.cxx~ Wed Oct 26 14:53:09 1994
-+++ volume.cxx Sat Jan 1 17:33:36 2000
-@@ -521,8 +521,9 @@
- BOOL DeviceVolume::Read (ULONG logical_block, void * buffer)
-
- {
-+ int i;
- Cache * c = cache;
-- for (int i = 0; i < CacheSize; i++, c++) {
-+ for (i = 0; i < CacheSize; i++, c++) {
- if (c->lastUsed != 0 && c->block == logical_block) {
- memcpy(buffer, c->buffer, LogicalBlockSize);
- c->lastUsed = countLRU++;
diff --git a/emulators/hfs/pkg-descr b/emulators/hfs/pkg-descr
deleted file mode 100644
index e87475ece8a3..000000000000
--- a/emulators/hfs/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This port provides command line utility for accessing Macintosh HFS floppy
-disks, hard drives, and CD-ROMs. The following functions are available:
-
- - Display a directory listing (ls, dir)
- - Change directories (cd)
- - Display the name of the current directory (pwd)
- - Copy an HFS file into a local file (read)
- - Display the contents of an HFS file (cat)
- - Display the partition table on a Macintosh volume
-
-There is no HFS+ volumes support available.