diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-29 16:19:28 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-29 16:19:28 +0000 |
commit | a3b6b86895fc821e7b177c3463e108efe5213732 (patch) | |
tree | 5da2a36ccdf6ebd806f0aeaa334314025e428dc4 /emulators/libspectrum/pkg-plist | |
parent | 3039000afb9a38115966316722e8f38e0549554d (diff) | |
download | FreeBSD-ports-a3b6b86895fc821e7b177c3463e108efe5213732.zip FreeBSD-ports-a3b6b86895fc821e7b177c3463e108efe5213732.tar.gz |
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>
Diffstat (limited to 'emulators/libspectrum/pkg-plist')
-rw-r--r-- | emulators/libspectrum/pkg-plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/libspectrum/pkg-plist b/emulators/libspectrum/pkg-plist new file mode 100644 index 0000000..86fab81 --- /dev/null +++ b/emulators/libspectrum/pkg-plist @@ -0,0 +1,12 @@ +@comment $FreeBSD$ +include/libspectrum.h +lib/libspectrum.a +lib/libspectrum.la +lib/libspectrum.so +lib/libspectrum.so.2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/libspectrum.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% |