View | Details | Raw Unified | Return to bug 177453
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
DIST_SUBDIR=	KDE/${PORTVERSION}
8
DIST_SUBDIR=	KDE/${PORTVERSION}
9
9
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Graph teory IDE for KDE 4
11
COMMENT=	Graph theory IDE for KDE 4
12
12
13
LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs
13
LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs
14
14
(-)pkg-descr (-8 / +7 lines)
Lines 1-12 Link Here
1
Rocs aims to be a graph theory IDE for helping professors to show the
1
Rocs aims to be a graph theory IDE for helping professors to show the results
2
results of a graph algorithm and also helping students to do the
2
of a graph algorithm and also helping students to do the algorithms.
3
algorithms.
4
3
5
FEATURES
4
FEATURES
6
- Canvas for graph drawing.
5
- Canvas for graph drawing.
7
- IDE for graph related programming, using JavaScript as its main
6
- IDE for graph related programming, using JavaScript as its main language,
8
  language, plus the graph library.
7
  plus the graph library.
9
- Nodes, graphs and edges are extensible from the scripting interface,
8
- Nodes, graphs and edges are extensible from the scripting interface, so you
10
  so you can do anything you want.
9
  can do anything you want.
11
10
12
WWW: http://www.kde.org/applications/education/rocs
11
WWW: http://www.kde.org/applications/education/rocs/

Return to bug 177453