Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-ltk
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.13 2007/02/22 01:26:49 peper Exp $
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
*cl-ltk-0.90 (23 Jul 2006)
23 Jul 2006; Matthew Kennedy
-cl-ltk-0.881.ebuild:
New upstream version; Remove old ebuilds.
*cl-ltk-0.881 (30 Jan 2006)
30 Jan 2006; Matthew Kennedy
New upstream version.
*cl-ltk-0.8.7.8.6 (05 Aug 2005)
05 Aug 2005; Matthew Kennedy
+cl-ltk-0.8.7.8.6.ebuild:
New upstream version.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
-cl-ltk-0.8.5.ebuild, -cl-ltk-0.8.6.ebuild, cl-ltk-0.8.7.ebuild:
Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy
Keywording for ~amd64
20 Mar 2005; Matthew Kennedy
Corrected metadata.xml
*cl-ltk-0.8.7 (02 Feb 2005)
02 Feb 2005; Matthew Kennedy
New upstream version
*cl-ltk-0.8.6 (04 Sep 2004)
04 Sep 2004;
New upstream version.
07 Aug 2004; Tom Martin
cl-ltk-0.8.5.ebuild:
Typo in DESCRIPTION: whick -> which. Bug 59717.
14 Jul 2004;
Added dev-lang/tk as RDEPEND; Resolves #56955.
*cl-ltk-0.8.3 (06 Jul 2004)
06 Jul 2004;
+cl-ltk-0.8.5.ebuild:
New upstream version.
*cl-ltk-0.8.3 (28 Jun 2004)
28 Jun 2004;
New port. Ebuild contributed by Matthew Kennedy
DIST ltk-0.8.7.tgz 176288 RMD160 9161b4df762453defb03ff165ad59d233fc182ef SHA1 17f967d42a240f59b5ffcbab99107c92cdeaa3dc SHA256 47a219f3584cc08efa505c14353c19db52f4da1fcf9f0a3b28e9bd0e1357a048
DIST ltk-0.8786.tgz 187762 RMD160 3e3efb377db6f79515a474c8e8e808dda4b23a45 SHA1 5df694ffbaf0bf6e2a81238c75df78840706e75c SHA256 0b7b229b9ff19a8e7b5d90a72269ff2c17b0e402f88b5b1665f2c65aa4570239
DIST ltk-0.90.tgz 239091 RMD160 a7ea4f3f8bc6ce5ffb33e28b44c797afb039c1f3 SHA1 77f297260eb8748b9ca67c3f31a5b07c2d6cf9cf SHA256 6b0446c22baa86609bf17a3baf3441676340c8e36f51cbe0a1cb24323c6397fc
EBUILD cl-ltk-0.8.7.8.6.ebuild 864 RMD160 a0b1bd63e4edfc38ca92e40b468eb487fb936e9b SHA1 9551a571ab8b915b6a55d114cb461a2a71f74967 SHA256 f3f77d4f8cd8694e1c6263e2d913d307146e01a037774e18b8786c0dfe18c925
EBUILD cl-ltk-0.8.7.ebuild 788 RMD160 ac9dd931675346a20543c9de96c1880cd4ba0c3f SHA1 ce043c6d9a14de1937c26d80305a8c387a366302 SHA256 e7deaae3eba8d00e95165c34908c74046ea1b0e9e914edb077fa417feef46f3e
EBUILD cl-ltk-0.90.ebuild 787 RMD160 93ee0c83abb01a0b7431fb9a6b0475af93b460c8 SHA1 3aeacfe98fe83800e30bffb34286d3022ba16111 SHA256 7dff58f6bbf9822986c906602eb1bd1c268ba4e19d6764f7bb549b2c92926765
MISC ChangeLog 2001 RMD160 5112c1f87d9043345a0dcdbf6e7b65aa2c239356 SHA1 4eadd76b02357b764671e765d86376e6719af4a9 SHA256 6a32c3774a0bae10fbb04715df0e8ae9884d8e35f73862b759adbd5db212d9f5
MISC metadata.xml 982 RMD160 cfbfb9c7d19321ad046c659ccc8536b1903eef82 SHA1 ac69fcc0f0bde11697b44f529c1579945775af28 SHA256 7a6b7d2441a15bef5eb20932988db306317941408d5087a2e950e2403c4887eb
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.7.8.6.ebuild,v 1.1 2005/08/05 20:58:34 mkennedy Exp $
inherit common-lisp eutils
MY_PV1=${PV:0:2}
MY_PV2=${PV:2}
MY_PV=${MY_PV1}${MY_PV2//./}
DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
HOMEPAGE="http://www.peter-herth.de/ltk/"
SRC_URI="http://www.peter-herth.de/ltk/${PN#cl-}-${MY_PV}.tgz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
RDEPEND="${DEPEND}
dev-lang/tk"
CLPACKAGE=ltk
S=${WORKDIR}/${PN#cl-}
src_install() {
common-lisp-install *.lisp ltk.asd remote.tcl
common-lisp-system-symlink
dodoc *.{txt,pdf}
}
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild,v 1.4 2005/05/24 18:48:34 mkennedy Exp $
inherit common-lisp eutils
DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
HOMEPAGE="http://www.peter-herth.de/ltk/"
SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
RDEPEND="${DEPEND}
dev-lang/tk"
CLPACKAGE=ltk
S=${WORKDIR}/${PN#cl-}
src_install() {
common-lisp-install *.lisp ltk.asd remote.tcl
common-lisp-system-symlink
dodoc *.{txt,pdf}
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.90.ebuild,v 1.1 2006/07/23 20:38:39 mkennedy Exp $
inherit common-lisp eutils
DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
HOMEPAGE="http://www.peter-herth.de/ltk/"
SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
RDEPEND="${DEPEND}
dev-lang/tk"
CLPACKAGE=ltk
S=${WORKDIR}/${P#cl-}
src_install() {
common-lisp-install *.lisp ltk.asd remote.tcl
common-lisp-system-symlink
dodoc *.{txt,pdf}
}
LTK is a Common Lisp binding for the Tk graphics toolkit. It does not require
any Tk knowledge for its usage. As it is written in pure Lisp, it is highly
portable.
The main objective for Ltk was to create a GUI library which is portable across
different operating systems and Common Lisp implementations. Furthermore it
should be easy to set up. So with the exception of one single function, the
whole code of ltk is pure ANSI Common Lisp. No external programs besides a
standard installation of tcl/tk are required.
Ltk supports the following Lisp systems: Allegro, CMUCL, CLisp, ECL, LispWorks,
OpenMCL, SBCL. Ltk was successfully tested using Lispworks, CLisp, CMUCL, SBCL
under Linux and Lispworks, CLisp, and SBCL using Mac Os X, CLisp, Allegro and
Lispworks using Windows.