svn commit: r422095 - in head/games: . endless-sky-high-dpi

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 14 01:17:29 UTC 2016


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	high-dpi
+PORTVERSION=	0.9.2
+DISTVERSIONPREFIX=	v
+CATEGORIES=	games
+PKGNAMEPREFIX=	endless-sky-
+
+MAINTAINER=	amdmi3 at 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.


More information about the svn-ports-head mailing list