Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 19:40:06 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174649: commit references a PR
Message-ID:  <201301021940.r02Je6o5067502@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174649; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174649: commit references a PR
Date: Wed,  2 Jan 2013 19:32:48 +0000 (UTC)

 Author: pawel
 Date: Wed Jan  2 19:32:40 2013
 New Revision: 309832
 URL: http://svnweb.freebsd.org/changeset/ports/309832
 
 Log:
   - Add desktop entry file
   - Update COMMENT, WWW
   - Give maintainership to submitter
   
   PR:		ports/174649
   Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
 
 Modified:
   head/games/freedroid/Makefile
   head/games/freedroid/pkg-descr
 
 Modified: head/games/freedroid/Makefile
 ==============================================================================
 --- head/games/freedroid/Makefile	Wed Jan  2 19:11:41 2013	(r309831)
 +++ head/games/freedroid/Makefile	Wed Jan  2 19:32:40 2013	(r309832)
 @@ -1,24 +1,28 @@
 -# New ports collection makefile for: criticalmass
 -# Date created:		15 Sep 2003
 -# Whom:			benlutz@datacomm.ch
 -#
 +# Created by: <benlutz@datacomm.ch>
  # $FreeBSD$
 -#
  
  PORTNAME=	freedroid
  PORTVERSION=	1.0.2
 -PORTREVISION=	13
 +PORTREVISION=	14
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION}
  
 -MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	Freedroid is a clone of the classic game "Paradroid"
 +MAINTAINER=	kevinz5000@gmail.com
 +COMMENT=	Clone of the Commodore game Paradroid
  
 +LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 +		png15:${PORTSDIR}/graphics/png
 +
 +USE_ICONV=	yes
  USE_SDL=	mixer image sdl
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--program-transform-name=
  
 +DESKTOP_ENTRIES=	"Freedroid Classic" "${COMMENT}" \
 +			"${DATADIR}/graphics/999.png" \
 +			"freedroid" "Game;ArcadeGame;" false
 +
  MAN6=		freedroid.6
  
  post-extract:
 
 Modified: head/games/freedroid/pkg-descr
 ==============================================================================
 --- head/games/freedroid/pkg-descr	Wed Jan  2 19:11:41 2013	(r309831)
 +++ head/games/freedroid/pkg-descr	Wed Jan  2 19:32:40 2013	(r309832)
 @@ -1,12 +1,11 @@
 -Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some
 -improvements and extensions to the classic version. 
 +Freedroid is a clone of the game "Paradroid" which was released on Commodore
 +64 in 1985. In this game, you control a robot located within an interstellar
 +spaceship consisting of several decks connected by elevators.
  
 -In this game, you control a robot, depicted by a small white ball with a few
 -numbers within an interstellar spaceship consisting of several decks connected
 -by elevators. 
 +The aim of the game is to destroy all enemy robots by either shooting them
 +or seizing control over them by creating connections in a short subgame
 +of electric circuits. The graphics are designed to be a fairly faithful
 +reproduction of the original game, but a modern set of tiles is also
 +available.
  
 -The aim of the game is to destroy all enemy robots, depicted by small black
 -balls with a few numbers, by either shooting them or seizing control over them
 -by creating connections in a short subgame of electric circuits. 
 -
 -WWW: http://freedroid.sourceforge.net
 +WWW: http://www.freedroid.org/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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