aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/q-graph/Makefile28
-rw-r--r--graphics/q-graph/distinfo2
-rw-r--r--graphics/q-graph/pkg-descr10
-rw-r--r--graphics/q-graph/pkg-plist12
5 files changed, 0 insertions, 53 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index fdd9d5664495..22db96de4a3b 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -878,7 +878,6 @@
SUBDIR += pymorph
SUBDIR += pyro
SUBDIR += pysvg
- SUBDIR += q-graph
SUBDIR += qcamview
SUBDIR += qcomicbook
SUBDIR += qcread
diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile
deleted file mode 100644
index 815d77805dca..000000000000
--- a/graphics/q-graph/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: q-graph
-# Date created: 14 August 2003
-# Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
-#
-# $FreeBSD$
-#
-
-PORTNAME= graph
-PORTVERSION= 1.8
-PORTREVISION= 5
-CATEGORIES= graphics
-MASTER_SITES= SF/q-lang/${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX= q-
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= Q-Graph -- graph library and editor for the Q language
-
-DEPRECATED= Q-Lang is no longer supported. See lang/pure instead
-EXPIRATION_DATE=2013-08-10
-
-LIB_DEPENDS= q.8:${PORTSDIR}/lang/q
-RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
-
-DATADIR= ${PREFIX}/share/q
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/graphics/q-graph/distinfo b/graphics/q-graph/distinfo
deleted file mode 100644
index 8b4772336316..000000000000
--- a/graphics/q-graph/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (graph-1.8.tar.gz) = 8a2bf0b3b47bdd2fbf40c80a410184834068912cc0b1cab1f68dc28e3a920a1e
-SIZE (graph-1.8.tar.gz) = 109134
diff --git a/graphics/q-graph/pkg-descr b/graphics/q-graph/pkg-descr
deleted file mode 100644
index 12be3905a50e..000000000000
--- a/graphics/q-graph/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This is Q-Graph, a graph library and editor for the Q programming language.
-The package contains:
-
-- graph.q: a graph data structure implemented as a kind of asymmetric
- adjacency list dictionary, and a collection of the usual graph operations
-
-- graphed.q: a full-featured graph editor, allows you to create and edit your
- input graphs with ease (requires Tcl/Tk)
-
-WWW: http://q-lang.sourceforge.net
diff --git a/graphics/q-graph/pkg-plist b/graphics/q-graph/pkg-plist
deleted file mode 100644
index 40adc7036965..000000000000
--- a/graphics/q-graph/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/graphed
-bin/graphed2
-%%DATADIR%%/etc/README-Graph
-%%DATADIR%%/lib/graph.q
-%%DATADIR%%/apps/graphed/graphed.q
-%%DATADIR%%/apps/graphed/graphed.tcl
-%%DATADIR%%/examples/graph/G
-%%DATADIR%%/examples/graph/README
-%%DATADIR%%/examples/graph/dijkstra.q
-@dirrm %%DATADIR%%/examples/graph
-@dirrm %%DATADIR%%/apps/graphed
-@dirrmtry %%DATADIR%%/apps