aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-fits
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-05 18:42:51 +0800
committermiwi <miwi@FreeBSD.org>2011-02-05 18:42:51 +0800
commit62b1b4ced23c69cfcef62f5f9b511d0373bb3f21 (patch)
tree75bab12ae053ac129d87af3197fa956efe5cb132 /math/octave-forge-fits
parentb70378ed9de897c41cbd686f1cdbfc749b906045 (diff)
downloadfreebsd-ports-gnome-62b1b4ced23c69cfcef62f5f9b511d0373bb3f21.tar.gz
freebsd-ports-gnome-62b1b4ced23c69cfcef62f5f9b511d0373bb3f21.tar.zst
freebsd-ports-gnome-62b1b4ced23c69cfcef62f5f9b511d0373bb3f21.zip
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 fits. The Octave-FITS package provides functions for reading, and writing FITS (Flexible Image Transport System) files. The package supports uses the libcfitsio library. WWW: http://octave.sourceforge.net/ PR: ports/153971 Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu> Feature safe: yes
Diffstat (limited to 'math/octave-forge-fits')
-rw-r--r--math/octave-forge-fits/Makefile24
-rw-r--r--math/octave-forge-fits/distinfo2
-rw-r--r--math/octave-forge-fits/pkg-descr12
-rw-r--r--math/octave-forge-fits/pkg-plist1
4 files changed, 39 insertions, 0 deletions
diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile
new file mode 100644
index 000000000000..406f59b5f4ee
--- /dev/null
+++ b/math/octave-forge-fits/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: octave-forge-fits
+# Date created: 13 Janurary 2011
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-fits
+PORTVERSION= 1.0.0
+CATEGORIES= math
+
+MAINTAINER= stephen@missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
+
+LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+post-build:
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-fits/distinfo b/math/octave-forge-fits/distinfo
new file mode 100644
index 000000000000..10db181dcdc1
--- /dev/null
+++ b/math/octave-forge-fits/distinfo
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/fits-1.0.0.tar.gz) = 15adbe3a1443730b4613cb9df7ae00202a36a928600e98c9527dace0bf6e76bc
+SIZE (octave-forge/fits-1.0.0.tar.gz) = 10974
diff --git a/math/octave-forge-fits/pkg-descr b/math/octave-forge-fits/pkg-descr
new file mode 100644
index 000000000000..df45281bac41
--- /dev/null
+++ b/math/octave-forge-fits/pkg-descr
@@ -0,0 +1,12 @@
+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 fits.
+
+The Octave-FITS package provides functions for reading, and writing FITS
+(Flexible Image Transport System) files. The package supports uses the
+libcfitsio library.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-fits/pkg-plist b/math/octave-forge-fits/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-fits/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty