Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-games/libnw
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.7 2007/02/08 20:47:09 wolf31o2 Exp $
08 Feb 2007; Chris Gianelloni
Regenerate digest in Manifest2 format.
30 Sep 2005; Chris Gianelloni
Removed INSTALL.
19 Apr 2004; Chris Gianelloni
Adding IUSE.
*libnw-1.30.01 (11 Jul 2003)
11 Jul 2003; Mike Frysinger
Initial import. Ebuild submitted by Francois Guimond
DIST libnw-1.30.01.tar.gz 356272 RMD160 59298f4f7d931153c0677fa217f7bd056b90800d SHA1 87a9f599c4821a4974eae9613ad9d8f5df088b89 SHA256 0a911608862562b461cd6026f647dac133893063e0a9261dbb5bfe823dc550a4
EBUILD libnw-1.30.01.ebuild 625 RMD160 0c314c5cbb5980205a9dd5da52009700fbbb2590 SHA1 0d23656cfeb282c08e8acc22b95c22cd4e40134f SHA256 2ffe0418a4e7defc4f021b0c4759163e9214fe16e6483b1a125138a8d3285c76
MISC ChangeLog 677 RMD160 298d2bef8223adac86c791c853bc9c29feed992f SHA1 99c0758dc0339373b963fe94a9799388d84f28ad SHA256 834e33f70d95fb05db07f044c0e6b35ad63f71bfbfac49686d2b42c2c3e04c5f
MISC metadata.xml 828 RMD160 b0ec8d22f4ff36491867588003c62f14e57fe9ba SHA1 fee66cb4d5b575858cb4ede2ac6fbe3ee658184b SHA256 d4fbe449288de96fe5bcef4b855877a103425ac3bab0f52202825446435dbeb8
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.01.ebuild,v 1.8 2005/09/30 18:40:28 wolf31o2 Exp $
DESCRIPTION="Tools and libraries for NWN file manipulation"
HOMEPAGE="http://openknights.sourceforge.net/"
SRC_URI="mirror://sourceforge/openknights/${P}.tar.gz"
LICENSE="openknights"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND="sys-devel/bison
sys-devel/flex"
RDEPEND=""
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README README.License-Torlack README.tech TODO
}
libnw - libnw's aim is to provide platform-independent routines for the low- and
mid-level manipulation of NWN resources, as members of game data files, modules, hak
paks, export files, or stand alone. As a side effect, command-line programs are
often produced to exercise portions of the library. Ultimately, these routines are
intended to be assembled along with some form of GUI to make an equivalent to
BioWare's Aurora Toolset.
libnw is very much a work in progress, coded in C, and initially developed on ia32
hardware running GNU/Linux. Members of the OK Project have assisted in porting the
code to Mac OS X, as well.