aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-08 06:45:04 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-08 06:45:04 +0000
commit1cb61cccf986ab367f884157f58fb56790bf57cc (patch)
treed63ec52b343e09454bc2a40fac89aad67a84ea82
parent19ba3fc45741753fd39e88f14a787aa30ab69c11 (diff)
downloadports-1cb61cccf986ab367f884157f58fb56790bf57cc.tar.gz
ports-1cb61cccf986ab367f884157f58fb56790bf57cc.zip
Notes
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-zenity/Makefile19
-rw-r--r--math/octave-forge-zenity/distinfo3
-rw-r--r--math/octave-forge-zenity/pkg-descr14
-rw-r--r--math/octave-forge-zenity/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 11024b8c2792..6d3892bf1141 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -238,6 +238,7 @@
SUBDIR += octave-forge-vrml
SUBDIR += octave-forge-windows
SUBDIR += octave-forge-xraylib
+ SUBDIR += octave-forge-zenity
SUBDIR += oleo
SUBDIR += orpie
SUBDIR += p5-AI-DecisionTree
diff --git a/math/octave-forge-zenity/Makefile b/math/octave-forge-zenity/Makefile
new file mode 100644
index 000000000000..91609da83647
--- /dev/null
+++ b/math/octave-forge-zenity/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-zenity
+PORTVERSION= 0.5.6
+CATEGORIES= math
+
+MAINTAINER= stephen@math.missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+RUN_DEPENDS+= zenity:${PORTSDIR}/x11/zenity
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-zenity/distinfo b/math/octave-forge-zenity/distinfo
new file mode 100644
index 000000000000..cf4f48d3b5b0
--- /dev/null
+++ b/math/octave-forge-zenity/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/zenity-0.5.6.tar.gz) = 683906514f32df59a6e02c399e4c2d7b
+SHA256 (octave-forge/zenity-0.5.6.tar.gz) = d255fbee107ed72e0faeb61c09face258b67f61029b05ee8143b06baa73a1e65
+SIZE (octave-forge/zenity-0.5.6.tar.gz) = 27286
diff --git a/math/octave-forge-zenity/pkg-descr b/math/octave-forge-zenity/pkg-descr
new file mode 100644
index 000000000000..b8c5e35ff63a
--- /dev/null
+++ b/math/octave-forge-zenity/pkg-descr
@@ -0,0 +1,14 @@
+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 zenity.
+
+ A set of functions for creating simple graphical
+ user interfaces. It is currently possible to create
+ calendar windows, text entries, file selection dialogs,
+ lists, message windows, icons in the notification area,
+ and windows for large amount of text.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-zenity/pkg-plist b/math/octave-forge-zenity/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-zenity/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty