Date: Tue, 12 Nov 2013 22:15:39 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333630 - in head: . emulators emulators/fuse-roms Message-ID: <201311122215.rACMFdHK031170@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Nov 12 22:15:39 2013 New Revision: 333630 URL: http://svnweb.freebsd.org/changeset/ports/333630 Log: 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 <wulf@mail.mipt.ru> Added: head/emulators/fuse-roms/ head/emulators/fuse-roms/Makefile (contents, props changed) head/emulators/fuse-roms/distinfo (contents, props changed) head/emulators/fuse-roms/pkg-descr (contents, props changed) Modified: head/LEGAL head/emulators/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Tue Nov 12 22:15:08 2013 (r333629) +++ head/LEGAL Tue Nov 12 22:15:39 2013 (r333630) @@ -102,6 +102,7 @@ festlex-ogi audio/festlex-ogi No commer 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 Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Tue Nov 12 22:15:08 2013 (r333629) +++ head/emulators/Makefile Tue Nov 12 22:15:39 2013 (r333630) @@ -39,6 +39,7 @@ SUBDIR += fmsx SUBDIR += frodo SUBDIR += fuse + SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += generator Added: head/emulators/fuse-roms/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/fuse-roms/Makefile Tue Nov 12 22:15:39 2013 (r333630) @@ -0,0 +1,38 @@ +# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru> +# $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 <bsd.port.mk> Added: head/emulators/fuse-roms/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/fuse-roms/distinfo Tue Nov 12 22:15:39 2013 (r333630) @@ -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 Added: head/emulators/fuse-roms/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/fuse-roms/pkg-descr Tue Nov 12 22:15:39 2013 (r333630) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311122215.rACMFdHK031170>