diff options
author | 2002-08-17 00:51:40 +0000 | |
---|---|---|
committer | 2002-08-17 00:51:40 +0000 | |
commit | c836cdef1ef2ddf595df2076d6d97695ce025f78 (patch) | |
tree | 0a13b256372f8fcc280af6e28806c362f211b8c7 /dev-tcltk/blt | |
parent | new nvidia-kernel rev, closing bug #5572 (diff) | |
download | gentoo-2-c836cdef1ef2ddf595df2076d6d97695ce025f78.tar.gz gentoo-2-c836cdef1ef2ddf595df2076d6d97695ce025f78.tar.bz2 gentoo-2-c836cdef1ef2ddf595df2076d6d97695ce025f78.zip |
new package - blt: some tcltk extensions
Diffstat (limited to 'dev-tcltk/blt')
-rw-r--r-- | dev-tcltk/blt/ChangeLog | 23 | ||||
-rw-r--r-- | dev-tcltk/blt/blt-2.4u.ebuild | 48 | ||||
-rw-r--r-- | dev-tcltk/blt/files/digest-blt-2.4u | 1 |
3 files changed, 72 insertions, 0 deletions
diff --git a/dev-tcltk/blt/ChangeLog b/dev-tcltk/blt/ChangeLog new file mode 100644 index 000000000000..d81179e82666 --- /dev/null +++ b/dev-tcltk/blt/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for dev-tcltk/blt +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.1 2002/08/17 00:51:40 george Exp $ + +*tclx-8.3 (15 Aug 2002) + + 16 Aug 2002; George Shapovalov <george@gentoo.org> tclx-8.3.ebuild : + + incorporated modification by <pcgod@gmx.net> to make tk dependency optional (if + X is defined) + Also moved long description into ChangeLog, leaving a one-liner in the ebuild + + + 15 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> tclx-8.3.ebuild : + Initial import. Ebuild submitted by Chris Bainbridge <chrb@dcs.ed.ac.uk>. + + short description: + A set of extensions to TCL oriented towards common + UNIX/Linux programming tasks. TclX enhances Tcl support for files, + network access, debugging, math, lists, and message catalogs, provides + additional interfaces to the native operating system, as well as many + new programming constructs, text manipulation tools, and debugging + capabilities diff --git a/dev-tcltk/blt/blt-2.4u.ebuild b/dev-tcltk/blt/blt-2.4u.ebuild new file mode 100644 index 000000000000..d30ac33173fb --- /dev/null +++ b/dev-tcltk/blt/blt-2.4u.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4u.ebuild,v 1.1 2002/08/17 00:51:40 george Exp $ + + +S="${WORKDIR}/${PN}${PV}" +SRC_URI="http://www.netsw.org/softeng/lang/tcl/BLT2.4u.tar.gz" +HOMEPAGE="http://incrtcl.sourceforge.net/blt/" +DESCRIPTION="an extension to the Tk toolkit" + +DEPEND=">=dev-lang/tk-8.0" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" + +# hyper-optimizations untested... +# +src_compile() { + + cd ${S} + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --with-x \ + --with-tcl=/usr/lib || die "./configure failed" + + emake CFLAGS="${CFLAGS}" || die + +} + +src_install() { + + dodir /usr/bin + dodir /usr/lib/blt2.4/demos/bitmaps + dodir /usr/share/man/mann + dodir /usr/include + emake \ + prefix=${D}/usr \ + exec_prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die + + dodoc NEWS PROBLEMS README +} diff --git a/dev-tcltk/blt/files/digest-blt-2.4u b/dev-tcltk/blt/files/digest-blt-2.4u new file mode 100644 index 000000000000..0dc83e9c0700 --- /dev/null +++ b/dev-tcltk/blt/files/digest-blt-2.4u @@ -0,0 +1 @@ +MD5 bad9f33789a6aac390cebba819ee6b38 BLT2.4u.tar.gz 1903891 |