fuse-utils is an utility package for handling ZX Spectrum files. It can be

used to list and convert tape, hard disk, snapshot, and audio files.

WWW:	http://fuse-emulator.sourceforge.net/

PR:		ports/115096
Submitted by:	rene
Approved by:	pav
This commit is contained in:
Rene Ladan 2009-03-31 18:23:45 +00:00
parent e520f795dd
commit c757881513
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231401
5 changed files with 71 additions and 0 deletions

View File

@ -40,6 +40,7 @@
SUBDIR += fmsx
SUBDIR += frodo
SUBDIR += fuse
SUBDIR += fuse-utils
SUBDIR += gbe
SUBDIR += gcube
SUBDIR += generator

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: fuse-utils
# Date created: 2007-06-27
# Whom: Rene Ladan <r.c.ladan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fuse-utils
PORTVERSION= 0.10.0.1
CATEGORIES= emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= fuse-emulator
MAINTAINER= rene@FreeBSD.org
COMMENT= Utilities from the Free Unix Spectrum Emulator
LIB_DEPENDS= spectrum.7:${PORTSDIR}/emulators/libspectrum
OPTIONS= AUDIOFILE "Build audio <-> tape utilities" on
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
MAN1= createhdf.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 tzxlist.1 profile2map.1
.if !defined(WITHOUT_AUDIOFILE)
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
PLIST_SUB= AUDIOFILE=""
MAN1+= audio2tape.1 tape2wav.1
.else
CONFIGURE_ARGS+=--without-audiofile
PLIST_SUB= AUDIOFILE="@comment"
.endif
MAKE_JOBS_SAFE= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (fuse-utils-0.10.0.1.tar.gz) = 5f37135045f0db405d2299b07c91f9e1
SHA256 (fuse-utils-0.10.0.1.tar.gz) = c18b910e6bfb7fa07466b2c9231e6125084569ea06050d15a2174bc028b74916
SIZE (fuse-utils-0.10.0.1.tar.gz) = 394523

View File

@ -0,0 +1,5 @@
fuse-utils is an utility package for handling ZX Spectrum files. It can be
used to list and convert tape, hard disk, snapshot, and audio files.
Author: Philip Kendall <philip-fuse@shadowmagic.org.uk>
WWW: http://fuse-emulator.sourceforge.net/

View File

@ -0,0 +1,18 @@
%%AUDIOFILE%%bin/audio2tape
bin/createhdf
bin/listbasic
bin/profile2map
bin/raw2hdf
bin/rzxcheck
bin/rzxdump
bin/rzxtool
bin/scl2trd
bin/snap2tzx
bin/snapconv
%%AUDIOFILE%%bin/tape2wav
bin/tapeconv
bin/tzxlist
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%