From owner-svn-ports-all@FreeBSD.ORG Tue Feb 3 19:14:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C9383CE; Tue, 3 Feb 2015 19:14:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D13176D; Tue, 3 Feb 2015 19:14:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JEBr0021654; Tue, 3 Feb 2015 19:14:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JEAOV021648; Tue, 3 Feb 2015 19:14:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502031914.t13JEAOV021648@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Feb 2015 19:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378367 - in head/games: . katawa-shoujo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:14:11 -0000 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@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 + +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 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/