aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-zenity
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 /math/octave-forge-zenity
parent19ba3fc45741753fd39e88f14a787aa30ab69c11 (diff)
downloadports-1cb61cccf986ab367f884157f58fb56790bf57cc.tar.gz
ports-1cb61cccf986ab367f884157f58fb56790bf57cc.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>
Notes
Notes: svn path=/head/; revision=220271
Diffstat (limited to 'math/octave-forge-zenity')
-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
4 files changed, 37 insertions, 0 deletions
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