summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-misc/netlogo-bin
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-misc/netlogo-bin')
-rw-r--r--sci-misc/netlogo-bin/Manifest4
-rw-r--r--sci-misc/netlogo-bin/files/hubnet.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo-3d.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo-5.0.3.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo.sh4
-rw-r--r--sci-misc/netlogo-bin/metadata.xml16
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild44
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild55
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild61
9 files changed, 196 insertions, 0 deletions
diff --git a/sci-misc/netlogo-bin/Manifest b/sci-misc/netlogo-bin/Manifest
new file mode 100644
index 000000000000..d066112fd39e
--- /dev/null
+++ b/sci-misc/netlogo-bin/Manifest
@@ -0,0 +1,4 @@
+DIST netlogo-3.0.2.tar.gz 21541643 SHA256 4644a232da98f7784e0bc78a6d0c7c5f9f614f11902926786c98de76ac1c7958
+DIST netlogo-4.0.4.tar.gz 36488145 SHA256 678b66951cdd1b4768c464d9a37278251708da8d4c0049bacdc573df4d7dd537 SHA512 9f6e8d1a9abd61f6e2d60b78a8bf9c5cf02646ae437078c5332f538137f61ad94ba6d6490f0ea4b35f66de71e4e5fceb8bef7cee2578dd334f5efec9d9b6f64a WHIRLPOOL 6ad98f980b2341213b99e77452a10da8c06ff598fab6dce5e28dfefa321d7ceca05869a81d729487fd3e4fbe5703965546321ee6a8b95b0955f988e9b58f9345
+DIST netlogo-5.0.3.tar.gz 66725456 SHA256 cfc39c81c5bce4d2713338886484787ec3d9e417971d29dd21e115c74a5ecdac SHA512 39d660d5dbd7e74f072621a74bfc18648ed208b833b3d442f2a9dbefc673065c4a7bf0e4a8ebb670b4d4220ee7bec452cc97f32731a28ca2eb56656bea795b81 WHIRLPOOL 54fb9d78b8d4ed60295dec58fb39db4a89fb4ee9b8c428c268aae13b4cdbbaca19094f875b7d6450ffb2da3c2c193e9ed16d827d1c7dc872eba7d2bda1269e0f
+DIST netlogo.gif.tar 10240 SHA256 4c5412875d0b24a9b62e723ff0ae02f82211f7ce9827c47eb1dc75055217d726 SHA512 9a9bc81660599d2b35875f301d5b9824bfa2dafa21dc96b1e6e281d4682ab7b4052844a961b46f5300131c91a4562c58e4b1a4d753cb2b24a18e64b42d333e32 WHIRLPOOL 73bccd302fc18161cd1b9fecff3c60937904148948ba31705b06f60321a261f0ae44cc38c3d56a94669a0bd10ab7c71584345e4f6898b83f73f077be37fd4e63
diff --git a/sci-misc/netlogo-bin/files/hubnet.sh b/sci-misc/netlogo-bin/files/hubnet.sh
new file mode 100644
index 000000000000..65b833e50aa9
--- /dev/null
+++ b/sci-misc/netlogo-bin/files/hubnet.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
+cd ${NETLOGO_INSTALL_PATH}
+java -classpath $(java-config -p netlogo-bin) org.nlogo.hubnet.client.App
diff --git a/sci-misc/netlogo-bin/files/netlogo-3d.sh b/sci-misc/netlogo-bin/files/netlogo-3d.sh
new file mode 100644
index 000000000000..cdf52a61e25a
--- /dev/null
+++ b/sci-misc/netlogo-bin/files/netlogo-3d.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
+cd ${NETLOGO_INSTALL_PATH}
+java -classpath $(java-config -p netlogo-bin) -Dorg.nlogo.is3d=true -jar NetLogo.jar
diff --git a/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh b/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh
new file mode 100644
index 000000000000..8bc82fa8d8a1
--- /dev/null
+++ b/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
+cd ${NETLOGO_INSTALL_PATH}
+java -classpath $(java-config -p netlogo-bin) -jar NetLogo.jar
diff --git a/sci-misc/netlogo-bin/files/netlogo.sh b/sci-misc/netlogo-bin/files/netlogo.sh
new file mode 100644
index 000000000000..edc0f0af5ea1
--- /dev/null
+++ b/sci-misc/netlogo-bin/files/netlogo.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
+cd ${NETLOGO_INSTALL_PATH}
+java -classpath $(java-config -p netlogo-bin) org.nlogo.app.App
diff --git a/sci-misc/netlogo-bin/metadata.xml b/sci-misc/netlogo-bin/metadata.xml
new file mode 100644
index 000000000000..ce9bb4b678b3
--- /dev/null
+++ b/sci-misc/netlogo-bin/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>creffett@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+NetLogo is a programmable modeling environment for simulating natural and
+social phenomena. It is particularly well suited for modeling complex
+systems developing over time. Modelers can give instructions to hundreds
+or thousands of independent "agents" all operating concurrently. This makes
+it possible to explore the connection between the micro-level behavior of
+individuals and the macro-level patterns that emerge from the interaction
+of many individuals.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild
new file mode 100644
index 000000000000..fb59be9e4a95
--- /dev/null
+++ b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit eutils java-pkg-2
+
+MY_PN="netlogo"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Cross-platform multi-agent programmable modeling environment"
+HOMEPAGE="http://ccl.northwestern.edu/netlogo/"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
+ http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
+
+LICENSE="netlogo"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="
+ app-arch/unzip
+ >=virtual/jdk-1.4"
+RDEPEND=">=virtual/jre-1.4"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ java-pkg_dojar *.jar
+ java-pkg_dojar extensions/*.jar
+ java-pkg_dojar lib/*.jar
+
+ dohtml -r docs/*
+ insinto /usr/share/${PN}/models
+ doins -r models/*
+
+ insinto /usr/share/pixmaps
+ doins "${WORKDIR}"/netlogo.gif
+
+ exeinto /opt/bin
+ newexe "${FILESDIR}"/netlogo.sh netlogo
+
+ make_desktop_entry netlogo "NetLogo" /usr/share/pixmaps/netlogo.gif
+}
diff --git a/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild
new file mode 100644
index 000000000000..8cc322297728
--- /dev/null
+++ b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit eutils java-pkg-2
+
+MY_PN="netlogo"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Cross-platform multi-agent programmable modeling environment"
+HOMEPAGE="http://ccl.northwestern.edu/netlogo/"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
+ http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
+LICENSE="netlogo"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=virtual/jre-1.5"
+
+S="${WORKDIR}"/${MY_P}
+
+QA_PREBUILT="/usr/share/"${PN}"/lib/*.so"
+
+src_install() {
+ java-pkg_dojar *.jar
+ java-pkg_dojar extensions/sound/*.jar
+ java-pkg_dojar extensions/profiler/*.jar
+ java-pkg_dojar extensions/array/*.jar
+ java-pkg_dojar extensions/gogo/*.jar
+ java-pkg_dojar extensions/sample/*.jar
+ java-pkg_dojar extensions/table/*.jar
+ java-pkg_dojar extensions/gis/*.jar
+ java-pkg_dojar lib/*.jar
+
+ dohtml -r docs/*
+ insinto /usr/share/"${PN}"/models
+ doins -r models/*
+
+ insinto /usr/share/pixmaps
+ doins "${WORKDIR}"/netlogo.gif
+
+ exeinto /opt/bin
+ newexe "${FILESDIR}"/netlogo.sh netlogo
+
+ make_desktop_entry netlogo "NetLogo" /usr/share/pixmaps/netlogo.gif
+
+ #3D Libs right now only for x86
+ insinto /usr/share/"${PN}"/lib
+ doins lib/*.so
+}
diff --git a/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild b/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild
new file mode 100644
index 000000000000..47333a85b35c
--- /dev/null
+++ b/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils java-pkg-2
+
+MY_PN="netlogo"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Cross-platform multi-agent programmable modeling environment"
+HOMEPAGE="http://ccl.northwestern.edu/netlogo/"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
+ http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
+LICENSE="netlogo GPL-2 LGPL-2.1 LGPL-3 BSD Apache-2.0"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=virtual/jre-1.5"
+
+S="${WORKDIR}"/${MY_P}
+
+QA_PREBUILT="/usr/share/"${PN}"/lib/Linux-*/*.so"
+
+src_install() {
+ insinto /usr/share/"${PN}"/
+ doins *.jar
+ rm lib/quaqua-7.3.4.jar
+ java-pkg_dojar extensions/sound/*.jar
+ java-pkg_dojar extensions/profiler/*.jar
+ java-pkg_dojar extensions/array/*.jar
+ java-pkg_dojar extensions/gogo/*.jar
+ java-pkg_dojar extensions/bitmap/*.jar
+ java-pkg_dojar extensions/table/*.jar
+ java-pkg_dojar extensions/gis/*.jar
+ java-pkg_dojar lib/*.jar
+
+ dohtml -r docs/*
+ dodoc "docs/NetLogo User Manual.pdf" docs/shapes.nlogo
+ insinto /usr/share/"${PN}"/models
+ doins -r models/*
+
+ insinto /usr/share/pixmaps
+ newins "${S}"/icon.ico netlogo.ico
+
+ exeinto /opt/bin
+ newexe "${FILESDIR}"/netlogo-5.0.3.sh netlogo
+ newexe "${FILESDIR}"/netlogo-3d.sh netlogo-3d
+ newexe "${FILESDIR}"/hubnet.sh hubnet
+ make_desktop_entry netlogo "NetLogo" /usr/share/pixmaps/netlogo.ico
+ make_desktop_entry netlogo-3d "NetLogo 2D" /usr/share/pixmaps/netlogo.ico
+ make_desktop_entry hubnet "NetLogo Hubnet" /usr/share/pixmaps/netlogo.ico
+
+ #3D Libs right now only for x86
+ insinto /usr/share/"${PN}"/lib
+ doins -r lib/Linux-*
+}