summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-09-27 17:01:49 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-09-27 17:01:49 +0000
commit57e974a840fe3388bd13d4dd04f61c9062d656e9 (patch)
treefc1c72e52293f9b1f13e9c0e3b20300dd44f7209 /math
parent- Update to 0.96 (diff)
- New port: math/octave-forge-mechanics.
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is mechanics. Library with functions useful for numerical computation in classical mechanics.
Notes
Notes: svn path=/head/; revision=282497
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-mechanics/Makefile24
-rw-r--r--math/octave-forge-mechanics/distinfo2
-rw-r--r--math/octave-forge-mechanics/pkg-descr10
-rw-r--r--math/octave-forge-mechanics/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index c6835660b6d5..5f129b25c76b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -264,6 +264,7 @@
SUBDIR += octave-forge-irsa
SUBDIR += octave-forge-linear-algebra
SUBDIR += octave-forge-mapping
+ SUBDIR += octave-forge-mechanics
SUBDIR += octave-forge-miscellaneous
SUBDIR += octave-forge-missing-functions
SUBDIR += octave-forge-msh
diff --git a/math/octave-forge-mechanics/Makefile b/math/octave-forge-mechanics/Makefile
new file mode 100644
index 000000000000..c425d259f147
--- /dev/null
+++ b/math/octave-forge-mechanics/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: octave-forge-mechanics
+# Date created: 27 September 2011
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-mechanics
+PORTVERSION= 1.0.0
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+do-build:
+ @${DO_NADA}
+
+post-build:
+ ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-mechanics/distinfo b/math/octave-forge-mechanics/distinfo
new file mode 100644
index 000000000000..8a5585ca3f17
--- /dev/null
+++ b/math/octave-forge-mechanics/distinfo
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/mechanics-1.0.0.tar.gz) = f017d76bc7b9563d82651b3f46b56ee635fac1ed98e558e8b475dbf6c0754dd2
+SIZE (octave-forge/mechanics-1.0.0.tar.gz) = 17492
diff --git a/math/octave-forge-mechanics/pkg-descr b/math/octave-forge-mechanics/pkg-descr
new file mode 100644
index 000000000000..cd13e5b94a58
--- /dev/null
+++ b/math/octave-forge-mechanics/pkg-descr
@@ -0,0 +1,10 @@
+The octave-forge package is the result of The GNU Octave Repositry project,
+which is intended to be a central location for custom scripts, functions and
+extensions for GNU Octave. contains the source for all the functions plus
+build and install scripts.
+
+This is mechanics.
+
+ Library with functions useful for numerical computation in classical mechanics.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-mechanics/pkg-plist b/math/octave-forge-mechanics/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-mechanics/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty