From owner-svn-ports-head@FreeBSD.ORG Tue Sep 24 23:59:06 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id ED95A5DD; Tue, 24 Sep 2013 23:59:06 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) 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 DA75F2518; Tue, 24 Sep 2013 23:59:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ONx6gn042604; Tue, 24 Sep 2013 23:59:06 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ONx6kJ042598; Tue, 24 Sep 2013 23:59:06 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309242359.r8ONx6kJ042598@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 24 Sep 2013 23:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328221 - head/games/syobon 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.14 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: Tue, 24 Sep 2013 23:59:07 -0000 Author: nemysis Date: Tue Sep 24 23:59:05 2013 New Revision: 328221 URL: http://svnweb.freebsd.org/changeset/ports/328221 Log: - Bump portrevision - Change maintainer email gmx.ch --> FreeBSD.org - Change COMMENT - Add USE_GCC=yes - Add icon and Desktop entry file - Add DOCS Option - Remove unneeded comments and mute dir install - Switch to statical pkg-plist Approved by: wg/pawel (mentors) Added: head/games/syobon/pkg-plist (contents, props changed) Modified: head/games/syobon/Makefile head/games/syobon/distinfo (contents, props changed) Modified: head/games/syobon/Makefile ============================================================================== --- head/games/syobon/Makefile Tue Sep 24 23:55:46 2013 (r328220) +++ head/games/syobon/Makefile Tue Sep 24 23:59:05 2013 (r328221) @@ -1,46 +1,47 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= syobon PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://download.zapek.com/software/${PORTNAME}/ -DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= _src.tar.gz +MASTER_SITES= http://download.zapek.com/software/${PORTNAME}/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUFX} -MAINTAINER= nemysis@gmx.ch -COMMENT= Syobon Action is a platform game as Super Mario Bros +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Platform game as Super Mario Bros WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake pkgconfig -USE_DOS2UNIX= *.txt -ALL_TARGET= ${PORTNAME} USE_SDL= sdl gfx image mixer ttf +USE_DOS2UNIX= *.cpp *.txt +USE_GCC= yes +ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/${PORTNAME} +MAKE_ENV= GAMEDATA="${DATADIR}" PORTDOCS= README.txt -PORTDATA= * -MAKE_ENV= GAMEDATA="${DATADIR}" +DESKTOP_ENTRIES="Syobon Action" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +OPTIONS_DEFINE= DOCS NO_STAGE= yes .include do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Data - ${MKDIR} ${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "BGM SE res" ${DATADIR}) + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps -# Documentation .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Modified: head/games/syobon/distinfo ============================================================================== --- head/games/syobon/distinfo Tue Sep 24 23:55:46 2013 (r328220) +++ head/games/syobon/distinfo Tue Sep 24 23:59:05 2013 (r328221) @@ -1,2 +1,4 @@ SHA256 (syobon_1.0.1_src.tar.gz) = e7aaf73098e6bd748ae682aab4e959e887a742647124aac813f864e5106b943a SIZE (syobon_1.0.1_src.tar.gz) = 2721153 +SHA256 (syobon.png) = ef9c5d27c855ef4d83da98562e8f7d4515d232ca4352ecdbf75b0725490f4111 +SIZE (syobon.png) = 1760 Added: head/games/syobon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/syobon/pkg-plist Tue Sep 24 23:59:05 2013 (r328221) @@ -0,0 +1,40 @@ +bin/syobon +share/pixmaps/syobon.png +%%DATADIR%%/BGM/castle.ogg +%%DATADIR%%/BGM/dungeon.ogg +%%DATADIR%%/BGM/field.ogg +%%DATADIR%%/BGM/puyo.ogg +%%DATADIR%%/BGM/star4.ogg +%%DATADIR%%/SE/4-clear.ogg +%%DATADIR%%/SE/Pswitch.ogg +%%DATADIR%%/SE/allclear.ogg +%%DATADIR%%/SE/brockbreak.ogg +%%DATADIR%%/SE/brockcoin.ogg +%%DATADIR%%/SE/brockkinoko.ogg +%%DATADIR%%/SE/coin.ogg +%%DATADIR%%/SE/death.ogg +%%DATADIR%%/SE/dokan.ogg +%%DATADIR%%/SE/gameover.ogg +%%DATADIR%%/SE/goal.ogg +%%DATADIR%%/SE/hintBlock.ogg +%%DATADIR%%/SE/humi.ogg +%%DATADIR%%/SE/jump.ogg +%%DATADIR%%/SE/jumpBlock.ogg +%%DATADIR%%/SE/kirra.ogg +%%DATADIR%%/SE/koura.ogg +%%DATADIR%%/SE/powerup.ogg +%%DATADIR%%/SE/tekifire.ogg +%%DATADIR%%/res/DejaVuSans.ttf +%%DATADIR%%/res/brock.PNG +%%DATADIR%%/res/brock2.PNG +%%DATADIR%%/res/haikei.PNG +%%DATADIR%%/res/item.PNG +%%DATADIR%%/res/omake.PNG +%%DATADIR%%/res/omake2.PNG +%%DATADIR%%/res/player.PNG +%%DATADIR%%/res/syobon3.PNG +%%DATADIR%%/res/teki.PNG +@dirrm %%DATADIR%%/res +@dirrm %%DATADIR%%/SE +@dirrm %%DATADIR%%/BGM +@dirrm %%DATADIR%%