You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ks...@us...> - 2003-01-06 19:16:54
|
Update of /cvsroot/cgoban1/webpages In directory sc8-pr-cvs1:/tmp/cvs-serv6155 Added Files: letter.gif Log Message: a simple GIF icon --- NEW FILE: letter.gif --- (This appears to be a binary file; contents omitted.) |
|
From: <ks...@us...> - 2003-01-06 19:15:59
|
Update of /cvsroot/cgoban1/webpages In directory sc8-pr-cvs1:/tmp/cvs-serv5996 Modified Files: index.html Log Message: Updated to include latest information Index: index.html =================================================================== RCS file: /cvsroot/cgoban1/webpages/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- index.html 6 Jan 2003 18:52:57 -0000 1.1.1.1 +++ index.html 6 Jan 2003 19:15:48 -0000 1.2 @@ -3,17 +3,11 @@ <h1 align=center>CGoban 1</h1> <IMG align=right bottom SRC="cgoban.gif" width=271 height=285> -<h2 align=center>Welcome to CGoban 1's New SourceForge Home</h2> - -<p>For the past few years, I have been putting all my efforts into -CGoban 2 and <a href="http://kgs.kiseido.com/">the KGS go server</a>. -Several other CGoban 2 users have been doing more work in patches etc. than -I have. To make this easier for everybody, I've decided to move CGoban to -SourceForge. +<h2 align=center>Welcome to the CGoban1 Homepage</h2> <h2 align=center>About The Program</h2> -<p>CGoban ("Complete Goban") 1 provides a large set of go-related services for +<p>CGoban1 ("Complete Goban Mark 1") provides a large set of go-related services for Unix and X11. A list of the functions that it provides: <UL> <LI>Play go against another player. When playing a game locally, you have a @@ -36,38 +30,16 @@ </UL> <h2 align=center>Downloading CGoban</h2> -<p>CGoban is distributed in source code. It uses the Gnu autoconfig -system and should be portable across all Unix/X11R4 or later systems. - -<p>This link is to a binary object. You probably don't want to download it -directly to your viewer. Download them to a file instead. - -<p><a href="cgoban-1.9.12.tar.gz">The complete source code, -<code>cgoban-1.9.12.tar.gz</code></a> (330K)<BR> - This should compile on any Unix system with an ANSI C compiler (gcc - works great). It's in tar file format, then compressed with gzip, so - to unpack it you need a command line like - "<code>zcat cgoban-1.9.12.tar.gz | tar xvf -</code>". Some web browsers - will automatically uncompress this file as it downloads. If you end - up with a file much bigger than the size listed above, then this is - what happened and you don't need to run <code>zcat</code>. - -<h2 align=center>Sample Go Modem Protocol Program</h2> +<p>CGoban is distributed in source code for now. It uses the Gnu autoconfig +system and should be portable across all Unix/X11R4 or later systems. Source +RPMS are available for RPM based systems -<p>I also have a sample program that speaks go modem protocol, goDummy. -The go modem code is in a separate module so it should be easy to combine -this with any existing computer go program. Beware! GoDummy does not -play go well! It mostly just moves randomly for a while, then gets bored -and starts passing. I only intend it as a sample go modem program, not -as a sample go playing program! -<br><a href="goDummy-1.0.4.tar.gz">The goDummy source code, -<code>goDummy-1.0.4.tar.gz</code></a> +<a href="http://sourceforge.net/project/showfiles.php?group_id=52805">Sourceforge Download page for the latest release (1.9.13)</a> <hr> <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=52805&type=5" width="210" height="62" border="0" alt="SourceForge Logo"></A> -<address>CGoban / -<a href="mailto:wm...@ig..."><IMG align=bottom src="http://www.igoweb.org/~wms/letter.gif" width=32 height=16> -wm...@ig...</a> -/ 27 February 2002</address><br></body></html> +<address>CGoban1 / +<a href="mailto:ks...@so..."><IMG align=bottom src="letter.gif" width=32 height=16>ks...@so...</a> +/ 06 January 2003</address><br></body></html> |
|
From: <ks...@us...> - 2002-12-17 23:16:56
|
Update of /cvsroot/cgoban1/cgoban1
In directory sc8-pr-cvs1:/tmp/cvs-serv12522
Modified Files:
cgoban1.spec.in
Log Message:
bump rpm rev
Index: cgoban1.spec.in
===================================================================
RCS file: /cvsroot/cgoban1/cgoban1/cgoban1.spec.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cgoban1.spec.in 19 Nov 2002 15:47:55 -0000 1.1
+++ cgoban1.spec.in 17 Dec 2002 22:47:48 -0000 1.2
@@ -1,6 +1,6 @@
%define name cgoban
%define version @VERSION@
-%define release 0.2
+%define release 0.3
%define realname cgoban1
# This is for debug-flavor. Do not remove. Package is stripped conditionally.
# %define __os_install_post %{nil}
|
|
From: <ks...@us...> - 2002-12-17 22:47:59
|
Update of /cvsroot/cgoban1/cgoban1/src
In directory sc8-pr-cvs1:/tmp/cvs-serv12155
Modified Files:
cgoban.c help.c msg.c
Log Message:
Copyright notice updates & suchlike
Index: cgoban.c
===================================================================
RCS file: /cvsroot/cgoban1/cgoban1/src/cgoban.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cgoban.c 8 May 2002 19:00:13 -0000 1.3
+++ cgoban.c 17 Dec 2002 22:46:56 -0000 1.4
@@ -61,7 +61,7 @@
Cgoban *cgoban_create(int argc, char *argv[], char *envp[]) {
Cgoban *cg;
static const ClpSetup commandLine[] = {
- CLPSETUP_MSG("Complete Goban " VERSION " by William Shubert - " DATE),
+ CLPSETUP_MSG("Complete Goban " VERSION " by William Shubert, Kevin Sonney - " DATE),
CLPSETUP_MSG(""),
{"VersionNumber", VERSION, NULL, 0, NULL},
{"version,-version", "f", "Print version information",
@@ -215,7 +215,7 @@
cg->clp = clp_create(commandLine);
clp_rCmdline(cg->clp, argv);
if (clp_getBool(cg->clp, "version")) {
- printf("cgoban version " VERSION " by William Shubert - " DATE "\n");
+ printf("cgoban version " VERSION " by William Shubert, Kevin Sonney - " DATE "\n");
exit(0);
}
if (clp_getInt(cg->clp, "arena.games") > 0) {
Index: help.c
===================================================================
RCS file: /cvsroot/cgoban1/cgoban1/src/help.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- help.c 29 Nov 2000 23:45:42 -0000 1.2
+++ help.c 17 Dec 2002 22:46:56 -0000 1.3
@@ -18,53 +18,45 @@
*/
static const AbutHelpText aboutAuthor[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
- {butText_just, 2, "About the author"},
- {butText_just, 0, " Hello! My name is Bill Shubert. I learned go "
- "when I was very young, but never had any opponents until late 1993, "
- "when I learned of the Internet Go Server. I was thrilled by the "
- "server, but was disappointed by the client programs available. I was "
- "also disappointed by the quality of the smart go editing tools that "
- "I could find. Instead of just whining, I decided to create my own "
- "program to do these tasks! I called it \"Cgoban\", for Complete "
+ {butText_just, 2, "About the authors"},
+ {butText_just, 0, " Bill Shubert learned go at a very young age, "
+ "but never had any opponents until late 1993, when he learned of the"
+ "Internet Go Server. He was thrilled by the server, but was "
+ "disappointed by the client programs available. He was also "
+ "disappointed by the quality of the smart go editing tools that "
+ "he could find. Instead of just whining, he decided to create his own "
+ "program to do these tasks! He called it \"Cgoban\", for Complete "
"Goban, because it does everything that a computerized goban should."},
+ {butText_just, 0, " Bill began focusing on the Kiseido Go Server and "
+ "the cgoban v2 client." },
+ {butText_just, 0, " Kevin Sonney learned Go from a friend in 1995."
+ "Impressed with Bill's work, Kevin thought that there was still a lot "
+ "of potential for cgoban v1. Kevintook over maintainership of cgoban1 "
+ "In October 2002."},
{butText_just, 0, " You can always get the latest version of cgoban from "
- "my web pages at the URL below. You can also find out more about me if "
- "you wish."},
- {butText_just, 0, " I run a mailing list for people who want cgoban "
- "updates. I keep the traffic low; mostly only announcements when new "
- "versions are available, along with a brief description of what is "
- "new or fixed in the new version. If you want these announcements, "
- "then send me email. Also feel free to get in touch with me if you "
- " have any comments about this program. Bug reports are especially "
- "welcome. As of the date at the top of this help page, you can contact "
- "me in these ways:"},
- {butText_left, 0, " Email: wm...@ig..."},
- {butText_left, 0, " WWW: http://www.igoweb.org/~wms/"},
- {butText_left, 0, " Phone: 503-223-2285"},
- {butText_just, 0, "Or send me a postcard at:"},
- {butText_left, 0, " Bill Shubert"},
- {butText_left, 0, " 2014 NW Glisan St. #510"},
- {butText_left, 0, " Portland OR 97209"},
- {butText_left, 0, " USA"},
+ "it's Sourceforge project at http://cgoban1.sourceforge.net/ "
+ "Comments and Suggestions can be sent through the contact information below"},
+ {butText_left, 0, " Maintainer Email: ks...@re..."},
+ {butText_left, 0, " WWW: http://cgoban1.sourceforge.net/"},
{butText_just, 0, ""},
- {butText_just, 0, " Thanks for trying out my program. I hope you like "
+ {butText_just, 0, " Thanks for trying out our program. We hope you like "
"it!"},
{butText_just, 0, " Special thanks to all cgoban testers, especially "
"to Andries Brouwer, Tomas Boman, Jean-Louis Martineau, "
"Eric Anderson, Dan Niles, Per-Eric Martin, Anthony Thyssen, "
"Jan van der Steen, "
"Eric Hoffman, Allen Tollin, Mel Melchner, Saito Takaaki, and "
- "Matt Ritchie, who either helped debug, wrote extra features for me, or "
+ "Matt Ritchie, who either helped debug, wrote extra features, or "
"otherwise hacked on the code to help make cgoban what it is."},
{butText_just, 0, ""},
{butText_left, 0, NULL}};
static const AbutHelpText copyright[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert & Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 0, " The globe pictures were extracted from gifs created "
@@ -82,10 +74,10 @@
{butText_just, 0, ""},
{butText_just, 2, "Distribution"},
{butText_just, 0, " All code except for the data described above is "
- "copyright \251 1995-1996 William Shubert and is distributed under the "
- "Gnu General Public License, version 2. This should have been included "
- "with your copy of the source code is a file called \"COPYING\". In any "
- "case, the license is also included below."},
+ "copyright \251 1995-2002 William Shubert and Kevin Sonney and is "
+ "distributed under the Gnu General Public License, version 2. This "
+ "should have been included with your copy of the source code is a "
+ "file called \"COPYING\". In any case, the license is also included below."},
{butText_just, 0, " Basically, there are three things that most of you "
"will care about in this license. One is that you can give away free "
"copies to all your friends. Another is that you have to be told where "
@@ -338,7 +330,7 @@
*/
static const AbutHelpText ctrlHelp[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Control Panel"},
@@ -410,7 +402,7 @@
*/
static const AbutHelpText gameSetup[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Game Setup Window"},
@@ -445,7 +437,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText ruleSets[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Rule Sets"},
@@ -540,7 +532,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText timeTypes[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Time Formats"},
@@ -619,7 +611,7 @@
static const AbutHelpText editToolHelp[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "About Smart Go Files"},
@@ -708,7 +700,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText moveTool[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Move Tool"},
@@ -734,7 +726,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText editToolKey[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Edit Tool Keyboard Shortcuts"},
@@ -746,7 +738,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText changeTool[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Change Board Tool"},
@@ -768,7 +760,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText scoreTool[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Score Tool"},
@@ -790,7 +782,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText markTools[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Marking Tools Tool"},
@@ -806,7 +798,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText labelTools[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Label Tools"},
@@ -841,7 +833,7 @@
*/
static const AbutHelpText cliMain[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Client Main Window"},
@@ -873,7 +865,7 @@
static const AbutHelpText cliGames[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Client Game List Window"},
@@ -909,7 +901,7 @@
static const AbutHelpText cliPlayers[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Client Player List Window"},
@@ -961,7 +953,7 @@
/* From "client/match.c" */
static const AbutHelpText cliMatch[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Server Game Setup Window"},
@@ -1001,7 +993,7 @@
/* From "editBoard.c" */
static const AbutHelpText editBoard[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Edit Board Window"},
@@ -1066,7 +1058,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText editBoardInfo[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Game Info Window"},
@@ -1084,7 +1076,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText editBoardKey[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Edit Board Keyboard Shortcuts"},
@@ -1123,7 +1115,7 @@
/* From "local.c" */
static const AbutHelpText localBoard[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Game Board"},
@@ -1220,7 +1212,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText localKeys[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Playing Go Keyboard Shortcuts"},
@@ -1249,7 +1241,7 @@
/* From "client/board.c" */
static const AbutHelpText cliBoardPage[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Game Board"},
@@ -1344,7 +1336,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText cliBoardKeyPage[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Client Play Keyboard Shortcuts"},
@@ -1370,7 +1362,7 @@
/* From "client/setup.c" */
static const AbutHelpText cliSetup[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Connecting to Go Servers"},
@@ -1414,7 +1406,7 @@
/* From "gmp/play.c" */
static const AbutHelpText gmpBoard[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "The Game Board"},
@@ -1516,7 +1508,7 @@
{butText_left, 0, NULL}};
static const AbutHelpText gmpBoardKey[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Playing Go Keyboard Shortcuts"},
@@ -1545,7 +1537,7 @@
/* From "gmp/setup.c" */
static const AbutHelpText gmpSetup[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Go Modem Protocol Setup Window"},
@@ -1603,7 +1595,7 @@
/* From "setup.c" */
static const AbutHelpText configure[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Configure Window"},
@@ -1657,7 +1649,7 @@
/* From client/look.c */
static const AbutHelpText cliLook[] = {
{butText_center, 2, "Cgoban " VERSION},
- {butText_center, 0, "By Bill Shubert"},
+ {butText_center, 0, "By Bill Shubert, Kevin Sonney"},
{butText_center, 0, DATE},
{butText_just, 0, ""},
{butText_just, 2, "Client Look Window"},
Index: msg.c
===================================================================
RCS file: /cvsroot/cgoban1/cgoban1/src/msg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- msg.c 25 Jan 2000 04:40:25 -0000 1.1
+++ msg.c 17 Dec 2002 22:46:56 -0000 1.2
@@ -35,7 +35,7 @@
* From crwin.c
*/
const char msg_byBillShubert[] =
- "Copyright \251 1995-1996 William Shubert";
+ "Copyright \251 1995-2002 William Shubert and Kevin Sonney";
const char msg_noWarranty[] = "Cgoban comes with ABSOLUTELY NO WARRANTY "
"and is free software.";
const char msg_seeHelp[] = "Please see the file \"COPYING\" for more "
|
|
From: <ks...@us...> - 2002-12-17 22:47:29
|
Update of /cvsroot/cgoban1/cgoban1/man6 In directory sc8-pr-cvs1:/tmp/cvs-serv12334 Modified Files: cgoban.6 Log Message: copyright & contact info updates Index: cgoban.6 =================================================================== RCS file: /cvsroot/cgoban1/cgoban1/man6/cgoban.6,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- cgoban.6 24 Oct 2002 21:00:31 -0000 1.8 +++ cgoban.6 17 Dec 2002 22:47:15 -0000 1.9 @@ -47,6 +47,6 @@ file gets some bad data in it. Just delete the file and then you can start from scratch again. .SH AUTHOR -Bill Shubert wm...@ig... +Kevin Sonney ks...@re... .LP -http://www.hevanet.com/wms/ +http://cgoban1.sourceforge.net/ |
|
From: <ks...@us...> - 2002-12-17 20:03:42
|
Update of /cvsroot/cgoban1/cgoban1/src/client
In directory sc8-pr-cvs1:/tmp/cvs-serv14434
Modified Files:
game.c
Log Message:
patch for handicap games on IGS from TeXitoi
Index: game.c
===================================================================
RCS file: /cvsroot/cgoban1/cgoban1/src/client/game.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game.c 28 Feb 2002 03:34:35 -0000 1.2
+++ game.c 17 Dec 2002 20:03:34 -0000 1.3
@@ -240,7 +240,7 @@
g = &gl->games[gl->defaultGame];
args = sscanf(buf, "%d(%c): %5s", &moveNum, &color, locStr);
assert(args == 3);
- if (!strcmp(locStr, "Handi")) {
+ if (!strncmp(locStr, "Handi",5)) {
sscanf(buf, "%*s %*s %d", &handicap);
if (handicap != g->handicap) {
g->handicap = handicap;
|
|
From: <ks...@us...> - 2002-11-19 16:46:04
|
Update of /cvsroot/cgoban1/cgoban1 In directory sc8-pr-cvs1:/tmp/cvs-serv2235 Modified Files: configure.in Removed Files: cgoban1.spec Log Message: removed default spec, added spec.in to autoconf Index: configure.in =================================================================== RCS file: /cvsroot/cgoban1/cgoban1/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- configure.in 24 Oct 2002 21:00:30 -0000 1.10 +++ configure.in 19 Nov 2002 16:46:01 -0000 1.11 @@ -20,7 +20,7 @@ # DATE must be in DAY MONTH YEAR format. date="10 23 2002" -VERSION=\"1.9.14\" +VERSION="1.9.14" # If we want to upgrade to 2.5x, AH_TOP and AH_TEMPLATE # macros can be used @@ -240,4 +240,5 @@ AC_OUTPUT(Makefile man6/Makefile src/gmp/Makefile src/client/Makefile src/Makefile wmslib/src/wms/Makefile wmslib/src/but/Makefile -wmslib/src/abut/Makefile wmslib/src/Makefile wmslib/Makefile grab_cgoban) +wmslib/src/abut/Makefile wmslib/src/Makefile wmslib/Makefile +grab_cgoban cgoban1.spec) --- cgoban1.spec DELETED --- |
|
From: <ks...@us...> - 2002-11-19 15:47:58
|
Update of /cvsroot/cgoban1/cgoban1
In directory sc8-pr-cvs1:/tmp/cvs-serv10178
Added Files:
cgoban1.spec.in
Log Message:
Autoconf version of spec file
--- NEW FILE: cgoban1.spec.in ---
%define name cgoban
%define version @VERSION@
%define release 0.2
%define realname cgoban1
# This is for debug-flavor. Do not remove. Package is stripped conditionally.
# %define __os_install_post %{nil}
# %{expand:%%define optflags %{optflags} %([ $DEBUG ] && echo '-g3')}
Summary: cgoban is an X board for playing go
Name: %{name}
Version: %{version}
Release: %{release}
Group: Graphical desktop/Other
License: GPL
URL: http://cgoban1.sourceforge.net/
Obsoletes: %{name}-1.9.13
BuildRequires: XFree86-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Source: http://prdownloads.sourceforge.net/cgoban1/%{name}-%{version}.tar.gz
%description
Cgoban (Complete Goban) is for Unix systems with X11. It has the ability
to be a computerized go board, view and edit smart-go files, and connect to
go servers on the Internet.
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
%configure
%build
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
chmod 777 $RPM_BUILD_ROOT
make install prefix=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/usr/share/man bindir=$RPM_BUILD_ROOT/usr/bin
mv $RPM_BUILD_ROOT/usr/bin/%{name} $RPM_BUILD_ROOT/usr/bin/%{realname}
# mkdir $RPM_BUILD_ROOT/usr/share
mkdir $RPM_BUILD_ROOT/usr/share/pixmaps
cp cgoban_icon.png $RPM_BUILD_ROOT/usr/share/pixmaps
mkdir $RPM_BUILD_ROOT/etc
mkdir $RPM_BUILD_ROOT/etc/X11
mkdir $RPM_BUILD_ROOT/etc/X11/applnk
mkdir $RPM_BUILD_ROOT/etc/X11/applnk/Games
cat >$RPM_BUILD_ROOT/etc/X11/applnk/Games/%{realname}.desktop <<EOF
[Desktop Entry]
Name=%{name} %{version}
Comment=cgoban v1 Board viewer and gnugo interface
Exec=%{_prefix}/bin/%{name}
Icon=cgoban_icon.png
Terminal=0
Type=Application
EOF
mv $RPM_BUILD_ROOT/usr/share/man/man6/%{name}.6 $RPM_BUILD_ROOT/usr/share/man/man6/%{realname}.6
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,755)
%doc COPYING README TODO
/usr/bin
/usr/share/man/man6/*
/usr/share/pixmaps/cgoban_icon.png
/etc/X11/applnk/Games/%{realname}.desktop
%changelog
* Thu Oct 25 2002 Kevin Sonney <ks...@re...> 1.9.14-0.2
- latest dev build
- tested rpm spec on RHL 7.x
* Thu Oct 25 2002 Kevin Sonney <ks...@re...> 1.9.14-0.1
- version jump
- remove patches
- modify .spec to be included in mainline cgoban1 distribution
* Mon Oct 22 2002 Kevin Sonney <ks...@re...> 1.9.12-0.4
- change desktop/menu entry description
* Mon Oct 21 2002 Kevin Sonney <ks...@re...> 1.9.12-0.3
- rename binary to cgoban1
- added desktop entry for gnome
* Thu Aug 22 2002 Kevin Sonney <ks...@re...> 1.9.12-0.2
- Better patch to Makefile.in
- still needs porting to the new autoconf
- can now use %configure macro
- clean out fluxbox comments form my template .spec file
- bad hacks for man pages & doc lcoations
* Thu Aug 22 2002 Kevin Sonney <ks...@re...> 1.9.12-0.1
- Initial Spec File
- lots of fixes to the spec to get it to build right as an RPM
- patched the Makefile.in to correct autoconf error
- needs porting to the new autoconf
# end of file
|