Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 08:19:28 -0800 (PST)
From:      Sergei Kolobov <sergei@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators Makefile ports/emulators/libspectrum Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200310291619.h9TGJSw7027792@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sergei      2003/10/29 08:19:28 PST

  FreeBSD ports repository

  Modified files:
    emulators            Makefile 
  Added files:
    emulators/libspectrum Makefile distinfo pkg-descr pkg-plist 
  Log:
  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 <pak21-spectrum@srcf.ucam.org>
  WWW:    http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
  
  PR:             58638
  Submitted by:   Alexey V. Antipovsky <kemm@in-line.ru>
  
  Revision  Changes    Path
  1.117     +1 -0      ports/emulators/Makefile
  1.1       +48 -0     ports/emulators/libspectrum/Makefile (new)
  1.1       +1 -0      ports/emulators/libspectrum/distinfo (new)
  1.1       +18 -0     ports/emulators/libspectrum/pkg-descr (new)
  1.1       +12 -0     ports/emulators/libspectrum/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310291619.h9TGJSw7027792>