From 4be50bba2e6c9dcb5fca52c4e3170d6e6c5bfe4e Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 11 Feb 2002 08:06:12 +0000 Subject: add graphthing 0.6 A tool that allows you to create, manipulate and study graphs --- math/graphthing/Makefile | 21 +++++++++++++++++++++ math/graphthing/distinfo | 1 + math/graphthing/pkg-comment | 1 + math/graphthing/pkg-descr | 5 +++++ math/graphthing/pkg-plist | 1 + misc/Makefile | 1 + misc/graphthing/Makefile | 21 +++++++++++++++++++++ misc/graphthing/distinfo | 1 + misc/graphthing/pkg-comment | 1 + misc/graphthing/pkg-descr | 5 +++++ misc/graphthing/pkg-plist | 1 + 11 files changed, 59 insertions(+) create mode 100644 math/graphthing/Makefile create mode 100644 math/graphthing/distinfo create mode 100644 math/graphthing/pkg-comment create mode 100644 math/graphthing/pkg-descr create mode 100644 math/graphthing/pkg-plist create mode 100644 misc/graphthing/Makefile create mode 100644 misc/graphthing/distinfo create mode 100644 misc/graphthing/pkg-comment create mode 100644 misc/graphthing/pkg-descr create mode 100644 misc/graphthing/pkg-plist diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile new file mode 100644 index 000000000000..6903738f9d7c --- /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 diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo new file mode 100644 index 000000000000..78b52e49fa9e --- /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 000000000000..2e9e0df5f5ad --- /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 000000000000..ba91da2af943 --- /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 000000000000..cbd6b8c3c5d0 --- /dev/null +++ b/math/graphthing/pkg-plist @@ -0,0 +1 @@ +bin/gt diff --git a/misc/Makefile b/misc/Makefile index 8aac18da077c..ddc50049e368 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -91,6 +91,7 @@ SUBDIR += gonvert SUBDIR += gplbp SUBDIR += granulate + SUBDIR += graphthing SUBDIR += grc SUBDIR += grdb SUBDIR += grun diff --git a/misc/graphthing/Makefile b/misc/graphthing/Makefile new file mode 100644 index 000000000000..6903738f9d7c --- /dev/null +++ b/misc/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 diff --git a/misc/graphthing/distinfo b/misc/graphthing/distinfo new file mode 100644 index 000000000000..78b52e49fa9e --- /dev/null +++ b/misc/graphthing/distinfo @@ -0,0 +1 @@ +MD5 (GraphThing-0.6.tar.gz) = d7943a5018e86c28383f7d05a7fd62af diff --git a/misc/graphthing/pkg-comment b/misc/graphthing/pkg-comment new file mode 100644 index 000000000000..2e9e0df5f5ad --- /dev/null +++ b/misc/graphthing/pkg-comment @@ -0,0 +1 @@ +A tool that allows you to create, manipulate and study graphs diff --git a/misc/graphthing/pkg-descr b/misc/graphthing/pkg-descr new file mode 100644 index 000000000000..ba91da2af943 --- /dev/null +++ b/misc/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/misc/graphthing/pkg-plist b/misc/graphthing/pkg-plist new file mode 100644 index 000000000000..cbd6b8c3c5d0 --- /dev/null +++ b/misc/graphthing/pkg-plist @@ -0,0 +1 @@ +bin/gt -- cgit