From 3c5b39dbae29451b8fcff88951aad8419053041b Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 12 Jan 2008 16:16:57 +0000 Subject: 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 --- graphics/libspiro/Makefile | 24 ++++++++++++++++++++++++ graphics/libspiro/distinfo | 3 +++ graphics/libspiro/pkg-descr | 21 +++++++++++++++++++++ graphics/libspiro/pkg-plist | 7 +++++++ 4 files changed, 55 insertions(+) create mode 100644 graphics/libspiro/Makefile create mode 100644 graphics/libspiro/distinfo create mode 100644 graphics/libspiro/pkg-descr create mode 100644 graphics/libspiro/pkg-plist (limited to 'graphics/libspiro') diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile new file mode 100644 index 000000000000..96a27cedaf5f --- /dev/null +++ b/graphics/libspiro/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libspiro +# Date created: 10 Janurary 2008 +# Whom: Naram Qashat +# +# $FreeBSD$ +# + +PORTNAME= libspiro +DISTVERSION= 20071029 +CATEGORIES= graphics +MASTER_SITES= SF +DISTNAME= ${PORTNAME}_src-${PORTVERSION} + +MAINTAINER= cyberbotx@cyberbotx.com +COMMENT= Library to convert clothoid splines into bezier splines + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} + +.include diff --git a/graphics/libspiro/distinfo b/graphics/libspiro/distinfo new file mode 100644 index 000000000000..a960257821a4 --- /dev/null +++ b/graphics/libspiro/distinfo @@ -0,0 +1,3 @@ +MD5 (libspiro_src-20071029.tar.bz2) = ab6aaa50bbd8fa55e78f8b8b0112f6cd +SHA256 (libspiro_src-20071029.tar.bz2) = 1efeb1527bd48f8787281e8be1d0e8ff2e584d4c1994a0bc2f6859be2ffad4cf +SIZE (libspiro_src-20071029.tar.bz2) = 172484 diff --git a/graphics/libspiro/pkg-descr b/graphics/libspiro/pkg-descr new file mode 100644 index 000000000000..a6ffb49305bc --- /dev/null +++ b/graphics/libspiro/pkg-descr @@ -0,0 +1,21 @@ +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. + +(Above taken from Introduction on the library's website) + +WWW: http://libspiro.sourceforge.net/ + +- Naram Qashat +cyberbotx@cyberbotx.com diff --git a/graphics/libspiro/pkg-plist b/graphics/libspiro/pkg-plist new file mode 100644 index 000000000000..419a497f7e4c --- /dev/null +++ b/graphics/libspiro/pkg-plist @@ -0,0 +1,7 @@ +include/bezctx.h +include/bezctx_intf.h +include/spiro.h +include/spiroentrypoints.h +lib/libspiro.la +lib/libspiro.so +lib/libspiro.so.0 -- cgit /lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron6/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
blob: 61b3e79c21632a89e4c3f3fb8aec741d322487aa (plain) (blame)
1
2
3
4
5
6
7
8
9
LXShortcut is a small program used to edit easily application shortcuts
created with freedesktop.org Desktop Entry spec.

It’s mainly designed to be called by other LXDE components, and not directly
used by the users. If you want to use it manually, see

     lxshortcut --help

WWW: http://wiki.lxde.org/en/LXShortCut
261-1/+1 * - add missing patchmiwi2009-11-261-0/+10 * - Add support for FreeBSD 9miwi2009-11-263-4/+28 * - Update lang/python31 to Python 3.1.1lwhsu2009-08-223-7/+7 * - Ask the first Python installed to install the bin/python link,lwhsu2009-07-141-3/+3 * - Install pkgconfig file under libdata/pkgconfiglwhsu2009-07-082-7/+5 * - Remove regression-test target since it is not quite useful at this pointlwhsu2009-07-071-3/+0 * - Add Python 3.1lwhsu2009-07-074-61/+185 * - Remove regression-test target since it is not quite useful herelwhsu2009-07-021-3/+0 * - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-024-567/+563 * - Update python30 to 3.0.1miwi2009-03-103-14/+22 * Welcome to the new era of Python 3, with antigravity support!perky2008-12-043-8/+21 * Remove "_gdbm" module from packaging which should be excluded inperky2008-10-132-2/+1 * Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)perky2008-10-1327-2200/+398 * - Security fixesmiwi2008-09-0820-1/+877 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Fix zlib crash from zlib.decompressobj().flush(val)miwi2008-04-253-1/+28 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2 * Force to build bsddb185 module to make pkg-plist consistent.perky2008-02-291-9/+18 * - Fix plistpav2008-02-262-0/+2 * Update to Python 2.5.2.perky2008-02-243-10/+125 * Add support for FreeBSD 8.perky2007-10-293-8/+945 * Remove support for OSVERSION < 5edwin2007-10-041-10/+2 * - Make Python 2.5.1 the default Python versionalexbl2007-07-303-13/+40 * - Force setup.py picks up readline and ncurses from base. This fixes buildrafan2007-02-281-3/+37 * Correct a patch not to install unwanted files.perky2006-10-161-10/+10 * Revert the default version of Python to 2.4 for the ports freezeperky2006-10-133-14/+13 * Fix build with WITH_FPECTL=yes on i386.perky2006-10-101-0/+1 * - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-091-7/+0 * Simple portupgrade doesn't upgrade python correctly, so add a checkperky2006-10-091-0/+7 * - Update the main python version to 2.5.perky2006-10-095-22/+45 * - Update lang/python-devel to Python 2.5c2perky2006-09-143-10/+22 * Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.perky2006-08-102-3/+17 * Update python-devel to 2.5b3.perky2006-08-043-35/+39 * Mark broken: fails to install cleanly.linimon2006-07-161-0/+2 * Update python-devel to 2.5b1.perky2006-06-234-22/+149 * Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0 * Fix build on environments without python.perky2006-03-281-0/+3 * Update to Python trunk snapshot as of 2006-03-26.perky2006-03-264-2969/+1322 * SHA256ifyedwin2006-01-221-0/+1 * Update python-devel to 2.5.a0.20050728 snapshot.perky2005-07-283-25/+43 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Fix package building on non-i386 platforms by unrestrict `audioop`perky2005-03-291-1/+1