diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-05-10 12:09:14 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-05-10 12:09:14 +0000 |
commit | 7206fb07bbf170614033cfd372db0b28db069b63 (patch) | |
tree | c9f7ededf1001b95b0be336735345fc35c79f9af /dev-tcltk | |
parent | Moved from sunrise overlay. Fixes bug 265833 (diff) | |
download | historical-7206fb07bbf170614033cfd372db0b28db069b63.tar.gz historical-7206fb07bbf170614033cfd372db0b28db069b63.tar.bz2 historical-7206fb07bbf170614033cfd372db0b28db069b63.zip |
initial ebuild. closes bug #149789
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/togl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-tcltk/togl/Manifest | 4 | ||||
-rw-r--r-- | dev-tcltk/togl/metadata.xml | 28 | ||||
-rw-r--r-- | dev-tcltk/togl/togl-2.0.ebuild | 34 |
4 files changed, 75 insertions, 0 deletions
diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog new file mode 100644 index 000000000000..1f9904abf0d5 --- /dev/null +++ b/dev-tcltk/togl/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-tcltk/togl +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.1 2009/05/10 12:09:14 mescalinum Exp $ + +*togl-2.0 (10 May 2009) + + 10 May 2009; Federico Ferri <mescalinum@gentoo.org> +togl-2.0.ebuild: + initial ebuild. closes bug #149789 + diff --git a/dev-tcltk/togl/Manifest b/dev-tcltk/togl/Manifest new file mode 100644 index 000000000000..8c4734188662 --- /dev/null +++ b/dev-tcltk/togl/Manifest @@ -0,0 +1,4 @@ +DIST Togl2.0-src.tar.gz 244968 RMD160 a0124141b824922306af3a1b4ba6ddcf857f6218 SHA1 7ebb028a75f733d0ac2dca851e23c03f33cc4843 SHA256 b7d4a90bbad3aca618d505ee99e7fd8fb04c829f63231dda2360f557ba3f7610 +EBUILD togl-2.0.ebuild 724 RMD160 7a584afbdcdaa3cd68876433683fd757e6a4257b SHA1 c9f53fa8b9488d0400c0962c3b5439a442e26f6e SHA256 6a4554c3092e7c8433145603bdb82ad68842953eea913322ec83ceeeeff85d69 +MISC ChangeLog 340 RMD160 3ada6f4eed1382673145d3b334f997fcf1762f2e SHA1 d714c79afae9ed1cb834b2d811baa3719e64b3a1 SHA256 a58d3d70c68d425b25175b775db27211ec373c4e6336d0b7aaf7202b1a43db89 +MISC metadata.xml 1087 RMD160 a4bb7ac016ba20b2f345ece5da50a3d60bfd378b SHA1 4ebecef8f6e8224d7bbf9c593123d56d16d944df SHA256 bb7d3eb6cd86252aeb6f5d51e266f570bef924db87cf0d9a690b5658525caa3b diff --git a/dev-tcltk/togl/metadata.xml b/dev-tcltk/togl/metadata.xml new file mode 100644 index 000000000000..8e962df9b69b --- /dev/null +++ b/dev-tcltk/togl/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>tcltk</herd> +<maintainer> + <email>mescalinum@gentoo.org</email> +</maintainer> +<longdescription> +Togl is a Tk widget for OpenGL rendering. Togl was originally based on +OGLTK, written by Benjamin Bederson at the University of New Mexico. Togl's +main features are: + +* unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X Aqua support +* support for requesting stencil, accumulation, alpha buffers, etc. +* multiple OpenGL drawing windows +* simple stereo rendering support +* simple, portable font support +* color-index mode support including color allocation functions +* overlay plane support +* OpenGL extension testing from Tcl +* Tcl Extension Architecture (TEA) 3 compliant + +Togl does almost no OpenGL drawing itself, instead it manages OpenGL +drawing by calling various Tcl commands (a.k.a., callback functions). Those +commands can be C functions that call OpenGL (in)directly or another Tcl +package (e.g., Tcl3D). +</longdescription> +</pkgmetadata> diff --git a/dev-tcltk/togl/togl-2.0.ebuild b/dev-tcltk/togl/togl-2.0.ebuild new file mode 100644 index 000000000000..cfe1b9689abb --- /dev/null +++ b/dev-tcltk/togl/togl-2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0.ebuild,v 1.1 2009/05/10 12:09:14 mescalinum Exp $ + +EAPI="2" + +MY_P="Togl${PV}" + +DESCRIPTION="A Tcl/Tk widget for OpenGL rendering" +HOMEPAGE="http://togl.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug +threads" + +RDEPEND="virtual/opengl + dev-lang/tk + dev-lang/tcl" +DEPEND="${RDEPEND}" + +# tests directory is missing +RESTRICT="test" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + econf $(use_enable debug symbols) $(use_enable threads) +} + +src_install() { + make install DESTDIR="${D}" +} |