aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tom111@gmx.de>2010-01-10 11:10:48 +0100
committerThomas Kahle <tom111@gmx.de>2010-01-10 11:10:48 +0100
commit116d46073e6e2e355192a509df74e251a42b77c9 (patch)
treea76219cd9e25c09b759f82a4d2bb4a27defa1047 /sci-misc
parentAdding ocamlgsl(Bug 280939) from sunrise to science. (diff)
downloadsci-116d46073e6e2e355192a509df74e251a42b77c9.tar.gz
sci-116d46073e6e2e355192a509df74e251a42b77c9.tar.bz2
sci-116d46073e6e2e355192a509df74e251a42b77c9.zip
New package sci-misc/flashdot
Bug 300384
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/flashdot/ChangeLog11
-rw-r--r--sci-misc/flashdot/Manifest3
-rw-r--r--sci-misc/flashdot/flashdot-1.1.4.ebuild36
-rw-r--r--sci-misc/flashdot/metadata.xml13
4 files changed, 63 insertions, 0 deletions
diff --git a/sci-misc/flashdot/ChangeLog b/sci-misc/flashdot/ChangeLog
new file mode 100644
index 000000000..557f0d8db
--- /dev/null
+++ b/sci-misc/flashdot/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sci-misc/flashdot
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*flashdot-1.1.4 (10 Jan 2010)
+
+ 10 Jan 2010; Thomas Kahle <tom@gentoo.org> +flashdot-1.1.4.ebuild,
+ +metadata.xml +ChangeLog:
+ Initial upload of sci-misc/flashdot
+ Bug 300384
+
diff --git a/sci-misc/flashdot/Manifest b/sci-misc/flashdot/Manifest
new file mode 100644
index 000000000..8b97a3d62
--- /dev/null
+++ b/sci-misc/flashdot/Manifest
@@ -0,0 +1,3 @@
+EBUILD flashdot-1.1.4.ebuild 843 RMD160 3107966e94e050f00f842111d4f5a07912c81978 SHA1 9eb09e9213490729235a62a99a63b12466edba58 SHA256 9b1007caeedaae162255110968af57cdc5e94adb3625ba08467ec0bfa7f58dd4
+MISC ChangeLog 298 RMD160 fbddbb5045a939fe1bac9eb9743c5f1b7c382547 SHA1 d7b3ae0767b7113f84fdff14d679bd5b0b49574d SHA256 4e71301b6193aa727e4d4e43a16f3e94a93b539165ef5df6565b35ccfc83a315
+MISC metadata.xml 407 RMD160 e1bbe12b48bb176b2c3f6791654e428908624184 SHA1 03383f972a7dc41f760b84d9b2f6a9ee9289b82f SHA256 a6952330903e7d70ead3c5e4b49722dead1db1087a06577b5da1ae14ccb4cf0c
diff --git a/sci-misc/flashdot/flashdot-1.1.4.ebuild b/sci-misc/flashdot/flashdot-1.1.4.ebuild
new file mode 100644
index 000000000..eb4934015
--- /dev/null
+++ b/sci-misc/flashdot/flashdot-1.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit subversion eutils
+
+DESCRIPTION="Generator for psychophysical experiments"
+HOMEPAGE="http://www.flashdot.info/"
+ESVN_REPO_URI="https://flashdot.svn.sourceforge.net/svnroot/flashdot/trunk/src@114"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+IUSE="+ocamlopt"
+
+RDEPEND="!ocamlopt? ( >=dev-lang/ocaml-3.08 )"
+
+DEPEND="ocamlopt? ( >=dev-lang/ocaml-3.08[ocamlopt] )
+ dev-ml/ocamlsdl
+ dev-ml/ocamlgsl
+ x11-apps/xdpyinfo"
+
+MAKEOPTS="-j1 VERSION=${PV}"
+use ocamlopt || MAKEOPTS="${MAKEOPTS} TARGETS=flashdot_bytecode BYTECODENAME=flashdot"
+
+src_compile() {
+ econf
+ emake ${MAKEOPTS} || die "emake failed"
+}
+
+src_install() {
+ emake ${MAKEOPTS} DESTDIR="${D}" CALLMODE=script install || die "install failed"
+}
diff --git a/sci-misc/flashdot/metadata.xml b/sci-misc/flashdot/metadata.xml
new file mode 100644
index 000000000..4a67f4413
--- /dev/null
+++ b/sci-misc/flashdot/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+<email>tom111@gmx.de</email>
+<name>Thomas Kahle</name>
+</maintainer>
+<longdescription lang="en">
+FlashDot is a program for generating and presenting visual perceptual experiments that require a high temporal
+precision.
+</longdescription>
+</pkgmetadata>