Portage is a package management system used by Gentoo Linux
# ChangeLog for games-server/cyphesis
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.6 2008/05/19 19:56:20 dev-zero Exp $
19 May 2008; Tiziano Müller
Changed dependency for postgresql to virtual/postgresql-base
*cyphesis-0.5.15 (14 Dec 2007)
14 Dec 2007; Tupone Alfredo
+files/cyphesis-0.5.15-gentoo.patch, +cyphesis-0.5.15.ebuild:
Version bump to 0.5.15
*cyphesis-0.5.14 (03 Nov 2007)
03 Nov 2007; Tupone Alfredo
+files/cyphesis-0.5.14-gentoo.patch, +cyphesis-0.5.14.ebuild:
Version bump
*cyphesis-0.5.12 (07 May 2007)
07 May 2007; Tupone Alfredo
+files/cyphesis-0.5.12-gentoo.patch, +cyphesis-0.5.12.ebuild:
Version bump to 0.5.12
07 May 2007; Tupone Alfredo
Added ~amd64 keyword
*cyphesis-0.5.11 (01 Feb 2007)
01 Feb 2007;
+metadata.xml, +cyphesis-0.5.11.ebuild:
New ebuild.
Fixes bug #90938 by kalium@gmx.de and partially bug #58213 Boris Smus
AUX cyphesis-0.5.15-gentoo.patch 1519 RMD160 55b5e3b1e3bdeff64662a93215ea6ce6470b6026 SHA1 18ed34a8f0ef9f0de83b8c62189a7062d6c5d9b0 SHA256 2558f041f0e411182db51c9b810023620e1e6ea8d0f7844c15ebe20895965475
DIST cyphesis-0.5.15.tar.bz2 549050 RMD160 26680668ec2f0523560112fce0ff63cefca87a17 SHA1 82642393df609f20175dbdc412a5c64c4379fb11 SHA256 c1220e222d7588c27b1cd0a1ac6605a0c26d13fedaecc5469129d32448cc2767
EBUILD cyphesis-0.5.15.ebuild 1101 RMD160 8fd042a503a593eeda9cd4d69b0e79bee3f18d6b SHA1 ffd4b55844fe47d8cd01b5cec3185e7b97e7306a SHA256 95bcdf5ae694218651e29b62319d43bead65deb38dcb1071fe75a0c02000a4ef
MISC ChangeLog 1195 RMD160 869e750e90bd2ed12f3777109e490a8175339599 SHA1 21d7e1ba8dca701a72d0cda37d15c1eb56b8a439 SHA256 402057b1d7e497d9acc4f1559b020cb03ab512735e2e3c7f02f4d94327a94920
MISC metadata.xml 658 RMD160 861bab297e9ffd8300f2be238803295eecf6bc88 SHA1 06123a6a79c71384cad174b66ba798dee92ac99f SHA256 7abce09650fe6062c27ee350f8ac2578ba482cdc2b1c4970dc4cd4f076e24028
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.15.ebuild,v 1.2 2008/05/19 19:56:20 dev-zero Exp $
inherit eutils autotools games
DESCRIPTION="WorldForge server running small games"
HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-libs/skstream-0.3.6
sys-libs/readline
>=dev-games/wfmath-0.3
=dev-games/mercator-0.2*
dev-libs/libgcrypt
=dev-libs/libsigc++-2.0*
=media-libs/atlas-c++-0.6*
>=media-libs/varconf-0.6.4
virtual/postgresql-base"
src_unpack() {
unpack ${A}
cd "${S}"
# Patching to disable howl and avahi discovery
# To be removed when upstream will provide a way to selectively
# enable/disable supoort for it
epatch "${FILESDIR}/${P}"-gentoo.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO
prepgamesdirs
}
Cyphesis is an NPC engine using AI/A-Life techniques. It is the Artificial
Intelligence and Artificial Life server used by STAGE and also is filling in as
its first fully functional game server, featured in Acorn. Cyphesis is a
prototype server designed to explore the possibilities of complex NPC
interaction and scripting. Efficiency and support for large numbers of players
are foregone in the quest for a more realistic and dynamic world framework.