FreeBSD Bugzilla – Attachment 187338 Details for
Bug 223139
New port: games/OpenClaw, reimplementation of Captain Claw (1997) platformer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openclaw.patch
openclaw.patch (text/plain), 3.41 KB, created by
Val Packett
on 2017-10-20 21:48:44 UTC
(
hide
)
Description:
openclaw.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2017-10-20 21:48:44 UTC
Size:
3.41 KB
patch
obsolete
>diff --git c/games/OpenClaw/Makefile i/games/OpenClaw/Makefile >new file mode 100644 >index 000000000000..0d7176acc622 >--- /dev/null >+++ i/games/OpenClaw/Makefile >@@ -0,0 +1,50 @@ >+# $FreeBSD$ >+ >+PORTNAME= OpenClaw >+DISTVERSION= 1.0-29 >+DISTVERSIONSUFFIX= -g49c28d9 >+CATEGORIES= games >+ >+MAINTAINER= greg@unrelenting.technology >+COMMENT= Reimplementation of Captain Claw (1997) platformer >+ >+LICENSE= GPLv3 >+ >+LIB_DEPENDS= libtinyxml.so:textproc/tinyxml >+ >+USES= cmake:outsource compiler:c++11-lang pkgconfig localbase:ldflags >+ >+USE_GITHUB= yes >+GH_ACCOUNT= pjasicek >+ >+USE_SDL= image2 mixer2 ttf2 gfx2 >+ >+SUB_FILES= pkg-message >+DATADIR= ${LOCALBASE}/share/openclaw >+ >+do-install: >+ ${INSTALL} -s ${WRKSRC}/../Build_Release/openclaw \ >+ ${STAGEDIR}${PREFIX}/bin/openclaw >+ ${INSTALL} ${WRKSRC}/Build_Release/ClawLauncher.exe \ >+ ${STAGEDIR}${PREFIX}/bin/ClawLauncher.exe >+ ${SED} -e 's|/usr/share/openclaw|${DATADIR}|g' \ >+ ${WRKSRC}/Build_Release/clawlauncher > \ >+ ${WRKSRC}/Build_Release/clawlauncher_freebsd >+ ${INSTALL} ${WRKSRC}/Build_Release/clawlauncher_freebsd \ >+ ${STAGEDIR}${PREFIX}/bin/clawlauncher >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/Build_Release/ASSETS.ZIP \ >+ ${STAGEDIR}${DATADIR}/ASSETS.ZIP >+ ${INSTALL_DATA} ${WRKSRC}/Build_Release/clacon.ttf \ >+ ${STAGEDIR}${DATADIR}/clacon.ttf >+ ${INSTALL_DATA} ${WRKSRC}/Build_Release/console02.tga \ >+ ${STAGEDIR}${DATADIR}/console02.tga >+ ${INSTALL_DATA} ${WRKSRC}/Build_Release/SAVES.XML \ >+ ${STAGEDIR}${DATADIR}/SAVES.XML >+ ${SED} -e 's|/usr/share/openclaw|${DATADIR}|g' \ >+ ${WRKSRC}/Build_Release/config_linux_release.xml > \ >+ ${WRKSRC}/Build_Release/config_freebsd_release.xml >+ ${INSTALL_DATA} ${WRKSRC}/Build_Release/config_freebsd_release.xml \ >+ ${STAGEDIR}${DATADIR}/config.xml >+ >+.include <bsd.port.mk> >diff --git c/games/OpenClaw/distinfo i/games/OpenClaw/distinfo >new file mode 100644 >index 000000000000..b2a44c8e6378 >--- /dev/null >+++ i/games/OpenClaw/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1508534896 >+SHA256 (pjasicek-OpenClaw-1.0-29-g49c28d9_GH0.tar.gz) = 7c9b047b9e7c2eaf5549274ac49e5b844a6ac29d9414a7accab1d39aafb96c1a >+SIZE (pjasicek-OpenClaw-1.0-29-g49c28d9_GH0.tar.gz) = 26486352 >diff --git c/games/OpenClaw/files/pkg-message.in i/games/OpenClaw/files/pkg-message.in >new file mode 100644 >index 000000000000..fd73f10a70c0 >--- /dev/null >+++ i/games/OpenClaw/files/pkg-message.in >@@ -0,0 +1,10 @@ >+============================================================================== >+ >+To complete the installation of this port you need to copy the file >+"CLAW.REZ" from the original Captain Claw distribution to >+%%DATADIR%%. >+ >+To use clawlauncher (optional), install lang/mono. >+ >+============================================================================== >+ >diff --git c/games/OpenClaw/pkg-descr i/games/OpenClaw/pkg-descr >new file mode 100644 >index 000000000000..306ab064c01b >--- /dev/null >+++ i/games/OpenClaw/pkg-descr >@@ -0,0 +1,4 @@ >+A multiplatform C++ reimplementation of original Captain Claw (1997) platformer >+game, using SDL2 and Box2D. >+ >+WWW: https://github.com/pjasicek/OpenClaw >diff --git c/games/OpenClaw/pkg-plist i/games/OpenClaw/pkg-plist >new file mode 100644 >index 000000000000..907c1d6ce8b8 >--- /dev/null >+++ i/games/OpenClaw/pkg-plist >@@ -0,0 +1,8 @@ >+bin/ClawLauncher.exe >+bin/clawlauncher >+bin/openclaw >+share/openclaw/ASSETS.ZIP >+share/openclaw/SAVES.XML >+share/openclaw/clacon.ttf >+share/openclaw/config.xml >+share/openclaw/console02.tga
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223139
: 187338 |
187461
|
187470
|
187471