[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#653972: O: eris -- The WorldForge client entity library



Package: wnpp
Severity: normal

The current maintainer of eris, Michael Koch <konqueror@gmx.de>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: eris
Binary: liberis-1.3-dev, liberis-1.3-15, liberis-1.3-15-dbg, liberis-doc
Version: 1.3.14-3
Maintainer: Michael Koch <konqueror@gmx.de>
Build-Depends: cdbs, debhelper (>= 5), libsigc++-2.0-dev, doxygen, libglib2.0-dev, libatlas-cpp-0.6-dev (>= 0.6.0), libmercator-0.2-dev (>= 0.2.7), libskstream-0.3-dev (>= 0.3.6), libwfmath-0.3-dev (>= 0.3.9), chrpath
Build-Conflicts: libsigc++-1.2-dev, libsigc-perl, libsigcoperl-dev
Architecture: any
Standards-Version: 3.8.3
Format: 1.0
Files:
 fde5e20e35698987be9bcbd682a2029f 1272 eris_1.3.14-3.dsc
 ac113b43b3c7fb714ede636c7fc80cdd 560929 eris_1.3.14.orig.tar.gz
 5ca780e722ea1c9532064ce7136159d8 4245 eris_1.3.14-3.diff.gz
Checksums-Sha1:
 1dfdeef77de062b3084b1d546fb2da8f3c7cb65d 1272 eris_1.3.14-3.dsc
 74d679226443326994555af91cbeab2d184b2165 560929 eris_1.3.14.orig.tar.gz
 ba255d67fdcac0a6bb22601f6cd1f2296e2faeae 4245 eris_1.3.14-3.diff.gz
Checksums-Sha256:
 4b82663b6e9a802e73187fd867b828555ab8e1342da029ce47ce12974493c49d 1272 eris_1.3.14-3.dsc
 eff9d26c153653089d16b68fd2122509d44bffa7e240921e606cad8d3c9ed723 560929 eris_1.3.14.orig.tar.gz
 f8bd99aa3993f4dd00d938fd53a15e6ccee73ce2442aff5f043cd0e785dde77f 4245 eris_1.3.14-3.diff.gz
Homepage: http://www.worldforge.org/
Directory: pool/main/e/eris
Priority: source
Section: libs

Package: liberis-1.3-15
Source: eris
Version: 1.3.14-3
Installed-Size: 744
Maintainer: Michael Koch <konqueror@gmx.de>
Architecture: amd64
Depends: libatlas-cpp-0.6-1, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libmercator-0.2-6, libsigc++-2.0-0c2a (>= 2.0.2), libskstream-0.3-4 (>= 0.3.6), libstdc++6 (>= 4.2.1), libwfmath-0.3-4
Description: The WorldForge client entity library
 Eris is designed to simplify client development (and avoid repeating the
 same work several times), by providing a common system to deal with the
 back end tasks. Notably, Eris encapsulates most of the work in getting
 Atlas entities available on your client, logging into a server, and
 managing updates from the server. Thus it can be considered as a session
 layer above Atlas, providing persistent (for the session) objects as
 opposed to Atlas ones (which are transient). It handles the client-side
 implementation of the meta-server protocol, and querying game servers;
 out-of-game (OOG) operations (via the Lobby and Rooms), and most
 important in-game (IG) operations such as entity creation, movement and
 updates.
 .
 Eris provides a generic 'Entity' class, which you are free to sub-class
 and provide to the system (by registering a factory with the World);
 thus you are free to create different classes to handle characters,
 walls, vehicles, etc as your client dictates. An alternative approach is
 to simply create peer classes, and connect them to Eris via
 callbacks. Eris makes extensive use of libSigC++, which must be
 correctly installed and functioning on your system. Familiarity with
 signal/slot programming concepts is essential for using Eris; the
 libSigC++ home-page has some examples. Gtk+ or QT signal systems also
 provide a good introduction.
Homepage: http://www.worldforge.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/e/eris/liberis-1.3-15_1.3.14-3_amd64.deb
Size: 295254
MD5sum: 6802d5759e2f74eebb10a88af2e8e129
SHA1: e09dfe753f68108173074903c24e26ab79f41fa9
SHA256: 4de77bb64980c98c78e76e27a5b350271df3b8a2790e628a6a94009199afcc39

Package: liberis-1.3-15-dbg
Source: eris
Version: 1.3.14-3
Installed-Size: 5672
Maintainer: Michael Koch <konqueror@gmx.de>
Architecture: amd64
Depends: liberis-1.3-15 (= 1.3.14-3)
Description: The WorldForge client entity library - debugging library
 Eris is designed to simplify client development (and avoid repeating the
 same work several times), by providing a common system to deal with the
 back end tasks. Notably, Eris encapsulates most of the work in getting
 Atlas entities available on your client, logging into a server, and
 managing updates from the server. Thus it can be considered as a session
 layer above Atlas, providing persistent (for the session) objects as
 opposed to Atlas ones (which are transient). It handles the client-side
 implementation of the meta-server protocol, and querying game servers;
 out-of-game (OOG) operations (via the Lobby and Rooms), and most
 important in-game (IG) operations such as entity creation, movement and
 updates.
 .
 Eris provides a generic 'Entity' class, which you are free to sub-class
 and provide to the system (by registering a factory with the World);
 thus you are free to create different classes to handle characters,
 walls, vehicles, etc as your client dictates. An alternative approach is
 to simply create peer classes, and connect them to Eris via
 callbacks. Eris makes extensive use of libSigC++, which must be
 correctly installed and functioning on your system. Familiarity with
 signal/slot programming concepts is essential for using Eris; the
 libSigC++ home-page has some examples. Gtk+ or QT signal systems also
 provide a good introduction.
 .
 This package contains the debugging library.
Homepage: http://www.worldforge.org/
Tag: role::debug-symbols
Section: debug
Priority: extra
Filename: pool/main/e/eris/liberis-1.3-15-dbg_1.3.14-3_amd64.deb
Size: 1795980
MD5sum: 53b0fefa656611dc968185e5f3c2b9c6
SHA1: 7721df63ed74048e8a66b3a67693f370926a056b
SHA256: c82f34b48497235967f5846a1111cf3af3a1ac4a21d739e3ebe576e9e996d0e0

Package: liberis-1.3-dev
Source: eris
Version: 1.3.14-3
Installed-Size: 356
Maintainer: Michael Koch <konqueror@gmx.de>
Architecture: amd64
Depends: liberis-1.3-15 (= 1.3.14-3), libatlas-cpp-0.6-dev (>= 0.6.0-1), libskstream-0.3-dev (>= 0.3.6-1), libwfmath-0.3-dev (>= 0.3.5-1), libsigc++-2.0-dev, libglib2.0-dev
Description: The WorldForge client entity library - development files
 Eris is designed to simplify client development (and avoid repeating the
 same work several times), by providing a common system to deal with the
 back end tasks. Notably, Eris encapsulates most of the work in getting
 Atlas entities available on your client, logging into a server, and
 managing updates from the server. Thus it can be considered as a session
 layer above Atlas, providing persistent (for the session) objects as
 opposed to Atlas ones (which are transient). It handles the client-side
 implementation of the meta-server protocol, and querying game servers;
 out-of-game (OOG) operations (via the Lobby and Rooms), and most
 important in-game (IG) operations such as entity creation, movement and
 updates.
 .
 Eris provides a generic 'Entity' class, which you are free to sub-class
 and provide to the system (by registering a factory with the World);
 thus you are free to create different classes to handle characters,
 walls, vehicles, etc as your client dictates. An alternative approach is
 to simply create peer classes, and connect them to Eris via
 callbacks. Eris makes extensive use of libSigC++, which must be
 correctly installed and functioning on your system. Familiarity with
 signal/slot programming concepts is essential for using Eris; the
 libSigC++ home-page has some examples. Gtk+ or QT signal systems also
 provide a good introduction.
 .
 This package contains the development files for compiling software
 depending on Eris.
Homepage: http://www.worldforge.org/
Tag: devel::library, qa::low-popcon, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/e/eris/liberis-1.3-dev_1.3.14-3_amd64.deb
Size: 96354
MD5sum: 9185b215a88588ffa1a858a70b99c301
SHA1: 6bc5f0f682443c2d5c1815b28baa5f4e98d5613c
SHA256: 04927eb7493d78311c8ab2699fbccac33b02a306d0e1f552ee452e66f3dc8261

Package: liberis-doc
Source: eris
Version: 1.3.14-3
Installed-Size: 2748
Maintainer: Michael Koch <konqueror@gmx.de>
Architecture: all
Suggests: liberis-1.3-dev
Description: The WorldForge client entity library - API documentation
 Eris is designed to simplify client development (and avoid repeating the
 same work several times), by providing a common system to deal with the
 back end tasks. Notably, Eris encapsulates most of the work in getting
 Atlas entities available on your client, logging into a server, and
 managing updates from the server. Thus it can be considered as a session
 layer above Atlas, providing persistent (for the session) objects as
 opposed to Atlas ones (which are transient). It handles the client-side
 implementation of the meta-server protocol, and querying game servers;
 out-of-game (OOG) operations (via the Lobby and Rooms), and most
 important in-game (IG) operations such as entity creation, movement and
 updates.
 .
 Eris provides a generic 'Entity' class, which you are free to sub-class
 and provide to the system (by registering a factory with the World);
 thus you are free to create different classes to handle characters,
 walls, vehicles, etc as your client dictates. An alternative approach is
 to simply create peer classes, and connect them to Eris via
 callbacks. Eris makes extensive use of libSigC++, which must be
 correctly installed and functioning on your system. Familiarity with
 signal/slot programming concepts is essential for using Eris; the
 libSigC++ home-page has some examples. Gtk+ or QT signal systems also
 provide a good introduction.
 .
 This package contains the API documentation in HTML format.
Homepage: http://www.worldforge.org/
Tag: devel::{doc,lang:c++,library}, game::mud, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/e/eris/liberis-doc_1.3.14-3_all.deb
Size: 393078
MD5sum: ffeb9d214cd91507dd2c88d00d4f5bd1
SHA1: 0299a63473c540bc77c62e43f6dc2bf167e68ebe
SHA256: c70c2f94580af8b4e9a15a85e059e8ac5e572c34a33dd73583e21547fbb21a4b

Attachment: signature.asc
Description: Digital signature


Reply to: