public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro (bicatali)" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/brlcad: metadata.xml ChangeLog brlcad-7.16.6.ebuild
Date: Thu, 25 Feb 2010 06:15:12 +0000	[thread overview]
Message-ID: <E1NkX0C-0003Ol-Ed@stork.gentoo.org> (raw)

bicatali    10/02/25 06:15:12

  Added:                metadata.xml ChangeLog brlcad-7.16.6.ebuild
  Log:
  Version bump and moved to the main tree
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-misc/brlcad/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
BRL-CAD is a Combinatorial/Constructive Solid Geometry (CSG)
solid modeling system that includes an interactive geometry editor,
ray-tracing support for rendering and geometric analysis,
network-distributed framebuffer support, image and signal-processing
tools, and an embedded scripting language.

The package is a collection of over 400 tools and utilities. Included
is support for various geometric data format conversions, image and
signal processing capabilities, ray-tracing based lighting models,
network distributed ray-tracing, parallel ray-tracing, animation
capabilities, data compression, image handling, and interactive 3-D
geometric editing, and also an implementation of Weiler's n-Manifold
Geometry (NMG) data structures for surface-based solid models and
photon mapping.
</longdescription>
</pkgmetadata>




1.1                  sci-misc/brlcad/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-misc/brlcad
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-misc/brlcad/ChangeLog,v 1.1 2010/02/25 06:15:11 bicatali Exp $

*brlcad-7.16.6 (25 Feb 2010)

  25 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org>
  +brlcad-7.16.6.ebuild, +files/brlcad-7.16.6-as-needed.patch,
  +files/brlcad-7.16.6-stl-headers.patch, +metadata.xml:
  Version bump and moved to the main tree

  04 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org> brlcad-7.16.4.ebuild:
  Changed man directory to avoid conflicts

*brlcad-7.16.4 (02 Feb 2010)

  02 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org>
  -brlcad-7.10.4.ebuild, +brlcad-7.16.4.ebuild,
  +files/brlcad-7.16.4-as-needed.patch,
  -files/brlcad-tcltk-man_install.patch:
  Version bump. Rewrote from scratch

  24 Aug 2008; Tim Cera <timcera@earthlink.net> brlcad-7.10.4.ebuild:
  * The BDL (BSD Documentation License) was for content on their wiki. Removed
  from software licenses. * Changed the copyright year to 2008.

  19 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org>
  -files/brlcad-7.6.6-gentoo.diff, +files/brlcad-tcltk-man_install.patch,
  -files/tcl.m4, -brlcad-7.6.6.ebuild, +brlcad-7.10.4.ebuild:
  Version bump

  26 January 2006; Lucas Chiesa <lucas.chiesa@gmail.com> brlcad-7.6.6.ebuild:
  Added brlcad-7.6.6-gentoo.diff which replaces the entire test for 
  tcl/tk/itcl/iwidgets in configure.ac. It needs some more work.

*brlcad-7.6.6 (19 January 2006)

  19 January 2006; Marcus D. Hanwell <cryos@gentoo.org>
  +brlcad-7.6.6.ebuild:
  Initial import into the science overlay, bug 77197.



1.1                  sci-misc/brlcad/brlcad-7.16.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/brlcad-7.16.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/brlcad-7.16.6.ebuild?rev=1.1&content-type=text/plain

Index: brlcad-7.16.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-misc/brlcad/brlcad-7.16.6.ebuild,v 1.1 2010/02/25 06:15:11 bicatali Exp $

EAPI=2
inherit eutils java-pkg-opt-2

DESCRIPTION="Constructive solid geometry modeling system"
HOMEPAGE="http://brlcad.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples java opengl smp X"

RDEPEND="media-libs/libpng
	sys-libs/zlib
	>=sci-libs/tnt-3
	sci-libs/jama
	dev-tcltk/itcl
	dev-tcltk/itk
	dev-tcltk/iwidgets
	dev-tcltk/tkimg
	sys-libs/libtermcap-compat
	media-libs/urt
	java? ( >=virtual/jre-1.5 )
	X? ( x11-libs/libXt x11-libs/libXi )"

DEPEND="${RDEPEND}
	sys-devel/bison
	sys-devel/flex
	java? ( >=virtual/jdk-1.5 )
	doc? ( dev-libs/libxslt )"

BRLCAD_DIR="/usr/${PN}"

src_prepare() {
	#patch a simple Makefile.in since the Makefile.am would need
	#a full and slow autoreconf of many directories
	epatch "${FILESDIR}"/${P}-as-needed.patch
	epatch "${FILESDIR}"/${P}-stl-headers.patch
}

src_configure() {
	local myitcl="/usr/$(get_libdir)/itcl3.4"
	local myitk="/usr/$(get_libdir)/itk3.4"
	econf \
		--prefix="${BRLCAD_DIR}" \
		--datadir="/usr/share/${PN}" \
		--mandir="${BRLCAR_DIR}/man" \
		--disable-almost-everything \
		--disable-regex-build \
		--disable-png-build \
		--disable-zlib-build \
		--disable-urt-build \
		--disable-tcl-build \
		--disable-tk-build \
		--disable-itcl-build \
		--disable-tkimg-build \
		--disable-jove-build \
		--disable-tnt-install \
		--disable-iwidgets-install \
		--enable-opennurbs-build \
		--with-ldflags="-L${myitcl} -L${myitk}" \
		$(use_enable debug) \
		$(use_enable debug optimization) \
		$(use_enable debug runtime-debug) \
		$(use_enable debug strict-build) \
		$(use_enable debug verbose) \
		$(use_enable debug warnings) \
		$(use_enable debug progress) \
		$(use_enable doc documentation) \
		$(use_enable examples models-install) \
		$(use_enable smp parallel) \
		$(use_with java jdk $(java-config -O)) \
		$(use_with opengl ogl) \
		$(use_with X x) \
		$(use_with X x11) \
		LD_LIBRARY_PATH="${myitcl}:${myitk}:${LD_LIBRARY_PATH}"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	echo "PATH=${BRLCAD_DIR}/bin" >  99brlcad
	echo "MANPATH=${BRLCAD_DIR}/man" >> 99brlcad
	doenvd 99brlcad || die
}






                 reply	other threads:[~2010-02-25  6:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NkX0C-0003Ol-Ed@stork.gentoo.org \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox