FreshPorts -- The Place For Ports Sat, 17 May 2008 6:55 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
libspectrum 0.4.0_1 emulators on this many watch lists=0 search for ports that depend on this port
Handling of ZX-Spectrum emulator files formats
Maintained by: yuri.pankov@gmail.com search for ports maintained by this maintainer
Port Added: 29 Oct 2003 16:23:39
Also Listed In: devel


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
-- 
Alexey V. Antipovsky
kemm@in-line.ru
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: security/libgcrypt, audio/libaudiofile, devel/glib20

To install the port: cd /usr/ports/emulators/libspectrum/ && make install clean
To add the package: pkg_add -r libspectrum


Configuration Options
===> The following configuration options are available for libspectrum-0.4.0_1:
     AUDIOFILE=on (default) "Support loading from .wav files"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/fuse-emulator/
http://nchc.dl.sourceforge.net/sourceforge/fuse-emulator/
http://kent.dl.sourceforge.net/sourceforge/fuse-emulator/
http://easynews.dl.sourceforge.net/sourceforge/fuse-emulator/
http://ufpr.dl.sourceforge.net/sourceforge/fuse-emulator/
http://umn.dl.sourceforge.net/sourceforge/fuse-emulator/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 13

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
28 Feb 2008 21:47:06
Original commit files touched by this commit  0.4.0_1
arved search for other commits by this committer
Chase libgcrypt library version
09 Feb 2008 02:10:46
Original commit files touched by this commit  0.4.0
tabthorpe search for other commits by this committer
- Update to 0.4.0
- Pass maintainership to submitter

PR:             ports/119514
Submitted by:   Yuri Pankov <yuri.pankov gmail.com>
08 Feb 2008 20:12:17
Original commit files touched by this commit  0.3.0.1
linimon search for other commits by this committer
Reset previous maintainer due to no response to email about maintainer-
timeouts.

Hat:            portmgr
29 Jul 2007 17:33:59
Original commit files touched by this commit  0.3.0.1
pav search for other commits by this committer
- Update to 0.3.0.1

PR:             ports/114051
Submitted by:   Rene Ladan <r.c.ladan@gmail.com>
Approved by:    maintainer timeout (2 weeks)
28 Jan 2007 09:07:47
Original commit files touched by this commit  0.2.2_2
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.2.2_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 09:47:28
Original commit files touched by this commit  0.2.2_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.2.2_1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.2.2_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
21 May 2005 14:46:38
Original commit files touched by this commit  0.2.2
jylefort search for other commits by this committer
Update to 0.2.2

PR:             ports/81063
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:    maintainer
31 Mar 2004 04:12:58
Original commit files touched by this commit  0.2.0.1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.2.0.1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
29 Oct 2003 16:19:28
Original commit files touched by this commit  0.2.0.1
sergei search for other commits by this committer
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>

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.259 seconds.