Bug 58638 - New port: emulators/libspectrum
Summary: New port: emulators/libspectrum
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 16:20 UTC by Alexey Antipovsky
Modified: 2003-10-29 16:32 UTC (History)
0 users

See Also:


Attachments
libspectrum.shar (3.20 KB, text/plain)
2003-10-28 16:20 UTC, Alexey Antipovsky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Antipovsky 2003-10-28 16:20:16 UTC
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.
Comment 1 Sergei Kolobov freebsd_committer freebsd_triage 2003-10-28 19:59:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

I'll take it.
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2003-10-29 16:27:33 UTC
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