Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2023 12:27:19 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f686bdd0dd53 - main - emulators/ines: Remove expired port
Message-ID:  <202312021227.3B2CRJVf081428@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f686bdd0dd53fd877dc9fd228f4bf459bc706a22

commit f686bdd0dd53fd877dc9fd228f4bf459bc706a22
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-12-02 12:27:08 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-12-02 12:27:08 +0000

    emulators/ines: Remove expired port
    
    2023-11-30 emulators/ines: Ancient NES emulator that only works on i386, consider using emulators/higan
---
 MOVED                    |  1 +
 emulators/Makefile       |  1 -
 emulators/ines/Makefile  | 33 ---------------------------------
 emulators/ines/distinfo  |  2 --
 emulators/ines/pkg-descr |  4 ----
 emulators/ines/pkg-plist |  5 -----
 6 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index b5e99ab4a65e..52f34cfca1b8 100644
--- a/MOVED
+++ b/MOVED
@@ -8126,3 +8126,4 @@ java/wildfly25||2023-12-02|Has expired: End of life upstream
 net/gupnp-ui||2023-12-02|Has expired: Depends on deprecated port net/gupnp14
 graphics/R-cran-rtiff||2023-12-02|Has expired: Fails to build and abandoned upstream
 games/iagno||2023-12-02|Has expired: BROKEN for more than a year and no upstream activity for the last 2 years
+emulators/ines||2023-12-02|Has expired: Ancient NES emulator that only works on i386, consider using emulators/higan
diff --git a/emulators/Makefile b/emulators/Makefile
index cf6e4b012f69..4400f75a31c9 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -49,7 +49,6 @@
     SUBDIR += higan
     SUBDIR += hugo
     SUBDIR += hv_kvp_cmd
-    SUBDIR += ines
     SUBDIR += javatari
     SUBDIR += joytran
     SUBDIR += jzintv
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
deleted file mode 100644
index 8ef988c34c83..000000000000
--- a/emulators/ines/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	ines
-PORTVERSION=	3.0
-PORTREVISION=	2
-CATEGORIES=	emulators
-MASTER_SITES=	http://fms.komkon.org/iNES/
-DISTNAME=	iNES30-FreeBSD-80x86-bin
-EXTRACT_SUFX=	.tar.Z
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Nintendo Entertainment System emulator for X11
-WWW=		https://fms.komkon.org/iNES/
-
-DEPRECATED=	Ancient NES emulator that only works on i386, consider using emulators/higan
-EXPIRATION_DATE=2023-11-30
-
-LIB_DEPENDS=	libc.so.5:misc/compat5x
-
-ONLY_FOR_ARCHS=	i386
-ONLY_FOR_ARCHS_REASON=	is an i386 binary
-
-NO_WRKSUBDIR=	yes
-USES=		xorg
-USE_XORG=	x11 xext
-NO_BUILD=	yes
-STRIP=
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ines ${STAGEDIR}${PREFIX}/bin
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	(cd ${WRKSRC} && ${INSTALL_DATA} iNES.html CART.NES *.pal \
-		${STAGEDIR}${DATADIR})
-
-.include <bsd.port.mk>
diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo
deleted file mode 100644
index b59bd0be1645..000000000000
--- a/emulators/ines/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (iNES30-FreeBSD-80x86-bin.tar.Z) = e8d057a0b64d116aa0cc5a6c8a6d2f78f3cbf2b15964c4a6a1bb22d5ffd24f7d
-SIZE (iNES30-FreeBSD-80x86-bin.tar.Z) = 154268
diff --git a/emulators/ines/pkg-descr b/emulators/ines/pkg-descr
deleted file mode 100644
index abce968425c8..000000000000
--- a/emulators/ines/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-iNES is the Nintendo Entertainment System emulator for X Window System.
-
-You must buy cartridges and get raw images from them to use this emulator.
-When ines make core and die, try -noshm option.
diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist
deleted file mode 100644
index f40c603f4bf4..000000000000
--- a/emulators/ines/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/ines
-%%DATADIR%%/iNES.html
-%%DATADIR%%/CART.NES
-%%DATADIR%%/Covell.pal
-%%DATADIR%%/Old-iNES.pal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312021227.3B2CRJVf081428>