diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 23:40:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 23:40:39 +0000 |
commit | bbdac6a84127ded2282a0a89b53a0f930cf920d8 (patch) | |
tree | db982286edeebb39e5e3f349e4076643cabfb3f5 /emulators | |
parent | 3d2b9954d9f44f9a17e2305a7305a14993124bc8 (diff) | |
download | ports-bbdac6a84127ded2282a0a89b53a0f930cf920d8.tar.gz ports-bbdac6a84127ded2282a0a89b53a0f930cf920d8.zip |
Remove expired ports, plus the three ports that depended on them.
Notes
Notes:
svn path=/head/; revision=111893
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/hfsplusutils/Makefile | 56 | ||||
-rw-r--r-- | emulators/hfsplusutils/distinfo | 2 | ||||
-rw-r--r-- | emulators/hfsplusutils/files/patch-swab.h | 16 | ||||
-rw-r--r-- | emulators/hfsplusutils/files/patch-unicode.c | 14 | ||||
-rw-r--r-- | emulators/hfsplusutils/pkg-descr | 7 | ||||
-rw-r--r-- | emulators/hfsplusutils/pkg-plist | 23 |
7 files changed, 0 insertions, 119 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 0b5146178be7..3f6d61e928a8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -35,7 +35,6 @@ SUBDIR += hatari SUBDIR += hercules SUBDIR += hfs - SUBDIR += hfsplusutils SUBDIR += hfsutils SUBDIR += ia64sim SUBDIR += ines diff --git a/emulators/hfsplusutils/Makefile b/emulators/hfsplusutils/Makefile deleted file mode 100644 index 9afd591ba4f3..000000000000 --- a/emulators/hfsplusutils/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: hfsplusutils -# Date created: 2003-11-11 -# Whom: Josh Elsasser <jre@vineyard.net> -# -# $FreeBSD$ -# - -PORTNAME= hfsplusutils -PORTVERSION= 1.0.4 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.penguinppc.org/users/hasi/ -DISTNAME= hfsplus_${PORTVERSION}.src - -MAINTAINER= jre@vineyard.net -COMMENT= Utilities for accessing HFS+ filesystems - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -AUTOMAKE_ARGS= --add-missing -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -WRKSRC= ${WRKDIR}/hfsplus-${PORTVERSION} - -MAN1= hfsp.1 -DOCS= AUTHORS ChangeLog NEWS README index.html doc/*.html - -pre-patch: - @${REINPLACE_CMD} -e 's/^CFLAGS.*/CFLAGS=@CFLAGS@/' \ - ${WRKSRC}/src/Makefile.am ${WRKSRC}/libhfsp/src/Makefile.am - @${REINPLACE_CMD} -e 's,doc/,,' ${WRKSRC}/index.html - -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER} - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/hfsp.man ${MAN1PREFIX}/man/man1/hfsp.1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on FreeBSD 4.x or earlier" -.endif - -.include <bsd.port.post.mk> diff --git a/emulators/hfsplusutils/distinfo b/emulators/hfsplusutils/distinfo deleted file mode 100644 index 10ed85534309..000000000000 --- a/emulators/hfsplusutils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (hfsplus_1.0.4.src.tar.bz2) = 18fa1efb5432469357ffa6bfa7c08fcd -SIZE (hfsplus_1.0.4.src.tar.bz2) = 185461 diff --git a/emulators/hfsplusutils/files/patch-swab.h b/emulators/hfsplusutils/files/patch-swab.h deleted file mode 100644 index 46fa7cbe271c..000000000000 --- a/emulators/hfsplusutils/files/patch-swab.h +++ /dev/null @@ -1,16 +0,0 @@ ---- libhfsp/src/swab.h.orig Tue Mar 5 14:50:29 2002 -+++ libhfsp/src/swab.h Tue Nov 11 14:53:14 2003 -@@ -24,8 +24,11 @@ - * $Id: swab.h,v 1.1.1.1 2002/03/05 19:50:29 klaus Exp $ - */ - --#include <endian.h> --#include <byteswap.h> -+#include <sys/endian.h> -+ -+#define bswap_16 bswap16 -+#define bswap_32 bswap32 -+#define bswap_64 bswap64 - - /* basic fuction: - value = swab_inc(ptr); diff --git a/emulators/hfsplusutils/files/patch-unicode.c b/emulators/hfsplusutils/files/patch-unicode.c deleted file mode 100644 index ed62d322f55d..000000000000 --- a/emulators/hfsplusutils/files/patch-unicode.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libhfsp/src/unicode.c.orig Tue Mar 5 14:50:29 2002 -+++ libhfsp/src/unicode.c Tue Nov 11 14:53:25 2003 -@@ -14,9 +14,8 @@ - # endif - - #include <stdlib.h> --#include <endian.h> --#include <byteswap.h> --#include <linux/string.h> -+#include <sys/endian.h> -+#include <string.h> - - #define __USE_GNU - /* need wcsrtomb */ diff --git a/emulators/hfsplusutils/pkg-descr b/emulators/hfsplusutils/pkg-descr deleted file mode 100644 index 71a54235c7ac..000000000000 --- a/emulators/hfsplusutils/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a set of tools that allow access to HFS+ formatted -volumes. HFS+ is a modernized version of Apple Computers HFS -Filesystem. In addition in contains the library "libhfsp" which you -may use for your own experiments, all the tools are based on this -library. (A bit of understanding is still needed however). - -Author: Klaus Halfmann <klaus.halfmann@t-online.de> diff --git a/emulators/hfsplusutils/pkg-plist b/emulators/hfsplusutils/pkg-plist deleted file mode 100644 index db4cbc6af943..000000000000 --- a/emulators/hfsplusutils/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -@comment $FreeBSD$ -bin/hpcd -bin/hpcopy -bin/hpfsck -bin/hpls -bin/hpmkdir -bin/hpmount -bin/hppwd -bin/hprm -bin/hpumount -lib/libhfsp.a -lib/libhfsp.so -lib/libhfsp.so.0 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/bugs.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/hfsp.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/libhfsp.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |