From owner-svn-ports-all@FreeBSD.ORG Sat Feb 22 10:12:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 929E945D; Sat, 22 Feb 2014 10:12:43 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 655D417CF; Sat, 22 Feb 2014 10:12:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1MAChfN081061; Sat, 22 Feb 2014 10:12:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1MACgrX081054; Sat, 22 Feb 2014 10:12:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201402221012.s1MACgrX081054@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 22 Feb 2014 10:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345581 - in head/games: . catesc 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.17 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: Sat, 22 Feb 2014 10:12:43 -0000 Author: amdmi3 Date: Sat Feb 22 10:12:42 2014 New Revision: 345581 URL: http://svnweb.freebsd.org/changeset/ports/345581 QAT: https://qat.redports.org/buildarchive/r345581/ Log: Escape of the cat - hardcore oldschool platformer on INSTEAD engine WWW: https://github.com/gl00my/catesc Added: head/games/catesc/ head/games/catesc/Makefile (contents, props changed) head/games/catesc/distinfo (contents, props changed) head/games/catesc/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat Feb 22 10:07:34 2014 (r345580) +++ head/games/Makefile Sat Feb 22 10:12:42 2014 (r345581) @@ -127,6 +127,7 @@ SUBDIR += cardpics SUBDIR += castlevox SUBDIR += cataclysm-dda + SUBDIR += catesc SUBDIR += cave9 SUBDIR += cavezofphear SUBDIR += ceferino Added: head/games/catesc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/catesc/Makefile Sat Feb 22 10:12:42 2014 (r345581) @@ -0,0 +1,37 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= catesc +PORTVERSION= 0.3 +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Escape of the cat - hardcode oldschool platformer + +RUN_DEPENDS= instead:${PORTSDIR}/games/instead + +USE_GITHUB= yes +GH_ACCOUNT= gl00my +GH_TAGNAME= d84d277 +GH_COMMIT= d84d277 + +NO_BUILD= yes + +DATADIR= ${PREFIX}/share/instead/games/${PORTNAME} + +PLIST_FILES= share/pixmaps/${PORTNAME}.png +PORTDATA= * + +DESKTOP_ENTRIES="Escape of the cat" \ + "Hardcore oldschool platformer" \ + "${PORTNAME}" \ + "${LOCALBASE}/bin/instead ${DATADIR}" \ + "Game;ArcadeGame;" \ + "" + +do-install: + ${INSTALL_DATA} ${WRKSRC}/pic/icon.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ + +.include Added: head/games/catesc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/catesc/distinfo Sat Feb 22 10:12:42 2014 (r345581) @@ -0,0 +1,2 @@ +SHA256 (catesc-0.3.tar.gz) = fab5b457e50dd35b945e8e4f416d4b479ccd134ff01ebba27254889225b2b6d0 +SIZE (catesc-0.3.tar.gz) = 3180340 Added: head/games/catesc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/catesc/pkg-descr Sat Feb 22 10:12:42 2014 (r345581) @@ -0,0 +1,3 @@ +Escape of the cat - hardcore oldschool platformer on INSTEAD engine + +WWW: https://github.com/gl00my/catesc