summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-19 12:58:36 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-19 12:58:36 +0000
commit34bc427566af8024a4bf3672f258637f62b6c4a2 (patch)
treea25e4ea25940f1583e6a06ec8b816d5b039db056
parent- update to 20170319 (diff)
Remove expired port:
2017-03-17 archivers/macutils: Not maintained in 16 years, many missing header inclusions
-rw-r--r--MOVED1
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/macutils/Makefile53
-rw-r--r--archivers/macutils/distinfo2
-rw-r--r--archivers/macutils/files/patch-crc_makefile17
-rw-r--r--archivers/macutils/files/patch-hexbin_globals.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_cpt.h20
-rw-r--r--archivers/macutils/files/patch-macunpack_dd.c11
-rw-r--r--archivers/macutils/files/patch-macunpack_dd.h20
-rw-r--r--archivers/macutils/files/patch-macunpack_jdw.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_lzc.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_lzh.c31
-rw-r--r--archivers/macutils/files/patch-macunpack_lzh.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_sit.c11
-rw-r--r--archivers/macutils/files/patch-macunpack_sit.h20
-rw-r--r--archivers/macutils/files/patch-macunpack_stf.h11
-rw-r--r--archivers/macutils/files/patch-macunpack_zma.h11
-rw-r--r--archivers/macutils/files/patch-makefile83
-rw-r--r--archivers/macutils/files/patch-util_transname.c9
-rw-r--r--archivers/macutils/pkg-descr20
-rw-r--r--archivers/macutils/pkg-plist25
21 files changed, 1 insertions, 389 deletions
diff --git a/MOVED b/MOVED
index 515af817b8a4..5525c4d4e36b 100644
--- a/MOVED
+++ b/MOVED
@@ -9142,3 +9142,4 @@ devel/py-setuptools36|devel/py36-setuptools|2017-03-16|Renamed to better match o
devel/rubygem-devise-rails4|devel/rubygem-devise|2017-03-16|Has expired: Please use devel/rubygem-devise instead
textproc/rubygem-github-markdown||2017-03-16|Has expired: This gem is not maintained and not supported by upstream
chinese/irssi|irc/irssi|2017-03-17|Use irc/irssi, which can handle Chinese locales
+archivers/macutils||2017-03-19|Has expired: Not maintained in 16 years, many missing header inclusions
diff --git a/archivers/Makefile b/archivers/Makefile
index 5117c205df23..f9e7dac3ad17 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -82,7 +82,6 @@
SUBDIR += lzmalib
SUBDIR += lzo2
SUBDIR += lzop
- SUBDIR += macutils
SUBDIR += makeself
SUBDIR += mar
SUBDIR += minizip
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile
deleted file mode 100644
index db08e24d556f..000000000000
--- a/archivers/macutils/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: Joel Sutton <jsutton@bbcon.com.au>
-# $FreeBSD$
-
-PORTNAME= macutils
-PORTVERSION= 2.0b3
-CATEGORIES= archivers emulators
-MASTER_SITES= SUNSITE/utils/compress
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utilities for Apple Macintosh files
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKEFILE= makefile
-
-DEPRECATED= Not maintained in 16 years, many missing header inclusions
-EXPIRATION_DATE= 2017-03-17
-
-CFLAGS+= -DMAXNAMLEN=255
-BINDIR= ${STAGEDIR}${PREFIX}/bin
-DOCFILES= README.crc README.hexbin README.macput README.unpit \
- README.zoom README.crc.orig README.macget README.scan \
- README.unsit ../README
-
-OPTIONS_DEFINE= DOCS
-
-# The distribution has a naff install target which doesn't install man
-# pages so here is a decent one.
-#
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack ${BINDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/hexbin/hexbin ${BINDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/mixed/macsave ${BINDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/mixed/macstream ${BINDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/binhex/binhex ${BINDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/comm/tomac ${BINDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/comm/frommac ${BINDIR}/
- ${INSTALL_MAN} ${WRKSRC}/man/macunpack.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/hexbin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/macsave.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/macstream.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/binhex.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/tomac.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/frommac.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in ${DOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/archivers/macutils/distinfo b/archivers/macutils/distinfo
deleted file mode 100644
index 16c4afe21aff..000000000000
--- a/archivers/macutils/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (macutils.tar.gz) = 43970ae3c82bc5a9f125a27d980d422b886b9e2cb322f7bf36685197c77781ef
-SIZE (macutils.tar.gz) = 95749
diff --git a/archivers/macutils/files/patch-crc_makefile b/archivers/macutils/files/patch-crc_makefile
deleted file mode 100644
index aa88fd6aa67e..000000000000
--- a/archivers/macutils/files/patch-crc_makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- crc/makefile.orig 1993-10-02 20:16:00 UTC
-+++ crc/makefile
-@@ -1,4 +1,4 @@
--CFLAGS = -O $(CF)
-+CFLAGS += $(CF)
- CRCC = arc.c ccitt.c kermit.c binhex.c ccitt32.c zip.c
- CRCO = arc.o ccitt.o kermit.o binhex.o ccitt32.o zip.o
-
-@@ -16,7 +16,7 @@ $(CRCC): makecrc
- ./makecrc
-
- makecrc: makecrc.o
-- cc -O -o makecrc makecrc.o
-+ $(CC) $(CFLAGS) -o makecrc makecrc.o
-
- arc.o: arc.c
- ccitt.o: ccitt.c
diff --git a/archivers/macutils/files/patch-hexbin_globals.h b/archivers/macutils/files/patch-hexbin_globals.h
deleted file mode 100644
index 7fb9c127602e..000000000000
--- a/archivers/macutils/files/patch-hexbin_globals.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- hexbin/globals.h.orig 1993-10-02 20:16:00 UTC
-+++ hexbin/globals.h
-@@ -13,7 +13,7 @@ extern void transname();
- extern char info[];
- extern char trname[];
-
--typedef struct macheader {
-+struct macheader {
- char m_name[128];
- char m_type[4];
- char m_author[4];
diff --git a/archivers/macutils/files/patch-macunpack_cpt.h b/archivers/macutils/files/patch-macunpack_cpt.h
deleted file mode 100644
index 94a77a576eed..000000000000
--- a/archivers/macutils/files/patch-macunpack_cpt.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- macunpack/cpt.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/cpt.h
-@@ -31,7 +31,7 @@
-
- typedef long OSType;
-
--typedef struct cptHdr { /* 8 bytes */
-+struct cptHdr { /* 8 bytes */
- unsigned char signature; /* = 1 -- for verification */
- unsigned char volume; /* for multi-file archives */
- unsigned short xmagic; /* verification multi-file consistency*/
-@@ -42,7 +42,7 @@ typedef struct cptHdr { /* 8 bytes */
- unsigned char commentsize; /* number of bytes comment that follow*/
- };
-
--typedef struct fileHdr { /* 78 bytes */
-+struct fileHdr { /* 78 bytes */
- unsigned char fName[32]; /* a STR32 */
- unsigned char folder; /* set to 1 if a folder */
- unsigned short foldersize; /* number of entries in folder */
diff --git a/archivers/macutils/files/patch-macunpack_dd.c b/archivers/macutils/files/patch-macunpack_dd.c
deleted file mode 100644
index 953e85584db3..000000000000
--- a/archivers/macutils/files/patch-macunpack_dd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/dd.c.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/dd.c
-@@ -45,7 +45,7 @@ static int dd_getbits();
- #endif /* UNTESTED */
- static void dd_cpt_compat();
-
--typedef struct methodinfo {
-+struct methodinfo {
- char *name;
- int number;
- };
diff --git a/archivers/macutils/files/patch-macunpack_dd.h b/archivers/macutils/files/patch-macunpack_dd.h
deleted file mode 100644
index dff85ca8f99d..000000000000
--- a/archivers/macutils/files/patch-macunpack_dd.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- macunpack/dd.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/dd.h
-@@ -52,7 +52,7 @@
-
- typedef long OSType;
-
--typedef struct fileHdr { /* 124 bytes */
-+struct fileHdr { /* 124 bytes */
- unsigned char magic[4]; /* "DDAR" */
- unsigned char fill1[4]; /* ??? */
- unsigned char fName[64]; /* a STR63 */
-@@ -73,7 +73,7 @@ typedef struct fileHdr { /* 124 bytes *
- unsigned short hdrcrc; /* true crc */
- };
-
--typedef struct fileCHdr { /* 84 bytes */
-+struct fileCHdr { /* 84 bytes */
- unsigned char magic[4]; /* "\253\315\000\124" */
- unsigned long dataLength; /* lengths */
- unsigned long dataCLength;
diff --git a/archivers/macutils/files/patch-macunpack_jdw.h b/archivers/macutils/files/patch-macunpack_jdw.h
deleted file mode 100644
index 8699e8fd2e26..000000000000
--- a/archivers/macutils/files/patch-macunpack_jdw.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/jdw.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/jdw.h
-@@ -8,7 +8,7 @@
- #define J_MTIME 34
- #define J_FLENGTH 38
-
--typedef struct fileHdr {
-+struct fileHdr {
- char magic[6];
- unsigned long type;
- unsigned long auth;
diff --git a/archivers/macutils/files/patch-macunpack_lzc.h b/archivers/macutils/files/patch-macunpack_lzc.h
deleted file mode 100644
index 2141a2a8e85c..000000000000
--- a/archivers/macutils/files/patch-macunpack_lzc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/lzc.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/lzc.h
-@@ -12,7 +12,7 @@
- #define C_AUTHOFF 36
- #define C_FLAGOFF 40
-
--typedef struct fileHdr {
-+struct fileHdr {
- unsigned long magic1;
- unsigned long dataLength;
- unsigned long dataCLength;
diff --git a/archivers/macutils/files/patch-macunpack_lzh.c b/archivers/macutils/files/patch-macunpack_lzh.c
deleted file mode 100644
index 95db98290162..000000000000
--- a/archivers/macutils/files/patch-macunpack_lzh.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- macunpack/lzh.c.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/lzh.c
-@@ -23,7 +23,7 @@ extern void de_lzah();
- extern unsigned char (*lzah_getbyte)();
- extern void de_lzh();
-
--typedef struct methodinfo {
-+struct methodinfo {
- char *name;
- int number;
- };
-@@ -40,13 +40,13 @@ static struct methodinfo methods[] = {
- {"-lzs-", lzs}
- };
- static char *lzh_archive;
--static char *lzh_pointer;
--static char *lzh_data;
--static char *lzh_finfo;
--static int lzh_fsize;
--static int lzh_kind;
-+char *lzh_pointer;
-+char *lzh_data;
-+char *lzh_finfo;
-+int lzh_fsize;
-+int lzh_kind;
- static int oldsize;
--static char *lzh_file;
-+char *lzh_file;
- static int lzh_filesize;
- static char *lzh_current;
- static char *tmp_out_ptr;
diff --git a/archivers/macutils/files/patch-macunpack_lzh.h b/archivers/macutils/files/patch-macunpack_lzh.h
deleted file mode 100644
index bdd51ad9da3c..000000000000
--- a/archivers/macutils/files/patch-macunpack_lzh.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/lzh.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/lzh.h
-@@ -30,7 +30,7 @@
- #define L_EEXTENDSZ 0
- #define L_EEXTEND 1
-
--typedef struct fileHdr { /* 58 bytes */
-+struct fileHdr { /* 58 bytes */
- unsigned char hsize;
- unsigned char hcrc;
- char method[5];
diff --git a/archivers/macutils/files/patch-macunpack_sit.c b/archivers/macutils/files/patch-macunpack_sit.c
deleted file mode 100644
index c1000b9a779f..000000000000
--- a/archivers/macutils/files/patch-macunpack_sit.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/sit.c.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/sit.c
-@@ -19,7 +19,7 @@ extern void set_huffman();
- extern void de_lzah();
- extern unsigned char (*lzah_getbyte)();
-
--typedef struct methodinfo {
-+struct methodinfo {
- char *name;
- int number;
- };
diff --git a/archivers/macutils/files/patch-macunpack_sit.h b/archivers/macutils/files/patch-macunpack_sit.h
deleted file mode 100644
index fcf1f0878ae9..000000000000
--- a/archivers/macutils/files/patch-macunpack_sit.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- macunpack/sit.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/sit.h
-@@ -24,7 +24,7 @@
-
- typedef long OSType;
-
--typedef struct sitHdr { /* 22 bytes */
-+struct sitHdr { /* 22 bytes */
- OSType signature; /* = 'SIT!' -- for verification */
- unsigned short numFiles; /* number of files in archive */
- unsigned long arcLength; /* length of entire archive incl.
-@@ -34,7 +34,7 @@ typedef struct sitHdr { /* 22 bytes */
- char reserved[7];
- };
-
--typedef struct fileHdr { /* 112 bytes */
-+struct fileHdr { /* 112 bytes */
- unsigned char compRMethod; /* rsrc fork compression method */
- unsigned char compDMethod; /* data fork compression method */
- unsigned char fName[64]; /* a STR63 */
diff --git a/archivers/macutils/files/patch-macunpack_stf.h b/archivers/macutils/files/patch-macunpack_stf.h
deleted file mode 100644
index 19f4404b2506..000000000000
--- a/archivers/macutils/files/patch-macunpack_stf.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/stf.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/stf.h
-@@ -5,7 +5,7 @@
- #define S_RSRCLNGTH 3 /* + NAMELENGTH */
- #define S_DATALNGTH 7 /* + NAMELENGTH */
-
--typedef struct fileHdr {
-+struct fileHdr {
- char magic[3];
- char flength;
- char fname[32]; /* actually flength */
diff --git a/archivers/macutils/files/patch-macunpack_zma.h b/archivers/macutils/files/patch-macunpack_zma.h
deleted file mode 100644
index 05db6614ef29..000000000000
--- a/archivers/macutils/files/patch-macunpack_zma.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- macunpack/zma.h.orig 1993-10-02 20:16:00 UTC
-+++ macunpack/zma.h
-@@ -20,7 +20,7 @@
- #define Z_RCRC 44 /* Resource crc */
- #define Z_FNAME 46 /* File name length and name */
-
--typedef struct fileHdr { /* 78 bytes */
-+struct fileHdr { /* 78 bytes */
- char deleted; /* Not in original, split off from: */
- char what; /* What kind? Negative if deleted */
- unsigned char hlen ; /* Header length */
diff --git a/archivers/macutils/files/patch-makefile b/archivers/macutils/files/patch-makefile
deleted file mode 100644
index 0c381564f8d5..000000000000
--- a/archivers/macutils/files/patch-makefile
+++ /dev/null
@@ -1,83 +0,0 @@
---- makefile.orig 1993-10-02 20:16:00 UTC
-+++ makefile
-@@ -1,5 +1,4 @@
- SHELL = /bin/sh
--BINDIR = /ufs/dik/tmpbin
- # Use the following flags on the CF macro definition as needed.
- #
- # -DBSD if you are on a BSD system
-@@ -24,44 +23,44 @@ BINDIR = /ufs/dik/tmpbin
- #
- # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
- #
--CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
-+CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS ${CFLAGS}
-
- all:
-- (cd crc; make CF='$(CF)')
-- (cd util; make CF='$(CF)')
-- (cd fileio; make CF='$(CF)')
-- (cd macunpack; make CF='$(CF)')
-- (cd hexbin; make CF='$(CF)')
-- (cd mixed; make CF='$(CF)')
-- (cd binhex; make CF='$(CF)')
-- (cd comm; make CF='$(CF)')
-+ (cd crc; $(MAKE) CFLAGS='$(CF)')
-+ (cd util; $(MAKE) CFLAGS='$(CF)')
-+ (cd fileio; $(MAKE) CFLAGS='$(CF)')
-+ (cd macunpack; $(MAKE) CFLAGS='$(CF)')
-+ (cd hexbin; $(MAKE) CFLAGS='$(CF)')
-+ (cd mixed; $(MAKE) CFLAGS='$(CF)')
-+ (cd binhex; $(MAKE) CFLAGS='$(CF)')
-+ (cd comm; $(MAKE) CFLAGS='$(CF)')
-
- clean:
-- (cd crc; make clean)
-- (cd util; make clean)
-- (cd fileio; make clean)
-- (cd macunpack; make clean)
-- (cd hexbin; make clean)
-- (cd mixed; make clean)
-- (cd binhex; make clean)
-- (cd comm; make clean)
-+ (cd crc; $(MAKE) clean)
-+ (cd util; $(MAKE) clean)
-+ (cd fileio; $(MAKE) clean)
-+ (cd macunpack; $(MAKE) clean)
-+ (cd hexbin; $(MAKE) clean)
-+ (cd mixed; $(MAKE) clean)
-+ (cd binhex; $(MAKE) clean)
-+ (cd comm; $(MAKE) clean)
-
- clobber:
-- (cd crc; make clean)
-- (cd util; make clean)
-- (cd fileio; make clean)
-- (cd macunpack; make clobber)
-- (cd hexbin; make clobber)
-- (cd mixed; make clobber)
-- (cd binhex; make clobber)
-- (cd comm; make clobber)
-+ (cd crc; (MAKE) clean)
-+ (cd util; (MAKE) clean)
-+ (cd fileio; (MAKE) clean)
-+ (cd macunpack; (MAKE) clobber)
-+ (cd hexbin; (MAKE) clobber)
-+ (cd mixed; (MAKE) clobber)
-+ (cd binhex; (MAKE) clobber)
-+ (cd comm; (MAKE) clobber)
-
- lint:
-- (cd macunpack; make CF='$(CF)' lint)
-- (cd hexbin; make CF='$(CF)' lint)
-- (cd mixed; make CF='$(CF)' lint)
-- (cd binhex; make CF='$(CF)' lint)
-- (cd comm; make CF='$(CF)' lint)
-+ (cd macunpack; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd hexbin; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd mixed; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd binhex; (MAKE) CFLAGS='$(CF)' lint)
-+ (cd comm; (MAKE) CFLAGS='$(CF)' lint)
-
- install:
- cp macunpack/macunpack $(BINDIR)/.
diff --git a/archivers/macutils/files/patch-util_transname.c b/archivers/macutils/files/patch-util_transname.c
deleted file mode 100644
index 22d615288a20..000000000000
--- a/archivers/macutils/files/patch-util_transname.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- util/transname.c.orig 1993-10-02 20:16:00 UTC
-+++ util/transname.c
-@@ -1,5 +1,5 @@
- #include <sys/types.h>
--#include <sys/dir.h>
-+#include <dirent.h>
-
- char *strncpy();
-
diff --git a/archivers/macutils/pkg-descr b/archivers/macutils/pkg-descr
deleted file mode 100644
index 11adb9f2f044..000000000000
--- a/archivers/macutils/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-The macutils collection can handle a number of different Macintosh
-file formats including Binhex, MacBinary, AppleSingle and
-AppleDouble. There is also support for the Columbia Apple-talk
-Package.
-
-This package contains the following utilities:
- macunpack
- hexbin
- macsave
- macstream
- binhex
- tomac
- frommac
-
-Check out the man pages and /usr/local/share/doc/macutils (or
-equivalent on your system) for more information.
-
-Share and enjoy,
-
-Joel...
diff --git a/archivers/macutils/pkg-plist b/archivers/macutils/pkg-plist
deleted file mode 100644
index 431d9989634c..000000000000
--- a/archivers/macutils/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/binhex
-bin/frommac
-bin/hexbin
-bin/macsave
-bin/macstream
-bin/macunpack
-bin/tomac
-man/man1/binhex.1.gz
-man/man1/frommac.1.gz
-man/man1/hexbin.1.gz
-man/man1/macsave.1.gz
-man/man1/macstream.1.gz
-man/man1/macunpack.1.gz
-man/man1/macutil.1.gz
-man/man1/tomac.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.crc
-%%PORTDOCS%%%%DOCSDIR%%/README.crc.orig
-%%PORTDOCS%%%%DOCSDIR%%/README.hexbin
-%%PORTDOCS%%%%DOCSDIR%%/README.macget
-%%PORTDOCS%%%%DOCSDIR%%/README.macput
-%%PORTDOCS%%%%DOCSDIR%%/README.scan
-%%PORTDOCS%%%%DOCSDIR%%/README.unpit
-%%PORTDOCS%%%%DOCSDIR%%/README.unsit
-%%PORTDOCS%%%%DOCSDIR%%/README.zoom