pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/genecys-client Import new package for genecys-cl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d1eaadfb893
branches:  trunk
changeset: 468147:8d1eaadfb893
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Tue Feb 10 22:02:57 2004 +0000

description:
Import new package for genecys-client.  Genecys is a 3D third-person
online RPG.  This is the client for the game.  The game is currently in
alpha release status.

diffstat:

 games/genecys-client/DESCR    |   9 +++++++++
 games/genecys-client/Makefile |  28 ++++++++++++++++++++++++++++
 games/genecys-client/PLIST    |   2 ++
 games/genecys-client/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r dfc676bad8a4 -r 8d1eaadfb893 games/genecys-client/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/genecys-client/DESCR        Tue Feb 10 22:02:57 2004 +0000
@@ -0,0 +1,9 @@
+Genecys is, or will be, a Massively Multi-player Online RPG or MMORPG. The
+intent of the Genecys project, is to design a completely free and open
+source online RPG for all to play, run, or modify. On a higher level.. one
+of the fundamental design goals of Genecys, is that it becomes a
+completely dynamic environment. Each server will be completely unique, and
+follow it's own progression of events. Maps will be generated randomly, at
+server startup, as will towns and NPCs. NPCs will be AI controlled, and ha
+ve their own lives in the game, and exist to interact with the players,
+not just be slaughtered by them and re-pop.
diff -r dfc676bad8a4 -r 8d1eaadfb893 games/genecys-client/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/genecys-client/Makefile     Tue Feb 10 22:02:57 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $
+#
+
+DISTNAME=              genecys-0.1
+PKGNAME=               genecys-client-0.1
+CATEGORIES=            games
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=genecys/}
+
+MAINTAINER=            root%garbled.net@localhost
+HOMEPAGE=              http://genecys.sourceforge.net/
+COMMENT=               Client for Genecys MMORPG
+
+DEPENDS=               genecys-data>=0.1:../../games/genecys-data
+
+USE_BUILDLINK3=                yes
+GNU_CONFIGURE=         yes
+CONFIGURE_DIRS=                ${WRKSRC}/common ${WRKSRC}/client
+BUILD_DIRS=            ${WRKSRC}/common ${WRKSRC}/client
+LIBS+=                 -lm
+CONFIG_STATUS_OVERRIDE=        ${WRKSRC}/common/config.status ${WRKSRC}/client/config.status
+
+.include "../../graphics/cal3d/buildlink3.mk"
+.include "../../graphics/OpenRM/buildlink3.mk"
+.include "../../graphics/gtkglext/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r dfc676bad8a4 -r 8d1eaadfb893 games/genecys-client/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/genecys-client/PLIST        Tue Feb 10 22:02:57 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $
+bin/gencli
diff -r dfc676bad8a4 -r 8d1eaadfb893 games/genecys-client/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/genecys-client/distinfo     Tue Feb 10 22:02:57 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $
+
+SHA1 (genecys-0.1.tar.gz) = d4a808ba70636c543995d59afc9525ffed1e8454
+Size (genecys-0.1.tar.gz) = 415352 bytes



Home | Main Index | Thread Index | Old Index