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.
Responsible Changed From-To: freebsd-ports-bugs->sergei I'll take it.
State Changed From-To: open->closed New port added, thanks! Summary of changes I've made to the port: - Use MASTER_SITE_SOURCEFORGE instead of single master site - Remove USE_GMAKE: build just fine with FreeBSD's native make - Remove GNU_CONFIGURE: implied by USE_LIBTOOL - Perl is need only at build time: USE_PERL5 -> USE_PERL5_BUILD - The port uses libgcrypt if found: add WITH_GCRYPT knob, and auto-enable that if libgcrypt is present - Simplify post-install target, respect NOPORTDOCS - Use DOCSDIR in Makefile and pkg-plist - Sort pkg-plist - Add Author and WWW lines to pkg-descr