diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 16:06:37 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 16:06:37 +0000 |
commit | 6fae5726a0b4657573a08b77d31c698b98e6544c (patch) | |
tree | ae04b2f961a411386040b68002215beea7019ee5 /math/lybniz | |
parent | 2afbaa5f31ddc9c53c5df7cd8558525ffa7a5f64 (diff) | |
download | ports-6fae5726a0b4657573a08b77d31c698b98e6544c.tar.gz ports-6fae5726a0b4657573a08b77d31c698b98e6544c.zip |
Notes
Diffstat (limited to 'math/lybniz')
-rw-r--r-- | math/lybniz/Makefile | 24 | ||||
-rw-r--r-- | math/lybniz/distinfo | 3 | ||||
-rw-r--r-- | math/lybniz/pkg-descr | 4 | ||||
-rw-r--r-- | math/lybniz/pkg-plist | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/math/lybniz/Makefile b/math/lybniz/Makefile new file mode 100644 index 000000000000..766deb4c3d4f --- /dev/null +++ b/math/lybniz/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: lybniz +# Date created: 3 November 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= lybniz +PORTVERSION= 1.3.2 +CATEGORIES= math +MASTER_SITES= SF/${PORTNAME}2 + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Mathematical function graph plotter + +USE_PYTHON= yes +USE_GNOME= pygtk2 gnomehier +USE_PYDISTUTILS= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g'\ + ${WRKSRC}/${PORTNAME}.py + +.include <bsd.port.mk> diff --git a/math/lybniz/distinfo b/math/lybniz/distinfo new file mode 100644 index 000000000000..76a0c641a21f --- /dev/null +++ b/math/lybniz/distinfo @@ -0,0 +1,3 @@ +MD5 (lybniz-1.3.2.tar.gz) = 0effc8eba87cfa3514ec54157e7f9815 +SHA256 (lybniz-1.3.2.tar.gz) = 07cdd1aee3ea0af700f0e7b2364bfc35136356f0a845c784bb117e600be4636b +SIZE (lybniz-1.3.2.tar.gz) = 70328 diff --git a/math/lybniz/pkg-descr b/math/lybniz/pkg-descr new file mode 100644 index 000000000000..1cf344d371e1 --- /dev/null +++ b/math/lybniz/pkg-descr @@ -0,0 +1,4 @@ +Lybniz is an easy to use mathematical function graph plotter +using pyGTK. + +WWW: http://lybniz2.sourceforge.net/ diff --git a/math/lybniz/pkg-plist b/math/lybniz/pkg-plist new file mode 100644 index 000000000000..9f23ce241540 --- /dev/null +++ b/math/lybniz/pkg-plist @@ -0,0 +1,9 @@ +bin/lybniz.py +share/applications/lybniz.desktop +share/gnome/help/lybniz/C/lybniz.xml +share/gnome/help/lybniz/C/figures/lybniz_colour_graph_small.png +share/pixmaps/lybniz.png +@dirrmtry share/applications +@dirrm share/gnome/help/lybniz/C/figures +@dirrm share/gnome/help/lybniz/C +@dirrm share/gnome/help/lybniz |