pkgsrc-WIP-changes archive

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

softvms: Import softvms-1.9 as wip/softvms



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Tue Dec 6 17:14:20 2016 +0000
Changeset:	9381c5f018468925166c3260ccc0486246610e99

Modified Files:
	Makefile
Added Files:
	softvms/DESCR
	softvms/Makefile
	softvms/PLIST
	softvms/distinfo

Log Message:
softvms: Import softvms-1.9 as wip/softvms

An emulator capable of running some VMS games which run natively
on the SEGA Dreamcast Visual Memory Unit.

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

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

diffstat:
 Makefile         |  1 +
 softvms/DESCR    |  1 +
 softvms/Makefile | 26 ++++++++++++++++++++++++++
 softvms/PLIST    |  2 ++
 softvms/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 190e99a..a572f2a 100644
--- a/Makefile
+++ b/Makefile
@@ -3902,6 +3902,7 @@ SUBDIR+=	snes9express
 SUBDIR+=	snotes
 SUBDIR+=	socklog
 SUBDIR+=	softflowd
+SUBDIR+=	softvms
 SUBDIR+=	soil
 SUBDIR+=	solarus-zsdx
 SUBDIR+=	sollya
diff --git a/softvms/DESCR b/softvms/DESCR
new file mode 100644
index 0000000..b6b4505
--- /dev/null
+++ b/softvms/DESCR
@@ -0,0 +1 @@
+An emulator capable of running some VMS games.
diff --git a/softvms/Makefile b/softvms/Makefile
new file mode 100644
index 0000000..d819a67
--- /dev/null
+++ b/softvms/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+PKGNAME=	softvms-1.9
+DISTNAME=	softvms
+CATEGORIES=	emulators
+MASTER_SITES=	https://mc.pp.se/dc/files/
+
+MAINTAINER=	tr%vispaul.me@localhost
+HOMEPAGE=	https://mc.pp.se/dc/sw.html
+COMMENT=	Emulator capable of running some VMS games
+LICENSE=	public-domain
+
+WRKSRC=		${WRKDIR}/vms
+GNU_CONFIGURE=	yes
+BUILD_TARGET=	vms
+USE_TOOLS+=		gmake
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/vms ${DESTDIR}${PREFIX}/bin/vms
+
+.include "../../x11/libX11/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
+
+
diff --git a/softvms/PLIST b/softvms/PLIST
new file mode 100644
index 0000000..e5f673f
--- /dev/null
+++ b/softvms/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/vms
diff --git a/softvms/distinfo b/softvms/distinfo
new file mode 100644
index 0000000..fffeff0
--- /dev/null
+++ b/softvms/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (softvms.tar.gz) = 90052ac4dce049c5afd0b7068984d7041f52a3f4
+RMD160 (softvms.tar.gz) = e911a2e75428930789b41cd652dc525d872af686
+SHA512 (softvms.tar.gz) = 413a0661a69e92ff016dfe3ae93968355171e5b060c9c1dc7d78260e15f83b479b946d42bfabf69393542b5ab0f1e6330068fe3290cbf652af8fa4b21941a10e
+Size (softvms.tar.gz) = 68595 bytes


Home | Main Index | Thread Index | Old Index