Port details |
- xzx ZX Spectrum (48K/128K/+3) Emulator for X11
- 4.6_6 emulators =4 4.6_6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-04 19:13:55
- Commit Hash: e427ab1
- People watching this port, also watch:: windowmaker, aspell, dia, wine, xautolock
- License: xzx
- WWW:
- https://web.archive.org/web/20150211123250/http://erik-kunze.de/xzx/
- Description:
- XZX is a portable emulator of ZX Spectrum 48K/128K/+3 (8-bit home computers
made by Sir Clive Sinclair) for machines running UNIX and the X Window system.
XZX emulates either a Spectrum 48K, 128K or +3, Interface I with up to 8
microdrives, Multiface 128 (if you have the ROM image) and Kempston joystick.
XZX loads from .SNA, .Z80, .SLT, .DAT, .TAP, .TZX, .VOC, .MDR and .DSK files
and saves to .SNA, .Z80, .SLT, .TAP, .MDR, .DSK and .SCR files.
XZX will work with color (8,16,24,32bpp) and monochrome displays, where
contrasting colours are displayed with the darker colour in black and the
lighter colour in white, which works reasonably well. Halftoning is used if
the scaling factor is increased.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/xzx/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install emulators/xzx
- pkg install xzx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xzx-pro-4.6.tar.gz) = c27b0bf622e2ed9920893949bb145ff1e71b3ba0b127536b8dc4f3c48dcc6204
SIZE (xzx-pro-4.6.tar.gz) = 639890
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- xxf86vm.pc : x11/libXxf86vm
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- xxf86vm.pc : x11/libXxf86vm
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xzx-4.6_6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- emulators_xzx
- USES:
- imake:env motif xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6_6 04 Feb 2024 19:13:55 |
Gleb Popov (arrowd) |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.6_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.6_5 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
4.6_5 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
4.6_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.6_5 05 Nov 2019 15:48:41 |
zeising |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
4.6_5 26 Jun 2019 09:02:02 |
amdmi3 |
- Update WWW, archive.org link is from the author's site |
4.6_5 08 Dec 2016 16:39:11 |
tijl |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
4.6_4 09 Apr 2015 05:19:24 |
ak |
- Update MASTER_SITES, unbreak
PR: 199227
Submitted by: tkato432@yahoo.com |
4.6_4 20 Mar 2015 19:09:23 |
antoine |
Mark BROKEN: Unfetchable
Reported by: pkg-fallout |
4.6_4 11 Nov 2014 22:01:12 |
antoine |
Cleanup plist |
4.6_3 04 Aug 2014 03:40:15 |
adamw |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
4.6_3 11 Apr 2014 15:30:01 |
ak |
- Support STAGEDIR |
4.6_3 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
4.6_3 10 Jul 2013 06:55:29 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake |
4.6_3 28 Jun 2013 11:51:06 |
bapt |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
4.6_3 09 Nov 2012 00:29:01 |
jhale |
- Update MASTER_SITES to fix fetch [1]
- Update WWW
- Trim Makefile header
Reported by: pointyhat via beat [1]
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes |
4.6_3 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
4.6_3 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
4.6_2 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
4.6_2 23 Aug 2008 13:48:17 |
amdmi3 |
- Fix plist for NOPORTDOCS
Reported by: QA Tindie |
4.6_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
4.6_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.6 20 Jan 2007 15:54:06 |
nox |
Unbreak by updating to 4.6
Approved by: miwi (mentor, implicit) |
4.5 20 Jan 2007 01:14:02 |
kris |
BROKEN: Unfetchable |
4.5 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
4.5 24 Nov 2005 16:07:52 |
pav |
- Add SHA256 |
4.5 17 Sep 2005 02:48:53 |
linimon |
Chase mastersite.
Source: distfile survey |
4.5 22 Jun 2005 09:11:32 |
vs |
Update to 4.5 |
4.4 06 Apr 2005 09:26:44 |
danfe |
- Fix fetching (distfile disappeared from MASTER_SITE_LOCAL) [1]
- Properly indent Makefile header
PR: ports/79583 [1]
Submitted by: Sam Lawrance <boris(at)brooknet.com.au> |
4.4 23 Jul 2004 19:10:32 |
anholt |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
4.4 01 Mar 2004 20:09:40 |
pav |
- Update to 4.4
PR: ports/63488
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> |
4.3 25 Feb 2004 18:38:09 |
kris |
BROKEN on !i386 5.x: Does not compile |
4.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
4.3 12 Oct 2003 22:55:46 |
adamw |
Correct some small spacing nits, and add a note about tracking
the distfile. |
4.3 09 Oct 2003 04:27:00 |
adamw |
Update to 4.3.
Remove an unnecessary USE_XPM (implied by USE_MOTIF).
Drop maintainership.
The distfile is still being hosted in MASTER_SITE_LOCAL/adamw for now.
Prompted by:
PR: ports/57770
Submitted by: Mark Linimon <linimon@lonesome.com> |
4.1 30 Jul 2003 22:36:45 |
kris |
Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED |
4.1 24 Mar 2003 02:44:48 |
adamw |
distfile is impossible to find on teh intarweb, so I've dropped the
distfile into my dir on MASTER_SITE_LOCAL. |
4.1 07 Mar 2003 06:01:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
4.1 18 Oct 2002 07:58:00 |
adamw |
Change maintainership on all my ports.
adam@vectors.cx -> adam@FreeBSD.org
Approved by: pat (mentor) |
4.1 26 Aug 2002 00:28:23 |
trevor |
Turn Miguel Mendez' ports over to Adam Weinberger.
PR: 42012 |
4.1 12 Jun 2002 15:33:12 |
pat |
MASTER_SITES been fixed so take out hardcoding of FETCH_CMD.
PR: ports/39195
Submitted by: maintainer |
4.1 11 Jun 2002 13:57:06 |
will |
Miguel Mendez informed me in private e-mail that he has changed his mind
and would like to maintain these ports again. Welcome back, Miguel. :-) |
4.1 07 Jun 2002 11:59:06 |
trevor |
In MASTER_SITES, follow redirect so fetch does not have to.
As seen on: fenner's survey |
4.1 07 Jun 2002 11:01:48 |
trevor |
Set Miguel Mendez' ports loose. Look out, world!
I would like to try maintaining the acroread5 one, so I pre-snarfed
it. :-P
PR: 38978
Submitted by: Miguel Mendez (outgoing maintainer) |
4.1 07 Apr 2002 20:33:24 |
pat |
- Update to 4.1
- Disallow distribution in package and cdrom form because of license
PR: 36853
Submitted by: maintainer |
11 Mar 2002 22:01:53 |
pat |
Add patch to fix package build
PR: 35782
Submitted by: maintainer |
03 Mar 2002 07:55:40 |
pat |
Update to 4.0 |
09 Jan 2002 02:34:10 |
pat |
- Update to 3.0.0 - give maintainership to submitter |
08 Mar 2001 17:02:59 |
sf |
add BUILD_DEPENDS to install app-defaults. |
25 Feb 2001 06:25:11 |
kevlo |
Update MASTER_SITES and WWW |
21 Feb 2001 18:24:12 |
sheldonh |
Drop maintanership of emulators/xzx and throw it open to anyone who cares. |
31 Jan 2001 23:28:05 |
olgeni |
Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}
files. |
20 Nov 2000 14:47:17 |
sheldonh |
Update 2.9.1 -> 2.9.3: |
08 Oct 2000 02:02:29 |
asami |
Convert category emulators to new layout. |
02 Aug 2000 08:44:01 |
sheldonh |
Enable sound support. |