The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD emulators : libspectrum

Handling of ZX-Spectrum emulator files formats

 libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.  
So far it handles:

* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., 
  .snp and +D snapshots (read only)
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only)
* Input recordings: .rzx (read/write)
* Timex cartridges: .dck (read only)

There are also some subsidiary functions which may be generally useful
for Spectrum-related utilities.

Author:	Philip Kendall 
 

http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html



libspectrum history


v. 1.8
date: 2007/07/29 16:33:59;  author: pav;  state: Exp;  lines: +2 -4
- Update to 0.3.0.1

PR:		ports/114051
Submitted by:	Rene Ladan 
Approved by:	maintainer timeout (2 weeks)

v. 1.7 date: 2007/01/28 09:07:39; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.6 date: 2006/02/23 10:36:27; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.5 date: 2005/11/15 06:49:11; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.4 date: 2005/11/05 05:22:05; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.3 date: 2005/05/21 13:46:38; author: jylefort; state: Exp; lines: +16 -18 Update to 0.2.2 PR: ports/81063 Submitted by: Miguel Mendez Approved by: maintainer
v. 1.2 date: 2004/03/14 06:16:29; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.1 date: 2003/10/29 16:19:28; author: sergei; state: Exp; Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats. libspectrum is a fairly simple library designed to make the handling of various ZX Spectrum emulator-related file formats easy. So far it handles: * Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and +D snapshots (read only) * Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only) * Input recordings: .rzx (read/write) * Timex cartridges: .dck (read only) There are also some subsidiary functions which may be generally useful for Spectrum-related utilities. Author: Philip Kendall WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html PR: 58638 Submitted by: Alexey V. Antipovsky ============================================================================= v. 1.8 date: 2007/07/29 16:33:59; author: pav; state: Exp; lines: +2 -4 - Update to 0.3.0.1 PR: ports/114051 Submitted by: Rene Ladan Approved by: maintainer timeout (2 weeks)
v. 1.7 date: 2007/01/28 09:07:39; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.6 date: 2006/02/23 10:36:27; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.5 date: 2005/11/15 06:49:11; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.4 date: 2005/11/05 05:22:05; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.3 date: 2005/05/21 13:46:38; author: jylefort; state: Exp; lines: +16 -18 Update to 0.2.2 PR: ports/81063 Submitted by: Miguel Mendez Approved by: maintainer
v. 1.2 date: 2004/03/14 06:16:29; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.1 date: 2003/10/29 16:19:28; author: sergei; state: Exp; Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats. libspectrum is a fairly simple library designed to make the handling of various ZX Spectrum emulator-related file formats easy. So far it handles: * Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and +D snapshots (read only) * Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only) * Input recordings: .rzx (read/write) * Timex cartridges: .dck (read only) There are also some subsidiary functions which may be generally useful for Spectrum-related utilities. Author: Philip Kendall WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html PR: 58638 Submitted by: Alexey V. Antipovsky ============================================================================= v. 1.8 date: 2007/07/29 16:33:59; author: pav; state: Exp; lines: +2 -4 - Update to 0.3.0.1 PR: ports/114051 Submitted by: Rene Ladan Approved by: maintainer timeout (2 weeks)
v. 1.7 date: 2007/01/28 09:07:39; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.6 date: 2006/02/23 10:36:27; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.5 date: 2005/11/15 06:49:11; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.4 date: 2005/11/05 05:22:05; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.3 date: 2005/05/21 13:46:38; author: jylefort; state: Exp; lines: +16 -18 Update to 0.2.2 PR: ports/81063 Submitted by: Miguel Mendez Approved by: maintainer
v. 1.2 date: 2004/03/14 06:16:29; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.1 date: 2003/10/29 16:19:28; author: sergei; state: Exp; Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats. libspectrum is a fairly simple library designed to make the handling of various ZX Spectrum emulator-related file formats easy. So far it handles: * Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and +D snapshots (read only) * Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only) * Input recordings: .rzx (read/write) * Timex cartridges: .dck (read only) There are also some subsidiary functions which may be generally useful for Spectrum-related utilities. Author: Philip Kendall WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html PR: 58638 Submitted by: Alexey V. Antipovsky =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm