Bug 58638

Summary: New port: emulators/libspectrum
Product: Ports & Packages Reporter: Alexey Antipovsky <kemm>
Component: Individual Port(s)Assignee: Sergei Kolobov <sergei>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libspectrum.shar none

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