1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Resurrect emulators/basiliskII and emulators/vmware-tools2 since there are

PRs with fixes for them: ports/105758 and ports/104594 respectively.

Noticed by:	pav
This commit is contained in:
Vasil Dimov 2006-12-04 16:28:35 +00:00
parent a7b262b5a0
commit 55b20f3ee8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178837
13 changed files with 139 additions and 2 deletions

2
LEGAL
View File

@ -567,6 +567,8 @@ tkman-2.* misc/tkman Do not sell for profit
tolkien-ttf-* x11-fonts/tolkien-ttf Shareware. Commercial usage
or redistribution requires
license.
tools-for-freebsd-* emulators/vmware-tools2 Not sure if we can
redistribute this
tracker-*.tgz audio/tracker Non-redistributable beta
triangle-*/* math/triangle No commercial use without prior
arrangement with the author

2
MOVED
View File

@ -2556,7 +2556,5 @@ deskutils/mhc-xemacs21-mule||2006-12-04|Has expired: hangs during build
devel/alleyoop||2006-12-04|Has expired: Does not compile
devel/hs-crypto||2006-12-04|Has expired: is incompatible with current GHC, needs updating
editors/gedit-autocomplete-plugin||2006-12-04|Has expired: Not compatible with gedit versions >= 2.14
emulators/basiliskII||2006-12-04|Has expired: Does not compile
emulators/vmware-tools2||2006-12-04|Has expired: Unfetchable
emulators/vmware2||2006-12-04|Has expired: Unfetchable
finance/ccard||2006-12-04|Has expired: Project disappeared from the internet

View File

@ -6,6 +6,7 @@
SUBDIR += adamem
SUBDIR += aftp
SUBDIR += atari800
SUBDIR += basiliskII
SUBDIR += bfe
SUBDIR += bochs
SUBDIR += bsvc
@ -133,6 +134,7 @@
SUBDIR += vmware-guestd3
SUBDIR += vmware-guestd4
SUBDIR += vmware-guestd5
SUBDIR += vmware-tools2
SUBDIR += vmware-tools3
SUBDIR += vmware-tools4
SUBDIR += vmware-tools5

View File

@ -0,0 +1,49 @@
# New ports collection makefile for: BasiliskII
# Date created: 17 April 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= basiliskII
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.gibix.net/projects/basilisk2/files/
MASTER_SITE_SUBDIR= basilisk
DISTNAME= BasiliskII_src_01052006
MAINTAINER= mmendez@energyhq.be
COMMENT= A free, portable, Open Source 68k Mac emulator
BROKEN= Does not compile
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= esound gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= BasiliskII.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400012
CFLAGS+= -fpermissive
.endif
.if ${ARCH} == amd64
BROKEN= does not compile on AMD64 architectures
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (BasiliskII_src_01052006.tar.bz2) = dfe9e088649133485bae28a713979481
SHA256 (BasiliskII_src_01052006.tar.bz2) = 6782f2ed3587d7790557a0994f5b7472d7a27ded0f1598b9380efabde16bd3cc
SIZE (BasiliskII_src_01052006.tar.bz2) = 1310908

View File

@ -0,0 +1,4 @@
Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires a
copy of a 512K or 1MB Mac ROM and a copy of MacOS 7.x or 8.x to run.
WWW: http://www.gibix.net/projects/basilisk2/

View File

@ -0,0 +1,8 @@
********************************************************************************
NOTE: You have to get a copy of the original Mac ROM image and a copy of MacOS
to run BasiliskII. Be aware that the only legal way to get ROM image is
to rip it out from your Mac computer. See BasiliskII home page to get
details.
********************************************************************************

View File

@ -0,0 +1,5 @@
bin/BasiliskII
share/BasiliskII/fbdevices
share/BasiliskII/keycodes
share/BasiliskII/tunconfig
@dirrm share/BasiliskII

View File

@ -0,0 +1,43 @@
# New ports collection makefile for: VMware tools for FreeBSD
# Date created: 10 Aug 2000
# Whom: matusita@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= vmware-tools
PORTVERSION= ${VMWARE_VER}.${BUILD_VER}
CATEGORIES= emulators
MASTER_SITES= http://vmware-svca.www.conxion.com/software/ \
http://vmware-chil.www.conxion.com/software/ \
http://vmware-heva.www.conxion.com/software/ \
http://vmware.wespe.de/software/ \
ftp://vmware.wespe.de/pub/software/
DISTNAME= tools-for-freebsd-${BUILD_VER}
MAINTAINER= matusita@FreeBSD.org
COMMENT=VMware tools for guest OS (for VMware 2.x, FreeBSD version)
BROKEN= Unfetchable
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
WRKSRC= ${WRKDIR}/vmware-freebsd-tools
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
NO_BUILD= yes
NO_LATEST_LINK= yes
RESTRICTED= "Not sure if we can redistribute this."
NO_PACKAGE= ${RESTRICTED}
VMWARE_VER= 2.0.4
BUILD_VER= 307
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/XF86_VMware ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/XF86Config.dist ${PREFIX}/etc/XF86Config_VMware
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (tools-for-freebsd-307.tar.gz) = c9e4b04abe26f7158003fa183bcfa48f
SIZE (tools-for-freebsd-307.tar.gz) = 1232295

View File

@ -0,0 +1,14 @@
VMware tools support FreeBSD _guest_ OS running on VMware Workstation.
Beware, this port is _not_ for FreeBSD _host_ OS.
VMware tools for FreeBSD consist of vmware-toolbox which supports
seamless operation between the Host and the Guest OS, dual-boot
configulation files, and special X server for Guest OS. However,
vmware-toolbox for FreeBSD lacks some features that vmware-toolbox for
Linux has, and dual-boot configulation is broken because checkvm
doesn't work.
So this port installs X server ONLY. If you want vmware-toolbox,
install ports/emulators/linux-vmware-toolbox2 on your FreeBSD _Guest_ OS.
WWW: http://www.vmware.com/download/downloadtools.html

View File

@ -0,0 +1,5 @@
XFree86 configulation file is in ${PREFIX}/etc/XF86Config_VMware.
Copy this file to /etc/XF86Config before starting X.
This package does not contain vmware-toolbox. You need to install
ports/emulators/linux-vmware-toolbox2 if you want it.

View File

@ -0,0 +1,2 @@
bin/XF86_VMware
etc/XF86Config_VMware