ports/177453: [patch] Fix typo in COMMENT for math/rocs

Kevin Zheng kevinz5000 at gmail.com
Thu Mar 28 22:00:00 UTC 2013


>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list