View | Details | Raw Unified | Return to bug 199227
Collapse All | Expand All

(-)emulators/xzx/Makefile (-7 / +4 lines)
Lines 5-25 Link Here
5
PORTVERSION=	4.6
5
PORTVERSION=	4.6
6
PORTREVISION=	4
6
PORTREVISION=	4
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	http://fossies.org/linux/misc/
8
MASTER_SITES=	http://wos.meulie.net/pub/sinclair/emulators/unix/ \
9
		http://fossies.org/linux/misc/old/
9
DISTNAME=	${PORTNAME}-pro-${PORTVERSION}
10
DISTNAME=	${PORTNAME}-pro-${PORTVERSION}
10
11
11
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	ZX Spectrum (48K/128K/+3) Emulator for X11
13
COMMENT=	ZX Spectrum (48K/128K/+3) Emulator for X11
13
14
14
BROKEN=		Unfetchable
15
16
USES=		imake:env motif
17
18
USE_XORG=	x11 ice sm xext xpm xt xxf86vm
19
20
# License forbids redistribution
15
# License forbids redistribution
21
RESTRICTED=	Redistribution forbidden by license
16
RESTRICTED=	Redistribution forbidden by license
22
17
18
USES=		imake:env motif
19
USE_XORG=	x11 ice sm xext xpm xt xxf86vm
23
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--with-oss
21
CONFIGURE_ARGS=	--with-oss
25
22
(-)emulators/xzx/pkg-descr (-8 / +10 lines)
Lines 1-14 Link Here
1
XZX is a portable emulator of ZX Spectrum 48K/128K/+3 (8-bit home computers
1
XZX is a portable emulator of ZX Spectrum 48K/128K/+3 (8-bit home
2
made by Sir Clive Sinclair) for machines running UNIX and the X Window system.
2
computers made by Sir Clive Sinclair) for machines running UNIX and the
3
X Window system.
3
4
4
XZX emulates either a Spectrum 48K, 128K or +3, Interface I with up to 8
5
XZX emulates either a Spectrum 48K, 128K or +3, Interface I with up to 8
5
microdrives, Multiface 128 (if you have the ROM image) and Kempston joystick.
6
microdrives, Multiface 128 (if you have the ROM image) and Kempston
6
XZX loads from .SNA, .Z80, .SLT, .DAT, .TAP, .TZX, .VOC, .MDR and .DSK files
7
joystick.  XZX loads from .SNA, .Z80, .SLT, .DAT, .TAP, .TZX, .VOC, .MDR
7
and saves to .SNA, .Z80, .SLT, .TAP, .MDR, .DSK and .SCR files.
8
and .DSK files and saves to .SNA, .Z80, .SLT, .TAP, .MDR, .DSK and .SCR
9
files.
8
10
9
XZX will work with color (8,16,24,32bpp) and monochrome displays, where
11
XZX will work with color (8,16,24,32bpp) and monochrome displays, where
10
contrasting colours are displayed with the darker colour in black and the
12
contrasting colours are displayed with the darker colour in black and
11
lighter colour in white, which works reasonably well. Halftoning is used if
13
the lighter colour in white, which works reasonably well. Halftoning is
12
the scaling factor is increased.
14
used if the scaling factor is increased.
13
15
14
WWW: http://www.erik-kunze.de/xzx/
16
WWW: http://www.erik-kunze.de/xzx/

Return to bug 199227