summaryrefslogtreecommitdiffstats
path: root/science-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2017-12-26 00:00:48 +0100
committerFlorian Franzmann2017-12-31 01:12:48 +0100
commit24bc63d64cbf7e9f09a50dd9e320deb06296f62e (patch)
treeac357fd707a3e2466b2c954ddd0cc0cab3ef0c81 /science-libs
parent246ef7110907a18619b28f16fc7fb14a509f8de9 (diff)
science-libs/oce: version 0.18.2
Diffstat (limited to 'science-libs')
-rwxr-xr-xscience-libs/oce/DETAILS16
-rw-r--r--science-libs/oce/HISTORY6
2 files changed, 22 insertions, 0 deletions
diff --git a/science-libs/oce/DETAILS b/science-libs/oce/DETAILS
new file mode 100755
index 0000000000..49f6ae1995
--- /dev/null
+++ b/science-libs/oce/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=oce
+ VERSION=0.18.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/tpaviot/oce/archive/OCE-$VERSION.tar.gz
+ SOURCE_HASH=sha512:c091823e143e3d18253175d58733f023b6fb35afe1c1622a5c4d31825a131d2671b7dac811c10cfa7c58a04bab4a4dc34a67324b36483cff245da89302e06b5b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-OCE-${VERSION}"
+ WEB_SITE="https://github.com/tpaviot/oce"
+ LICENSE[0]=LGPL
+ ENTERED=20160911
+ SHORT="a C++ 3D modeling library"
+cat << EOF
+oce is a C++ 3D modeling library. It can be used to develop CAD/CAM softwares,
+for instance FreeCad or IfcOpenShell.
+
+oce stands for opencascade community edition.
+EOF
diff --git a/science-libs/oce/HISTORY b/science-libs/oce/HISTORY
new file mode 100644
index 0000000000..6ed01209b3
--- /dev/null
+++ b/science-libs/oce/HISTORY
@@ -0,0 +1,6 @@
+2017-12-26 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.18.2
+
+2016-09-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+