From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 28 22:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90A069AD for ; Thu, 28 Mar 2013 22:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 77DDF75D for ; Thu, 28 Mar 2013 22:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2SM00EB068444 for ; Thu, 28 Mar 2013 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2SM00kJ068443; Thu, 28 Mar 2013 22:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Mar 2013 22:00:00 GMT Resent-Message-Id: <201303282200.r2SM00kJ068443@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 80DD66C5 for ; Thu, 28 Mar 2013 21:50:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 59DE76D6 for ; Thu, 28 Mar 2013 21:50:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2SLoV2V061462 for ; Thu, 28 Mar 2013 21:50:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2SLoVEM061461; Thu, 28 Mar 2013 21:50:31 GMT (envelope-from nobody) Message-Id: <201303282150.r2SLoVEM061461@red.freebsd.org> Date: Thu, 28 Mar 2013 21:50:31 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177453: [patch] Fix typo in COMMENT for math/rocs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2013 22:00:00 -0000 >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: