From owner-svn-ports-head@FreeBSD.ORG Tue Nov 4 22:40:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD412CB0; Tue, 4 Nov 2014 22:40:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B994DB95; Tue, 4 Nov 2014 22:40:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA4Me086050705; Tue, 4 Nov 2014 22:40:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA4Me0iS050704; Tue, 4 Nov 2014 22:40:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411042240.sA4Me0iS050704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 4 Nov 2014 22:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372175 - head/graphics/code-eli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 22:40:00 -0000 Author: marino Date: Tue Nov 4 22:40:00 2014 New Revision: 372175 URL: https://svnweb.freebsd.org/changeset/ports/372175 QAT: https://qat.redports.org/buildarchive/r372175/ Log: graphics/code-eli: improved pkg-descr from maintainer Modified: head/graphics/code-eli/pkg-descr Modified: head/graphics/code-eli/pkg-descr ============================================================================== --- head/graphics/code-eli/pkg-descr Tue Nov 4 21:58:25 2014 (r372174) +++ head/graphics/code-eli/pkg-descr Tue Nov 4 22:40:00 2014 (r372175) @@ -1,6 +1,7 @@ This is a collection of C++ libraries that provides a variety of -functionalities. Eigen3 is needed for most of the components to work -since all of the vector and matrix math is done using Eigen3. CPPTest -is used to perform unit testing on the components. +functionalities for geometries (bezier curves, splines, etc.). +Eigen3 is needed for most of the components to work since all of +the vector and matrix math is done using Eigen3. CPPTest is used +to perform unit testing on the components. WWW: https://github.com/ddmarshall/Code-Eli