Rewrap app-emulation DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 7f99504c1c
commit bd0b785ee4
5 changed files with 26 additions and 19 deletions

View File

@@ -1,7 +1,8 @@
SUMMARY="ARAnyM (Atari Running on Any Machine)"
DESCRIPTION="ARAnyM (Atari Running on Any Machine)
is a multiplatform virtual machine for running
Atari ST/TT/Falcon operating systems and applications."
DESCRIPTION="
ARAnyM (Atari Running on Any Machine) is a multiplatform virtual machine for \
running Atari ST/TT/Falcon operating systems and applications.
"
HOMEPAGE="http://aranym.org/"
SRC_URI="git://git.code.sf.net/p/aranym/code"
REVISION="1"

View File

@@ -64,16 +64,15 @@ INSTALL()
COPYRIGHT="2010 John Elliott"
LICENSE="GNU GPL v2"
DESCRIPTION="
LIBDSK is a library for accessing discs and disc image files. It is
intended for use in:
* Emulator tools - converting between real floppy discs and disc images, as
CPCTRANS / PCWTRANS do under DOS.
* Filesystem utilities - CPMTOOLS is configurable to use LIBDSK, thus
allowing the use of CPMTOOLS on emulator .DSK images. To do this, install
LIBDSK and then build CPMTOOLS, using \"./configure --with-libdsk\". For
CPMTOOLS 1.9 or 2.0, you will also need to apply this patch.
* Emulators - it is possible to use LIBDSK as part of an emulator's floppy
controller emulation, thus giving the emulator transparent access to .DSK
files or real discs.
"
LIBDSK is a library for accessing discs and disc image files. It is intended \
for use in:
* Emulator tools - converting between real floppy discs and disc images, as \
CPCTRANS / PCWTRANS do under DOS.
* Filesystem utilities - CPMTOOLS is configurable to use LIBDSK, thus allowing \
the use of CPMTOOLS on emulator .DSK images. To do this, install LIBDSK and \
then build CPMTOOLS, using \"./configure --with-libdsk\". For CPMTOOLS 1.9 or \
2.0, you will also need to apply this patch.
* Emulators - it is possible to use LIBDSK as part of an emulator's floppy \
controller emulation, thus giving the emulator transparent access to .DSK \
files or real discs.
"

View File

@@ -1,4 +1,7 @@
DESCRIPTION="A portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator"
DESCRIPTION="
A portable, utilizing OpenGL and SDL, argument(command-line)-driven \
multi-system emulator
"
HOMEPAGE="http://mednafen.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/mednafen/files/Mednafen/0.9.26-WIP/mednafen-0.9.26-wip.tar.bz2/download"
CHECKSUM_MD5="cf4eadb057e91c59b181d07bc12245f0"

View File

@@ -1,5 +1,7 @@
SUMMARY="Oricutron is an emulator for the Oric series of computers."
DESCRIPTION="Oricutron is an emulator for the Oric series of computers."
DESCRIPTION="
Oricutron is an emulator for the Oric series of computers.
"
HOMEPAGE="http://code.google.com/p/oriculator/"
SRC_URI="svn+http://oriculator.googlecode.com/svn/trunk"
REVISION="1"

View File

@@ -1,5 +1,7 @@
SUMMARY="QEMU is a generic and open source machine emulator and virtualizer."
DESCRIPTION="QEMU is a generic and open source machine emulator and virtualizer."
DESCRIPTION="
QEMU is a generic and open source machine emulator and virtualizer.
"
HOMEPAGE="http://wiki.qemu.org/"
SRC_URI="git+https://github.com/mmlr/qemu-haiku.git#e57972be33c91222a580d47c68b135aa8fa7b4c3"
COPYRIGHT="2003-2008 Fabrice Bellard"