pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove fbalpha2012 cores, these are quite inferior and intended for low-memory devices (e.g. PSP, Wii), which are unlikely to be supported by pkgsrc or be able to run retroarch inside any operating system supported by pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue Jun 27 14:28:36 2017 +0100
Changeset:	b5a96cdf42be2186e6864bafd36a969a71a1396c

Modified Files:
	Makefile
Removed Files:
	libretro-fbalpha2012-cps1/DESCR
	libretro-fbalpha2012-cps1/Makefile
	libretro-fbalpha2012-cps1/PLIST
	libretro-fbalpha2012-cps1/distinfo
	libretro-fbalpha2012-cps2/DESCR
	libretro-fbalpha2012-cps2/Makefile
	libretro-fbalpha2012-cps2/PLIST
	libretro-fbalpha2012-cps2/distinfo
	libretro-fbalpha2012-neogeo/DESCR
	libretro-fbalpha2012-neogeo/Makefile
	libretro-fbalpha2012-neogeo/PLIST
	libretro-fbalpha2012-neogeo/distinfo
	libretro-fbalpha2012/DESCR
	libretro-fbalpha2012/Makefile
	libretro-fbalpha2012/PLIST
	libretro-fbalpha2012/distinfo

Log Message:
remove fbalpha2012 cores, these are quite inferior and intended for
low-memory devices (e.g. PSP, Wii), which are unlikely to be supported
by pkgsrc or be able to run retroarch inside any operating system
supported by pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5a96cdf42be2186e6864bafd36a969a71a1396c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                             |  4 ----
 libretro-fbalpha2012-cps1/DESCR      |  8 --------
 libretro-fbalpha2012-cps1/Makefile   | 29 -----------------------------
 libretro-fbalpha2012-cps1/PLIST      |  2 --
 libretro-fbalpha2012-cps1/distinfo   |  6 ------
 libretro-fbalpha2012-cps2/DESCR      |  8 --------
 libretro-fbalpha2012-cps2/Makefile   | 29 -----------------------------
 libretro-fbalpha2012-cps2/PLIST      |  2 --
 libretro-fbalpha2012-cps2/distinfo   |  6 ------
 libretro-fbalpha2012-neogeo/DESCR    |  7 -------
 libretro-fbalpha2012-neogeo/Makefile | 29 -----------------------------
 libretro-fbalpha2012-neogeo/PLIST    |  2 --
 libretro-fbalpha2012-neogeo/distinfo |  6 ------
 libretro-fbalpha2012/DESCR           |  7 -------
 libretro-fbalpha2012/Makefile        | 33 ---------------------------------
 libretro-fbalpha2012/PLIST           |  2 --
 libretro-fbalpha2012/distinfo        |  6 ------
 17 files changed, 186 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9df75f616a..a4f6ec42aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1732,10 +1732,6 @@ SUBDIR+=	libretro-core-info
 SUBDIR+=	libretro-database
 SUBDIR+=	libretro-desmume
 SUBDIR+=	libretro-fbalpha
-SUBDIR+=	libretro-fbalpha2012
-SUBDIR+=	libretro-fbalpha2012-cps1
-SUBDIR+=	libretro-fbalpha2012-cps2
-SUBDIR+=	libretro-fbalpha2012-neogeo
 SUBDIR+=	libretro-fceumm
 SUBDIR+=	libretro-fmsx
 SUBDIR+=	libretro-fuse
diff --git a/libretro-fbalpha2012-cps1/DESCR b/libretro-fbalpha2012-cps1/DESCR
deleted file mode 100644
index ad6bb79786..0000000000
--- a/libretro-fbalpha2012-cps1/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Libretro is a simple but powerful development interface that allows for the
-easy creation of emulators, games and multimedia applications that can plug
-straight into any libretro-compatible frontend. This development interface is
-open to others so that they can run these pluggable emulator and game cores
-also in their own programs or devices.
-
-Port of Final Burn Alpha to Libretro (0.2.97.24). Standalone core for Capcom's
-CP System.
diff --git a/libretro-fbalpha2012-cps1/Makefile b/libretro-fbalpha2012-cps1/Makefile
deleted file mode 100644
index 6328a85e87..0000000000
--- a/libretro-fbalpha2012-cps1/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libretro-fbalpha2012-cps1-20170321
-CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
-
-COMMENT=	Libretro core based on the FB Alpha CPS-1 emulator
-LICENSE=	no-commercial-use
-
-GITHUB_PROJECT=	fbalpha2012_cps1
-GITHUB_TAG=	9992f07f020cd7bf54ef80953ba756aa519d039d
-
-USE_TOOLS=	gmake
-
-USE_LANGUAGES=	c c++
-
-.include "../../mk/endian.mk"
-
-.if ${MACHINE_ENDIAN} == "big"
-CFLAGS+=	-DMSB_FIRST
-.endif
-
-INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
-
-do-install:
-	${INSTALL_LIB} ${WRKSRC}/fbalpha2012_cps1_libretro.so \
-	    ${DESTDIR}${PREFIX}/lib/libretro/fbalpha2012_cps1_libretro.so
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-fbalpha2012-cps1/PLIST b/libretro-fbalpha2012-cps1/PLIST
deleted file mode 100644
index 1f87866f90..0000000000
--- a/libretro-fbalpha2012-cps1/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/libretro/fbalpha2012_cps1_libretro.so
diff --git a/libretro-fbalpha2012-cps1/distinfo b/libretro-fbalpha2012-cps1/distinfo
deleted file mode 100644
index 7cd03ee901..0000000000
--- a/libretro-fbalpha2012-cps1/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libretro-fbalpha2012-cps1-20170321-9992f07f020cd7bf54ef80953ba756aa519d039d.tar.gz) = ec6d3643b828170ef80a8493dd2a03869a599d0d
-RMD160 (libretro-fbalpha2012-cps1-20170321-9992f07f020cd7bf54ef80953ba756aa519d039d.tar.gz) = 13128e2bfa09926690586add21a65dfff91007cd
-SHA512 (libretro-fbalpha2012-cps1-20170321-9992f07f020cd7bf54ef80953ba756aa519d039d.tar.gz) = 59b2e910bb9c8bc8c5025b3702c494170cc3b55586854f621663c3e204db2956072bde108bea07c21328178cb50617a1752d3e86f5b1909595654acf8503ac52
-Size (libretro-fbalpha2012-cps1-20170321-9992f07f020cd7bf54ef80953ba756aa519d039d.tar.gz) = 862422 bytes
diff --git a/libretro-fbalpha2012-cps2/DESCR b/libretro-fbalpha2012-cps2/DESCR
deleted file mode 100644
index 98b018acf8..0000000000
--- a/libretro-fbalpha2012-cps2/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Libretro is a simple but powerful development interface that allows for the
-easy creation of emulators, games and multimedia applications that can plug
-straight into any libretro-compatible frontend. This development interface is
-open to others so that they can run these pluggable emulator and game cores
-also in their own programs or devices.
-
-Port of Final Burn Alpha to Libretro (0.2.97.24). Standalone core for Capcom's
-CP System II.
diff --git a/libretro-fbalpha2012-cps2/Makefile b/libretro-fbalpha2012-cps2/Makefile
deleted file mode 100644
index 258a1e2f0c..0000000000
--- a/libretro-fbalpha2012-cps2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libretro-fbalpha2012-cps2-20170321
-CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
-
-COMMENT=	Libretro core based on the FB Alpha CPS-2 emulator
-LICENSE=	no-commercial-use
-
-GITHUB_PROJECT=	fbalpha2012_cps2
-GITHUB_TAG=	7f1755529b79a3fe0c4aec6b79be564ba36dc395
-
-USE_TOOLS=	gmake
-
-USE_LANGUAGES=	c c++
-
-.include "../../mk/endian.mk"
-
-.if ${MACHINE_ENDIAN} == "big"
-CFLAGS+=	-DMSB_FIRST
-.endif
-
-INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
-
-do-install:
-	${INSTALL_LIB} ${WRKSRC}/fbalpha2012_cps2_libretro.so \
-	    ${DESTDIR}${PREFIX}/lib/libretro/fbalpha2012_cps2_libretro.so
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-fbalpha2012-cps2/PLIST b/libretro-fbalpha2012-cps2/PLIST
deleted file mode 100644
index 3aff4067d7..0000000000
--- a/libretro-fbalpha2012-cps2/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/libretro/fbalpha2012_cps2_libretro.so
diff --git a/libretro-fbalpha2012-cps2/distinfo b/libretro-fbalpha2012-cps2/distinfo
deleted file mode 100644
index b054e0ae02..0000000000
--- a/libretro-fbalpha2012-cps2/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libretro-fbalpha2012-cps2-20170321-7f1755529b79a3fe0c4aec6b79be564ba36dc395.tar.gz) = efcd1d324119489496c636d353db58e589a8a521
-RMD160 (libretro-fbalpha2012-cps2-20170321-7f1755529b79a3fe0c4aec6b79be564ba36dc395.tar.gz) = 85b2e38e7e240d9ac0f026adf023017ba58437fe
-SHA512 (libretro-fbalpha2012-cps2-20170321-7f1755529b79a3fe0c4aec6b79be564ba36dc395.tar.gz) = f7dd1920e20e97784f3e8b9e76f3aab7f21485d8abf49af64cc2c26b9ae52c8ce64849b45ab5bf958bd6b295e87af5be8d50e3c97c0d7529d02c615e060a92c9
-Size (libretro-fbalpha2012-cps2-20170321-7f1755529b79a3fe0c4aec6b79be564ba36dc395.tar.gz) = 856201 bytes
diff --git a/libretro-fbalpha2012-neogeo/DESCR b/libretro-fbalpha2012-neogeo/DESCR
deleted file mode 100644
index 20cb5d87ee..0000000000
--- a/libretro-fbalpha2012-neogeo/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Libretro is a simple but powerful development interface that allows for the
-easy creation of emulators, games and multimedia applications that can plug
-straight into any libretro-compatible frontend. This development interface is
-open to others so that they can run these pluggable emulator and game cores
-also in their own programs or devices.
-
-Port of Final Burn Alpha to Libretro (0.2.97.24). Standalone core for Neo Geo.
diff --git a/libretro-fbalpha2012-neogeo/Makefile b/libretro-fbalpha2012-neogeo/Makefile
deleted file mode 100644
index 4221facb93..0000000000
--- a/libretro-fbalpha2012-neogeo/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libretro-fbalpha2012-neogeo-20170322
-CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
-
-COMMENT=	Libretro core based on the FB Alpha Neo Geo emulator
-LICENSE=	no-commercial-use
-
-GITHUB_PROJECT=	fbalpha2012_neogeo
-GITHUB_TAG=	d472ad0333e1e68e38bb8ce26db13bd0650dbfb0
-
-USE_TOOLS=	gmake
-
-USE_LANGUAGES=	c c++
-
-.include "../../mk/endian.mk"
-
-.if ${MACHINE_ENDIAN} == "big"
-CFLAGS+=	-DMSB_FIRST
-.endif
-
-INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
-
-do-install:
-	${INSTALL_LIB} ${WRKSRC}/fbalpha2012_neogeo_libretro.so \
-	    ${DESTDIR}${PREFIX}/lib/libretro/fbalpha2012_neogeo_libretro.so
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-fbalpha2012-neogeo/PLIST b/libretro-fbalpha2012-neogeo/PLIST
deleted file mode 100644
index e2e9664920..0000000000
--- a/libretro-fbalpha2012-neogeo/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/libretro/fbalpha2012_neogeo_libretro.so
diff --git a/libretro-fbalpha2012-neogeo/distinfo b/libretro-fbalpha2012-neogeo/distinfo
deleted file mode 100644
index ce9a3af3dc..0000000000
--- a/libretro-fbalpha2012-neogeo/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libretro-fbalpha2012-neogeo-20170322-d472ad0333e1e68e38bb8ce26db13bd0650dbfb0.tar.gz) = f2e25cfeb102563dfed6d883d41d2129d59e1a0f
-RMD160 (libretro-fbalpha2012-neogeo-20170322-d472ad0333e1e68e38bb8ce26db13bd0650dbfb0.tar.gz) = ddbd811d3bfd3bd8ad74b28f3cf827c7a5d666e2
-SHA512 (libretro-fbalpha2012-neogeo-20170322-d472ad0333e1e68e38bb8ce26db13bd0650dbfb0.tar.gz) = a6f452f0e6ef2d130fde40f28258e091180a4477e362336d7f532fc10cbf4caf3825a866f9a69aec85c5ae308792bcdbb0735975a47f36e6a7a26cecd2e3f43b
-Size (libretro-fbalpha2012-neogeo-20170322-d472ad0333e1e68e38bb8ce26db13bd0650dbfb0.tar.gz) = 903015 bytes
diff --git a/libretro-fbalpha2012/DESCR b/libretro-fbalpha2012/DESCR
deleted file mode 100644
index 4ff30148b7..0000000000
--- a/libretro-fbalpha2012/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Libretro is a simple but powerful development interface that allows for the
-easy creation of emulators, games and multimedia applications that can plug
-straight into any libretro-compatible frontend. This development interface is
-open to others so that they can run these pluggable emulator and game cores
-also in their own programs or devices.
-
-Port of the Final Burn Alpha arcade emulator to Libretro (0.2.97.24).
diff --git a/libretro-fbalpha2012/Makefile b/libretro-fbalpha2012/Makefile
deleted file mode 100644
index 8fb737e7d8..0000000000
--- a/libretro-fbalpha2012/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libretro-fbalpha2012-20170322
-CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
-
-COMMENT=	Libretro core based on the FB Alpha arcade emulator
-LICENSE=	no-commercial-use
-
-GITHUB_PROJECT=	fbalpha2012
-GITHUB_TAG=	9146c18ac989c619256d1cb8954d49e728e44ea3
-
-USE_TOOLS=	gmake
-
-USE_LANGUAGES=	c c++
-
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}/svn-current/trunk
-
-MAKE_FILE=	makefile.libretro
-
-.include "../../mk/endian.mk"
-
-.if ${MACHINE_ENDIAN} == "big"
-CFLAGS+=	-DMSB_FIRST
-.endif
-
-INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
-
-do-install:
-	${INSTALL_LIB} ${WRKSRC}/fbalpha2012_libretro.so \
-	    ${DESTDIR}${PREFIX}/lib/libretro/fbalpha2012_libretro.so
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-fbalpha2012/PLIST b/libretro-fbalpha2012/PLIST
deleted file mode 100644
index 67c209a43c..0000000000
--- a/libretro-fbalpha2012/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/libretro/fbalpha2012_libretro.so
diff --git a/libretro-fbalpha2012/distinfo b/libretro-fbalpha2012/distinfo
deleted file mode 100644
index 293c326c00..0000000000
--- a/libretro-fbalpha2012/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libretro-fbalpha2012-20170322-9146c18ac989c619256d1cb8954d49e728e44ea3.tar.gz) = 65a9e867e4beb4cc68e3e0e35c56d1130acb9ad1
-RMD160 (libretro-fbalpha2012-20170322-9146c18ac989c619256d1cb8954d49e728e44ea3.tar.gz) = 663e8009e23e9d1901d6e7468db316571e2d2cbf
-SHA512 (libretro-fbalpha2012-20170322-9146c18ac989c619256d1cb8954d49e728e44ea3.tar.gz) = 69cb541e4df3ec3d1c0306dde7f4d6bda181e79d9c75459ff47701a05c478061f46f4d87defd051ebd5094d2f618d24206eb84d7ad7843f24d111c88a8cd1091
-Size (libretro-fbalpha2012-20170322-9146c18ac989c619256d1cb8954d49e728e44ea3.tar.gz) = 5053584 bytes


Home | Main Index | Thread Index | Old Index