Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2008 01:55:07 GMT
From:      Friedrich Volkmann <bsd@volki.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130008: [maintainer] update games/scid to 3.6.26
Message-ID:  <200812290155.mBT1t7ET017606@www.freebsd.org>
Resent-Message-ID: <200812290200.mBT2083R049506@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130008
>Category:       ports
>Synopsis:       [maintainer] update games/scid to 3.6.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 02:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Friedrich Volkmann
>Release:        7.1-PRERELEASE i386
>Organization:
>Environment:
>Description:
- update games/scid from 3.6.1 to 3.6.26
- update my email address
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN scid.orig/Makefile scid/Makefile
--- scid.orig/Makefile	2008-04-06 12:27:35.000000000 +0200
+++ scid/Makefile	2008-12-26 15:43:52.000000000 +0100
@@ -7,17 +7,19 @@
 #
 
 PORTNAME=	scid
-PORTVERSION=	3.6.1
-PORTREVISION=	2
+PORTVERSION=	3.6.26
 CATEGORIES=	games databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+EXTRACT_SUFX=	.tar.bz2
+USE_BZIP2=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
-MAINTAINER=	volkmann@inode.at
+MAINTAINER=	bsd@volki.at
 COMMENT=	A free chess database application
 
-LIB_DEPENDS=	tcl84:${PORTSDIR}/lang/tcl84 \
-		tk84:${PORTSDIR}/x11-toolkits/tk84
+LIB_DEPENDS=	tcl85:${PORTSDIR}/lang/tcl85 \
+		tk85:${PORTSDIR}/x11-toolkits/tk85
 
 USE_PYTHON=	yes
 USE_GMAKE=	yes
diff -ruN scid.orig/distinfo scid/distinfo
--- scid.orig/distinfo	2006-01-24 02:12:17.000000000 +0100
+++ scid/distinfo	2008-12-26 14:26:57.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (scid-3.6.1.tar.gz) = 3c9483a7990a2629a35a787c1c29eee0
-SHA256 (scid-3.6.1.tar.gz) = 42665fba00f9cf8dd7d4e4c13a6b281e3c48d4dcd91d9f78f75b29e3485aaa05
-SIZE (scid-3.6.1.tar.gz) = 2272946
+MD5 (scid-3.6.26.tar.bz2) = fdf70539bca21513c33ca6d3d031ec9d
+SHA256 (scid-3.6.26.tar.bz2) = 1864114cdd05031f2898dbc379c345bb5d51a73383b280efbc1e58cd780c685b
+SIZE (scid-3.6.26.tar.bz2) = 11375240
diff -ruN scid.orig/files/patch-Makefile scid/files/patch-Makefile
--- scid.orig/files/patch-Makefile	2008-04-30 22:33:29.000000000 +0200
+++ scid/files/patch-Makefile	2008-12-26 15:10:10.000000000 +0100
@@ -1,5 +1,5 @@
---- Makefile.orig	Wed Jan 22 03:54:00 2003
-+++ Makefile	Mon Jan 27 17:02:06 2003
+--- Makefile.orig	2008-10-10 10:59:55.000000000 +0200
++++ Makefile	2008-12-26 15:09:52.000000000 +0100
 @@ -9,11 +9,11 @@
  
  # BINDIR: where the Scid programs are copied for "make install".
@@ -7,7 +7,7 @@
 -BINDIR = /usr/local/bin
 +BINDIR = ${PREFIX}/bin
  
- # SHAREDIR: where scid.eco and spelling.ssp are copied for "make install".
+ # SHAREDIR: where scid.eco is copied for "make install".
  #
 -SHAREDIR = /usr/local/share/scid
 +SHAREDIR = ${PREFIX}/share/scid
@@ -16,31 +16,28 @@
  #   installed that you want Scid to use: 8.0, 8.1, 8.2, 8.3, etc.
 @@ -27,9 +27,9 @@
  #
- # You have not run "./configure" yet.  The default settings are:
+ # The settings determined by "./configure" are:
  #
--TCL_INCLUDE = -I/usr/include
--TCL_LIBRARY = -L/usr/lib -ltcl$(TCL_VERSION) -ldl
--TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/X11R6/lib -lX11
-+#TCL_INCLUDE = -I/usr/include
-+#TCL_LIBRARY = -L/usr/lib -ltcl$(TCL_VERSION) -ldl
-+#TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/X11R6/lib -lX11
+-TCL_INCLUDE = -I/usr/local/ActiveTcl8.5/include
+-TCL_LIBRARY = -L/usr/local/ActiveTcl8.5/lib -ltcl$(TCL_VERSION) -ldl
+-TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/lib -lX11
++#TCL_INCLUDE = -I/usr/local/ActiveTcl8.5/include
++#TCL_LIBRARY = -L/usr/local/ActiveTcl8.5/lib -ltcl$(TCL_VERSION) -ldl
++#TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/lib -lX11
  
  ### Here are other commonly used settings for the Tcl/Tk compiler options:
  
-@@ -51,9 +51,9 @@
- 
- # Someone sent me these settings for FreeBSD with Tcl/Tk 8.0:
- ### FreeBSD:
--# TCL_INCLUDE = -I /usr/local/include/tcl8.0 -I /usr/local/include/tk8.0
--# TCL_LIBRARY = -L /usr/local/lib -ltcl80 -ldl
--# TK_LIBRARY  = $(TCL_LIBRARY) -ltk80 -L /usr/X11/lib -lX11
-+TCL_INCLUDE = -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include
-+TCL_LIBRARY = -L${LOCALBASE}/lib -ltcl84
-+TK_LIBRARY  = $(TCL_LIBRARY) -ltk84 -L${LOCALBASE}/lib -lX11
+@@ -54,6 +54,9 @@
+ # TCL_INCLUDE = -I /usr/local/include/tcl8.0 -I /usr/local/include/tk8.0
+ # TCL_LIBRARY = -L /usr/local/lib -ltcl80 -ldl
+ # TK_LIBRARY  = $(TCL_LIBRARY) -ltk80 -L /usr/X11/lib -lX11
++TCL_INCLUDE = -I${LOCALBASE}/include/tcl8.5 -I${LOCALBASE}/include/tk8.5 -I${LOCALBASE}/include
++TCL_LIBRARY = -L${LOCALBASE}/lib -ltcl85
++TK_LIBRARY  = $(TCL_LIBRARY) -ltk85 -L${LOCALBASE}/lib -lX11
  
  
  ########################################
-@@ -71,7 +71,7 @@
+@@ -71,7 +74,7 @@
  #      to include the code in the src/zlib directory.
  #      The default is to use the system zlib library.
  #
@@ -49,7 +46,7 @@
  
  ### OPTIMIZE: Optimization options for C++ compiler.
  #      -O4 is the most optimization for g++. I have found -O2 to do
-@@ -80,7 +80,7 @@
+@@ -80,7 +83,7 @@
  #      On some systems, adding "-fno-rtti" and "-fno-exceptions" produces
  #      smaller, faster programs since Scid does not use those C++ features.
  #
@@ -58,7 +55,16 @@
  
  ### DEBUG: Defining the macro ASSERTIONS will turn on assertions, which
  #       helps to track bugs after modifications, but the programs will run 
-@@ -135,15 +135,15 @@
+@@ -91,7 +94,7 @@
+ ### WARNINGS: I always compile with all warnings on (-Wall), and all the
+ #       files should compile warning-free using g++.
+ #
+-WARNINGS = -Wall
++WARNINGS =
+ 
+ ### PROFILE: Set this to "-pg" for profiling in g++ and gcc.
+ #
+@@ -143,15 +146,15 @@
  
  ### ZLIBOBJS: object files in the zlib compression library.
  #
@@ -72,11 +78,11 @@
 +#      src/zlib/zutil.o src/zlib/inflate.o src/zlib/infblock.o \
 +#      src/zlib/inftrees.o src/zlib/infcodes.o src/zlib/infutil.o \
 +#      src/zlib/inffast.o
- 
+        
  ### ZLIB: Should be "-lz" if your system has zlib, "" otherwise.
  #
 -ZLIB = 
-+ZLIB = -lz 
++ZLIB = -lz
  
- ### OBJS: Will be "$(SCIDOBJS)", and also "$(ZLIBOBJS)" if they are
+ ### OBJS: Will be "$(SCIDOBJS)", "$(POLYGLOTOBJS)", and also "$(ZLIBOBJS)" if they are
  #      needed on your system.
diff -ruN scid.orig/files/patch-src_pgnparse.cpp scid/files/patch-src_pgnparse.cpp
--- scid.orig/files/patch-src_pgnparse.cpp	2007-02-04 12:43:17.000000000 +0100
+++ scid/files/patch-src_pgnparse.cpp	2008-12-26 04:32:21.000000000 +0100
@@ -1,6 +1,6 @@
---- src/pgnparse.cpp.orig	Tue Mar  2 20:09:57 2004
-+++ src/pgnparse.cpp	Sun Feb  4 12:40:04 2007
-@@ -133,8 +133,8 @@
+--- src/pgnparse.cpp.orig	2008-08-26 16:20:41.000000000 +0200
++++ src/pgnparse.cpp	2008-12-26 04:32:03.000000000 +0100
+@@ -149,8 +149,8 @@
  {
      ASSERT (bufSize > 0);
      while (true) {
@@ -11,7 +11,7 @@
              break;
          }
          if (ch == 13) {
-@@ -426,8 +426,8 @@
+@@ -442,8 +442,8 @@
  PgnParser::EndOfInput()
  {
      if (InFile != NULL) { return InFile->EndOfFile(); }
@@ -22,7 +22,7 @@
      UnGetChar (ch);
      return false;
  }
-@@ -436,16 +436,16 @@
+@@ -452,16 +452,16 @@
  PgnParser::GetComment (char * buffer, uint bufSize)
  {
      char * outPtr = buffer;
@@ -31,7 +31,7 @@
      int startLine = LineCounter;
      ch = GetChar();
 -    while (ch != EndChar  &&  ch != '}') {
-+    while (int(ch) != EndChar  &&  ch != '}') {
++    while ((int) ch != EndChar  &&  ch != '}') {
          if (NewlinesToSpaces  &&  ch == '\n') { ch = ' '; }
          if (bufSize > 0) { *outPtr++ = (char) ch; bufSize--; }
          ch = GetChar();
@@ -42,7 +42,7 @@
          char tempStr[80];
          sprintf (tempStr, "started on line %u\n", startLine);
          LogError ("Error: Open Comment at end of input", tempStr);
-@@ -456,7 +456,7 @@
+@@ -472,7 +472,7 @@
  PgnParser::GetRestOfSuffix (char * buffer, char firstChar)
  {
      if (firstChar == '!'  ||  firstChar == '?') {
@@ -51,7 +51,7 @@
          // Only get successive ! or ? characters, so a complex
          // annotation like "!!+-" can be parsed as two separate
          // entities, "!!" and "+-":
-@@ -475,8 +475,8 @@
+@@ -491,8 +491,8 @@
  void
  PgnParser::GetRestOfWord_NoDots (char * buffer)
  {
@@ -62,7 +62,7 @@
          *buffer++ = ch;
          ch = GetChar();
      }
-@@ -487,8 +487,8 @@
+@@ -503,8 +503,8 @@
  void
  PgnParser::GetRestOfWord_WithDots (char * buffer)
  {
@@ -73,7 +73,7 @@
          *buffer++ = ch;
          ch = GetChar();
      }
-@@ -499,7 +499,7 @@
+@@ -515,7 +515,7 @@
  void
  PgnParser::GetRestOfWord_Letters (char * buffer)
  {
@@ -82,7 +82,7 @@
      while (isalpha(ch)) {
          *buffer++ = ch;
          ch = GetChar();
-@@ -511,7 +511,7 @@
+@@ -527,7 +527,7 @@
  tokenT
  PgnParser::GetRestOfCastling (char * buffer)
  {
@@ -91,7 +91,7 @@
      int numOhsSeen = 1;
      while (true) {
          ch = GetChar();
-@@ -522,7 +522,7 @@
+@@ -538,7 +538,7 @@
          }
          if (ch == '-') {
              // Check for "-+" or "-/+" after the move:
@@ -100,7 +100,7 @@
              UnGetChar (nextCh);
              if (nextCh == '+'  ||  nextCh == '/') {
                  // Seen "-+" or "-/+", e.g. "O-O-+"
-@@ -533,7 +533,7 @@
+@@ -549,7 +549,7 @@
              continue;
          }
          if (charIsSpace(ch)  ||  ch == '+'  ||  ch == '#'  ||  ch == '='  ||
@@ -109,7 +109,7 @@
              UnGetChar (ch);
              switch (numOhsSeen) {
              case 2:  return TOKEN_Move_Castle_King;
-@@ -552,7 +552,7 @@
+@@ -568,7 +568,7 @@
  PgnParser::GetRestOfMove (char * buffer)
  {
      int moveLength = 1;
@@ -118,7 +118,7 @@
      while (true) {
          ch = GetChar();
          if (charIsSpace(ch)) {
-@@ -566,7 +566,7 @@
+@@ -582,7 +582,7 @@
          }
          if (ch == '-') {
              // Check for "-+" or "-/+" after the move:
@@ -127,7 +127,7 @@
              UnGetChar (nextCh);
              if (nextCh == '+'  ||  nextCh == '/') {
                  // Seen "-+" or "-/+", e.g. "Bb5-+"
-@@ -583,7 +583,7 @@
+@@ -599,7 +599,7 @@
              continue;
          }
          if (ch == ')'  ||  ch == '+'  ||  ch == '!'  ||  ch == '='  ||
@@ -136,7 +136,7 @@
              // Put c back into the infile buffer for next token.
              UnGetChar (ch);
              return (moveLength == 1 ? TOKEN_Suffix : TOKEN_Move_Piece);
-@@ -599,7 +599,7 @@
+@@ -615,7 +615,7 @@
  tokenT
  PgnParser::GetRestOfPawnMove (char * buffer)
  {
@@ -145,7 +145,7 @@
      bool seenDigit = false;
  
      // First, check for "ep" or "e.p." on its own, not a move at all:
-@@ -639,7 +639,7 @@
+@@ -655,7 +655,7 @@
  
          if (ch == '-') {
              // Check for "-+" or "-/+" after the move:
@@ -154,7 +154,7 @@
              UnGetChar (nextCh);
              if (nextCh == '+'  ||  nextCh == '/') {
                  // Seen "-+" or "-/+", e.g. "e4-+"
-@@ -678,7 +678,7 @@
+@@ -694,7 +694,7 @@
              return TOKEN_Move_Promote;
          }
          if (ch == ')'  ||  ch == '+'  ||  ch == '!'  ||
@@ -163,7 +163,7 @@
              UnGetChar (ch);
              return TOKEN_Move_Pawn;
          }
-@@ -692,13 +692,13 @@
+@@ -708,13 +708,13 @@
  PgnParser::GetGameToken (char * buffer, uint bufSize)
  {
      char * buf = buffer;
@@ -180,7 +180,7 @@
      }
      ADDCHAR (buf, ch);
  
-@@ -814,7 +814,7 @@
+@@ -830,7 +830,7 @@
          if (ch == '+'  &&  nextc == '+') { return t; }
          UnGetChar (nextc);
          if (charIsSpace(nextc)  ||  nextc == '!'  ||  nextc == '?' ||
@@ -189,7 +189,7 @@
              return t;   // Token was a valid "+" or "#".
          }
          // If we get here, token looks invalid.
-@@ -881,16 +881,16 @@
+@@ -905,16 +905,16 @@
          // but it is very common we need to accept it.
  
          char * buf = buffer;
diff -ruN scid.orig/files/patch-src_pgnparse.h scid/files/patch-src_pgnparse.h
--- scid.orig/files/patch-src_pgnparse.h	2007-02-04 12:48:57.000000000 +0100
+++ scid/files/patch-src_pgnparse.h	2008-12-26 04:38:21.000000000 +0100
@@ -1,6 +1,6 @@
---- src/pgnparse.h.orig	Tue Mar  2 20:09:56 2004
-+++ src/pgnparse.h	Sun Feb  4 12:48:32 2007
-@@ -56,10 +56,10 @@
+--- src/pgnparse.h.orig	2008-06-01 19:44:55.000000000 +0200
++++ src/pgnparse.h	2008-12-26 04:36:53.000000000 +0100
+@@ -57,10 +57,10 @@
      char * IgnoredTags [MAX_IGNORED_TAGS];
  
      uint   UnGetCount;
@@ -14,7 +14,7 @@
  
      void   Init();
      void   Reset();
-@@ -120,10 +120,10 @@
+@@ -138,10 +138,10 @@
  
  
  
@@ -27,7 +27,7 @@
      BytesSeen++;
      if (UnGetCount > 0) {
          UnGetCount--;
-@@ -139,7 +139,7 @@
+@@ -157,7 +157,7 @@
  }
  
  inline void
diff -ruN scid.orig/files/patch-src_position.cpp scid/files/patch-src_position.cpp
--- scid.orig/files/patch-src_position.cpp	2007-01-31 08:16:15.000000000 +0100
+++ scid/files/patch-src_position.cpp	1970-01-01 01:00:00.000000000 +0100
@@ -1,40 +0,0 @@
---- src/position.cpp.orig	Tue Mar  2 20:09:57 2004
-+++ src/position.cpp	Wed Jan 31 08:16:11 2007
-@@ -2584,12 +2584,12 @@
- Position::ReadFromLongStr (const char * str)
- {
-     pieceT pieceFromByte [256] = {EMPTY};
--    pieceFromByte ['K'] = WK;  pieceFromByte ['k'] = BK;
--    pieceFromByte ['Q'] = WQ;  pieceFromByte ['q'] = BQ;
--    pieceFromByte ['R'] = WR;  pieceFromByte ['r'] = BR;
--    pieceFromByte ['B'] = WB;  pieceFromByte ['b'] = BB;
--    pieceFromByte ['N'] = WN;  pieceFromByte ['n'] = BN;
--    pieceFromByte ['P'] = WP;  pieceFromByte ['p'] = BP;
-+    pieceFromByte [(byte) 'K'] = WK;  pieceFromByte [(byte) 'k'] = BK;
-+    pieceFromByte [(byte) 'Q'] = WQ;  pieceFromByte [(byte) 'q'] = BQ;
-+    pieceFromByte [(byte) 'R'] = WR;  pieceFromByte [(byte) 'r'] = BR;
-+    pieceFromByte [(byte) 'B'] = WB;  pieceFromByte [(byte) 'b'] = BB;
-+    pieceFromByte [(byte) 'N'] = WN;  pieceFromByte [(byte) 'n'] = BN;
-+    pieceFromByte [(byte) 'P'] = WP;  pieceFromByte [(byte) 'p'] = BP;
- 
-     Clear();
-     for (squareT sq=A1; sq <= H8; sq++) {
-@@ -2797,12 +2797,12 @@
- 
-         // Set up pieceFromByte[]:
-         for (int i=0; i < 256; i++) { pieceFromByte[i] = EMPTY; }
--        pieceFromByte ['K'] = WK;  pieceFromByte ['k'] = BK;
--        pieceFromByte ['Q'] = WQ;  pieceFromByte ['q'] = BQ;
--        pieceFromByte ['R'] = WR;  pieceFromByte ['r'] = BR;
--        pieceFromByte ['B'] = WB;  pieceFromByte ['b'] = BB;
--        pieceFromByte ['N'] = WN;  pieceFromByte ['n'] = BN;
--        pieceFromByte ['P'] = WP;  pieceFromByte ['p'] = BP;
-+        pieceFromByte [(byte) 'K'] = WK;  pieceFromByte [(byte) 'k'] = BK;
-+        pieceFromByte [(byte) 'Q'] = WQ;  pieceFromByte [(byte) 'q'] = BQ;
-+        pieceFromByte [(byte) 'R'] = WR;  pieceFromByte [(byte) 'r'] = BR;
-+        pieceFromByte [(byte) 'B'] = WB;  pieceFromByte [(byte) 'b'] = BB;
-+        pieceFromByte [(byte) 'N'] = WN;  pieceFromByte [(byte) 'n'] = BN;
-+        pieceFromByte [(byte) 'P'] = WP;  pieceFromByte [(byte) 'p'] = BP;
- 
-         // Set up fenSqToRealSq[]:
-         for (int sq=0; sq < 64; sq++) {
diff -ruN scid.orig/files/patch-src_textbuf.h scid/files/patch-src_textbuf.h
--- scid.orig/files/patch-src_textbuf.h	2007-01-31 08:08:29.000000000 +0100
+++ scid/files/patch-src_textbuf.h	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- src/textbuf.h.orig	Tue Mar  2 20:09:56 2004
-+++ src/textbuf.h	Wed Jan 31 08:02:56 2007
-@@ -67,7 +67,7 @@
-     void     NewlinesToSpaces (bool b) { ConvertNewlines = b; }
- 
-     void     AddTranslation (char ch, const char * str);
--    void     ClearTranslation (char ch) { Translation[ch] = NULL; }
-+    void     ClearTranslation (char ch) { Translation[(byte) ch] = NULL; }
-     void     ClearTranslations () { HasTranslations = false; }
-     void     PauseTranslations () { PausedTranslations = true; }
-     void     ResumeTranslations () { PausedTranslations = false; }
diff -ruN scid.orig/pkg-plist scid/pkg-plist
--- scid.orig/pkg-plist	2003-01-30 16:07:33.000000000 +0100
+++ scid/pkg-plist	2008-12-26 14:47:37.000000000 +0100
@@ -10,10 +10,72 @@
 bin/scid
 bin/scidlet
 bin/scidpgn
+bin/scidt
 bin/scmerge
 bin/spliteco
 bin/tcscid
 bin/tkscid
-share/scid/scid.eco
-share/scid/spelling.ssp
+share/scid/bases/endings.sg3
+share/scid/bases/endings.si3
+share/scid/bases/endings.sn3
+share/scid/bases/matein1.sg3
+share/scid/bases/matein1.si3
+share/scid/bases/matein1.sn3
+share/scid/bases/matein2.sg3
+share/scid/bases/matein2.si3
+share/scid/bases/matein2.sn3
+share/scid/bases/matein3.sg3
+share/scid/bases/matein3.si3
+share/scid/bases/matein3.sn3
+share/scid/bases/matein4andmore.sg3
+share/scid/bases/matein4andmore.si3
+share/scid/bases/matein4andmore.sn3
+share/scid/bases/tactics.sg3
+share/scid/bases/tactics.si3
+share/scid/bases/tactics.sn3
+share/scid/books/Elo2400.bin
+share/scid/books/Performance.bin
+share/scid/books/gm2600.bin
+share/scid/books/readme.txt
+share/scid/books/varied.bin
+share/scid/data/scid.eco
+share/scid/engines/Phalanx-XXII/phalanx
+share/scid/engines/togaII1.2.1a/fruit
+share/scid/html/scid.css
+share/scid/html/scid.js
+share/scid/html/bitmaps/bb.gif
+share/scid/html/bitmaps/bk.gif
+share/scid/html/bitmaps/bn.gif
+share/scid/html/bitmaps/bp.gif
+share/scid/html/bitmaps/bq.gif
+share/scid/html/bitmaps/br.gif
+share/scid/html/bitmaps/sq.gif
+share/scid/html/bitmaps/wb.gif
+share/scid/html/bitmaps/wk.gif
+share/scid/html/bitmaps/wn.gif
+share/scid/html/bitmaps/wp.gif
+share/scid/html/bitmaps/wq.gif
+share/scid/html/bitmaps/wr.gif
+share/scid/html/bitmaps/mini/bb.gif
+share/scid/html/bitmaps/mini/bk.gif
+share/scid/html/bitmaps/mini/bn.gif
+share/scid/html/bitmaps/mini/bp.gif
+share/scid/html/bitmaps/mini/bq.gif
+share/scid/html/bitmaps/mini/br.gif
+share/scid/html/bitmaps/mini/sq.gif
+share/scid/html/bitmaps/mini/wb.gif
+share/scid/html/bitmaps/mini/wk.gif
+share/scid/html/bitmaps/mini/wn.gif
+share/scid/html/bitmaps/mini/wp.gif
+share/scid/html/bitmaps/mini/wq.gif
+share/scid/html/bitmaps/mini/wr.gif
+@dirrm share/scid/books
+@dirrm share/scid/bases
+@dirrm share/scid/data
+@dirrm share/scid/engines/Phalanx-XXII
+@dirrm share/scid/engines/togaII1.2.1a
+@dirrm share/scid/engines
+@dirrm share/scid/html/bitmaps/mini
+@dirrm share/scid/html/bitmaps
+@dirrm share/scid/html
 @dirrm share/scid


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812290155.mBT1t7ET017606>