Bug 58639 - New port: emulators/fuse (depends on emulators/lib765 and emulators/libspectrum)
Summary: New port: emulators/fuse (depends on emulators/lib765 and 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:36 UTC (History)
0 users

See Also:


Attachments
fuse.shar (5.83 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
fuse is a free version of a ZX Spectrum emulator. It emulates
the 48K/128K/+2/+2A/+3 Speccy and Timex TC2048 machine, supports
loading from .tzx files, has sound and kempston joystick emulation,
and emulates various printers you could attach to the Spectrum.
It supports the new RZX input recording file format.
Comment 1 Sergei Kolobov freebsd_committer freebsd_triage 2003-10-28 19:59:52 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:33:29 UTC
State Changed
From-To: open->closed

New port added, thanks! 

Summary of changes I've made to the port: 
- 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 
- Rename SMALL_MEM knob to WITH_SMALLMEM for consistency 
- Utilize USE_SDL instead of explicit LIB_DEPENDS/SDL_CONFIG 
- Install some documentation, respect NOPORTDOCS 
- Use DOCSDIR in Makefile and pkg-plist 
- Sort pkg-plist 
- Add Author and WWW lines to pkg-descr