Commit graph

690 commits

Author SHA1 Message Date
fredb
4c5c9e6203 Update bochs to 1.3. Version 1.3 clearly performs better, and is more
stable than, version 1.1.2. Extensive changes include a new text-based
configuration menu (which starts at launch and upon pressing the config
button), LBA support for hard disks, better error handling for "hard
disk" configuration errors, and a new VGABIOS (optional). Plus, bochs
can now simulate an SMP machine! [The last is not tested on NetBSD,
and is not enabled by default in the package.]
2001-12-13 18:03:52 +00:00
agc
a3c645a3eb Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05 16:03:56 +00:00
jlam
13068ed6d1 * Strongly buildlink'ify.
* Reduce the number of patches needed by passing flags down to the make(1)
  process instead of patching the Makefiles and sources in unnecessary ways.
* Remove unnecessary endian.sh script as the computation is down directly
  in the package Makefile.
* Preliminary support for platforms other than NetBSD.
* Generalize the package Makefile enough to make it usable if/when xmess
  compiles again on UNIX platforms
* Use the general INSTALL scripts to manage the spool directory during
  installation/deinstallation.

Approved by kristerw@netbsd.org.
2001-12-04 05:52:22 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
kristerw
8187d52515 Update uae to 0.8.19.
User-visible changes in 0.8.19:
  - A few bug fixes, especially in state-saving.
  - Picasso screens now support panning.
2001-12-01 16:23:22 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
kristerw
6e13e64518 Update emulators/uae to version 0.8.18.
User-visible changes in 0.8.18:
  - Numerous bug fixes.
  - There's a track and LED display added to the bottom of the screen.
2001-11-27 00:04:45 +00:00
kristerw
e1087042d4 Update xmame to 0.56.1:
As usual, this is a sych. with MAME 0.56 (i.e. a slew of new games and
emulation improvments.)

Unix specific changes include:
- Numeric keypad support is now much better.  (Andre Majorel)
- Added arbitrary height scaling, available via the -arbheight option
  and started sanitizing the blit core.  This currently only works with
  the X11 (windows, DGA1, DGA2) and svgalib drivers.  (Adam Moss)
- Added -usbpspad/-pspad switch for support of the direction buttons on
  the Playstation gamepad.  (Bill Adams)
- The -hotrod/-hr and -hotrodse/-hrse should actually work now.
- Fixed a bunch of warnings that occurred when linking with GNU binutils
  using -warn-common.
- Added DGA2 documentation: src/unix/doc/dga2.txt.  (Shyouzou Sugitani)
- Added special-cased fast 2x1 and 3x1 scaling to the blit core.  (Adam
  Moss)
- Added several AdvanceMAME effects, available via -effect/-ef.  Note
  that these effects are not available for some video drivers, nor do
  they work on actual 24-bit (packed) displays yet.  (Ben Saylor)
2001-11-23 23:51:23 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
tron
3214ea9c9b Fix build problems if the "libusb" package is installed. 2001-11-01 14:45:38 +00:00
tron
2bd334d165 Include "bsd.prefs.mk" before checking for the DGA support so that the
check actually works.
2001-11-01 13:17:18 +00:00
tron
15e4e111a5 Fix build problem on systems running XFree86 3.3.x in conjuction with the
"xpkgwedge" package.
2001-11-01 12:21:38 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
841fee062e Move a one-liner post-extract script to be a standard package Makefile
target, and remove the now unnecessary script file.
2001-10-25 21:04:32 +00:00
agc
4a638f0adf Move the linux-mkpwd.sh script from scripts/ to files/ 2001-10-25 20:58:50 +00:00
agc
7442826736 Move configuration process from a separate script file to a standard
package Makefile target.

Provide a Makefile.inc during the patch stage

Remove now unnecessary configure script
2001-10-25 20:50:38 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
9a733cc3a4 Set BUILD_USES_MSGFMT as the configure process uses the test for msgfmt to
determine how to install the locale files.
2001-10-17 02:16:36 +00:00
wiz
7fe9fe2687 Add and enable zsnes 2001-10-06 20:01:58 +00:00
wiz
8ef86229d0 Initial import of zsnes, a (i386 only, since it is heavily asm based)
Super Nintendo emulator.
Based on package posted to tech-pkg on 2001/10/21 by
sen_ml@eccosys.com with additional fixes and buildlinkifying by me.
2001-10-06 20:00:42 +00:00
jlam
bcf28510e6 Strongly-buildlink emulators/vice and mark as USE_BUILDLINK_ONLY. Make
this package work with XF4.
2001-10-02 20:04:34 +00:00
jlam
753e2720ce Strongly-buildlink emulators/vice and mark as USE_BUILDLINK_ONLY. Make
this package work with XF4.  Based on work by Thomas Klausner (wiz) sent
in private e-mail.
2001-10-02 20:04:33 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
mycroft
2b4aca4f23 x.mame.net is ungodly slow. Try the roms.mame.dk mirror first. 2001-09-25 21:06:01 +00:00
jdolecek
b9ff893d29 provide more useful hint what this contains 2001-09-19 18:26:21 +00:00
skrll
eacbd89156 Add the sh_utils.rpm so that uname and others get installed.
Fixes pkg/14011 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-09-19 13:41:29 +00:00
kristerw
4273dee8eb Update xmame to 0.55.1 2001-09-18 23:03:26 +00:00
wiz
bd671fcf19 Update to 0.57, based on pkg/13849 by Hiramatsu Yoshifumi.
Lots of changes, with at least the effect that madplay now works inside swarm.
2001-09-14 22:18:22 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
kristerw
9e03802f77 Removed duplicated text. 2001-09-05 22:01:26 +00:00
kristerw
5b0f05b2fb Update xmame to 0.54.2
Changes since 0.54.1 include:
- Applied a fix for the Bubble Bobble driver.  (Haze)
- Applied a fix for Konami games.  (Aaron Giles)
- Using -debug no longer results in a segfault.
- Applied a patch for the ES550x that fixes the runaway voices in Puzzle
  Bobble 3 and might fix other games with problems.  (Aaron Giles)
- Added -samplepath/-sp and -artworkpath/-ap command line options.
2001-09-05 21:45:21 +00:00
kristerw
1badb51cd6 Add xmess 2001-09-02 23:08:14 +00:00
kristerw
576af7f350 Resurrect the xmess package (it was removed 2 years ago since xmess is
included in the xmame tar ball. xmess doesn't however get updated for
every new mame release, so it makes sense of having a separate package
for it.)

The current xmess version is xmess-0.37b15.2.
2001-09-02 23:04:23 +00:00
kristerw
edd9a0f5df Upgrade xmame to 0.54.1nb1 after doing the following changes:
- Made Bubbl Bobble work again
- Removed a warning from the xmamerc file.
2001-09-02 22:07:39 +00:00
kristerw
5afe321050 xmame does not include xmess (well, the source is there, but it is based
on an older mame release and has not been in a buildable state for a
long time now.)
2001-09-01 10:40:22 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
kristerw
d414a7cc8a Update xmame to 0.54.1.
Changes since 0.53.1:
- Everything from MAME 0.54.
- Fixed a compile error in the xgl target caused by a change in the
  core.  (Sven Goethel)
- Applied a patch that fixes CPS2 games.  (Aaron Giles)
2001-08-26 21:39:33 +00:00
manu
0d2cd59e6c - Fixes paths in Linux ldd (this is a shell script), so that it can work later.
(this also reuire some kernel support which has not been committed yet.
- Added some comment in the install section to keep it understandable by
human readers
2001-08-25 16:28:31 +00:00
kristerw
770dd08a9e Update xmame to 0.53.1 (yes, they have chenged their numbering scheme) 2001-08-19 21:12:44 +00:00
kristerw
adc7b0f7d4 Made it compile for NetBSD-1.5.1 2001-08-10 23:17:22 +00:00
kristerw
313245d31b vmware needs suse_x11 in addition to suse_base. 2001-08-01 23:21:00 +00:00
kristerw
ea17e1b94a Update vice to 1.7.
Changes in VICE 1.7
===================
** C64 changes
- REU support has been rewritten to support different types and
  images.
- Fixed a processor emulation bug which caused a crash in Summer
  Games II.
- Fixed a snapshot bug causing Castles of Dr. Creep to quit after the
  snapshot has been restored.

** C128 changes
- REU support has been rewritten to support different types and
  images.
- Added support for internal and external function ROM images.
- Tape emulation has been added.
- Added register 26 support to VDC emulation to make LUnix work.
- Support for the CAPS key has been added.
- There is a limited C64 mode now.

** VIC20 changes
- VIC video emulation now almost cycle exact (try vimm or vvv demos)
  NTSC video mode is supported.

** CBM-II changes
- Implemented a C510 (aka P128) emulation, using the existing VIC-II
  emulation.
- Fix a couple of bugs in the CBM-II emulation (C610-C720).

** Drive changes
- Implemented experimental DOS1 (670 blocks free) support with CBM
  2040 emulation.
- The read-only bit of the 1581 disk drive is emulated now.

** Unix changes
- Added preliminary (beta) DGA2 support.
- French translation; Credits to Eric (meepmeep).
- Datasette control UI.
- Zlib is used for reading compressed images.
2001-08-01 22:16:46 +00:00
kristerw
a8bdd3bdfd Update uae to 0.8.17.
User-visible changes in 0.8.17:
- AGA should be a bit faster.
- AGA sprites emulation added by Toni Wilen.
- Numerous bug fixes.
- In the Unix version, the gtk UI has a lot more options available.
  There's a new option "Enable copper speedup code"; I'd be interested in
  hearing whether there's any software out there that does not work (or
  runs slower) if this option is enabled.
- Now supports image files of high density floppies (Dr. Adil Temel).
- Support for A1000 Kickstart disks (Gerald Schnabel).
- The option to disable autoconfig devices no longer exists; the emulator
  automatically recognizes if the Kickstart version is too old.
- Numerous improvements for the integrated debugger.
- State save/restore implemented by Toni Wilen.  At the moment, this is
  experimental, "use at your own risk" code.  It is not guaranteed that
  future versions of the emulator will be able to read snapshots saved by
  this version.  Test it and report bugs.
2001-08-01 20:44:03 +00:00
wiz
d134636978 Add -Wl,-R for X11 libraries. Noted missing in recent bulk build. 2001-07-22 16:25:10 +00:00
wiz
11ab3b23a8 Update to 1.37.3, based on pkg/13070 by Jared D. McNeill; buildlinked.
Lots of emulation-related fixes and improvements.
2001-07-17 15:31:24 +00:00
kristerw
f67d860629 Update xmame to 0.37b16.1
Changes since 0.37b15.1 include:
- Everything from MAME 0.37b16 except for steadykey support and the new
  RGB blitters.  These may be appearing in a later release.  :-)
- Added Matt Lowry's latest README, which has been missing from xmame
  for several releases.
- Fixed the contrib/porting/prep-new-mame script so it doesn't omit the
  README file.
- QNX Photon2 updates: A fix for dirio.c which allows xmess to compile
  under the QNX 6.1 internal beta; audio has better verbosity; fixed a
  bug which caused games utilizing a mouse to core dump.  (Travis Coady)
- Fixed some ANSI/ISO warnings in the GLmame code.
- Changed contrib/porting/prep-new-mame to reflect the new .txt files
  bundled with MAME.
- Updated contrib/porting/porting.txt to refer to src/windows rather
  than src/msdos for diffing between versions, since the Win32 target
  is now the primary one.
- Updated the docs to mention that KDE 2.2b1 has been reported to fix
  the xmame.x11 problem whereby the window never displays without using
  a workaround.
2001-07-09 14:30:25 +00:00
wiz
73af0447cf Update to 20010401.
Major changes since last pkgsrc version:
68k core fixes (still unused); sms/gg sprite renderer draws from tile cache;
completely new c blitters; preliminary MSX and SC3000 drivers.
2001-07-08 18:11:59 +00:00
veego
bfa7b3976a Add vmware and vmware-module. 2001-07-07 14:45:11 +00:00
veego
ce0c3677b5 VMware emulator which allows you to run Windows 95, Windows 98, Windows NT,
Windows 2000, FreeBSD, NetBSD, or Linux while you are runing NetBSD.
2001-07-07 14:43:40 +00:00
veego
1cbf3e2f98 VMware module that contains the lkm's to run VMware.
patch-ac is from Atsushi Onoe <onoe@sm.sony.co.jp>.

Note that you have to fetch the distfile manually.
2001-07-07 14:40:07 +00:00
perry
299d46f000 remove a test that changed the way the package was built depending on DISPLAY 2001-07-05 14:22:37 +00:00
veego
f719b121e6 Create additional links for ttyE6 and ttyE7.
Bump to 6.4nb1.
2001-06-30 12:55:03 +00:00
kei
fbd4fdebc4 Make this package happy with xpkgwedge; Since mkfontdir is a part of standard
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-12 05:25:38 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
kei
f8db7ee747 - updated to 2.4
New in This Version (2.4)

As I now have five (!) different emulators to maintain in addition to my
academic studies, I expect you, people, to look for bugs and fix them if
possible. Please, submit your fixes and bug reports!

  * Small fix to the DI instruction.
  * Small fix to the HALT instruction.
  * Added -sync option to fMSX-MSDOS on public request.
  * Fixed PHYDIO DiskROM call (4010h) to return the number of remaining sectors
    in register B (thanks, Maarten!).
  * Fixed ASCII mappers to prevent memory corruption when switching ROM pages
    in disconnected slots.
  * Fixed palette to span to true white.
  * Added SetWave() call to the sound API.
  * SCC emulation now makes use of waveforms via SetWave().
  * SCC gets silenced when 0 frequency is written (thanks, Maarten!).
  * Fixed SCC+ emulation.
  * Vertical screen adjustment is only computed once, when refresh starts.
  * Moved picture 10 pixels down when the screen is 192 pixels high.
  * Removed unused SprCol variable.
  * Added wave synthesis sound to fMSX-Windows.
  * Fixed fMSX-MSDOS to restore palette when exiting the debugger.

New in fMSX 2.3

  * Now, when you buy fMSX-Windows, you also fMSX-MSDOS.
  * Added modular FMPAC (aka YM2413 aka OPLL) emulation.
  * FMPAC soundtrack can be logged into a MIDI file.
  * Sound and MIDI logging APIs have been integrated and rewritten to
    accomodate MIDI instruments, dynamic instrument changes, drum usage, etc.
  * Added PAL/NTSC switch on a bit in VDP[9] (thanks, Alex!).
  * Added support for the overscan (Mantra demos and games run now).
  * Added sprite support to SCREEN3 (no idea why it was not there).
  * Added support for YJK (SCREEN12) and YAE (SCREEN10/11) screens.
  * Added separate handling for IE0 and IE1 IRQs (Xevious, etc.).
  * Added masking of Character Table address (SourceOfPower demo runs now).
  * Fixed Z80 interrupt handling after EI (thanks, Maarten!).
  * IE0 and IE1 IRQs are now reset when disabled.
  * IE0 IRQ is now set when enabled.
  * Palette sequencer now resets when writing to VDP[16].
  * Fixed mapper #1 to support generic 16kB-paged MegaROMs (HoleInOneSpecial).
  * Fixed cartridge loader to correctly load MegaROMs with "AB" signature in
    the last 16kB page (R-Type).
  * Mappers #0 and #1 are now renamed to Generic/8kB and Generic/16kB.
  * Fixed mapper #3 to have hardwired ROM at addresses 4000h-5FFFh (thanks,
    Sean!).
  * Added mapper #6 that corresponds to the Konami GameMaster2 cartridge with
    SRAM (thanks again, Sean!).
  * Added key click and motor relay click emulation via Drum() call.
  * Major rewrite of the sound drivers and sound logging system.
  * Added mouse emulation to fMSX-MSDOS.
  * Added border emulation via VGA border to fMSX-MSDOS.
  * Added built-in debugger to fMSX-MSDOS (F11).
  * Fixed static palette in fMSX-MSDOS.
  * Fixed fMSX-Unix to work in 24BPP and 32BPP modes.
  * Added static palette to fMSX-Unix.
  * Minor fixes to fMSX-Unix makefile.
  * fMSX-Windows now runs in 16BPP HiColor mode.
  * Changed Setup Panel in fMSX-Windows.
  * HPeriod and VPeriod scrollbars are gone from fMSX-Windows as timing control
    is done automatically.
  * PAL and NTSC buttons are gone from fMSX-Windows as PAL/NTSC switch is done
    automatically.

- minor inprovements or modifies.

It is now selectable if use sun-compatible sound or ossaudio by
defining USE_SUN_AUDIO to YES or NO in /etc/mk.conf (default YES)

XXX Though it can be build in both conditions, sound still doesn't
work properly.  On my macppc box, if USE_SUN_AUDIO to YES, it
generates continuous hum and nothing changes by play command in BASIC
interpreter within the emulator. if set it to NO, it keeps quiet.

cleanup package Makefile some.
2001-06-03 17:34:57 +00:00
kristerw
f31766f125 Updated the version to uae-0.8.16nb1 after fixing some bugs:
* Handle zipped disk files
* Disable a floppy speed hack that breaks some versions of Kickstart
* Made joysticks work
2001-05-31 21:38:51 +00:00
dmcmahill
9fc8d16ac0 make sure the PLIST for sparc doesn't include i386 specific entries. 2001-05-30 20:22:04 +00:00
agc
cf15082020 Add and enable gnuboy 2001-05-30 11:14:09 +00:00
agc
13bcdf60ba Initial import of gnuboy-0.9.13 into the NetBSD packages collection.
Addresses PR 13060 from motor@diku.dk

Gnuboy is an open source gameboy emulator
2001-05-30 11:13:18 +00:00
kristerw
e5a12adf2e Update xmame to 0.37b15.1
Changes since 0.37b14.2 include:
- Everything from MAME 0.37b15 except for 'steadykey' support.
- Added an aRts sound server driver.  (Manuel Teira)
- Added another aRts sound server driver.  It needs reasonable aRts
  server settings, something like artsd -F 6 -S 4096 should be ok to get
  near accurate response time.  (Petr Smotek)
- ALSA updates: Added preliminary support for ALSA 0.9 API; split the
  0.5 and 0.9 API stuff into separate files.  (Shyouzou Sugitani)
- HotRod support is now enabled by either -hotrod or -hotrodse, just
  like the DOS/Win32 version.
- Added dummy flicker and vector orientation functions to fxvec.c so
  that xmame.xfx can link again.
2001-05-27 18:58:18 +00:00
kei
95a0205abc Updated to version 1.1.2 (bugfix3, 2001-05-16)
- updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc
- fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files
- now Makefile targets that recurse into subdirectories use double colons,
  so that it will always recurse into subdirectories.  Now a single make
  command should notice a modified source file in a subdir.
- fixed bug in bx_panic.  If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic
  occurs, it used to call bx_atexit() and then return.  It should never
  call bx_atexit, which starts to shut down the simulator, unless it's
  really going to quit!
- support 2.88 MB floppy disks
- since dataseghack is checked in as non-executable, invoke it with
  "csh dataseghack"
- double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>,
  sourceforge patch #423726.
- removed -fno-builtin from fpu makefiles
- redefine u_char, u_short, etc. in order to not conflict with system
  definitions of these same types.
- in cdrom.cc, remove the extern "C" { } structure around some of the
  header files.  This is no longer necessary.
- do not panic on hard disk command 0x1f2 (read sector count)
- in keyboard.cc:
  - apply Todd Fries' reset patch
  - recognize most of the "Grey" insert/delete/home/end/etc. keys the
    same as keypad keys.
  - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??"
  - implement mouse command 0xf6 (set defaults)
- apply Suboner@aol.com's Xwindows timing patch from
  http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580
&atid=312580
- remove all patches from patches subdir which have already been applied.
  The remaining ones are under consideration but not applied.
2001-05-25 23:01:30 +00:00
kristerw
4385d67abc Update xmame to 0.37b14.2.
This contains everything from MAME 0.37b14 except for 'steadykey' support.
The Unix-specific changes that affect NetBSD are:
  - The sound device is now released when the emulation is paused.
    (Shyouzou Sugitani)
  - Added -hotrod for HotRod and HotRod SE support.  Set it to 1 for
    HotRod, 2 for HotRod SE.
  - Fixed a bug in logerror() that could cause a crash.  (Pete French)
2001-05-23 21:52:55 +00:00
mrg
a13add4d0d support xpkgwedge. 2001-05-21 07:12:49 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wiz
4dabc5b0fe Update to bochs-bugfix-20010409-beta. Changes are lots of bugfixes. 2001-05-15 22:43:25 +00:00
fredb
54c3906258 New homepage, per bryce.denney@bigfoot.com (PR admin/12948). 2001-05-15 20:20:07 +00:00
agc
5f07efa17d Add and enable twin 2001-05-15 09:47:27 +00:00
agc
98e0cb997a Initial import of twin-3.1.14 into NetBSD Packages Collection.
Provided in PR 12928 by Ben Collver (collver@linuxfreemail.com)

"Willows TWIN is a GNU software package for emulating the Microsoft
Win32 API.  It consists of a library set and an emulator program.  The
emulator program allows the execution of Windows binary applications
on supported platforms; using the native Intel x86 processors, or
through the built-in instruction set interpreter.  The native
libraries allow programmers natively to build Win32 and MFC
applications from source code."
2001-05-15 09:46:37 +00:00
dmcmahill
68a57288f7 forgot to cvs add these patches. noted by thomas klausner and the
weekly-pkgsrc check.  these eliminate the use of regparm on non-i386
systems.
2001-05-11 11:17:39 +00:00
wiz
11f722dadd regen (no patch-an or patch-ao in patches/) 2001-05-11 09:21:37 +00:00
wiz
1720001b39 Make version number dewey-conformant. 2001-05-11 09:14:00 +00:00
wiz
20c71609d8 Use SHA1, and add size. 2001-05-09 21:26:06 +00:00
wiz
b3768e66bf Use SHA1 for patch. 2001-05-09 21:24:01 +00:00
wiz
d7ac42ddd2 Use SHA1, and add size. 2001-05-09 21:23:18 +00:00
dmcmahill
34777848b8 get hercules to compile on non-i386 by not using i386 assembly code
on those platforms.  Also remove a zillion warnings by
surrounding the i386 specific "regparm" attribute by
#ifdef __i386__

only minimal testing done on an alpha.  Hercules starts up and lets me
run "quit".
2001-05-08 23:23:49 +00:00
dmcmahill
ddf5ea3a02 add missing shared lib (libcurses.so.2) for the alpha version of the
pkg.
2001-05-07 12:51:25 +00:00
manu
699f4a3668 Added LibXm (OpenMotif) requiered by the JDK (PR pkg/12764), also added
sandpoint in the list of supported platforms
2001-04-30 23:01:58 +00:00
jtb
a0a1e3ff21 Add missing "libi386.so.0.2" and "libkeycap.so.0.0". 2001-04-28 01:28:05 +00:00
jtb
5967670354 Add missing xbeeb.1 to PLIST. 2001-04-28 01:00:54 +00:00
wiz
4c5fe5e3a7 Move HOMEPAGE from DESCR to Makefile. 2001-04-27 14:59:42 +00:00
agc
4ff99aad0b Add and enable x48 2001-04-27 14:57:25 +00:00
agc
aac9d2d5b6 Initial import of x48-0.4.1 into the packages collection.
Provided in PR 12134 by Jens A Nilsson <jens@subzero.campus.luth.se>

This emulator is capable of providing a faithful replication of the
HP48. In order to do so, it requires a copy of the ROM software
from YOUR calculator. In order to avoid breaking copyright laws,
and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before
running this program. Of course you can run this program without a
copy of the ROM software in order to write trivial machine code
programs but you will not be able to access any of the calculator
functionality.

WWW: http://home.earthlink.net/~rmmlgetz/
2001-04-27 14:56:27 +00:00
agc
4558064fb4 Add and enable gpsim 2001-04-27 14:44:50 +00:00
agc
c447c64513 Initial import of gpsim into the packages collection.
Provided in PR 12490 by Shelby <snoonan@dragonfly.tbearsiberians.com>
Minor modifications by myself.

gpsim is a PIC simulator that supports X, stimulii, and modules
2001-04-27 14:43:55 +00:00
tron
1c69902cec Add missing file size. 2001-04-25 21:24:28 +00:00
tron
2bb6b73e9c Add and enable "suse_vmware" package. 2001-04-25 21:23:10 +00:00
tron
426d7baf55 Import new "suse_vmware" package:
Linux compatibility package to support running VMware
2001-04-25 21:21:47 +00:00
agc
7e2fedb405 Move to sha1 digests, and add distfile sizes. 2001-04-20 10:49:52 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
manu
67a6930f80 We now check that /emul/linux/lib/ld.so.1 exists, and add a link from
/emul/linux to /usr/pkg/emul/linux if not.
2001-04-16 11:52:55 +00:00
jtb
ec6f96aa73 Add and enable mmix. 2001-04-12 21:54:43 +00:00
jtb
f27dd7325a Initial import of mmix:
Simulators for MMIX, a RISC machine designed by Professor Donald Knuth
to replace MIX in the ultimate editions of his monumental opus
``The Art of Computer Programming''.

The programs are described in

  MMIXware by Donald E. Knuth
  Lecture Notes in Computer Science 1750 (Springer Verlag, Heidelberg, 1999).
2001-04-12 21:52:13 +00:00
kristerw
b0c164387c The license says that "selling is not allowed". Add that to RESTRICTED. 2001-04-04 22:14:13 +00:00
manu
6d86aa1671 Fixed wrong checksum for xpm-3.4k-1.ppc.rpm, and bumped pkg version number 2001-04-04 17:04:00 +00:00
kristerw
377fcdee00 Update xmame to 0.37b13.1.
Changes since 0.37b12.1
   - Everything from MAME 0.37b13.
   - Numerous updates to the OpenGL target.  (Sven Goethel)
   - Added Photon2 display support for the QNX target.  (Travis Coady)
   - You can now run "make clean68k" before building with a different 68k
     core.  (Mike Coates)
   - Applied a patch from StretchMAME that prevents a bunch of games from
     segfaulting on startup.  (Shyouzou Sugitani)
   - A fix for the sprites in CVS games.  (Nicola Salmoria)
2001-03-31 18:59:30 +00:00
dmcmahill
bbbaa67b67 the ${FILESDIR}/endian.sh stuff needs to come after bsd.pkg.mk to make
sure FILESDIR is defined.  Problem noted by several people (Christoph,
Mycroft, etc.).
2001-03-30 14:37:01 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
kristerw
49da6a763d Update to xmame-0.37b12.1 2001-03-24 19:52:33 +00:00
agc
c11911a0b2 Patches from Wofgang Solfrank:
"Disabling the O_SYNC option when opening printer or punch.

Change the timeout value from 1 usec to 10 msec in the timer thread.
At least with unproven-pthreads, the comment above that is wrong
when stating that a 1 usec timeout would be stretched to the next
system clock tick.

A minor correction to the computation of the SIO rate.

With these changes, I get a decent performance of the system and can
actually get MVS to run."

Require the fixed version of unproven-pthreads.
Bump the hercules version number.
2001-03-23 16:20:55 +00:00
kristerw
aa98e03e66 Update UAE to 0.8.16.
User-visible changes in 0.8.16:
  - AGA playfield support (again) (Toni Wilen)
  - In addition to plain mono and stereo, there's a new sound setting "mixed".
  - There's a new option to set CPU speeds more accurately, it's called
    "finegrain_cpu_speed".
  - Numerous bug fixes
  - Graphics should be faster; optimized code was accidentally commented out
    in the previous release.
2001-03-17 19:37:14 +00:00
kei
65cf5a814f fit lines to 80 columns with tab width == 8 as possible. cosmetic changes
only.
2001-03-16 15:52:57 +00:00
wiz
9c82eb852e Add patch provided by Andrew Dyer in pkg/11820 for better I/O support
for the printer port.
2001-03-16 13:59:54 +00:00
wiz
d51e0f9c2e Standardize patches. 2001-03-16 13:58:58 +00:00
wiz
89ee2c787f Fix compilation on -current after 2001/01/18 (since zconf.h doesn't
defined OF() anymore). Fixes pkg/12255 by Rui-Xiang Guo.
2001-03-13 13:46:56 +00:00
dmcmahill
6f6263ecb7 add and enable osf1_lib 2001-03-11 23:24:40 +00:00
dmcmahill
6dca2fd2dc Initial import of osf1_lib.
Package submitted by Eric Schnoebelen, eric@cirr.com
in PR pkg/11953 and simplified some by me.

DEC Tru64/OSF1 compatibility package based upon the Tru64/OSF1
shared libraries provided by Compaq to support running Netscape on
Linux/Alpha.

This package supports running Tru64/OSF1 binaries that do not make use
of MACH system calls.

Note that this is not a complete set of Tru64/OSF1 shared libraries,
but rather the minimal set required to run netscape.
2001-03-11 23:22:50 +00:00
tron
f36f0d3802 Invoke "xmkmf" with full pathname to avoid problems on systems with two
X11 installations like e.g. Solaris with OpenWindows and XFree86.
2001-03-11 16:19:45 +00:00
agc
f4ed546ffd Remove the pentium and pentiumpro machine switches from the gcc flags
in the makefile, and regenerate patch-sum.
2001-03-09 16:37:34 +00:00
wiz
d5f7b51ec9 Move COMMENT to correct place. 2001-03-05 16:41:17 +00:00
wiz
9bb9c6f83f add patch-sum 2001-03-01 13:38:07 +00:00
wiz
6460addae0 Remove a bogus line and a deprecated one, and move a line for pkglint. 2001-02-28 10:47:23 +00:00
wiz
63f93b3058 Fix documentation bug (PR #11821). 2001-02-27 17:20:09 +00:00
tron
ac2223fc09 Fix build of "esound" driver. 2001-02-26 22:13:34 +00:00
tron
ba49fd4548 Manually add "libncurses.so.2.1" to package list. This softlink is not
part of the RPM archive, it is created by "ldconfig".
This fixes PR pkg/12091 by Johnny C. Lam.
2001-02-26 21:24:24 +00:00
agc
41e994c9c8 Add a patch to stop the Hercules emulator dumping core when exitting, from
Wolfgang Solfrank (ws@tools.de)
2001-02-26 14:49:34 +00:00
kristerw
baf3af7881 Update to 1.6. Changes since 1.5:
** C64 changes
- Fixed REU snapshot bug.
- Added Warpspeed and Dinamic cartridge support.
- Fixed a bug in NTSC sprite timing.
- Pitfall 2 cartridge works again.
- Added a symbol file for the built-in monitor which allows moni-
  toring of ROM sections (use 'll "c64mem.sym"' inside the monitor)

** C128 changes
- The Z80 emulation is almost complete now.

** VIC20 changes
- Fixed geometry settings. Games that enlarge the screen work now.

** Drive changes
- The drive emulation can also read error information from a 40 track
  D64 image now.
- Fixed a bug in vdrive BAM allocation.

** Unix changes
- ESD and aRts sound support has been added.

** C1541 changes
- Commands to read/write GEOS formatted disks have been added.
2001-02-25 19:35:52 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
manu
db3617254f Modified the package so that it uses rpm2pkg. Enabled extraction of some files
that were not extracted before, but that were requiered in order to run
Netscape.
2001-02-24 18:08:35 +00:00
hubertf
a5bbac3e93 First round of cleaning up INSTALL usage:
INSTALL -d 	=> INSTALL_*_DIR
 INSTALL	=> INSTALL_*

Beware that only invocations are changed that don't set special
values for owner, mode or group!

Cleanup suggested by zuntum@IRC
2001-02-24 02:09:27 +00:00
agc
879ce8316f Be a bit more verbose in the description 2001-02-22 16:52:47 +00:00
agc
b7381663e5 Add a dependency on hercules-images (the mftr33 images with which to IPL
Hercules).
2001-02-22 16:49:35 +00:00
agc
32a0f6e0fb Add and enable Hercules-images 2001-02-22 16:46:34 +00:00
agc
6c33a45b94 Import of the mftr images for Hercules into the packages collection.
These are images with which you can IPL Hercules, the S/370 emulator,
and include DASD images, etc.

 From the Hercules FAQ:

3.  Alternatively, you can download the mftr33.tar.gz package which
contains a minimal MFT system on a 3330 image, with some minimal
documentation.  The configuration is that of a 370/145 with 2
megabytes of main storage, running OS/MFT Release 21.0, with several
volumes of pre-loaded DASD.  2 program partitions (P0 and P1) have
been genned.  There is no working TOD clock, and no SMF.  Volume
DLIB01 which is specified does not exist in the zipped file, but can
be created using a plf file with the CDROM of OS/360.  DLIB01 can be
commented-out from the config (cnf) file if desired.  The mftr33
package also includes the IPL text and program for the standalone
IBCDASD program as file "ibcdasdi.rdr" which can be used if desired.
2001-02-22 16:45:49 +00:00
agc
b6af12f488 Add one more patch, correcting sign extension in two places:
> From Wofgang Solfrank (ws@tools.de)
> What I discovered was a problem in ckddasd.c, where there are two lseeks
> with an offset of -(CKDDASD_RECHDR_SIZE).  Now CKDDASD_RECHDR_SIZE is
> defined (in hercules.h) as sizeof(CKDDASD_RECHDR), which happens to be
> an unsigned int.  Since the offset in the lseek (and in the ckd_lseek
> that is used as an interface routine to it) is of type off_t, i.e. 64-bit,
> the unsigned is zero-extended to 64 bits, and thus the sign is lost.
2001-02-22 11:34:58 +00:00
agc
c6a4881e75 Switch to using unproven-pthreads from pth - it makes the emulator get
further before dying.  From ws@tools.de (Wolfgang Solfrank)
2001-02-21 10:18:16 +00:00
agc
9ae8493329 Remove -malign-double from the makefile - it doesn't work as expected
on NetBSD, since our library doesn't conform to this restriction.
 From ws@tools.de (Wolfgang Solfrank)
2001-02-21 09:19:23 +00:00
agc
290b1f17bc Place the executables in the correct directory - from Wolfgang
Solfrank <ws@tools.de>
2001-02-20 16:42:33 +00:00
agc
15ec7fb4a3 Correct the homepage. 2001-02-20 15:58:16 +00:00
wiz
5f37108cc9 Update to 0.3 because the distfile changed. Bugfixes and enhancements. 2001-02-20 11:33:52 +00:00
agc
268e686f1a Add and enable hercules 2001-02-19 12:36:12 +00:00
agc
206e2832c3 Initial import of hercules, an S/390 emulator, into the packages
collection.

Hercules is an open source software implementation of the mainframe
System/370 and ESA/390 architectures, in addition to the new 64-bit
z/Architecure.  Hercules runs under Linux, Windows 98, Windows NT,
Windows 2000, and NetBSD.  Hercules was created by Roger Bowler and is
maintained by Jay Maynard.  Jan Jaeger designed and implemented many
of the advanced features of Hercules, including dynamic
reconfiguration, integrated console, interpretive execution, and
z/Architecture support.
2001-02-19 12:35:21 +00:00
wiz
311d465268 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 18:38:11 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
26d51239d9 Add three patches supplied by Dieter Baron <dillo@giga.or.at>:
- When pilot is off, don't redraw contents of screen, clear it
- bind hardware buttons to keys (F9-F12 Applications, pgup/pgdown,
  ESC (power))
- make cursor keys work (left/right, next/previous field)
XXX: homepage (== main download site) doesn't seem to exist any more.
2001-02-12 14:09:24 +00:00
wiz
c84d837c41 add and enable compat14, netbsd32_compat14 and netbsd32_compat15 2001-02-08 13:34:55 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
tron
fde576536f Apply cosmetic changes suggested by Tomasz Luchowski in PR pkg/12129. 2001-02-04 21:33:11 +00:00
mrg
d7f5dee4b8 initial import of compat14-1.4.3:
Shared libraries for NetBSD 1.4 (and earlier) compatibility


this has only been done for i386 & sparc so far, and deals with using
/emul/aout for these systems that are ELF now.


XXX: port to alpha, m68k, mips*, arm32 and ns32k (anything else?)
2001-02-04 08:03:39 +00:00
mrg
c0dadc4266 initial import of netbsd32_compat14-1.0:
32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility


this package is only available (useful) for sparc64.
2001-02-04 07:16:30 +00:00
mrg
d1dc28f14d initial import of netbsd32_compat15-1.0:
32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility


this package is only available (useful) for sparc64.
2001-02-04 07:15:59 +00:00
kristerw
1127963d94 Update UAE to 0.8.15, fixes PR 12018
User-visible changes in 0.8.15:
  - A few changes in the core of the custom chip emulation; this should mean
    more accuracy in general, but likely also a few new bugs in this version.
    It may be a little slower as well.
  - "68040" emulation.  Dedicated to all the clueless folks out there.
    (with thanks to Christian Bauer)
2001-02-02 22:17:20 +00:00
wiz
a77340dd8c Remove test target that I forgot I had added. 2001-02-01 10:30:55 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
tron
380851123b Use updated "shlibs-2.1.3-155.i386.rpm" distribution file to avoid possible
root exploit due to a bug in "ld-linux.so.2". Bump version number of the
package to "6.4nb2".
2001-01-28 09:19:54 +00:00
tv
d76b0dfff3 Set MAINTAINER to packages@netbsd.org. 2001-01-25 21:43:58 +00:00
tron
61278b4e5d Depend on "suse_base" 6.4 or newer. 2001-01-25 09:29:10 +00:00
tron
8fc288c071 Fix oversight in last commit. 2001-01-25 09:27:48 +00:00
tron
9562a10bb1 Because GLX is pretty useless without X11 depend on "suse_x11" instead
of "suse_base".
2001-01-25 09:27:18 +00:00
tron
4d4197a1bc Depend on "suse_base" 6.4 or newer. 2001-01-25 09:19:01 +00:00
tron
94deb1519d Remove "rpm2pkg" which is a separate package now and bump version number
to 6.4nb1.
2001-01-25 09:16:24 +00:00
tron
ed88ec8f69 Don't use path to "rpm2pkg" in build dependence for "rpm2pkg" us the
variable.
2001-01-25 09:09:54 +00:00
tron
e086a68756 "rpm2pkg" is a seperate package now. 2001-01-25 09:05:34 +00:00
hubertf
898c40328a I guess this was committed accidentally. 2001-01-24 03:00:53 +00:00
manu
7314a329cf Added linuxppc_lib 2001-01-23 22:32:37 +00:00
manu
470e7732ed Libraries to run Linux binaries on powerpc 2001-01-23 22:28:44 +00:00
dent
03b5b152e9 Fix typo. 2001-01-11 21:21:17 +00:00
tron
0360b65f62 Remove obsolete "pre-build" target. 2001-01-07 17:07:13 +00:00
tron
f6ba3d0b30 Install all BIOS images. 2001-01-07 14:58:26 +00:00
tron
185bfcb968 Update "plex86" to 2001-01-06 sources. Changes since 2000-12-25:
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Jan  6 23:39:58 EST 2001
  Integrated updates to write-cache from Tom Vijlbrief.
  Reorganized docs/ a little.  Split the xml docs into 2 docbooks.
    There is now a PUG (Plex86 User's Guide) and a
    PIG (Plex86 Internals Guide).  I removed the tarball out of
    the CVS tree, and will upload pre-generated docs to the FTP
    server periodically.  Look for docs-yyyy_hhmm.tar.gz.
    The tarball now contains both HTML and PS formats.
    There's also some notes on what packages are needed to generate
    and develop your own docs.  (docs/xml/README)  This release should
    make it easier for people to help out.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan  1 23:26:44 EST 2001
  Added another docs chapter (17) to the user's manual, relating to
    dynamic translation (DT) ideas for maintaining linear to translated
    code address mappings and some other stuff.  You can update from
    CVS and just untar the docs/ tarball if you want.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan  1 11:04:34 EST 2001
  Integrated write-cache plugin from Tom Vijlbrief, and his related
    mods to the hard drive code, to handle > 32-bit file IO.
  Integrated small FreeBSD Makefile mods from Alexander Langer.
  Regenerated configure.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Dec 30 10:17:23 EST 2000
  Integrated FreeBSD host port by Alexander Langer <alex@big.endian.de>
    Note: this port does not work yet, but was uploaded so others
    can work on it.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 13:51:50 EST 2000
  Integrated LBA patches from Tom Vijlbrief, to rombios.c and harddrv.cc.
    I modified the patches slightly, and have not tested them much.
    Am uploading changes to let Tom test them as integrated.
    Tom was able to access up to 2GB partitions with his changes.
  Generated new BIOS.  Changed all conf files to use new BIOS.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 10:32:57 EST 2000
  Added dt-testbed dir.  This is just a small separate testbed program
    for developing thoughts about generated code for a quasi-dynamic
    translation scheme.  If you're interested in such developments,
    look at the README file in that dir.
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Tue Dec 26 16:34:49 EST 2000
  Added framework for write-cache buffering (for "persistent disks").
    Created new plugin, in directory user/plugins/write-cache/.  It
    does nothing currently, other than pass disk accesses to libc.
    This is to make it easier for others to implement the actual logic,
    without having to know much about plex86 internals.  There are some
    notes in the plugin C code.
  I also created a new button (really lame) on the GUI.  This triggers
    a call to the plugin, so the user can select when to flush (commit)
    the writes in the write-cache to disk and clear the cache.
    Eventually, a nice menu system might do this with a "Are you sure?"
    dialog or something similar.
  It is possible that a large number of disk writes may exceed the
    size of the write-cache (which should be configured by an option
    to the plugin eventually).  In that case, it would be good to present
    the user with 2 options: 1) Quit altogether and ignore writes,
    and 2) commit writes and continue.  This should eventually be
    GUI oriented, by stdin would be OK for now.
2001-01-07 14:44:18 +00:00
simonb
878986a768 Enable on alpha - this works enough to boot rescue-small. 2001-01-04 22:51:53 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
hubertf
19400f6e31 Make it a bit clearer what to set BSDSRCDIR to. 2001-01-03 16:21:58 +00:00
kleink
bb3b8eaeba Fix BIOS pathname substitution. 2001-01-02 14:18:17 +00:00
dmcmahill
076d50e9ca fix compilation on alpha. 2000-12-27 14:08:39 +00:00
tron
024e057c1b Update "plex86" to 2000-12-25 sources. Changes since 2000-12-16:
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sun Dec 24 19:07:34 EST 2000
  Integrated mods from Warwick Duncan for some remaining C++ -> C
    comment conversions in plugin directories.
  Added dynamic translation idea chapter to docs.
2000-12-25 23:50:52 +00:00
tsarna
9a481c3d69 Remove me as maintainer. I haven't used this in ages. 2000-12-24 21:44:31 +00:00
wiz
0a7f57b00f No patches -> dummy patch-sum file. 2000-12-21 12:36:08 +00:00
tron
61e11e7f2c Depend on version 6.3 or newer of the SuSE packages. 2000-12-17 21:49:40 +00:00
wiz
bb7a355e94 Fix path. 2000-12-17 21:18:30 +00:00
tron
49756c9973 Only compress VGA font in "post-build" target if it wasn't compressed yet.
This way a second "make build" doesn't fail.
2000-12-17 17:43:18 +00:00
tron
72be9b8832 Correct directory for "suse_x11" package. 2000-12-17 15:52:13 +00:00
tron
4419bdbc55 Use "g77.rpm" as replacement for the obsolete "f77.rpm". 2000-12-17 13:18:38 +00:00
tron
1382094832 Remove obsolete comment concering "ncurses-p1.rpm". 2000-12-17 13:13:26 +00:00
tron
1a34af6f27 Forgot to add "suse_glx" to dependence list. 2000-12-17 13:06:24 +00:00
tron
50dc37a7ee Use SuSE 6.4 as base for all SuSE packages. We can't use 7.0 now because
it is XFree86 4.x based while NetBSD still uses XFree86 3.3.6 which
causes problem with shared files.
2000-12-17 13:05:41 +00:00
tron
50698d94cd Rename "suse.mk" to "Makefile.common" which is the standard name for
make include files shared between packages.
2000-12-16 22:37:30 +00:00
wiz
6f05b53acc Modify path in (previously unused) MASTER_SITES entry, and enable it.
Fixes pkg/11751 and pkg/11752.
2000-12-16 14:53:38 +00:00
fvdl
d5ce9d2773 Update to snapshot dated 2000-12-16. Includes a fix from Lennart
Augustsson to avoid false 'device busy' errors.
2000-12-16 12:43:13 +00:00
tv
5035df2c1f Flesh out the installation infrastructure. Currently this is done in the
pkg's Makefile, but should someday be part of the plex86 distribution.
2000-12-15 00:10:32 +00:00
tv
bd0716127c Feh. Tabs->spaces on comment-only line. 2000-12-14 19:45:49 +00:00
tv
48c40486ee Remove duplication of bsd.pref.mk include. This include needs to be AFTER
the BSDSRCDIR?= definition to make sure the user actually sets it.
2000-12-14 19:45:11 +00:00
hubertf
6c73c755f5 Update to 0.20001214.2 - the NetBSD changes are now in the anoncvs
repository. Uses new tarball from there.

While there, pull in bsd.prefs.mk so BSDSRCDIR has a chance to be defined.
2000-12-14 16:45:01 +00:00
tsarna
a5f0cdf2ab path-sum 2000-12-14 16:41:12 +00:00
tsarna
49fed6108c Make patch actually apply. 2000-12-14 16:40:57 +00:00
tv
58606abd65 One more thing: Actually pass the source dir to ./configure! 2000-12-14 15:53:33 +00:00
tv
9cd29592ec Add a comment to indicate why we now do the BSDSRCDIR?= dance with
bsd.prefs.mk.
2000-12-14 15:52:38 +00:00
tv
e63a20f6d4 Do not assume that /usr/src has been set by mk.conf, and DEFINITELY don't
assume blindly that /usr/src is the appropriate kernel source tree.  Force
the user to set it explicitly in either the environment or mk.conf.
2000-12-14 15:51:25 +00:00
kei
6560c4d700 Updated "bochs" package to 2000.03.25a. it is now distributed under the LGPL. 2000-12-14 14:39:44 +00:00
hubertf
6ccfce95d6 bring a bit further on -current 2000-12-14 06:03:54 +00:00
hubertf
ea1dc112d7 the source is in MASTER_SITE_LOCAL for now, it's a tarfile of
a anoncvs checkout (unchanged)
2000-12-14 04:34:40 +00:00
hubertf
422c111f21 add & enable plex86 2000-12-14 04:27:04 +00:00
hubertf
9bc9bfa81e The goal of the Plex86 project is to create an extensible open source
PC virtualization software program which will allow PC and workstation
   users  to  run  multiple  operating  systems  concurrently on the same
   machine.

   Plex86  will  run  as  much  of  the  operating system and application
   software  natively  as  possible,  the  rest  being emulated by the PC
   virtualization monitor.

   A  highly  visible  and  often  requested  use,  would be to allow for
   Windows  software  to  be  run  inside of GNU/Linux or other UNIX like
   operating  system.  This  gives  users  a migration path towards UNIX,
   allowing   them   to   run  legacy  software  until  native  ports  or
   alternatives  are available. It also provides a transitionary step for
   software  vendors who plan to port their product to UNIX, but have not
   yet done so. Users could buy the Windows version product and run it at
   near  native speeds on UNIX, using Plex86, until a UNIX native version
   is ready.
2000-12-14 04:25:52 +00:00
hubertf
f297a044f3 Slurp in suse_png-7.0, and bump to suse_linux-6.3nb3 2000-12-13 20:59:44 +00:00
jdolecek
0a82dce34a add and enable suse_libpng 2000-12-13 20:07:42 +00:00
jdolecek
e60a6fa734 SuSe 7.0 libpng package
created using suse_libjpeg as a template
2000-12-13 20:06:01 +00:00
kei
c68aba7ec5 Add and enable "xm7" package. 2000-12-13 17:13:53 +00:00
kei
9d51806bb7 Initial import of "xm7" package.
X11-based FM-7 emulator
2000-12-13 17:12:19 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00