pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xye update to 0.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d232cc9aeeb
branches:  trunk
changeset: 399231:2d232cc9aeeb
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Sep 15 11:43:02 2009 +0000

description:
update to 0.9.1
changes:
-new objects, editor features, levels
-fixes
-ability to record solutions to level files

diffstat:

 games/xye/Makefile         |  11 +++++------
 games/xye/PLIST            |   9 ++++++---
 games/xye/distinfo         |  10 +++++-----
 games/xye/patches/patch-aa |   8 ++++----
 4 files changed, 20 insertions(+), 18 deletions(-)

diffs (99 lines):

diff -r 19631e408f4c -r 2d232cc9aeeb games/xye/Makefile
--- a/games/xye/Makefile        Tue Sep 15 11:40:59 2009 +0000
+++ b/games/xye/Makefile        Tue Sep 15 11:43:02 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://xye.sourceforge.net/
@@ -13,7 +12,7 @@
 
 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 -r 19631e408f4c -r 2d232cc9aeeb games/xye/PLIST
--- a/games/xye/PLIST   Tue Sep 15 11:40:59 2009 +0000
+++ b/games/xye/PLIST   Tue Sep 15 11:43:02 2009 +0000
@@ -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/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_bold.bmp
 share/xye/res/kye.png
 share/xye/res/xye.png
+share/xye/res/xye_luminosity.png
diff -r 19631e408f4c -r 2d232cc9aeeb games/xye/distinfo
--- a/games/xye/distinfo        Tue Sep 15 11:40:59 2009 +0000
+++ b/games/xye/distinfo        Tue Sep 15 11:43:02 2009 +0000
@@ -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 -r 19631e408f4c -r 2d232cc9aeeb games/xye/patches/patch-aa
--- a/games/xye/patches/patch-aa        Tue Sep 15 11:40:59 2009 +0000
+++ b/games/xye/patches/patch-aa        Tue Sep 15 11:43:02 2009 +0000
@@ -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 @@
  
 +#include <unistd.h>
  
- #include <iostream>
- #include <fstream>
+ #include<iostream>
+ #include<fstream>



Home | Main Index | Thread Index | Old Index