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:
parent
a7b262b5a0
commit
55b20f3ee8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178837
2
LEGAL
2
LEGAL
@ -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
2
MOVED
@ -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
|
||||
|
@ -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
|
||||
|
49
emulators/basiliskII/Makefile
Normal file
49
emulators/basiliskII/Makefile
Normal 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>
|
3
emulators/basiliskII/distinfo
Normal file
3
emulators/basiliskII/distinfo
Normal 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
|
4
emulators/basiliskII/pkg-descr
Normal file
4
emulators/basiliskII/pkg-descr
Normal 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/
|
8
emulators/basiliskII/pkg-message
Normal file
8
emulators/basiliskII/pkg-message
Normal 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.
|
||||
|
||||
********************************************************************************
|
5
emulators/basiliskII/pkg-plist
Normal file
5
emulators/basiliskII/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/BasiliskII
|
||||
share/BasiliskII/fbdevices
|
||||
share/BasiliskII/keycodes
|
||||
share/BasiliskII/tunconfig
|
||||
@dirrm share/BasiliskII
|
43
emulators/vmware-tools2/Makefile
Normal file
43
emulators/vmware-tools2/Makefile
Normal 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>
|
2
emulators/vmware-tools2/distinfo
Normal file
2
emulators/vmware-tools2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (tools-for-freebsd-307.tar.gz) = c9e4b04abe26f7158003fa183bcfa48f
|
||||
SIZE (tools-for-freebsd-307.tar.gz) = 1232295
|
14
emulators/vmware-tools2/pkg-descr
Normal file
14
emulators/vmware-tools2/pkg-descr
Normal 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
|
5
emulators/vmware-tools2/pkg-message
Normal file
5
emulators/vmware-tools2/pkg-message
Normal 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.
|
2
emulators/vmware-tools2/pkg-plist
Normal file
2
emulators/vmware-tools2/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/XF86_VMware
|
||||
etc/XF86Config_VMware
|
Loading…
Reference in New Issue
Block a user