pkgsrc-WIP-changes archive

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

libretro-np2kai: Import libretro-np2kai-0.11



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Fri Sep 8 13:06:34 2017 +0100
Changeset:	f77991187e151bee2b4fd84ee3bc6e34ad57c6c8

Modified Files:
	Makefile
Added Files:
	libretro-np2kai/DESCR
	libretro-np2kai/Makefile
	libretro-np2kai/PLIST
	libretro-np2kai/distinfo

Log Message:
libretro-np2kai: Import libretro-np2kai-0.11

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.

Neko Project II is a PC-9801 emulator. The PC-9800 series, commonly
shortened to PC-98, is a lineup of Japanese 16-bit and 32-bit personal
computers manufactured by NEC from 1982 through 2000.

Despite hardware specifications far inferior to the Fujitsu FM Towns
and Sharp X68000 personal computers, the massive install base and steady
flow of game titles (in particular "dojin" style dating sims and RPGs,
as well as early games of the Touhou Project franchise) kept the PC-9801
as the favored platform for PC game developers in Japan until the rise
of the DOS/V clones.

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

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

diffstat:
 Makefile                 |  1 +
 libretro-np2kai/DESCR    | 16 ++++++++++++++++
 libretro-np2kai/Makefile | 26 ++++++++++++++++++++++++++
 libretro-np2kai/PLIST    |  2 ++
 libretro-np2kai/distinfo |  6 ++++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 279779007e..0d4d644a30 100644
--- a/Makefile
+++ b/Makefile
@@ -1771,6 +1771,7 @@ SUBDIR+=	libretro-mame2003
 SUBDIR+=	libretro-mame2014
 SUBDIR+=	libretro-mgba
 SUBDIR+=	libretro-nestopia
+SUBDIR+=	libretro-np2kai
 SUBDIR+=	libretro-o2em
 SUBDIR+=	libretro-parallel-n64
 SUBDIR+=	libretro-pcsx-rearmed
diff --git a/libretro-np2kai/DESCR b/libretro-np2kai/DESCR
new file mode 100644
index 0000000000..3a4f605962
--- /dev/null
+++ b/libretro-np2kai/DESCR
@@ -0,0 +1,16 @@
+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.
+
+Neko Project II is a PC-9801 emulator. The PC-9800 series, commonly
+shortened to PC-98, is a lineup of Japanese 16-bit and 32-bit personal
+computers manufactured by NEC from 1982 through 2000.
+
+Despite hardware specifications far inferior to the Fujitsu FM Towns
+and Sharp X68000 personal computers, the massive install base and steady
+flow of game titles (in particular "dojin" style dating sims and RPGs,
+as well as early games of the Touhou Project franchise) kept the PC-9801
+as the favored platform for PC game developers in Japan until the rise
+of the DOS/V clones.
diff --git a/libretro-np2kai/Makefile b/libretro-np2kai/Makefile
new file mode 100644
index 0000000000..e3b9913c68
--- /dev/null
+++ b/libretro-np2kai/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+NP2KAI_REV=	11
+DISTNAME=	libretro-np2kai-0.${NP2KAI_REV}
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=AZO234/}
+
+HOMEPAGE=	https://github.com/AZO234/NP2kai
+COMMENT=	Libretro core based on the Neko Project II PC-9801 emulator
+LICENSE=	mit
+
+GITHUB_PROJECT=	NP2kai
+GITHUB_TAG=	rev.${NP2KAI_REV}
+
+MAKE_FILE=	sdl2/Makefile.libretro
+
+USE_TOOLS=	gmake
+USE_LANGUAGES=	c c++
+
+INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
+
+do-install:
+	${INSTALL_LIB} ${WRKSRC}/NP2kai_libretro.so \
+	    ${DESTDIR}${PREFIX}/lib/libretro/NP2kai_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-np2kai/PLIST b/libretro-np2kai/PLIST
new file mode 100644
index 0000000000..73ff73d856
--- /dev/null
+++ b/libretro-np2kai/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/NP2kai_libretro.so
diff --git a/libretro-np2kai/distinfo b/libretro-np2kai/distinfo
new file mode 100644
index 0000000000..3d9e725054
--- /dev/null
+++ b/libretro-np2kai/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-np2kai-0.11.tar.gz) = 2e2d9ee153749410dfc890a2231e929774a82358
+RMD160 (libretro-np2kai-0.11.tar.gz) = 96696a739e5cdc36bd1844f375f8696f78311086
+SHA512 (libretro-np2kai-0.11.tar.gz) = 6e6ea30cf670d5ad3a98b30896180ad8353c62e8adc5e57e655bf807a8a481b45681ea7fba52fcf39c755eead92f5db311a4ccc3201faf5d4a5a1057b15e3cc2
+Size (libretro-np2kai-0.11.tar.gz) = 1894874 bytes


Home | Main Index | Thread Index | Old Index