aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-04-26 04:34:36 +0800
committermakc <makc@FreeBSD.org>2009-04-26 04:34:36 +0800
commit631e4611e297b783272710d91a4b8f04dafd5acd (patch)
tree3423f5067871907e37053121909f3176fb3bf4c3
parentd4c3799a38b4c234722138aaf21e74783451becc (diff)
downloadfreebsd-ports-gnome-631e4611e297b783272710d91a4b8f04dafd5acd.tar.gz
freebsd-ports-gnome-631e4611e297b783272710d91a4b8f04dafd5acd.tar.zst
freebsd-ports-gnome-631e4611e297b783272710d91a4b8f04dafd5acd.zip
Delete emulators/cpmtools27
-rw-r--r--emulators/cpmtools27/Makefile47
-rw-r--r--emulators/cpmtools27/distinfo3
-rw-r--r--emulators/cpmtools27/files/patch-Makefile.in20
-rw-r--r--emulators/cpmtools27/pkg-descr21
-rw-r--r--emulators/cpmtools27/pkg-plist9
5 files changed, 0 insertions, 100 deletions
diff --git a/emulators/cpmtools27/Makefile b/emulators/cpmtools27/Makefile
deleted file mode 100644
index 28f9781a94ae..000000000000
--- a/emulators/cpmtools27/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: cpmtools
-# Date created: 31 January 2008
-# Whom: joerg
-#
-# $FreeBSD$
-#
-
-PORTNAME= cpmtools27
-PORTVERSION= 2.7
-CATEGORIES= emulators sysutils
-MASTER_SITES= http://www.moria.de/~michael/cpmtools/
-DISTNAME= cpmtools-${PORTVERSION}
-
-MAINTAINER= pixel@hugbox.org
-COMMENT= Tools to access CP/M disks and disk images
-
-LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--mandir=${PREFIX}/man --bindir=${PREFIX}/sbin \
- --datarootdir=${PREFIX}/share/${PORTNAME} --with-dmalloc
-
-MAN1= cpmls.1 cpmcp.1 cpmrm.1 cpmchmod.1 cpmchattr.1 mkfs.cpm.1 fsck.cpm.1 fsed.cpm.1
-MAN5= cpm.5
-
-OPTIONS= RAW_LIBDSK "With LIBDSK support with direct floppy access" on \
- LIBDSK "With LIBDSK support (no direct floppy access)" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_LIBDSK) || defined(WITH_RAW_LIBDSK)
-LIB_DEPENDS+= dsk.5:${PORTSDIR}/emulators/libdsk
-CONFIGURE_ARGS+=--with-libdsk=${LOCALBASE} --with-device=LibDsk
-.else
-CONFIGURE_ARGS+=--without-libdsk --with-device=posix
-.endif
-
-.if defined(WITH_RAW_LIBDSK)
-CONFIGURE_ARGS+=--enable-floppy
-.else
-CONFIGURE_ARGS+=--disable-floppy
-.endif
-
-pre-install:
- @${MKDIR} ${DATADIR}
-
-.include <bsd.port.post.mk>
diff --git a/emulators/cpmtools27/distinfo b/emulators/cpmtools27/distinfo
deleted file mode 100644
index b790ee139c1d..000000000000
--- a/emulators/cpmtools27/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cpmtools-2.7.tar.gz) = 0deadd1e8baac3808691bef73ddbb5c7
-SHA256 (cpmtools-2.7.tar.gz) = 56fb2b8c4e8bb77d263807282081abc9b0dbe9aefa20466b75424624b6dc2449
-SIZE (cpmtools-2.7.tar.gz) = 148154
diff --git a/emulators/cpmtools27/files/patch-Makefile.in b/emulators/cpmtools27/files/patch-Makefile.in
deleted file mode 100644
index 5c6d9e333ee8..000000000000
--- a/emulators/cpmtools27/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.old 2008-05-30 13:00:09.000000000 -0300
-+++ Makefile.in 2008-05-30 13:00:27.000000000 -0300
-@@ -11,7 +11,7 @@
- INSTALL= @INSTALL@
- INSTALL_DATA= @INSTALL_DATA@
- CC= @CC@
--CFLAGS= @CFLAGS@
-+CFLAGS= @CFLAGS@ -DDISKDEFS=\"@datarootdir@/diskdefs\" -DFORMAT=\"$(DEFFORMAT)\"
- LDFLAGS= @LDFLAGS@
- DEFFORMAT= @DEFFORMAT@
- DEVICE= @DEVICE@
-@@ -86,7 +86,7 @@
- $(INSTALL) -s -m 755 cpmchattr $(BINDIR)/cpmchattr
- $(INSTALL) -s -m 755 mkfs.cpm $(BINDIR)/mkfs.cpm
- $(INSTALL) -s -m 755 fsck.cpm $(BINDIR)/fsck.cpm
-- $(INSTALL) -s -m 755 fsed.cpm $(BINDIR)/fsed.cpm
-+# $(INSTALL) -s -m 755 fsed.cpm $(BINDIR)/fsed.cpm
- $(INSTALL_DATA) diskdefs @datarootdir@/diskdefs
- $(INSTALL_DATA) cpmls.1 $(MANDIR)/man1/cpmls.1
- $(INSTALL_DATA) cpmcp.1 $(MANDIR)/man1/cpmcp.1
diff --git a/emulators/cpmtools27/pkg-descr b/emulators/cpmtools27/pkg-descr
deleted file mode 100644
index d1dfc161615c..000000000000
--- a/emulators/cpmtools27/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-This port allows to access CP/M file systems similar to the well-known mtools
-package, which accesses MSDOS file systems. It contains the followin set of
-tools:
-
- * cpmls - list sorted directory with output similar to ls, DIR, P2DOS DIR
- and CP/M3 DIR[FULL]
- * cpmcp - copy files from and to CP/M file systems
- * cpmrm - erase files from CP/M file systems
- * cpmchmod - change file permissions
- * cpmchattr - change file attributes
- * mkfs.cpm - make a CP/M file system
- * fsck.cpm - check and repair a CP/M file system (only simple errors can
- be repaired so far). Some images of broken file systems are provided.
- * fsed.cpm - view CP/M file system
- * manual pages for everything including the CP/M file system format
-
-All CP/M file system features are supported. Password protection is ignored,
-but a pseudo file [passwd] contains them decrypted.
-
-Author: Michael Moria <<michael@moria.de>
-WWW: http://www.moria.de/~michael/cpmtools/
diff --git a/emulators/cpmtools27/pkg-plist b/emulators/cpmtools27/pkg-plist
deleted file mode 100644
index 1eaa2af1b83c..000000000000
--- a/emulators/cpmtools27/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-sbin/cpmls
-sbin/cpmcp
-sbin/cpmrm
-sbin/cpmchmod
-sbin/cpmchattr
-sbin/mkfs.cpm
-sbin/fsck.cpm
-%%DATADIR%%/diskdefs
-@dirrm %%DATADIR%%