diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-04 23:11:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-04 23:11:47 +0800 |
commit | b4d8d4397e714e614c288a72653c704a0420ecd1 (patch) | |
tree | 79e439fc8777d8c1c1c6cffa68740c6df8a44728 /games/scid/pkg-descr | |
parent | a204f9f3e5f2cafc59eb9496c83ee6bd237a6527 (diff) | |
download | freebsd-ports-gnome-b4d8d4397e714e614c288a72653c704a0420ecd1.tar.gz freebsd-ports-gnome-b4d8d4397e714e614c288a72653c704a0420ecd1.tar.zst freebsd-ports-gnome-b4d8d4397e714e614c288a72653c704a0420ecd1.zip |
add scid 3.2
A free chess database application
Diffstat (limited to 'games/scid/pkg-descr')
-rw-r--r-- | games/scid/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/scid/pkg-descr b/games/scid/pkg-descr new file mode 100644 index 000000000000..1f1cf781a0e8 --- /dev/null +++ b/games/scid/pkg-descr @@ -0,0 +1,18 @@ +Scid is a chess database application; with it you can browse databases of +chess games, edit games and search for games by various criteria. + +Scid uses its own special three-file database format which is very compact +and fast, but it can convert to and from the standard PGN (Portable Game +Notation) format. Scids PGN window displays the text of the current game in +PGN format. + +You can use Scid to add chess games to a database, using the keyboard or mouse +to enter moves. + +You can also use Scid as a PGN file browser, by pasting PGN text into Scids +Import window or by opening a PGN file in Scid. However, PGN files cannot be +edited by Scid (it opens them read-only) and they use more memory and are +slower to load, so for large PGN files it is recommended that you create a +Scid database from them first with the pgnscid utility. + +WWW: http://scid.sourceforge.net/ |