From owner-svn-ports-head@freebsd.org Wed Sep 14 01:17:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B57CBDA12F; Wed, 14 Sep 2016 01:17:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 579B1F64; Wed, 14 Sep 2016 01:17:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8E1HSJT054147; Wed, 14 Sep 2016 01:17:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8E1HSD5054142; Wed, 14 Sep 2016 01:17:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609140117.u8E1HSD5054142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Sep 2016 01:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422095 - in head/games: . endless-sky-high-dpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 01:17:29 -0000 Author: amdmi3 Date: Wed Sep 14 01:17:27 2016 New Revision: 422095 URL: https://svnweb.freebsd.org/changeset/ports/422095 Log: This is a collection of double-resolution sprites for Endless Sky. These sprites will only be used if: - you have set the "zoom factor" to higher than 100% in the preferences, or - you have a high-DPI monitor. WWW: https://github.com/endless-sky/endless-sky-high-dpi Added: head/games/endless-sky-high-dpi/ head/games/endless-sky-high-dpi/Makefile (contents, props changed) head/games/endless-sky-high-dpi/distinfo (contents, props changed) head/games/endless-sky-high-dpi/pkg-descr (contents, props changed) head/games/endless-sky-high-dpi/pkg-message (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Sep 14 01:16:12 2016 (r422094) +++ head/games/Makefile Wed Sep 14 01:17:27 2016 (r422095) @@ -233,6 +233,7 @@ SUBDIR += endgame-singularity SUBDIR += endgame-singularity-music SUBDIR += endless-sky + SUBDIR += endless-sky-high-dpi SUBDIR += enigma SUBDIR += ensemblist SUBDIR += entombed Added: head/games/endless-sky-high-dpi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/endless-sky-high-dpi/Makefile Wed Sep 14 01:17:27 2016 (r422095) @@ -0,0 +1,32 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= high-dpi +PORTVERSION= 0.9.2 +DISTVERSIONPREFIX= v +CATEGORIES= games +PKGNAMEPREFIX= endless-sky- + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= High-DPI graphics for Endless Sky + +LICENSE= CC-BY-3.0 CC-BY-SA-3.0 CC-BY-SA-4.0 PD +LICENSE_COMB= multi + +RUN_DEPENDS= endless-sky:games/endless-sky + +USE_GITHUB= yes +GH_ACCOUNT= endless-sky +GH_PROJECT= endless-sky-${PORTNAME} + +DATADIR= ${PREFIX}/share/endless-sky/plugins/${PORTNAME} + +NO_BUILD= yes +NO_ARCH= yes + +PORTDATA= * + +do-install: + @cd ${WRKSRC} && ${COPYTREE_SHARE} "images" ${STAGEDIR}${DATADIR} + +.include Added: head/games/endless-sky-high-dpi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/endless-sky-high-dpi/distinfo Wed Sep 14 01:17:27 2016 (r422095) @@ -0,0 +1,3 @@ +TIMESTAMP = 1473578328 +SHA256 (endless-sky-endless-sky-high-dpi-v0.9.2_GH0.tar.gz) = 6e463830d6c563c10b8ba66cef38e6ed647ecbeed4b03dee56381e20e5a2ac96 +SIZE (endless-sky-endless-sky-high-dpi-v0.9.2_GH0.tar.gz) = 107831057 Added: head/games/endless-sky-high-dpi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/endless-sky-high-dpi/pkg-descr Wed Sep 14 01:17:27 2016 (r422095) @@ -0,0 +1,7 @@ +This is a collection of double-resolution sprites for Endless Sky. +These sprites will only be used if: + +- you have set the "zoom factor" to higher than 100% in the preferences, or +- you have a high-DPI monitor. + +WWW: https://github.com/endless-sky/endless-sky-high-dpi Added: head/games/endless-sky-high-dpi/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/endless-sky-high-dpi/pkg-message Wed Sep 14 01:17:27 2016 (r422095) @@ -0,0 +1,4 @@ +Note that high-dpi sprites will only be used if: + +- you have set the "zoom factor" to higher than 100% in the preferences, or +- you have a high-DPI monitor.