[Lunar-commits]
CVS: moonbase/games/showeq BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
Stefan Wold
ratler at lunar-linux.org
Thu May 13 21:57:14 GMT 2004
Update of /var/cvs/lunar/moonbase/games/showeq
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20902
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Initial import of showeq, enjoy all EQ gamers
--- NEW FILE: BUILD ---
(
sed -i -e "/^#include <qdatetime.h>/ {
i#include <ctype.h>
}" src/bazaarlog.cpp &&
sedit 's,^/\*260\*/.*,/*260*/ uint8_t unknown260[31];,' src/everquest.h &&
sedit 's,^/\*5044\*/.*,/*5044*/ uint8_t unknown4380[5348]; // *** Placeholder,' src/everquest.h &&
make -f Makefile.dist &&
./configure --prefix=/usr \
--sysconfdir=/etc/showeq \
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-qt-dir=/opt/lunar/qt/3 \
$OPTS &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends qt3 &&
depends libpcap &&
depends libpng &&
depends libtool &&
depends automake &&
depends autoconf &&
depends gdbm
--- NEW FILE: DETAILS ---
MODULE=showeq
VERSION=5.0.0.7_beta7
SOURCE=ShowEQ-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/showeq
SOURCE_URL=$SFORGE_URL/seq/$SOURCE
SOURCE_VFY=md5:d9f9722de9633b730bb11ca1e0c2b0bc
WEB_SITE=http://seq.sourceforge.net/
MAINTAINER=ratler at lunar-linux.org
ENTERED=20040513
UPDATED=20040513
SHORT="Realtime traffic analyzer for the game Everquest"
cat << EOF
ShowEQ sits passively and waits for Everquest packets to pass by on the
ethernet card. It rebuilds the data stream and displays useful
information about the data being sent between client and server.
EOF
More information about the Lunar-commits
mailing list