summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authorjlam <jlam>2000-05-29 16:40:55 +0000
committerjlam <jlam>2000-05-29 16:40:55 +0000
commit5a745b817d83bcbc4335dfd1fa0af38890048bc3 (patch)
tree1f320efcd9ed0321f952ad96cf046b16ea42de31 /games/xpuyopuyo
parent9b428653116662b1a28ddabc6d94afa5640c1181 (diff)
downloadpkgsrc-5a745b817d83bcbc4335dfd1fa0af38890048bc3.tar.gz
Update xpuyopuyo to 0.3.8. Changes from 0.3.1:
Changes in v0.3.8: * Merged Denny Mingus's theme * Minor bugfixes Changes in v0.3.7: * More installation bugfixes * Dialog cleanup for a few dialogues Changes in v0.3.6: * Take II: Okay, the configure system should actually work now. Changes in v0.3.5: * Fixed minor bug in painting the next piece * Fixed an odd formatting bug in help system * GNOME files now install again * Fixed problem with $DATADIR in configure.in Changes in v0.3.4: * Some reorganization of code, cleaned out some old files/functions * Beginning of the theme support * Theme selection from the UI, and themes are saved * Beginnings of a help page * Will link against libnsl/socket if present (needed for Solaris) Changes in v0.3.3: * Comments are read properly in key config (thanks to Doug Bell) Changes in v0.3.2: * Changed FNONBLOCK to O_NONBLOCK * snprintf implementation missing on some systems * Man page is properly living in section 6 now
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/Makefile7
-rw-r--r--games/xpuyopuyo/files/md54
-rw-r--r--games/xpuyopuyo/files/patch-sum5
-rw-r--r--games/xpuyopuyo/patches/patch-aa14
-rw-r--r--games/xpuyopuyo/patches/patch-ab15
-rw-r--r--games/xpuyopuyo/patches/patch-ac13
-rw-r--r--games/xpuyopuyo/pkg/PLIST104
7 files changed, 105 insertions, 57 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 8471b9e61ef..c73a537dc9d 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2000/01/16 00:05:12 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/05/29 16:40:55 jlam Exp $
-DISTNAME= xpuyopuyo-0.3.1
+DISTNAME= xpuyopuyo-0.3.8
CATEGORIES= games x11
MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/
@@ -15,7 +15,4 @@ USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnome
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/xpuyopuyo.xpm ${PREFIX}/include/X11/pixmaps
-
.include "../../mk/bsd.pkg.mk"
diff --git a/games/xpuyopuyo/files/md5 b/games/xpuyopuyo/files/md5
index 06c70fb4f4c..429c9ddf91b 100644
--- a/games/xpuyopuyo/files/md5
+++ b/games/xpuyopuyo/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/01/15 21:57:42 jlam Exp $
+$NetBSD: md5,v 1.2 2000/05/29 16:40:57 jlam Exp $
-MD5 (xpuyopuyo-0.3.1.tar.gz) = dbf25c1bea719d19586643901ce0fc3d
+MD5 (xpuyopuyo-0.3.8.tar.gz) = 3b5333d49f17944538018b3197a3e906
diff --git a/games/xpuyopuyo/files/patch-sum b/games/xpuyopuyo/files/patch-sum
deleted file mode 100644
index b9b255eae83..00000000000
--- a/games/xpuyopuyo/files/patch-sum
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/01/15 21:57:42 jlam Exp $
-
-MD5 (patch-aa) = b489bf49fd036506288de052feee9722
-MD5 (patch-ab) = 910cfdd10113f20047f3006e0d3d6210
-MD5 (patch-ac) = 3ffd6714441db377bc6d997ac00844a2
diff --git a/games/xpuyopuyo/patches/patch-aa b/games/xpuyopuyo/patches/patch-aa
deleted file mode 100644
index 2e54252baa3..00000000000
--- a/games/xpuyopuyo/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/01/15 21:57:42 jlam Exp $
-
---- Makefile.in.orig Mon Jan 3 16:21:03 2000
-+++ Makefile.in Sat Jan 15 16:23:39 2000
-@@ -506,7 +506,8 @@
- mostlyclean distclean maintainer-clean
-
-
--@GNOME_TRUE@install-data-local:
-+install-data-local:
-+ :
- @GNOME_TRUE@ $(SHELL) ./mkinstalldirs $(GNOME_DESKTOP)
- @GNOME_TRUE@ $(SHELL) ./mkinstalldirs $(GNOME_PIXMAPS)
- @GNOME_TRUE@ $(INSTALL_DATA) xpuyopuyo.desktop $(GNOME_DESKTOP)/xpuyopuyo.desktop
diff --git a/games/xpuyopuyo/patches/patch-ab b/games/xpuyopuyo/patches/patch-ab
deleted file mode 100644
index d68e902a922..00000000000
--- a/games/xpuyopuyo/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/01/15 21:57:42 jlam Exp $
-
---- pint-gtk/pkey-gtk.c.orig Mon Jan 3 00:51:41 2000
-+++ pint-gtk/pkey-gtk.c Sat Jan 15 16:18:13 2000
-@@ -133,7 +133,9 @@
- if(*p == '\n') *p = '\0';
- else p++;
- }
-- if(!(peq = p_config_break(buf, '='))) {
-+ if(*buf == '#') {
-+ continue;
-+ } else if (!(peq = p_config_break(buf, '='))) {
- printf("key_load: Invalid line found, \"%s\"\n", buf);
- } else {
- if(!(pcol = p_config_break(buf, ':'))) {
diff --git a/games/xpuyopuyo/patches/patch-ac b/games/xpuyopuyo/patches/patch-ac
deleted file mode 100644
index 61a643bcf14..00000000000
--- a/games/xpuyopuyo/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/01/15 21:57:42 jlam Exp $
-
---- pnet/pnetconnect.c.orig Mon Jan 3 00:21:12 2000
-+++ pnet/pnetconnect.c Sat Jan 15 16:18:13 2000
-@@ -45,7 +45,7 @@
- static int pnet_set_nonblocking(int socket) {
-
- /* Setup the socket as nonblocking */
-- return(fcntl(socket, F_SETFL, FNONBLOCK));
-+ return(fcntl(socket, F_SETFL, O_NONBLOCK));
-
- }
-
diff --git a/games/xpuyopuyo/pkg/PLIST b/games/xpuyopuyo/pkg/PLIST
index 7f709e38e97..45011d4bd30 100644
--- a/games/xpuyopuyo/pkg/PLIST
+++ b/games/xpuyopuyo/pkg/PLIST
@@ -1,4 +1,102 @@
-@comment $NetBSD: PLIST,v 1.2 2000/01/16 00:05:13 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/05/29 16:41:00 jlam Exp $
bin/xpuyopuyo
-include/X11/pixmaps/xpuyopuyo.xpm
-man/man1/xpuyopuyo.1
+man/man6/xpuyopuyo.6
+share/xpuyopuyo/copying.txt
+share/xpuyopuyo/themes/3dRokz/img_0.xpm
+share/xpuyopuyo/themes/3dRokz/img_0j.xpm
+share/xpuyopuyo/themes/3dRokz/img_1.xpm
+share/xpuyopuyo/themes/3dRokz/img_1j.xpm
+share/xpuyopuyo/themes/3dRokz/img_2.xpm
+share/xpuyopuyo/themes/3dRokz/img_2j.xpm
+share/xpuyopuyo/themes/3dRokz/img_3.xpm
+share/xpuyopuyo/themes/3dRokz/img_3j.xpm
+share/xpuyopuyo/themes/3dRokz/img_4.xpm
+share/xpuyopuyo/themes/3dRokz/img_4j.xpm
+share/xpuyopuyo/themes/3dRokz/img_5.xpm
+share/xpuyopuyo/themes/3dRokz/img_5j.xpm
+share/xpuyopuyo/themes/3dRokz/img_clear.xpm
+share/xpuyopuyo/themes/3dRokz/img_clearb.xpm
+share/xpuyopuyo/themes/3dRokz/img_expl.xpm
+share/xpuyopuyo/themes/3dRokz/img_gameover.xpm
+share/xpuyopuyo/themes/3dRokz/img_ind.xpm
+share/xpuyopuyo/themes/3dRokz/img_num0.xpm
+share/xpuyopuyo/themes/3dRokz/img_num1.xpm
+share/xpuyopuyo/themes/3dRokz/img_num2.xpm
+share/xpuyopuyo/themes/3dRokz/img_num3.xpm
+share/xpuyopuyo/themes/3dRokz/img_num4.xpm
+share/xpuyopuyo/themes/3dRokz/img_num5.xpm
+share/xpuyopuyo/themes/3dRokz/img_num6.xpm
+share/xpuyopuyo/themes/3dRokz/img_num7.xpm
+share/xpuyopuyo/themes/3dRokz/img_num8.xpm
+share/xpuyopuyo/themes/3dRokz/img_num9.xpm
+share/xpuyopuyo/themes/3dRokz/img_rock.xpm
+share/xpuyopuyo/themes/3dRokz/img_rockbig.xpm
+share/xpuyopuyo/themes/3dRokz/img_rockdemon.xpm
+share/xpuyopuyo/themes/3dRokz/img_side.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_bottom1.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_bottom2.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_bottom3.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_left.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_leftbottom.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_lefttop.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_ltrans.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_right.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_rightbottom.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_righttop.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_rtrans.xpm
+share/xpuyopuyo/themes/3dRokz/img_tile_top.xpm
+share/xpuyopuyo/themes/3dRokz/img_title.xpm
+share/xpuyopuyo/themes/3dRokz/img_top.xpm
+share/xpuyopuyo/themes/3dRokz/img_trans.xpm
+share/xpuyopuyo/themes/default/img_0.xpm
+share/xpuyopuyo/themes/default/img_0j.xpm
+share/xpuyopuyo/themes/default/img_1.xpm
+share/xpuyopuyo/themes/default/img_1j.xpm
+share/xpuyopuyo/themes/default/img_2.xpm
+share/xpuyopuyo/themes/default/img_2j.xpm
+share/xpuyopuyo/themes/default/img_3.xpm
+share/xpuyopuyo/themes/default/img_3j.xpm
+share/xpuyopuyo/themes/default/img_4.xpm
+share/xpuyopuyo/themes/default/img_4j.xpm
+share/xpuyopuyo/themes/default/img_5.xpm
+share/xpuyopuyo/themes/default/img_5j.xpm
+share/xpuyopuyo/themes/default/img_clear.xpm
+share/xpuyopuyo/themes/default/img_clearb.xpm
+share/xpuyopuyo/themes/default/img_expl.xpm
+share/xpuyopuyo/themes/default/img_gameover.xpm
+share/xpuyopuyo/themes/default/img_ind.xpm
+share/xpuyopuyo/themes/default/img_num0.xpm
+share/xpuyopuyo/themes/default/img_num1.xpm
+share/xpuyopuyo/themes/default/img_num2.xpm
+share/xpuyopuyo/themes/default/img_num3.xpm
+share/xpuyopuyo/themes/default/img_num4.xpm
+share/xpuyopuyo/themes/default/img_num5.xpm
+share/xpuyopuyo/themes/default/img_num6.xpm
+share/xpuyopuyo/themes/default/img_num7.xpm
+share/xpuyopuyo/themes/default/img_num8.xpm
+share/xpuyopuyo/themes/default/img_num9.xpm
+share/xpuyopuyo/themes/default/img_paused.xpm
+share/xpuyopuyo/themes/default/img_rock.xpm
+share/xpuyopuyo/themes/default/img_rockbig.xpm
+share/xpuyopuyo/themes/default/img_rockdemon.xpm
+share/xpuyopuyo/themes/default/img_side.xpm
+share/xpuyopuyo/themes/default/img_tile_bottom1.xpm
+share/xpuyopuyo/themes/default/img_tile_bottom2.xpm
+share/xpuyopuyo/themes/default/img_tile_bottom3.xpm
+share/xpuyopuyo/themes/default/img_tile_left.xpm
+share/xpuyopuyo/themes/default/img_tile_leftbottom.xpm
+share/xpuyopuyo/themes/default/img_tile_lefttop.xpm
+share/xpuyopuyo/themes/default/img_tile_ltrans.xpm
+share/xpuyopuyo/themes/default/img_tile_right.xpm
+share/xpuyopuyo/themes/default/img_tile_rightbottom.xpm
+share/xpuyopuyo/themes/default/img_tile_righttop.xpm
+share/xpuyopuyo/themes/default/img_tile_rtrans.xpm
+share/xpuyopuyo/themes/default/img_tile_top.xpm
+share/xpuyopuyo/themes/default/img_title.xpm
+share/xpuyopuyo/themes/default/img_top.xpm
+share/xpuyopuyo/themes/default/img_trans.xpm
+share/xpuyopuyo/xpuyopuyo.txt
+@dirrm share/xpuyopuyo/themes/default
+@dirrm share/xpuyopuyo/themes/3dRokz
+@dirrm share/xpuyopuyo/themes
+@dirrm share/xpuyopuyo