Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lang/eleven
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/eleven/ChangeLog,v 1.5 2007/02/21 23:55:35 peper Exp $
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
10 Jan 2007; Piotr Jaroszyński
Fix Manifest.
10 Jan 2007;
Dependency update: dev-util/guile -> dev-scheme/guile.
04 May 2005; David Holm
Added to ~ppc.
*eleven-1.0 (28 Feb 2005)
28 Feb 2005;
Initial ebuild for eleven
DIST eleven-1.0.tar.gz 496129 RMD160 98363e24d77adda02299d6104118c4fa650071c0 SHA1 2b7f5521ca10f580fd142059aa73422e20ca74ef SHA256 9a2bd35e0a0aed695550a188f3102874cb2d880e31179672f74f0d892ce2f0a8
EBUILD eleven-1.0.ebuild 602 RMD160 68c2a671fd0e79cf8c4a1dd2f18ff58520678309 SHA1 ff658702d59a4119bc4d887690913356aacf89b2 SHA256 03a85d37b77348296cbc6449e016265636cfc39bf079f7925ec160f7df70e100
MISC ChangeLog 695 RMD160 989283cb15a6125f050bfe43edadd32c2ce8b71c SHA1 cc25608124fff36c5a7e365977dddf337ff5c3b5 SHA256 9509f6a9b38ba5bb7b63adeefcc2c893b10ac28eead5c0a05302428d5b1da337
MISC metadata.xml 827 RMD160 a4142457039e961e71f8283d60e280be7885bcb3 SHA1 021bdd198799a50065392ef3b2c9857fecfe2362 SHA256 4def0dda2436681a8e59c8d7289e34c31f02af742af9fae7e9683e3de5f551d6
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/eleven/eleven-1.0.ebuild,v 1.3 2007/01/10 17:50:58 hkbst Exp $
DESCRIPTION="A programming language for creating robust, scalable Web applications quickly and easily."
HOMEPAGE="http://eleven.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
RDEPEND="dev-scheme/guile"
DEPEND="${RDEPEND} sys-devel/bison"
src_install() {
make prefix=${D}/usr sysconfdir=${D}/etc install || die
}
Eleven is a programming language for creating robust, scalable Web
applications quickly and easily. It offers a 20x programmer
productivity increase over traditional server programming languages
like ASP, PHP, and JSP by automating state management and taking
control of the application's look and feel. From high-level source
code with a simple, C-like syntax, the compiler generates complete,
ready-to-run implementations in PHP or mod_perl. Applications maintain
their state in a relational database and are inherently
fault-tolerant, secure, and scalable.