Hi,
Please find below the update for most recent release of fnaify 2.0.
This release adds methods to run some XNA games like Cthulhu Saves the
World or One Finger Death Punch, as well as 'easy mode' switch '-y'.
Now comes with a man page.
Tested with large parts of my FNA/XNA/MonoGame collection, including
Stardew Valley, Unexplored, and many others.
bcallah@, I would appreciate if this could again be hosted on nycbug.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/fnaify/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 12 Jul 2019 20:46:17 -0000 1.5
+++ Makefile 21 Sep 2019 20:31:17 -0000
@@ -4,7 +4,7 @@
ONLY_FOR_ARCHS = ${MONO_ARCHS}
COMMENT = script to configure FNA games to run on OpenBSD
-DISTNAME = fnaify-1.3
+DISTNAME = fnaify-2.0
CATEGORIES = games
HOMEPAGE = https://www.PlayOnBSD.com
@@ -13,7 +13,7 @@ MAINTAINER = Thomas Frohwein <thfr@openb
# ISC
PERMIT_PACKAGE = Yes
-MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
+MASTER_SITES = https://thfr.info/distfiles/fnaify/
# it may be possible to drop audio/openal and a few others when FAudio
# has been disseminated to all FNA games
@@ -38,5 +38,6 @@ do-configure:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/fnaify ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/fnaify.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/fnaify/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 28 May 2019 15:05:03 -0000 1.4
+++ distinfo 21 Sep 2019 20:31:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (fnaify-1.3.tar.gz) = wlltUi4QO2jhs4/TSNttuy/v1GQFy7o/52gpdVAJZ+g=
-SIZE (fnaify-1.3.tar.gz) = 8546
+SHA256 (fnaify-2.0.tar.gz) = lxg6ea1LmJKV+fRE37LyZIh8HVEO6V0Ymk5kuE3oE/w=
+SIZE (fnaify-2.0.tar.gz) = 13068
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/fnaify/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 23 Sep 2018 18:39:34 -0000 1.1.1.1
+++ pkg/PLIST 21 Sep 2019 20:31:17 -0000
@@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/09/23 18:39:34 thfr Exp $
bin/fnaify
+@man man/man1/fnaify.1
share/doc/pkg-readmes/${PKGSTEM}
Index: pkg/README
===================================================================
RCS file: /cvs/ports/games/fnaify/pkg/README,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 README
--- pkg/README 23 Sep 2018 18:39:34 -0000 1.1.1.1
+++ pkg/README 21 Sep 2019 20:31:17 -0000
@@ -34,4 +34,4 @@ Some games known to work
- Skulls of the Shogun
- Stardew Valley
-More up-to-date information can be found (soon) at https://www.PlayOnBSD.com/.
+More information can be found in the accompanying man page.