summaryrefslogtreecommitdiffstats
path: root/math/graphthing
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-02-11 08:06:12 +0000
committerijliao <ijliao@FreeBSD.org>2002-02-11 08:06:12 +0000
commit4be50bba2e6c9dcb5fca52c4e3170d6e6c5bfe4e (patch)
treea419fe02c791c7a8be257f8584f2a39e2d2a34c4 /math/graphthing
parent4b34e1a7237d13bfdcd4bdc1567ab4fa8e16d604 (diff)
downloadFreeBSD-ports-4be50bba2e6c9dcb5fca52c4e3170d6e6c5bfe4e.zip
FreeBSD-ports-4be50bba2e6c9dcb5fca52c4e3170d6e6c5bfe4e.tar.gz
add graphthing 0.6
A tool that allows you to create, manipulate and study graphs
Diffstat (limited to 'math/graphthing')
-rw-r--r--math/graphthing/Makefile21
-rw-r--r--math/graphthing/distinfo1
-rw-r--r--math/graphthing/pkg-comment1
-rw-r--r--math/graphthing/pkg-descr5
-rw-r--r--math/graphthing/pkg-plist1
5 files changed, 29 insertions, 0 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile
new file mode 100644
index 0000000..6903738
--- /dev/null
+++ b/math/graphthing/Makefile
@@ -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>
diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo
new file mode 100644
index 0000000..78b52e4
--- /dev/null
+++ b/math/graphthing/distinfo
@@ -0,0 +1 @@
+MD5 (GraphThing-0.6.tar.gz) = d7943a5018e86c28383f7d05a7fd62af
diff --git a/math/graphthing/pkg-comment b/math/graphthing/pkg-comment
new file mode 100644
index 0000000..2e9e0df
--- /dev/null
+++ b/math/graphthing/pkg-comment
@@ -0,0 +1 @@
+A tool that allows you to create, manipulate and study graphs
diff --git a/math/graphthing/pkg-descr b/math/graphthing/pkg-descr
new file mode 100644
index 0000000..ba91da2
--- /dev/null
+++ b/math/graphthing/pkg-descr
@@ -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/
diff --git a/math/graphthing/pkg-plist b/math/graphthing/pkg-plist
new file mode 100644
index 0000000..cbd6b8c
--- /dev/null
+++ b/math/graphthing/pkg-plist
@@ -0,0 +1 @@
+bin/gt
OpenPOWER on IntegriCloud