aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-image
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-08 03:51:49 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-08 03:51:49 +0000
commita1893319740b1b7588906be2e0c5be16a9d59e29 (patch)
tree8d155b820b21b35df40272e0922c20cb62d6141e /math/octave-forge-image
parent2622be39592e72281e4385e619493169dd2a6542 (diff)
downloadports-a1893319740b1b7588906be2e0c5be16a9d59e29.tar.gz
ports-a1893319740b1b7588906be2e0c5be16a9d59e29.zip
Add port math/octave-forge-image
This is image. The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more. 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes: svn path=/head/; revision=220225
Diffstat (limited to 'math/octave-forge-image')
-rw-r--r--math/octave-forge-image/Makefile19
-rw-r--r--math/octave-forge-image/distinfo3
-rw-r--r--math/octave-forge-image/pkg-descr15
-rw-r--r--math/octave-forge-image/pkg-plist1
4 files changed, 38 insertions, 0 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile
new file mode 100644
index 000000000000..10162414c42c
--- /dev/null
+++ b/math/octave-forge-image/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: octave-forge
+# Date created: 5 May 2004
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-image
+PORTVERSION= 1.0.8
+CATEGORIES= math
+
+MAINTAINER= stephen@math.missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo
new file mode 100644
index 000000000000..a182f412ffcd
--- /dev/null
+++ b/math/octave-forge-image/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/image-1.0.8.tar.gz) = 36f1c7fe346752b5bcca1725eff56072
+SHA256 (octave-forge/image-1.0.8.tar.gz) = 141de14d3ac97e0acefbaa718a4d402d826ab920fe2fd3b9bd42285760fd6c6f
+SIZE (octave-forge/image-1.0.8.tar.gz) = 205608
diff --git a/math/octave-forge-image/pkg-descr b/math/octave-forge-image/pkg-descr
new file mode 100644
index 000000000000..dfcee5184cc8
--- /dev/null
+++ b/math/octave-forge-image/pkg-descr
@@ -0,0 +1,15 @@
+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 image.
+
+ The Octave-forge Image package provides functions for
+ reading, writing, and processing images. The package supports
+ almost all image formats through the use of ImageMagick.
+ The package also provides functions for feature extraction, image
+ statistics, spatial and geometric transformations, morphological
+ operations, linear filtering, and much more.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-image/pkg-plist b/math/octave-forge-image/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-image/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty