summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /emulators
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-6/Makefile44
-rw-r--r--emulators/linux_base-6/distinfo1
-rw-r--r--emulators/linux_base-6/pkg-comment1
-rw-r--r--emulators/linux_base-6/pkg-descr23
-rw-r--r--emulators/linux_base-62/Makefile44
-rw-r--r--emulators/linux_base-62/distinfo1
-rw-r--r--emulators/linux_base-62/pkg-comment1
-rw-r--r--emulators/linux_base-62/pkg-descr23
-rw-r--r--emulators/linux_base-8/Makefile44
-rw-r--r--emulators/linux_base-8/distinfo1
-rw-r--r--emulators/linux_base-8/pkg-comment1
-rw-r--r--emulators/linux_base-8/pkg-descr23
-rw-r--r--emulators/linux_base-rh-9/Makefile44
-rw-r--r--emulators/linux_base-rh-9/distinfo1
-rw-r--r--emulators/linux_base-rh-9/pkg-comment1
-rw-r--r--emulators/linux_base-rh-9/pkg-descr23
-rw-r--r--emulators/linux_base-suse-9.1/Makefile44
-rw-r--r--emulators/linux_base-suse-9.1/distinfo1
-rw-r--r--emulators/linux_base-suse-9.1/pkg-comment1
-rw-r--r--emulators/linux_base-suse-9.1/pkg-descr23
-rw-r--r--emulators/linux_base-suse-9.2/Makefile44
-rw-r--r--emulators/linux_base-suse-9.2/distinfo1
-rw-r--r--emulators/linux_base-suse-9.2/pkg-comment1
-rw-r--r--emulators/linux_base-suse-9.2/pkg-descr23
-rw-r--r--emulators/linux_base-suse-9.3/Makefile44
-rw-r--r--emulators/linux_base-suse-9.3/distinfo1
-rw-r--r--emulators/linux_base-suse-9.3/pkg-comment1
-rw-r--r--emulators/linux_base-suse-9.3/pkg-descr23
-rw-r--r--emulators/simh/Makefile39
-rw-r--r--emulators/simh/distinfo2
-rw-r--r--emulators/simh/files/Makefile52
-rw-r--r--emulators/simh/pkg-comment1
-rw-r--r--emulators/simh/pkg-descr10
-rw-r--r--emulators/simh/pkg-plist10
-rw-r--r--emulators/wine-devel/Makefile40
-rw-r--r--emulators/wine-devel/distinfo1
-rw-r--r--emulators/wine-devel/files/patch-ad40
-rw-r--r--emulators/wine-devel/files/patch-ar11
-rw-r--r--emulators/wine-devel/pkg-comment1
-rw-r--r--emulators/wine-devel/pkg-descr18
-rw-r--r--emulators/wine-devel/pkg-plist3
41 files changed, 0 insertions, 711 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-6/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-6/distinfo b/emulators/linux_base-6/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-6/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-6/pkg-comment b/emulators/linux_base-6/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-6/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-6/pkg-descr b/emulators/linux_base-6/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-6/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-62/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-62/distinfo b/emulators/linux_base-62/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-62/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-62/pkg-comment b/emulators/linux_base-62/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-62/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-62/pkg-descr b/emulators/linux_base-62/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-62/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-8/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-8/distinfo b/emulators/linux_base-8/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-8/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-8/pkg-comment b/emulators/linux_base-8/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-8/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-8/pkg-descr b/emulators/linux_base-8/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-8/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-rh-9/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-rh-9/distinfo b/emulators/linux_base-rh-9/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-rh-9/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-rh-9/pkg-comment b/emulators/linux_base-rh-9/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-rh-9/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-rh-9/pkg-descr b/emulators/linux_base-rh-9/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-rh-9/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-suse-9.1/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-suse-9.1/distinfo b/emulators/linux_base-suse-9.1/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-suse-9.1/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-suse-9.1/pkg-comment b/emulators/linux_base-suse-9.1/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-suse-9.1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-suse-9.1/pkg-descr b/emulators/linux_base-suse-9.1/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-suse-9.1/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-suse-9.2/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-suse-9.2/distinfo b/emulators/linux_base-suse-9.2/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-suse-9.2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-suse-9.2/pkg-comment b/emulators/linux_base-suse-9.2/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-suse-9.2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-suse-9.2/pkg-descr b/emulators/linux_base-suse-9.2/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-suse-9.2/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
deleted file mode 100644
index 5da0f701c548..000000000000
--- a/emulators/linux_base-suse-9.3/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.24 1999/02/26 13:37:33 obrien Exp $
-#
-
-DISTNAME= linux_lib-2.6.1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://relay.nuxi.com/pub/FreeBSD/
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
- ${MKDIR} ${PREFIX}/dev
- ${LN} -sf /dev/console ${PREFIX}/dev/tty0
- ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1
- ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2
- ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3
- ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4
- ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse
- ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux
-
-.include <bsd.port.mk>
diff --git a/emulators/linux_base-suse-9.3/distinfo b/emulators/linux_base-suse-9.3/distinfo
deleted file mode 100644
index bcd03fc57d09..000000000000
--- a/emulators/linux_base-suse-9.3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linux_lib-2.6.1.tar.gz) = dee56f63775778059de4306c8852afd1
diff --git a/emulators/linux_base-suse-9.3/pkg-comment b/emulators/linux_base-suse-9.3/pkg-comment
deleted file mode 100644
index 53a90267736a..000000000000
--- a/emulators/linux_base-suse-9.3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-These are the libraries necessary for linux compatibility.
diff --git a/emulators/linux_base-suse-9.3/pkg-descr b/emulators/linux_base-suse-9.3/pkg-descr
deleted file mode 100644
index de663f8faa25..000000000000
--- a/emulators/linux_base-suse-9.3/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-These libraries are part of the linux compatibility options
-for FreeBSD. To get linux compat working you will need
-
-1) A linux binary such as doom, Wingz, or maple
-
-2) these libraries
-
-3) the linux compat lkm (ie run /usr/bin/linux)
-
-then run the linux binary.
-
-The kernel option `COMPAT_LINUX' is not necessary for -current, or
-2.2-RELEASE or newer. It *is* necessary for 2.1-stable, and the
-earlier RELEASE's.
-
-* if you add new libraries, you should run
- /compat/linux/sbin/ldconfig to update the caches.
-
-* if you have libraries you'd like to see included in this
- collection, send me mail.
-
-eric.
-erich@FreeBSD.org
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
deleted file mode 100644
index d999e0ec0a43..000000000000
--- a/emulators/simh/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: sim
-# Version required: 2.3
-# Date created: 7 November 1997
-# Whom: jraynard
-#
-# $Id: Makefile,v 1.2 1997/11/10 09:17:57 asami Exp $
-#
-
-DISTNAME= sim_2.3
-PKGNAME= sim-2.3
-CATEGORIES= emulators
-MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz
-
-MAINTAINER= jraynard@FreeBSD.ORG
-
-RESTRICTED= "Non-commercial use only"
-
-NO_WRKSUBDIR= yes
-
-post-configure:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/i1401 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/nova ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp1 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp4 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp7 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp8 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp9 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp11 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/pdp15 ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \
- ${PREFIX}/share/doc/sim
-.endif
-
-.include <bsd.port.mk>
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
deleted file mode 100644
index d3b8992221ae..000000000000
--- a/emulators/simh/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (sim_2.3.tar.gz) = 4dbd894a56359f6607375d602322c9df
-MD5 (sim_2.3.update1.tar.gz) = 3001131f5d9df87612f76db939a8a6cb
diff --git a/emulators/simh/files/Makefile b/emulators/simh/files/Makefile
deleted file mode 100644
index b4161a2b4ce4..000000000000
--- a/emulators/simh/files/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-CONTROL_FILES= scp.c scp_tty.c
-
-I1401_FILES= i1401_cd.c i1401_cpu.c i1401_iq.c i1401_lp.c \
- i1401_mt.c i1401_sys.c
-
-NOVA_FILES= nova_clk.c nova_cpu.c nova_dkp.c nova_dsk.c \
- nova_lp.c nova_mta.c nova_pt.c nova_sys.c nova_tt.c
-
-PDP11_FILES= pdp11_cpu.c pdp11_fp.c pdp11_lp.c pdp11_rk.c pdp11_rl.c \
- pdp11_rp.c pdp11_rx.c pdp11_stddev.c pdp11_sys.c pdp11_tm.c
-
-PDP18B_FILES= pdp18b_cpu.c pdp18b_drm.c pdp18b_lp.c pdp18b_mt.c \
- pdp18b_rf.c pdp18b_rp.c pdp18b_stddev.c pdp18b_sys.c
-
-PDP1_FILES= pdp1_cpu.c pdp1_lp.c pdp1_stddev.c pdp1_sys.c
-
-PDP8_FILES= pdp8_clk.c pdp8_cpu.c pdp8_lp.c pdp8_mt.c pdp8_pt.c \
- pdp8_rf.c pdp8_rk.c pdp8_rx.c pdp8_sys.c pdp8_tt.c
-
-all: i1401 nova pdp1 pdp4 pdp7 pdp8 pdp9 pdp11 pdp15
-
-i1401: $(I1401_FILES) i1401_defs.h
- cc $(I1401_FILES) $(CONTROL_FILES) -o i1401
-
-nova: $(NOVA_FILES) nova_defs.h
- cc $(NOVA_FILES) $(CONTROL_FILES) -lm -o nova
-
-pdp1: $(PDP1_FILES) pdp1_defs.h
- cc $(PDP1_FILES) $(CONTROL_FILES) -o pdp1
-
-pdp4: $(PDP18B_FILES) pdp18b_defs.h
- cc -DPDP4 $(PDP18B_FILES) $(CONTROL_FILES) -lm -o pdp4
-
-pdp7: $(PDP18B_FILES) pdp18b_defs.h
- cc -DPDP7 $(PDP18B_FILES) $(CONTROL_FILES) -lm -o pdp7
-
-pdp8: $(PDP8_FILES) pdp8_defs.h
- cc $(PDP8_FILES) $(CONTROL_FILES) -lm -o pdp8
-
-pdp9: $(PDP18B_FILES) pdp18b_defs.h
- cc -DPDP9 $(PDP18B_FILES) $(CONTROL_FILES) -lm -o pdp9
-
-pdp11: $(PDP11_FILES) pdp11_defs.h
- cc $(PDP11_FILES) $(CONTROL_FILES) -lm -o pdp11
-
-pdp15: $(PDP18B_FILES) pdp18b_defs.h
- cc -DPDP15 $(PDP18B_FILES) $(CONTROL_FILES) -lm -o pdp15
-
-clean:
- rm -f *.o i1401 nova pdp1 pdp4 pdp7 pdp8 pdp9 pdp11 pdp15
-
-#.include <bsd.prog.mk>
diff --git a/emulators/simh/pkg-comment b/emulators/simh/pkg-comment
deleted file mode 100644
index 2c7228a07945..000000000000
--- a/emulators/simh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators.
diff --git a/emulators/simh/pkg-descr b/emulators/simh/pkg-descr
deleted file mode 100644
index fc904651ca4a..000000000000
--- a/emulators/simh/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators.
-
-The simulators have been tested on VAX VMS, Alpha VMS, Alpha UNIX, Intel
-FreeBSD and Intel LINUX; a port to Windows 95 and Windows NT is in progress
-but lacks terminal emulation code. Porting to other environments will
-require changes to the operating system dependent code in scp_tty.c.
-
-These simulators are capable of running the Unix V5, V6 and V7 binaries
-licenced for non-commercial use by SCO. See ${WRKDIR}/simh_doc.txt for
-further details.
diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist
deleted file mode 100644
index a8bbf064f9f5..000000000000
--- a/emulators/simh/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/i1401
-bin/nova
-bin/pdp1
-bin/pdp4
-bin/pdp7
-bin/pdp8
-bin/pdp9
-bin/pdp11
-bin/pdp15
-share/doc/sim/simh_doc.txt
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
deleted file mode 100644
index b0abb4d51d84..000000000000
--- a/emulators/wine-devel/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: wine
-# Version required: 980517
-# Date created: Sa 9 Nov 1996 00:52:22 MET
-# Whom: se
-#
-# $Id: Makefile,v 1.70 1999/03/30 20:09:53 billf Exp $
-#
-
-DATE= 990426
-DISTNAME= Wine-${DATE}
-PKGNAME= wine-99.04.26
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= ALPHA/wine/development
-
-MAINTAINER= se@FreeBSD.ORG
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-WRKSRC= ${WRKDIR}/wine-${DATE}
-GNU_CONFIGURE= yes
-MAN1= wine.1
-ONLY_FOR_ARCHS= i386
-
-pre-configure:
- @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
- >> ${WRKSRC}/autoconf.h
-
-post-configure:
- cd ${WRKSRC} && make depend
-
-do-install:
- ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin
- -@${MKDIR} ${PREFIX}/etc 2>/dev/null
- [ -f ${PREFIX}/etc/wine.conf ] \
- || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
- ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
- ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
-
-.include <bsd.port.mk>
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
deleted file mode 100644
index 321880cea3c6..000000000000
--- a/emulators/wine-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Wine-990426.tar.gz) = ddc5561393b7fedb02b933889658eb7f
diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad
deleted file mode 100644
index 4dd01c257b50..000000000000
--- a/emulators/wine-devel/files/patch-ad
+++ /dev/null
@@ -1,40 +0,0 @@
-*** wine.ini.orig Wed Jul 17 22:00:24 1996
---- wine.ini Mon Aug 12 19:51:38 1996
-***************
-*** 35,39 ****
- Temp=e:\
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=./wine.sym
-
- [options]
---- 35,39 ----
- Temp=e:\
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=/usr/local/etc/wine.sym
-
- [options]
-***************
-*** 54,64 ****
-
- [serialports]
-! Com1=/dev/cua0
-! Com2=/dev/cua1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lp0
-
- [spy]
---- 54,64 ----
-
- [serialports]
-! Com1=/dev/ttyd0
-! Com2=/dev/ttyd1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lpt0
-
- [spy]
diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar
deleted file mode 100644
index 715b693ba449..000000000000
--- a/emulators/wine-devel/files/patch-ar
+++ /dev/null
@@ -1,11 +0,0 @@
-*** configure~ Mon Apr 26 16:58:58 1999
---- configure Mon May 3 22:05:42 1999
-***************
-*** 9,12 ****
---- 9,14 ----
- # gives unlimited permission to copy, distribute and modify it.
-
-+ exec < /dev/null
-+
- # Defaults:
- ac_help=
diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment
deleted file mode 100644
index 6ccc80e5d56b..000000000000
--- a/emulators/wine-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-MS-Windows 3.1/95/NT emulator for Unix (Alpha release).
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr
deleted file mode 100644
index 17fe9d8f2368..000000000000
--- a/emulators/wine-devel/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still Alpha quality; i.e. don't expect it to run your typical large
-MS-Windows application package, but it is definitely on its way ...
-
-To use Wine, your kernel must be rebuilt with the following lines added
-to your kernel config file (/sys/i386/conf/<YourMachine>):
-
-options USER_LDT
-options SYSVSHM
-options SYSVSEM
-options SYSVMSG
-
-Wine relies on the configuration file /usr/local/etc/wine.conf to
-contain valid assignments of Unix directories to DOS drive letters,
-and for certain other options (see "man wine" for details).
-You will most probably have to to edit it, after the install ...
-
-WWW: http://www.winehq.com/
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
deleted file mode 100644
index 8489a54c41a8..000000000000
--- a/emulators/wine-devel/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/wine
-etc/wine.conf
-etc/wine.sym