pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/libggz Import libggz-0.0.14.1 as games/libggz. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/421998a0a82f
branches:  trunk
changeset: 541809:421998a0a82f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 25 23:09:44 2008 +0000

description:
Import libggz-0.0.14.1 as games/libggz. Based on ggz-libggz from
Michael Rohrer in wip.

GGZ Gaming Zone

GGZ is a project to create a free gaming platform.  The project includes
a server, games for the server, clients, and games for the clients.  Other
projects may include ggz networking into their games.  GNOME games project
and Freeciv 2.1 releases use ggz.

This package contains the base libraries the server and clients depend on.

diffstat:

 games/libggz/DESCR         |   8 ++++++++
 games/libggz/Makefile      |  20 ++++++++++++++++++++
 games/libggz/PLIST         |   6 ++++++
 games/libggz/buildlink3.mk |  21 +++++++++++++++++++++
 games/libggz/distinfo      |   5 +++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r e0dacfaeb36c -r 421998a0a82f games/libggz/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libggz/DESCR        Fri Apr 25 23:09:44 2008 +0000
@@ -0,0 +1,8 @@
+GGZ Gaming Zone
+
+GGZ is a project to create a free gaming platform.  The project includes
+a server, games for the server, clients, and games for the clients.  Other
+projects may include ggz networking into their games.  GNOME games project
+and Freeciv 2.1 releases use ggz.
+
+This package contains the base libraries the server and clients depend on.
diff -r e0dacfaeb36c -r 421998a0a82f games/libggz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libggz/Makefile     Fri Apr 25 23:09:44 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $
+#
+
+DISTNAME=      libggz-0.0.14.1
+CATEGORIES=    games
+MASTER_SITES=  http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/
+
+MAINTAINER=    mrohrer%users.sourceforge.net@localhost
+HOMEPAGE=      http://www.ggzgamingzone.org/
+COMMENT=       GGZ Gaming Zone libraries
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+
+CONFIGURE_ARGS+= --enable-debug-gdb
+CONFIGURE_ARGS+= --with-tls
+CONFIGURE_ARGS+= --with-gcrypt
+
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0dacfaeb36c -r 421998a0a82f games/libggz/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libggz/PLIST        Fri Apr 25 23:09:44 2008 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $
+include/ggz.h
+include/ggz_common.h
+include/ggz_dio.h
+lib/libggz.la
+man/man3/ggz.h.3
diff -r e0dacfaeb36c -r 421998a0a82f games/libggz/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libggz/buildlink3.mk        Fri Apr 25 23:09:44 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBGGZ_BUILDLINK3_MK:= ${LIBGGZ_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libggz
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibggz}
+BUILDLINK_PACKAGES+=   libggz
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libggz
+
+.if ${LIBGGZ_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libggz+= libggz>=0.0.14.1
+BUILDLINK_PKGSRCDIR.libggz?=   ../../games/libggz
+.endif # LIBGGZ_BUILDLINK3_MK
+
+.include "../../security/gnutls/buildlink3.mk"
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r e0dacfaeb36c -r 421998a0a82f games/libggz/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libggz/distinfo     Fri Apr 25 23:09:44 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $
+
+SHA1 (libggz-0.0.14.1.tar.gz) = 8a602e60606c89fd13ad93bb84a8be466fd457ef
+RMD160 (libggz-0.0.14.1.tar.gz) = 5136aba62a4e988d97451b00193c10189f7265f2
+Size (libggz-0.0.14.1.tar.gz) = 477382 bytes



Home | Main Index | Thread Index | Old Index