add graphthing 0.6
A tool that allows you to create, manipulate and study graphs
This commit is contained in:
parent
da16de2d78
commit
2386eabc07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54530
21
math/graphthing/Makefile
Normal file
21
math/graphthing/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: GraphThing
|
||||
# Date created: Feb 10, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= graphthing
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/
|
||||
DISTNAME= GraphThing-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/graphthing/distinfo
Normal file
1
math/graphthing/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (GraphThing-0.6.tar.gz) = d7943a5018e86c28383f7d05a7fd62af
|
1
math/graphthing/pkg-comment
Normal file
1
math/graphthing/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tool that allows you to create, manipulate and study graphs
|
5
math/graphthing/pkg-descr
Normal file
5
math/graphthing/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
GraphThing is a tool that allows you to create, manipulate and study graphs.
|
||||
These "graphs" are mathematical objects that describe relationships between
|
||||
sets; they are not 2D plots, charts, or anything similar to that.
|
||||
|
||||
WWW: http://members.optushome.com.au/davidsymonds/gt/
|
1
math/graphthing/pkg-plist
Normal file
1
math/graphthing/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gt
|
@ -91,6 +91,7 @@
|
||||
SUBDIR += gonvert
|
||||
SUBDIR += gplbp
|
||||
SUBDIR += granulate
|
||||
SUBDIR += graphthing
|
||||
SUBDIR += grc
|
||||
SUBDIR += grdb
|
||||
SUBDIR += grun
|
||||
|
21
misc/graphthing/Makefile
Normal file
21
misc/graphthing/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: GraphThing
|
||||
# Date created: Feb 10, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= graphthing
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/
|
||||
DISTNAME= GraphThing-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/graphthing/distinfo
Normal file
1
misc/graphthing/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (GraphThing-0.6.tar.gz) = d7943a5018e86c28383f7d05a7fd62af
|
1
misc/graphthing/pkg-comment
Normal file
1
misc/graphthing/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tool that allows you to create, manipulate and study graphs
|
5
misc/graphthing/pkg-descr
Normal file
5
misc/graphthing/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
GraphThing is a tool that allows you to create, manipulate and study graphs.
|
||||
These "graphs" are mathematical objects that describe relationships between
|
||||
sets; they are not 2D plots, charts, or anything similar to that.
|
||||
|
||||
WWW: http://members.optushome.com.au/davidsymonds/gt/
|
1
misc/graphthing/pkg-plist
Normal file
1
misc/graphthing/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gt
|
Loading…
Reference in New Issue
Block a user