svn commit: r378367 - in head/games: . katawa-shoujo
Jan Beich
jbeich at FreeBSD.org
Tue Feb 3 19:14:11 UTC 2015
Author: jbeich
Date: Tue Feb 3 19:14:09 2015
New Revision: 378367
URL: https://svnweb.freebsd.org/changeset/ports/378367
QAT: https://qat.redports.org/buildarchive/r378367/
Log:
Add new port games/katawa-shoujo
PR: 195769
Differential Revision: https://reviews.freebsd.org/D1601
Requested by: XENOHEAVEN on forums.pcbsd.org
Reviewed by: games (amdmi3)
Approved by: flo (mentor)
Katawa Shoujo is a bishoujo-style visual novel set in the fictional
Yamaku High School for disabled children, located somewhere in modern
Japan. Hisao Nakai, a normal boy living a normal life, has his life
turned upside down when a congenital heart defect forces him to move
to a new school after a long hospitalization. Despite his
difficulties, Hisao is able to find friends - and perhaps love, if he
plays his cards right. There are five main paths corresponding to the
5 main female characters, each path following the storyline pertaining
to that character.
WWW: http://www.katawa-shoujo.com/
Added:
head/games/katawa-shoujo/
head/games/katawa-shoujo/Makefile (contents, props changed)
head/games/katawa-shoujo/distinfo (contents, props changed)
head/games/katawa-shoujo/pkg-descr (contents, props changed)
Modified:
head/games/Makefile
Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile Tue Feb 3 19:13:10 2015 (r378366)
+++ head/games/Makefile Tue Feb 3 19:14:09 2015 (r378367)
@@ -445,6 +445,7 @@
SUBDIR += kapman
SUBDIR += kardsgt
SUBDIR += kartofel
+ SUBDIR += katawa-shoujo
SUBDIR += katomic
SUBDIR += kblackbox
SUBDIR += kblocks
Added: head/games/katawa-shoujo/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/katawa-shoujo/Makefile Tue Feb 3 19:14:09 2015 (r378367)
@@ -0,0 +1,66 @@
+# $FreeBSD$
+
+PORTNAME= katawa-shoujo
+PORTVERSION= 1.2
+DISTVERSIONSUFFIX=-[linux-x86][8F3BA490]
+CATEGORIES= games
+MASTER_SITES= http://dl.katawa-shoujo.com/gold_${PORTVERSION}/:game \
+ GENTOO/distfiles:icon
+DISTFILES= [4ls]_${PORTNAME:S|-|_|}_${PORTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:game \
+ ${PORTNAME}-48.png:icon \
+ ${PORTNAME}-256.png:icon
+EXTRACT_ONLY= [4ls]_${PORTNAME:S|-|_|}_${PORTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}
+
+MAINTAINER= jbeich at FreeBSD.org
+COMMENT= Bishoujo-style visual novel about disabled adolescents
+
+LICENSE= CCbyNCND3
+LICENSE_NAME= Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
+LICENSE_TEXT= See https://creativecommons.org/licenses/by-nc-nd/3.0/
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+
+RUN_DEPENDS= renpy:${PORTSDIR}/devel/renpy
+
+USES= tar:bz2
+NO_ARCH= yes
+NO_BUILD= yes
+INSTALLS_ICONS= yes
+WRKSRC= ${WRKDIR}/Katawa\ Shoujo-linux-x86
+PORTDATA= *
+PORTDOCS= *
+PLIST_FILES= bin/${PORTNAME} \
+ share/icons/hicolor/48x48/apps/${PORTNAME}.png \
+ share/icons/hicolor/256x256/apps/${PORTNAME}.png
+
+DESKTOP_ENTRIES="Katawa Shoujo" \
+ "" \
+ "${PORTNAME}" \
+ "${PORTNAME}" \
+ "Game;AdventureGame;" \
+ ""
+
+OPTIONS_DEFINE= DOCS
+
+MANUAL_PACKAGE_BUILD= huge (470MiB)
+
+.include <bsd.port.options.mk>
+
+pre-install:
+ ${PRINTF} '#! /bin/sh\nrenpy ${DATADIR} "$$@"\n' \
+ >${WRKDIR}/${PORTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+.for i in 48 256
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
+ ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${i}.png \
+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/${PORTNAME}.png
+.endfor
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ (cd ${WRKSRC}/game && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.pdf ${STAGEDIR}${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
Added: head/games/katawa-shoujo/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/katawa-shoujo/distinfo Tue Feb 3 19:14:09 2015 (r378367)
@@ -0,0 +1,6 @@
+SHA256 ([4ls]_katawa_shoujo_1.2-[linux-x86][8F3BA490].tar.bz2) = 558b74ab6b69cc61ac98905a9ca38695303963210ad846108963c6334a9205ae
+SIZE ([4ls]_katawa_shoujo_1.2-[linux-x86][8F3BA490].tar.bz2) = 483215826
+SHA256 (katawa-shoujo-48.png) = a366a52fd9dd241182d163e28a37f537fa71d5d46f1fc899da08b492c371a0fd
+SIZE (katawa-shoujo-48.png) = 3621
+SHA256 (katawa-shoujo-256.png) = 8130b39af5341b0e1c85cbd6ef5be229de2877d696e5b372e1aacf176778df45
+SIZE (katawa-shoujo-256.png) = 59803
Added: head/games/katawa-shoujo/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/katawa-shoujo/pkg-descr Tue Feb 3 19:14:09 2015 (r378367)
@@ -0,0 +1,11 @@
+Katawa Shoujo is a bishoujo-style visual novel set in the fictional
+Yamaku High School for disabled children, located somewhere in modern
+Japan. Hisao Nakai, a normal boy living a normal life, has his life
+turned upside down when a congenital heart defect forces him to move
+to a new school after a long hospitalization. Despite his
+difficulties, Hisao is able to find friends - and perhaps love, if he
+plays his cards right. There are five main paths corresponding to the
+5 main female characters, each path following the storyline pertaining
+to that character.
+
+WWW: http://www.katawa-shoujo.com/
More information about the svn-ports-head
mailing list