From owner-svn-ports-head@FreeBSD.ORG Tue Dec 18 13:09:12 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28F2DAB9; Tue, 18 Dec 2012 13:09:12 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0485F8FC14; Tue, 18 Dec 2012 13:09:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBID9BEc046814; Tue, 18 Dec 2012 13:09:11 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBID9Bu0046812; Tue, 18 Dec 2012 13:09:11 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201212181309.qBID9Bu0046812@svn.freebsd.org> From: Lars Engels Date: Tue, 18 Dec 2012 13:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309175 - head/games/twind 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, 18 Dec 2012 13:09:12 -0000 Author: lme Date: Tue Dec 18 13:09:11 2012 New Revision: 309175 URL: http://svnweb.freebsd.org/changeset/ports/309175 Log: - Add a desktop entry - Move plist to pkg-plist - Remove comments in Makefile - Bump PORTREVISION PR: ports/174537 Submitted by: nemysis@gmx.ch (maintainer) Added: head/games/twind/pkg-plist (contents, props changed) Modified: head/games/twind/Makefile (contents, props changed) Modified: head/games/twind/Makefile ============================================================================== --- head/games/twind/Makefile Tue Dec 18 12:36:46 2012 (r309174) +++ head/games/twind/Makefile Tue Dec 18 13:09:11 2012 (r309175) @@ -7,7 +7,7 @@ PORTNAME= twind PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -19,12 +19,11 @@ LICENSE= GPLv2 USE_SDL= sdl image mixer MAKE_JOBS_SAFE= yes -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png - -PORTDATA= * PORTDOCS= AUTHORS CREDITS ChangeLog NEWS README TODO +DESKTOP_ENTRIES="Twin Distress" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} + .include do-build: @@ -32,22 +31,15 @@ do-build: -DDATA_PREFIX=\"${DATADIR}/\" -DAUDIO -DLINUX \ -lm `${SDL_CONFIG} --cflags --libs` -lSDL_mixer -lSDL_image twind.c do-install: -# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Data ${MKDIR} ${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics music sound" ${DATADIR}) -# Pixmaps - ${INSTALL_DATA} ${WRKSRC}/graphics/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/graphics/${PORTNAME}.png ${PREFIX}/share/pixmaps -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Added: head/games/twind/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/twind/pkg-plist Tue Dec 18 13:09:11 2012 (r309175) @@ -0,0 +1,57 @@ +bin/twind +share/pixmaps/twind.png +%%DATADIR%%/graphics/background.png +%%DATADIR%%/graphics/beveled.png +%%DATADIR%%/graphics/black_l.png +%%DATADIR%%/graphics/black_r.png +%%DATADIR%%/graphics/bricks.png +%%DATADIR%%/graphics/brushed_metal.png +%%DATADIR%%/graphics/circles.png +%%DATADIR%%/graphics/freeserif_green_20.png +%%DATADIR%%/graphics/freeserif_green_24.png +%%DATADIR%%/graphics/freeserif_white_20.png +%%DATADIR%%/graphics/freeserif_white_24.png +%%DATADIR%%/graphics/highlight1.png +%%DATADIR%%/graphics/highlight2.png +%%DATADIR%%/graphics/highlight3.png +%%DATADIR%%/graphics/highlight4.png +%%DATADIR%%/graphics/left_mouse_highlight.png +%%DATADIR%%/graphics/path_blocks.png +%%DATADIR%%/graphics/pyramids.png +%%DATADIR%%/graphics/right_mouse_highlight.png +%%DATADIR%%/graphics/snake_skin.png +%%DATADIR%%/graphics/timer_empty.png +%%DATADIR%%/graphics/timer_empty_white.png +%%DATADIR%%/graphics/timer_full.png +%%DATADIR%%/graphics/timer_full_white.png +%%DATADIR%%/graphics/title_big.png +%%DATADIR%%/graphics/title_small.png +%%DATADIR%%/graphics/twind.png +%%DATADIR%%/graphics/volume_bar.png +%%DATADIR%%/graphics/volume_slider.png +%%DATADIR%%/graphics/white_l.png +%%DATADIR%%/graphics/white_r.png +%%DATADIR%%/music/0-0.ogg +%%DATADIR%%/music/0-1.ogg +%%DATADIR%%/music/1-1.ogg +%%DATADIR%%/music/1-2.ogg +%%DATADIR%%/music/2-1.ogg +%%DATADIR%%/music/2-2.ogg +%%DATADIR%%/music/3-1.ogg +%%DATADIR%%/music/3-2.ogg +%%DATADIR%%/music/4-1.ogg +%%DATADIR%%/music/4-2.ogg +%%DATADIR%%/music/5-1.ogg +%%DATADIR%%/music/5-2.ogg +%%DATADIR%%/music/6-1.ogg +%%DATADIR%%/music/6-2.ogg +%%DATADIR%%/sound/apply_bonus.wav +%%DATADIR%%/sound/eliminate_blocks.wav +%%DATADIR%%/sound/keyboard_click.wav +%%DATADIR%%/sound/menu_option.wav +%%DATADIR%%/sound/option_choice.wav +%%DATADIR%%/sound/wrong_move.wav +@dirrm %%DATADIR%%/sound +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/graphics +@dirrm %%DATADIR%%