uses tsleep / selrecord and a worker thread to provide a much better emulation
of the rtc driver, as well as greatly decreased processor usage.
Device cloning as well as a few more tweaks to the emulation are still pending.
distinfo file, and instead fetch this one from from the i386 directory for
both Alpha and i386 architectures. Based on the previous commit that
duplicated these entries in the plist, these files should be more or
less identical. Note: ftp-master will be updated soon with the correct
distfile. [1]
Also, remove redundant slashes from the jail message. [2]
PR: 61660 [1]
61697 [2]
Submitted by: Linh Pham <question@closedsrc.org> [2]
default configuration (VESA enabled, which is very popular, and the config file
has the clock synchronizing to the host as default). Simplify the Makefile
greatly.
Make portlint -A happy and update the port to the current version.
PR: ports/58644
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: maintainer timeout
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
it's not optional. Make this a hard dependency instead of suggesting it
in pkg-message, and note that we really do require an nVidia card.
Submitted by: maintainer
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.
I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
This is a set of tools that allow access to HFS+ formatted
volumes. HFS+ is a modernized version of Apple Computers HFS
Filesystem. In addition in contains the library "libhfsp" which you
may use for your own experiments, all the tools are based on this
library. (A bit of understanding is still needed however).
Author: Klaus Halfmann <klaus.halfmann@t-online.de>
PR: 59200
Submitted by: Josh Elsasser <jre@vineyard.net>
longer builds even on 4.x. This upgrade fixes at least that.
From the web page (summary of several changes):
Add some filters; add minimal menuing system; update homepage;
support gzip and unzip ROMs; add support for bzip2; add
support for gcc 3.3; other miscellaneous cleanup.
PR: ports/58159 and maintainer timeout (3 weeks).
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
- updated website address
- Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS
and setting SDL_CONFIG.
- Enable screenshot and modem emulation support.
- Install the dosbox(1) manual page.
- Move the message displayed by the post-install target into a pkg-message
so it also gets displayed when this port is installed via its package.
- Use DOCSDIR.
PR: 58174
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
fuse is a free version of a ZX Spectrum emulator. It emulates
the 48K/128K/+2/+2A/+3 Speccy and Timex TC2048 machine, supports
loading from .tzx files, has sound and kempston joystick emulation,
and emulates various printers you could attach to the Spectrum.
It supports the new RZX input recording file format.
Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
PR: 58639
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
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>
lib765 is an emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
[FDC] as used in Amstrad computers such as the PCW, CPC and Spectrum +3. At
present it is not a "full" 765; features not used in the PCW BIOS (such as:
DMA; multisector reads/writes; multitrack mode) are either left unimplemented
or incomplete.
lib765 is released under the GNU Library GPL.
Author: John Elliott <jce@seasip.demon.co.uk>
WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/
PR: 58637
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
is previously vmware3-3.2.1 version 2242 instead of vmware3 version
3.2.1-2242 and now it is vmware3 version 3.2.1.2242, which is
obviously and annoyingly smaller than 2242.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
with OpenGL as a display, with the port flags WITHOUT_X86_ASM and
WITH_OPENGL. Instead of updating the port revision, bump the version to
"1.41.1", which more accurately reflects what Snes9X is calling itself.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
PR: ports/57003
to 8- MB. Change the name of the knob to control debugging information from
NDEBUG to DEBUG and shorten the pre-extract output.
Triggered by: Ivan Leo Murray-Smith <puoti@inwind.it>
which was completely broken on FreeBSD.
Simplify post-build as I moved some part upstream and require GCC 3.3 as
GCC 2.95 suffers from all sorts of threading/libraries issues. (GCC 3.2
also seems fine, but the ports collection requires us to request a concrete
version.)
Installation of linux_base-7.1_2 fails when linprocfs is
mounted. Unmounting linprocfs before installing works
around the issue.
At Lars' suggestion, this script also mounts the linprocfs after
installation. I assume that if the user has a linprocfs entry in
/etc/fstab, the user wants it to be mounted. It also seemed like
a good idea to un-mount it before de-installation.
PR: 46172
Remove an unnecessary USE_XPM (implied by USE_MOTIF).
Drop maintainership.
The distfile is still being hosted in MASTER_SITE_LOCAL/adamw for now.
Prompted by:
PR: ports/57770
Submitted by: Mark Linimon <linimon@lonesome.com>
- Update to latest release
- Remove dependancy on libpng
- Add switches for SDL, GGI and DirectFB support
- Use X11 renderer as default
- portlint
Note: Since ScummVM is in games, this port should probably
go to games to. It is not directly an emulator, but an
game-data interpreter (just like ScummVM)
PR: ports/51731
Submitted by: Ulrich Spoerlein <q@uni.de>
Approved by: maintainer timeout
1.0 snapshot is out, update port. One patch is not needed anymore.
PR: ports/53219
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approed by: maintainer timeout
Per bento, this port only seems to build on i386 stable.
Mark it so.
The distfile dates from 1991 (!) so it may well be time to
let it go unless someone wants to step up to maintain it.
PR: ports/57275
Submitted by: Mark Linimon <linimon@lonesome.com>