summaryrefslogtreecommitdiff
path: root/emulators/libspectrum/pkg-plist
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-29 16:19:28 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-29 16:19:28 +0000
commit6098698feace84a611f0e877a6c0d556b2a59400 (patch)
tree4fbb00919c47fa7c121b0af1671fe3899aabe52e /emulators/libspectrum/pkg-plist
parentAdd lib765 0.3.1.1, emulation of uPD765a Floppy Disc Controller. (diff)
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>
Notes
Notes: svn path=/head/; revision=92573
Diffstat (limited to '')
-rw-r--r--emulators/libspectrum/pkg-plist12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/libspectrum/pkg-plist b/emulators/libspectrum/pkg-plist
new file mode 100644
index 000000000000..86fab81705ab
--- /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%%