From 96becd97290d2a9cb2626ef593a12a8ee03d7df1 Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 12 Nov 2013 22:15:39 +0000 Subject: This port installs some extra ZX spectrum ROM images which have been removed after version 1.0.0.1 of the Fuse emulator. WWW: http://sourceforge.net/projects/fuse-emulator/ Update ports/LEGAL PR: ports/183694 (followup) Submitted by: Vladimir Kondratiev --- LEGAL | 1 + emulators/Makefile | 1 + emulators/fuse-roms/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ emulators/fuse-roms/distinfo | 4 ++++ emulators/fuse-roms/pkg-descr | 4 ++++ 5 files changed, 48 insertions(+) create mode 100644 emulators/fuse-roms/Makefile create mode 100644 emulators/fuse-roms/distinfo create mode 100644 emulators/fuse-roms/pkg-descr diff --git a/LEGAL b/LEGAL index 4e7cb4b2495c..1342c1f3d616 100644 --- a/LEGAL +++ b/LEGAL @@ -102,6 +102,7 @@ festlex-ogi audio/festlex-ogi No commercial use fmsx*/* emulators/fmsx Unclear legal status of distributed ROMs foiltex* textproc/foiltex Redistribution on a not-for-profit basis only fp-freebsd-ws-* security/f-prot Free for personal use only +fuse-emulator-roms* emulators/fuse-roms No explicit permission to redistribute freefonts-* x11-fonts/freefonts Some of the fonts are shareware. Some are freeware. Permission must be obtained before distributing at least four (mazama.license, muriel.license, roosthea.license, shf_____.license). Two have inconsistent licenses (tempofon.license and tempoita.license say "placed into the public domain and may [not be] sold") freqship/* sysutils/freqsdwn License agreement is required to download fretsonfire/FretsOnFire-*-linux* games/fretsonfire-data Only Unreal Voodoo site is allowed to distribute the music diff --git a/emulators/Makefile b/emulators/Makefile index d42315b972cb..9536e8f8aada 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -39,6 +39,7 @@ SUBDIR += fmsx SUBDIR += frodo SUBDIR += fuse + SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += generator diff --git a/emulators/fuse-roms/Makefile b/emulators/fuse-roms/Makefile new file mode 100644 index 000000000000..da6f2c242561 --- /dev/null +++ b/emulators/fuse-roms/Makefile @@ -0,0 +1,38 @@ +# Created by: Vladimir Kondratiev +# $FreeBSD$ + +PORTNAME= fuse-roms +PORTVERSION= 0.9.0 +CATEGORIES= emulators +MASTER_SITES= ftp://mirror.switch.ch/pool/4/mirror/rpmfusion/nonfree/fedora/releases/19/Everything/x86_64/os/:1 \ + ftp://ftp.ntua.gr/pub/linux/rpmfusion/nonfree/fedora/releases/19/Everything/x86_64/os/:1 \ + ftp://ftp.pbone.net/mirror/rpmfusion.org/nonfree/fedora/releases/19/Everything/x86_64/os/:1 \ + ftp://ftp.icm.edu.pl/vol/rzm2/linux-rpmfusion/nonfree/fedora/releases/19/Everything/x86_64/os/:1 \ + http://zxspectrum.it.omegahg.com/rom/:2 +DISTNAME= fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm:1 Opus-22.rom:2 +EXTRACT_SUFX= +EXTRACT_ONLY= fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm + +MAINTAINER= wulf@mail.mipt.ru +COMMENT= Spectrum ROM files, for use with the Fuse emulator + +PORTSCOUT= ignore:1 +NO_BUILD= yes +DATADIR= ${PREFIX}/share/fuse + +ROMS= 128p-0.rom 128p-1.rom 256s-0.rom 256s-1.rom 256s-2.rom \ + 256s-3.rom gluck.rom if1-1.rom if1-2.rom opus.rom trdos.rom +PLIST_FILES= ${ROMS:S|^|%%DATADIR%%/|} +PLIST_DIRSTRY= %%DATADIR%% + +RESTRICTED= No explicit permission to redistribute + +post-extract: + ${CP} ${DISTDIR}/Opus-22.rom ${WRKDIR}/usr/share/fuse/opus.rom + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKDIR}/usr/share/fuse && \ + ${INSTALL_DATA} ${ROMS} ${STAGEDIR}${DATADIR} + +.include diff --git a/emulators/fuse-roms/distinfo b/emulators/fuse-roms/distinfo new file mode 100644 index 000000000000..f8904fa81eb9 --- /dev/null +++ b/emulators/fuse-roms/distinfo @@ -0,0 +1,4 @@ +SHA256 (fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm) = d9de743e868557ab07c88491be0ae6a374c7a3abdf0748591b65c1571a54e3e0 +SIZE (fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm) = 126384 +SHA256 (Opus-22.rom) = 0a658b83257db99370f086f8ec57a5c9108ffc846e6fe567f262b63befc85dc9 +SIZE (Opus-22.rom) = 8192 diff --git a/emulators/fuse-roms/pkg-descr b/emulators/fuse-roms/pkg-descr new file mode 100644 index 000000000000..e6856ad9cb67 --- /dev/null +++ b/emulators/fuse-roms/pkg-descr @@ -0,0 +1,4 @@ +This port installs some extra ZX spectrum ROM images which have been +removed after version 1.0.0.1 of the Fuse emulator. + +WWW: http://sourceforge.net/projects/fuse-emulator/ -- cgit