Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 01:17:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
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
Message-ID:  <201609140117.u8E1HSD5054142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <amdmi3@FreeBSD.org>
+# $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 <bsd.port.mk>

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609140117.u8E1HSD5054142>