Skip to content

Commit

Permalink
bump version from 0.0.7 to 0.0.8. add two new modules.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://tchan@foo-projects.org/var/svn/lunar/moonbase/trunk@5395 fe636330-a7f5-0310-8408-fdd8893149bb
  • Loading branch information
florin committed Feb 8, 2004
1 parent 6e6d108 commit ae60d1f
Show file tree
Hide file tree
Showing 17 changed files with 145 additions and 44 deletions.
12 changes: 7 additions & 5 deletions games/ggz-client-libs/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-client-libs
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:5bb9870d0ea54ba22ec8d59e9655347e
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the client libs of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the client libs of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
3 changes: 3 additions & 0 deletions games/ggz-gnome-client/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
depends libgnomeui &&
depends ggz-client-libs &&
depends ggz-gtk-games
20 changes: 20 additions & 0 deletions games/ggz-gnome-client/DETAILS
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MODULE=ggz-gnome-client
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:2d44130800555adb2892c4880324a8da
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20040208
SHORT="the gnome client of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
endeavors (by Microsoft and Yahoo), GGZ will support multiple rooms
where players can login and chat across a table while they play their
favorite games.

This is the gnome client.
EOF
12 changes: 7 additions & 5 deletions games/ggz-gtk-client/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-gtk-client
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:d780c0cbf2c307e14cb22ea6c74b1c35
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the gtk client of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the gtk client of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
4 changes: 2 additions & 2 deletions games/ggz-gtk-games/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
depends expat &&
depends popt &&
depends gtk+ # &&
# depends ggz-client-libs
depends gtk+-2 &&
depends libggz
12 changes: 7 additions & 5 deletions games/ggz-gtk-games/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-gtk-games
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:ff14dab08ff911e32b3a04e13476d4a5
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the gtk game modules of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the gtk game modules of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
18 changes: 18 additions & 0 deletions games/ggz-kde-client/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(

export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
export KDEDIR=/opt/lunar/kde/3

./configure --prefix=/opt/lunar/kde/3 \
--with-qt-dir=/opt/lunar/qt/3 \
--disable-debug \
--enable-fast-malloc=full \
--with-xinerama \
$OPTS &&

make &&
prepare_install &&
make install


) > $C_FIFO 2>&1
12 changes: 7 additions & 5 deletions games/ggz-kde-client/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-kde-client
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:0b0a26f02a295f2a51f811c6b430fdbd
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the kde client of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the kde client of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
18 changes: 18 additions & 0 deletions games/ggz-kde-games/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(

export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
export KDEDIR=/opt/lunar/kde/3

./configure --prefix=/opt/lunar/kde/3 \
--with-qt-dir=/opt/lunar/qt/3 \
--disable-debug \
--enable-fast-malloc=full \
--with-xinerama \
$OPTS &&

make &&
prepare_install &&
make install


) > $C_FIFO 2>&1
3 changes: 2 additions & 1 deletion games/ggz-kde-games/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
depends expat &&
depends popt &&
depends qt3
depends qt3 &&
depends libggz
12 changes: 7 additions & 5 deletions games/ggz-kde-games/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-kde-games
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:f7a8e7973b3de051f0d538776578849a
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the kde game modules of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the kde game modules of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
5 changes: 5 additions & 0 deletions games/ggz-sdl-games/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
depends SDL_image &&
depends SDL_ttf &&
depends expat &&
depends popt &&
depends libggz
20 changes: 20 additions & 0 deletions games/ggz-sdl-games/DETAILS
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MODULE=ggz-sdl-games
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:51d4ec8b4bdfb9d932ff45ce3c92ae39
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20040208
SHORT="the SDL game modules of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
endeavors (by Microsoft and Yahoo), GGZ will support multiple rooms
where players can login and chat across a table while they play their
favorite games.

This is the SDL game module pack.
EOF
12 changes: 7 additions & 5 deletions games/ggz-server/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-server
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:622b32c6a24a91853a6f755b02519b50
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the server of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the server of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
2 changes: 1 addition & 1 deletion games/ggz-txt-client/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
depends popt &&
depends popt &&
depends ggz-client-libs
12 changes: 7 additions & 5 deletions games/ggz-txt-client/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=ggz-txt-client
VERSION=0.0.7
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:c75bdf17ed8576fb36ec9c00fb79dedf
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20030609
SHORT="the txt client of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the txt client of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down
12 changes: 7 additions & 5 deletions games/libggz/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
MODULE=libggz
VERSION=0.0.6
VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/ggz/$SOURCE
WEB_SITE=http://ggz.sourceforge.net/
SOURCE_URL[0]=http://ggzgamingzone.org/pub/ggz/$VERSION/$SOURCE
SOURCE_VFY=md5:c3fcf431c6c53a099352bb9769c67862
WEB_SITE=http://www.ggzgamingzone.org/
ENTERED=20020727
UPDATED=20021120
SHORT="the core library of ggz - multiplayer gaming"
UPDATED=20040208
SHORT="the core library of ggz - multiplayer gaming"

cat <<EOF
GGZ Gaming Zone is a way for people to play a variety of games across the
Internet with both human and computer opponents. Similar to other such
Expand Down

0 comments on commit ae60d1f

Please sign in to comment.