svn commit: r309832 - head/games/freedroid
Pawel Pekala
pawel at FreeBSD.org
Wed Jan 2 19:32:41 UTC 2013
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 at 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 at datacomm.ch
-#
+# Created by: <benlutz at 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 at FreeBSD.org
-COMMENT= Freedroid is a clone of the classic game "Paradroid"
+MAINTAINER= kevinz5000 at 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/
More information about the svn-ports-all
mailing list