svn commit: r443667 - in head/emulators: . mupen64plus-qt
Richard Gallamore
ultima at FreeBSD.org
Fri Jun 16 04:11:44 UTC 2017
Author: ultima
Date: Fri Jun 16 04:11:43 2017
New Revision: 443667
URL: https://svnweb.freebsd.org/changeset/ports/443667
Log:
* Add mupen64plus-qt 1.10, basic launcher for Mupen64Plus.
Mupen64Plus-Qt is a basic launcher for the mupen64plus-ui-console frontend. It
was adapted from CEN64-Qt to work with Mupen64Plus.
See the README at https://www.github.com/dh4/mupen64plus-qt for a detailed
description of its features and usage.
WWW: https://www.github.com/dh4/mupen64plus-qt
PR: 203642
Sumitted by: Dan <dan465 at mail.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11198
Added:
head/emulators/mupen64plus-qt/
head/emulators/mupen64plus-qt/Makefile (contents, props changed)
head/emulators/mupen64plus-qt/distinfo (contents, props changed)
head/emulators/mupen64plus-qt/pkg-descr (contents, props changed)
Modified:
head/emulators/Makefile
Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile Fri Jun 16 00:36:59 2017 (r443666)
+++ head/emulators/Makefile Fri Jun 16 04:11:43 2017 (r443667)
@@ -85,6 +85,7 @@
SUBDIR += mupen64plus-core
SUBDIR += mupen64plus-input-sdl
SUBDIR += mupen64plus-plugins
+ SUBDIR += mupen64plus-qt
SUBDIR += mupen64plus-rsp-cxd4
SUBDIR += mupen64plus-rsp-hle
SUBDIR += mupen64plus-rsp-z64
Added: head/emulators/mupen64plus-qt/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/mupen64plus-qt/Makefile Fri Jun 16 04:11:43 2017 (r443667)
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+PORTNAME= mupen64plus-qt
+PORTVERSION= 1.10
+CATEGORIES= emulators
+
+MAINTAINER= dan at hasting.info
+COMMENT= Basic launcher for Mupen64Plus
+
+LICENSE= BSD3CLAUSE
+
+LIB_DEPENDS= libquazip.so:archivers/quazip
+RUN_DEPENDS= mupen64plus:emulators/mupen64plus
+
+USES= qmake
+USE_QT4= corelib gui moc_build network rcc_build sql sql-sqlite3_run uic_build xml
+
+USE_GITHUB= yes
+GH_ACCOUNT= dh4
+
+PORTDOCS= README.md
+
+PLIST_FILES= bin/mupen64plus-qt \
+ man/man6/mupen64plus-qt.6.gz \
+ share/applications/mupen64plus-qt.desktop \
+ share/pixmaps/mupen64plus-qt.png
+
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT= DOCS
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKSRC}/resources/images/mupen64plus.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
+ ${INSTALL_MAN} ${WRKSRC}/resources/${PORTNAME}.6 ${STAGEDIR}${MANPREFIX}/man/man6
+
+do-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
+
+.include <bsd.port.mk>
Added: head/emulators/mupen64plus-qt/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/mupen64plus-qt/distinfo Fri Jun 16 04:11:43 2017 (r443667)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497469597
+SHA256 (dh4-mupen64plus-qt-1.10_GH0.tar.gz) = 526fa06e481ba4db84024a72535fc0c40dc06332bdb2985e90023948cbabac83
+SIZE (dh4-mupen64plus-qt-1.10_GH0.tar.gz) = 120137
Added: head/emulators/mupen64plus-qt/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/mupen64plus-qt/pkg-descr Fri Jun 16 04:11:43 2017 (r443667)
@@ -0,0 +1,7 @@
+Mupen64Plus-Qt is a basic launcher for the mupen64plus-ui-console frontend. It
+was adapted from CEN64-Qt to work with Mupen64Plus.
+
+See the README at https://www.github.com/dh4/mupen64plus-qt for a detailed
+description of its features and usage.
+
+WWW: https://www.github.com/dh4/mupen64plus-qt
More information about the svn-ports-head
mailing list