Commit graph

198 commits

Author SHA1 Message Date
obache
d89b896d29 + xnp2 2012-06-02 07:21:24 +00:00
obache
053968bca9 Add suse121* packags. 2012-03-21 13:49:51 +00:00
obache
b0093cde66 Drop gdk-pixbuf, gtk and vmware modules for suse.
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not
  support them.
* vmware module was used for emulators/vmware* packages, but it had been removed
  from pkgsrc.
2012-03-17 06:08:15 +00:00
obache
86ad714319 Drop qt3 support for suse100.
It was intended to be used for opera-10.0, but current opera does not require it.
2012-03-17 04:59:33 +00:00
reinoud
e738c7b964 Add emulators/b-em, a Freeware Acorn BBC Micro Emulator with 2nd processors 2012-02-20 15:45:19 +00:00
wiz
b10d6fe063 Remove uips, superseded by cmdpack. 2011-12-05 01:17:21 +00:00
wiz
895ba59e7a +cmdpack. 2011-12-05 01:15:58 +00:00
wiz
0922371859 Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
2011-10-02 14:11:51 +00:00
wiz
93ea5348b5 + suse113_{,32_}libdrm. 2011-08-15 09:08:32 +00:00
cherry
0630160139 Add emulators/ski in the Makefile 2011-07-27 11:24:26 +00:00
cherry
efb50413eb Complete move of emulators/ski -> emulators/ski-bin 2011-07-27 09:26:41 +00:00
jnemeth
f80b9f3308 add and enable suse113_32_libcurl and suse113_libcurl 2011-03-04 08:15:50 +00:00
wiz
f4deef3ad3 Remove xmame und xmess -- use mame/mess instead.
Ok kristerw
2011-02-06 05:00:57 +00:00
wiz
969643da0b Remove sdlmame and sdlmess, replaced by mame and mess, respectively.
Add mame+mess to category Makefile.
2011-02-03 22:24:45 +00:00
chs
85a704d1aa add suse113_*. 2010-09-24 01:31:59 +00:00
markd
39313e0baf Add gns3 2010-06-01 22:02:09 +00:00
kent
83fc163338 Remove emulators/peace. It's outdated, and doesn't work on recent NetBSD. 2010-02-27 16:06:51 +00:00
joerg
3c0456be63 Retire vmware packages. 2010-02-10 17:10:52 +00:00
markd
74e86f5b14 add dynagen 2010-02-05 20:23:51 +00:00
wiz
9edc0d1996 + kegs. 2009-11-10 16:20:17 +00:00
obache
952490996a Add suse_qt3. 2009-09-09 13:02:32 +00:00
sno
470b386327 Added emulators/sap/Makefile.common 2009-03-09 16:59:44 +00:00
wiz
286b0c0c48 + sdlmame + sdlmess. 2009-01-18 16:05:25 +00:00
wiz
4414e4590c Add gambatte, nestopia, and snes9x-gtk. 2009-01-03 18:47:23 +00:00
wiz
31d2499228 + handy_sdl. 2008-12-20 17:37:57 +00:00
obache
158f73d411 + xhomer 2008-12-06 12:57:39 +00:00
adam
0fcb2e3880 Added emulators/wine-devel version 1.1.8 2008-11-21 17:42:36 +00:00
xtraeme
b57625d5c9 Remove suse91 entries. 2008-03-28 18:46:26 +00:00
tnn
7065ab1326 Add misc/dvtm, biology/mopac, emulators/yabause. 2008-03-09 18:28:54 +00:00
obache
7a28b94bc0 Fix typo at adding suse100_krb5 2008-02-29 00:22:22 +00:00
obache
d0e3a4a517 Add and enable suse100_{,32_}krb5 2008-02-22 13:34:11 +00:00
kefren
299a1bf211 +dynamips 2008-02-14 11:08:27 +00:00
jlam
645f805678 Add support for NetBSD 4.0 compatibility through installing compat40
and netbsd32_compat40 packages.  The compat40 packages are currently
built by comparing the 4.0 release against the 20071230 version of
HEAD.

Commit approved by <agc>.
2007-12-31 20:06:37 +00:00
wiz
b295235413 Add and enable suse*alsa, suse*libsigc++2, and suse*resmgr. 2007-09-07 22:56:23 +00:00
jnemeth
7e603b2326 suse_linux no longer exists -- appease pkglint 2007-08-23 10:44:57 +00:00
jlam
ffd0fa8226 * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the
pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages
  to provide the necessary shared libraries to run dynamically linked
  NetBSD binaries from the days of yore.

* Add some additional compat* packages for completeness:

	compat15, compat20, compat30

* Modify the compat* packages so that "compatNM" only provides files
  that aren't in "NetBSD-N.(M+1)".  For example, compat12 only provides
  files that don't exist in NetBSD-1.3.x, compat13 only provides files
  that don't exist in NetBSD-1.4.x, etc.

  As a result, if you are running NetBSD-3.0/alpha and want to run a
  1.3 dynamically linked binary, there is an automatic dependency
  chain that causes the following packages to be installed:

	compat13, compat14, compat15, compat16, compat20

  There are some deviations from this dependency chain on platforms
  that have changed executable formats, e.g. i386, m68, sparc, etc.
  However, in general pkgsrc will require that you have the necessary
  COMPAT_* options in your kernel to match the installed compat*
  packages.  This restriction is an artificial one imposed by pkgsrc,
  but allows for a single set of distfiles to be used on all versions
  of NetBSD.

* Provide compat* package support for every supported architecture
  of NetBSD.  Verily, it is now possible to run 1.2 binaries on
  NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc.
  Rejoice, one and all!

* The netbsd32_compat* packages mirror the corresponding compat*
  packages for use by sparc64 and x86_64 to allow running 32-bit
  binaries with COMPAT_NETBSD32 kernel support.  The "extras" packages
  supply the additional shared libraries from the corresponding release
  of NetBSD so that the set of files in /emul/netbsd32 will be complete.

* pkgsrc/emulators/compat_netbsd contains infrastructure files shared
  by all of the compat* packages.
2007-08-21 22:49:02 +00:00
jlam
e0f23f7e3a -compat14-crypto 2007-08-16 14:01:35 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
jlam
bbb12274db Add 32-bit versions of SuSE Linux 9.1 and 10.0 for use by NetBSD/x86_64
with COMPAT_LINUX32.
2007-07-29 08:55:22 +00:00
wiz
e6b1903242 + mednafen. 2007-05-19 12:40:31 +00:00
tron
387a50faab Add and enable "suse100_vmware" package. 2007-03-21 16:11:26 +00:00
wiz
80427d4ba3 Add makeppf. 2007-03-18 20:02:25 +00:00
wiz
a13d8d4ecb Add applyppf. 2007-03-18 19:56:58 +00:00
agc
34dee48177 Add and enable or1ksim 2007-02-23 21:40:19 +00:00
markd
a58e0d41b8 add kenigma. 2006-10-12 12:04:39 +00:00
salo
db690cece4 Finally remove SuSE 7.3 packages, long overdue.. 2006-06-26 17:54:18 +00:00
salo
009338719a Add and enable suse100_libxml2. 2006-06-13 11:31:59 +00:00
markd
0fc9ba115c Add suse100_{libcups,openssl} 2006-06-11 13:31:10 +00:00
salo
47465d6df1 Add and enable suse100_gdk-pixbuf and suse100_glx. 2006-04-18 15:20:46 +00:00
salo
3121514b09 Add and enable suse100_slang. 2006-04-18 14:44:52 +00:00