Date: Thu, 28 Mar 2013 21:50:31 GMT From: Kevin Zheng <kevinz5000@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177453: [patch] Fix typo in COMMENT for math/rocs Message-ID: <201303282150.r2SLoVEM061461@red.freebsd.org> Resent-Message-ID: <201303282200.r2SM00kJ068443@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177453 >Category: ports >Synopsis: [patch] Fix typo in COMMENT for math/rocs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 28 22:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - s/teory/theory/ in COMMENT - Use the full 80-char wide allowance in pkg-descr. - Add trailing slash to WWW. TODO: Perhaps clean up the text of the pkg-descr a bit? >How-To-Repeat: >Fix: Apply the attached patch in math/rocs. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 315502) +++ Makefile (working copy) @@ -8,7 +8,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Graph teory IDE for KDE 4 +COMMENT= Graph theory IDE for KDE 4 LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs Index: pkg-descr =================================================================== --- pkg-descr (revision 315502) +++ pkg-descr (working copy) @@ -1,12 +1,11 @@ -Rocs aims to be a graph theory IDE for helping professors to show the -results of a graph algorithm and also helping students to do the -algorithms. +Rocs aims to be a graph theory IDE for helping professors to show the results +of a graph algorithm and also helping students to do the algorithms. FEATURES - Canvas for graph drawing. -- IDE for graph related programming, using JavaScript as its main - language, plus the graph library. -- Nodes, graphs and edges are extensible from the scripting interface, - so you can do anything you want. +- IDE for graph related programming, using JavaScript as its main language, + plus the graph library. +- Nodes, graphs and edges are extensible from the scripting interface, so you + can do anything you want. -WWW: http://www.kde.org/applications/education/rocs +WWW: http://www.kde.org/applications/education/rocs/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303282150.r2SLoVEM061461>