diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:45:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:45:04 +0800 |
commit | 515b10cabdc7a8cd1612156c01611647c7c5fea4 (patch) | |
tree | 19e6ffce3f3f5a3e61c201d6e8de43c1a6039e22 | |
parent | 9c00e4564498c5b1d784454c8b0410df30dbe787 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-zenity/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-zenity/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-zenity/pkg-descr | 14 | ||||
-rw-r--r-- | math/octave-forge-zenity/pkg-plist | 1 |
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 |