diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-04-17 05:07:32 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-04-17 05:07:32 +0800 |
commit | e83b80c81ad38d9c2709006c085ba6e3c835bf46 (patch) | |
tree | 8613409bf7593291a1997796d03b8afccb88de59 /emulators/tuxnes | |
parent | f4cbc6887b57b531426ccadf3fdf37a20855fb5c (diff) | |
download | freebsd-ports-gnome-e83b80c81ad38d9c2709006c085ba6e3c835bf46.tar.gz freebsd-ports-gnome-e83b80c81ad38d9c2709006c085ba6e3c835bf46.tar.zst freebsd-ports-gnome-e83b80c81ad38d9c2709006c085ba6e3c835bf46.zip |
Update to TuxNES 0.75.
This version fixes support for some mappers, adds new ones, sports a
revamped sound system, multiple video modes, can work with W and GGI,
zipped file support, and more I missed.
NetBSD now compiles natively too, OpenBSD is kinda of hard right now due
to as problems [old version].
Diffstat (limited to 'emulators/tuxnes')
-rw-r--r-- | emulators/tuxnes/Makefile | 7 | ||||
-rw-r--r-- | emulators/tuxnes/distinfo | 2 | ||||
-rw-r--r-- | emulators/tuxnes/pkg-descr | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index 4ffe8ff91238..7d4a6ef8c84f 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -6,11 +6,10 @@ # PORTNAME= tuxnes -PORTVERSION= 0.73 +PORTVERSION= 0.75 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://tmmm.simplenet.com/tuxnes/packages/ -MASTER_SITE_SUBDIR= asmodai +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= asmodai@freebsd.org diff --git a/emulators/tuxnes/distinfo b/emulators/tuxnes/distinfo index 28c20956af40..09cc4c7ca60c 100644 --- a/emulators/tuxnes/distinfo +++ b/emulators/tuxnes/distinfo @@ -1 +1 @@ -MD5 (tuxnes-0.73.tar.gz) = d492a97bcf5360def872317328d7bd73 +MD5 (tuxnes-0.75.tar.gz) = 5db0cd42dfdff3e681805e93b4867c43 diff --git a/emulators/tuxnes/pkg-descr b/emulators/tuxnes/pkg-descr index 57936a843d6c..ab228ce0bf5f 100644 --- a/emulators/tuxnes/pkg-descr +++ b/emulators/tuxnes/pkg-descr @@ -1,5 +1,5 @@ TuxNES is an emulator for the 8-bit Nintendo Entertainment System. -Currently, the emulator has been tested on Linux and FreeBSD, both -running on x86 processors. +Currently, the emulator has been tested on Linux, FreeBSD and NetBSD, +all running on x86 processors. -WWW: http://tmmm.simplenet.com/tuxnes/ +WWW: http://tuxnes.sourceforge.net/ |