From owner-cvs-ports@FreeBSD.ORG Sat Jan 12 16:16:57 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC13E16A469; Sat, 12 Jan 2008 16:16:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8859913C448; Sat, 12 Jan 2008 16:16:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0CGGvY5051546; Sat, 12 Jan 2008 16:16:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0CGGvU3051545; Sat, 12 Jan 2008 16:16:57 GMT (envelope-from miwi) Message-Id: <200801121616.m0CGGvU3051545@repoman.freebsd.org> From: Martin Wilke Date: Sat, 12 Jan 2008 16:16:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/libspiro Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 16:16:57 -0000 miwi 2008-01-12 16:16:57 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libspiro Makefile distinfo pkg-descr pkg-plist Log: Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves. Using bezier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on clothoid splines which make it easy to maintain constant curvature as well as constant slope. Such curves will simply look nicer. Raph Levien's spiro splines only use on-curve points and so are easier to use and more intuitive to the artist. This library will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. WWW: http://libspiro.sourceforge.net/ PR: ports/119541 Submitted by: Naram Qashat Revision Changes Path 1.1126 +1 -0 ports/graphics/Makefile 1.1 +24 -0 ports/graphics/libspiro/Makefile (new) 1.1 +3 -0 ports/graphics/libspiro/distinfo (new) 1.1 +21 -0 ports/graphics/libspiro/pkg-descr (new) 1.1 +7 -0 ports/graphics/libspiro/pkg-plist (new)