aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-09-08 14:45:04 +0800
committermaho <maho@FreeBSD.org>2008-09-08 14:45:04 +0800
commit515b10cabdc7a8cd1612156c01611647c7c5fea4 (patch)
tree19e6ffce3f3f5a3e61c201d6e8de43c1a6039e22
parent9c00e4564498c5b1d784454c8b0410df30dbe787 (diff)
downloadfreebsd-ports-gnome-515b10cabdc7a8cd1612156c01611647c7c5fea4.tar.gz
freebsd-ports-gnome-515b10cabdc7a8cd1612156c01611647c7c5fea4.tar.zst
freebsd-ports-gnome-515b10cabdc7a8cd1612156c01611647c7c5fea4.zip
Add port math/octave-forge-zenity
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. 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>
-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