mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add port math/lybniz:
Lybniz is an easy to use mathematical function graph plotter using pyGTK. WWW: http://lybniz2.sourceforge.net/
This commit is contained in:
parent
2afbaa5f31
commit
6fae5726a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203550
5 changed files with 41 additions and 0 deletions
|
@ -141,6 +141,7 @@
|
|||
SUBDIR += linux-relview
|
||||
SUBDIR += lp_solve
|
||||
SUBDIR += ltl
|
||||
SUBDIR += lybniz
|
||||
SUBDIR += matharray
|
||||
SUBDIR += mathomatic
|
||||
SUBDIR += matrices
|
||||
|
|
24
math/lybniz/Makefile
Normal file
24
math/lybniz/Makefile
Normal file
|
@ -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>
|
3
math/lybniz/distinfo
Normal file
3
math/lybniz/distinfo
Normal file
|
@ -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
|
4
math/lybniz/pkg-descr
Normal file
4
math/lybniz/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Lybniz is an easy to use mathematical function graph plotter
|
||||
using pyGTK.
|
||||
|
||||
WWW: http://lybniz2.sourceforge.net/
|
9
math/lybniz/pkg-plist
Normal file
9
math/lybniz/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue