Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 02:57:41 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174649: [patch] Install desktop icon and update pkg-descr for games/freedroid
Message-ID:  <201212230257.qBN2vfqR015433@red.freebsd.org>
Resent-Message-ID: <201212230300.qBN3001I068396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174649
>Category:       ports
>Synopsis:       [patch] Install desktop icon and update pkg-descr for games/freedroid
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 03:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.0-RELEASE-p3
>Organization:
>Environment:
FreeBSD sigma.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Install a desktop entry for games/freedroid. While here,
 - Trim Makefile header
 - Take maintainership
 - Update COMMENT and pkg-descr (with new WWW site)
 - Bump PORTREVISION
>How-To-Repeat:
Install the port.
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/games/freedroid/Makefile freedroid/Makefile
--- /usr/ports/games/freedroid/Makefile	2012-11-16 23:57:39.000000000 -0600
+++ freedroid/Makefile	2012-12-22 19:05:26.000000000 -0600
@@ -1,24 +1,24 @@
-# New ports collection makefile for: criticalmass
-# Date created:		15 Sep 2003
-# Whom:			benlutz@datacomm.ch
-#
+# Created by: <benlutz@datacomm.ch>
 # $FreeBSD: ports/games/freedroid/Makefile,v 1.21 2012/11/17 05:57:39 svnexp Exp $
-#
 
 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=	A clone of the Commodore game Paradroid
 
 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;" true
+
 MAN6=		freedroid.6
 
 post-extract:
diff -ruN /usr/ports/games/freedroid/pkg-descr freedroid/pkg-descr
--- /usr/ports/games/freedroid/pkg-descr	2003-09-28 07:08:39.000000000 -0500
+++ freedroid/pkg-descr	2012-12-22 18:22:49.000000000 -0600
@@ -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/


>Release-Note:
>Audit-Trail:
>Unformatted:



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