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
This commit is contained in:
jlam 2000-05-29 16:40:55 +00:00
parent 0b51d75182
commit 065b712b9f
7 changed files with 105 additions and 57 deletions

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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, ':'))) {

View file

@ -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));
}

View file

@ -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