From owner-svn-ports-all@FreeBSD.ORG Wed Jan 2 19:32:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9FEAF745; Wed, 2 Jan 2013 19:32:41 +0000 (UTC) (envelope-from pawel@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 7464D1F46; Wed, 2 Jan 2013 19:32:41 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r02JWfH9049391; Wed, 2 Jan 2013 19:32:41 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r02JWfSE049388; Wed, 2 Jan 2013 19:32:41 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201301021932.r02JWfSE049388@svn.freebsd.org> From: Pawel Pekala Date: Wed, 2 Jan 2013 19:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309832 - head/games/freedroid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2013 19:32:41 -0000 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 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: # $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/