summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-15 11:43:02 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-15 11:43:02 +0000
commit6dda11bf5ffc38a2aad5813b518ca43de1c59c77 (patch)
treef74d72e7caffe6822877cfa8cb79e4219d1a35f8 /games
parent921bc16908649b4d6e3df601acecfdc99ffa0461 (diff)
downloadpkgsrc-6dda11bf5ffc38a2aad5813b518ca43de1c59c77.tar.gz
update to 0.9.1
changes: -new objects, editor features, levels -fixes -ability to record solutions to level files
Diffstat (limited to 'games')
-rw-r--r--games/xye/Makefile11
-rw-r--r--games/xye/PLIST9
-rw-r--r--games/xye/distinfo10
-rw-r--r--games/xye/patches/patch-aa8
4 files changed, 20 insertions, 18 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile
index 2310567bc03..8b69a047eb3 100644
--- a/games/xye/Makefile
+++ b/games/xye/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2009/08/26 19:57:35 sno Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/15 11:43:02 drochner Exp $
#
-DISTNAME= xye-source-0.8.0
-PKGNAME= xye-0.8.0
-PKGREVISION= 1
+DISTNAME= xye-0.9.1
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xye/}
+MASTER_SITE_SOURCEFORGE_NEW= http://downloads.sourceforge.net/project/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_NEW:=xye/xye/0.9.1/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xye.sourceforge.net/
@@ -13,7 +12,7 @@ COMMENT= Kye clone
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/xye-0.8.0
+WRKSRC= ${WRKDIR}/xye-0.9.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc
USE_LANGUAGES= c c++
diff --git a/games/xye/PLIST b/games/xye/PLIST
index 65b97e679a2..16fc82148f5 100644
--- a/games/xye/PLIST
+++ b/games/xye/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:57:01 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/09/15 11:43:02 drochner Exp $
bin/xye
share/doc/xye/AUTHORS
share/doc/xye/COPYING
@@ -6,17 +6,19 @@ share/doc/xye/GAMEINTRO.txt
share/doc/xye/INSTALL
share/doc/xye/NEWS
share/doc/xye/README
-share/doc/xye/format.txt
-share/doc/xye/template.xye.xml
share/doc/xye/xye.svg
share/xye/levels/5levels.xye
share/xye/levels/Mic4.xye
+share/xye/levels/cracked.xye
share/xye/levels/kye.xye
share/xye/levels/levels.xye
share/xye/levels/logo.xye
share/xye/levels/microban.xsb
+share/xye/levels/oldtutorials.xye
share/xye/levels/pxlevels.xye
+share/xye/levels/sphinx.xye
share/xye/levels/tutorials.xye
+share/xye/levels/xyester.xye
share/xye/res/DejaVuSans-Bold.ttf
share/xye/res/DejaVuSans.ttf
share/xye/res/classic.xml
@@ -25,3 +27,4 @@ share/xye/res/fon.bmp
share/xye/res/fon_bold.bmp
share/xye/res/kye.png
share/xye/res/xye.png
+share/xye/res/xye_luminosity.png
diff --git a/games/xye/distinfo b/games/xye/distinfo
index e2a28693ffe..8f572b81ec3 100644
--- a/games/xye/distinfo
+++ b/games/xye/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/07/03 10:22:39 drochner Exp $
+$NetBSD: distinfo,v 1.3 2009/09/15 11:43:02 drochner Exp $
-SHA1 (xye-source-0.8.0.tar.gz) = 80daaa3449f36af44133643a63bb9f19c5f54723
-RMD160 (xye-source-0.8.0.tar.gz) = 886c6b62822ec3ed4abc091d2af38e642f34e34e
-Size (xye-source-0.8.0.tar.gz) = 1267668 bytes
-SHA1 (patch-aa) = 04a045413cedcf7fd4f53ade0ea8a4cee68cd388
+SHA1 (xye-0.9.1.tar.gz) = f10386fb8553b3377ec3592652c96fcb7827b857
+RMD160 (xye-0.9.1.tar.gz) = 5bc45c2595a9179c7bf77582d6d254f60e652dc0
+Size (xye-0.9.1.tar.gz) = 1217636 bytes
+SHA1 (patch-aa) = 5992b8785b3db457785809a8e4dc684117461f28
diff --git a/games/xye/patches/patch-aa b/games/xye/patches/patch-aa
index 79fd330f0ef..625c3709eb4 100644
--- a/games/xye/patches/patch-aa
+++ b/games/xye/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2009/09/15 11:43:02 drochner Exp $
---- src/options.cpp.orig 2008-01-13 00:37:12.000000000 +0100
+--- src/options.cpp.orig 2009-07-27 03:02:29.000000000 +0200
+++ src/options.cpp
@@ -21,6 +21,7 @@ Permission is granted to anyone to use t
#include "options.h"
@@ -8,5 +8,5 @@ $NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $
+#include <unistd.h>
- #include <iostream>
- #include <fstream>
+ #include<iostream>
+ #include<fstream>