aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* CATEGORIES+= python for py- ports missing itPhilip M. Gollucci2008-12-283-3/+3
| | | | | | | | PR: ports/124921 Approved by: portmgr (pav) Notes: svn path=/head/; revision=224878
* - Fix INDEXMartin Wilke2008-12-271-1/+1
| | | | Notes: svn path=/head/; revision=224851
* - Fix a typoMartin Wilke2008-12-271-1/+1
| | | | Notes: svn path=/head/; revision=224838
* - Update to 0.61.09Martin Wilke2008-12-263-6/+23
| | | | | | | | | | - Pass maintainership to submitter PR: 129929 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224829
* Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a niceMartin Wilke2008-12-265-0/+158
| | | | | | | | | | | | | | | | | and easy GObject based API for creating fast, heavily stylised applications, such as media box UI, presentations, kiosk style applications, etc. Clutter uses OpenGL for rendering. The Clutter Perl bindings allow you to write canvas-based applications in a Perlish and object-oriented way, freeing you from having to care about casting and memory management of the original Clutter C API, and yet remaining close to its spirit. WWW: http://www.clutter-project.org/ Notes: svn path=/head/; revision=224821
* This package contains the Python modules that allow you to use theMartin Wilke2008-12-265-0/+90
| | | | | | | | | Clutter toolkit in Python programs. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224820
* An experimental clutter cairo 'drawable' actor. Sucks a bit as rendersMartin Wilke2008-12-265-0/+47
| | | | | | | | | | | cairo via an image surface and thus no real cairo rendering acceleration. Experiments with glitz and sharing GL contexts for such acceleration proved problematic. Needs more investigation. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224819
* A glue layer between clutter and box2d that provides a special group where theMartin Wilke2008-12-265-0/+75
| | | | | | | | | | | | | | | | | | | | | | | actors can be set to be static or dynamic in regard to a physics simulation. The source tree currently contains an embedded version of box2d trunk. Features: - Children of the ClutterBox2d group can be simulated as static or dynamic rigid bodies. Collision detection. - Specifying the gravity of the world. - play/pause control over the box2d physics engine - Setting linear and angular velocities of simulated children. - automatic position synchronization between clutter and box2d. - joints - prismatic. - revolute. - distance (spring) - mouse (for dragging objects around and manipulating them). WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224818
* Clutter-GTK is a library providing facilities to integrate Clutter into GTK+Martin Wilke2008-12-265-0/+62
| | | | | | | | | | applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224816
* Clutter it an open source software library for creating fast, visuallyMartin Wilke2008-12-265-0/+206
| | | | | | | | | rich and animated graphical user interfaces. WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224815
* - Update to 0.15.Stanislav Sedov2008-12-253-5/+5
| | | | Notes: svn path=/head/; revision=224779
* - Update to 0.01.1.79Martin Wilke2008-12-252-6/+6
| | | | | | | | PR: 129908 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=224765
* Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portsMark Linimon2008-12-253-5/+2
| | | | | | | | | right now, by request. Hat: portmgr Notes: svn path=/head/; revision=224731
* Fix RUN_DEPENDS after the latest update of graphics/py-opengl.Stefan Walter2008-12-231-1/+1
| | | | | | | Noticed by: pav Notes: svn path=/head/; revision=224658
* - retire port, due to license.Dirk Meyer2008-12-235-74/+0
| | | | | | | The academic license was not a public academic license Notes: svn path=/head/; revision=224642
* - disconnect ycompDirk Meyer2008-12-231-1/+0
| | | | Notes: svn path=/head/; revision=224640
* - mark RESTRICTEDDirk Meyer2008-12-231-0/+2
| | | | Notes: svn path=/head/; revision=224633
* Program HighlightsDirk Meyer2008-12-235-0/+72
| | | | | | | | | | | | | | | | | | | | | | * Read, layout and print of graphs in the .VCG, .GML and .YGF format * Layout support for program dependency graphs yielding high performance graph layout * Easy to use GUI * NEW! PGF / TikZ format export to use in LaTeX documents * For version 1.3.1 we have implemented numerous improvements to the layout, useability and performance * System requirements: Java 1.5 aka J2SE 5.0 Licence: This software is based on the yFiles library. yWorks GmbH granted an academic license for #yFiles" to IPD Goos: An academic license restricts the use of the software (yComp) to non-commercial purposes (research, teaching, projects, courses and application development). WWW: http://www.info.uni-karlsruhe.de/software.php/id=6&lang=en Notes: svn path=/head/; revision=224632
* Program HighlightsDirk Meyer2008-12-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Read, layout and print of graphs in the .VCG, .GML and .YGF format * Layout support for program dependency graphs yielding high performance graph layout * Easy to use GUI * NEW! PGF / TikZ format export to use in LaTeX documents * For version 1.3.1 we have implemented numerous improvements to the layout, useability and performance * System requirements: Java 1.5 aka J2SE 5.0 Licence: This software is based on the yFiles library. yWorks GmbH granted an academic license for #yFiles" to IPD Goos: An academic license restricts the use of the software (yComp) to non-commercial purposes (research, teaching, projects, courses and application development). WWW: http://www.info.uni-karlsruhe.de/software.php/id=6&lang=en PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Security: Notes: svn path=/head/; revision=224631
* - Update to 1.6.12Dmitry Marakasov2008-12-222-4/+4
| | | | Notes: svn path=/head/; revision=224605
* - Update to 0.01.1.53Martin Wilke2008-12-222-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: 129694 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=224591
* - Update WWWDmitry Marakasov2008-12-221-1/+1
| | | | | | | | PR: 129833 Submitted by: Shane Bell <decept0 at gmail dot com> Notes: svn path=/head/; revision=224563
* Update to 3.0.0.b8.Stefan Walter2008-12-224-49/+5
| | | | | | | | | PR: 129223 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=224562
* - Update to 7.0.4.Marcelo Araujo2008-12-212-7/+7
| | | | Notes: svn path=/head/; revision=224523
* - Update to 0.11.0Pav Lucistnik2008-12-204-651/+451
| | | | | | | Submitted by: wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=224510
* - Update to 2.2.4Wesley Shields2008-12-202-4/+4
| | | | | | | | PR: ports/129769 Submitted by: Chess Griffin <chess@chessgriffin.com> Notes: svn path=/head/; revision=224504
* - Set for expiration in one month: has been broken for more than 6 monthsPav Lucistnik2008-12-191-0/+2
| | | | Notes: svn path=/head/; revision=224487
* - Has expired: Has been broken for more than 6 monthsPav Lucistnik2008-12-192-23/+0
| | | | Notes: svn path=/head/; revision=224470
* - Depends on broken, expired dependency. Set to expire in one monthPav Lucistnik2008-12-191-0/+3
| | | | Notes: svn path=/head/; revision=224468
* - Fix build with new ImageMagickPav Lucistnik2008-12-171-11/+0
| | | | | | | | PR: ports/129637 Submitted by: Tom Russo <russo@bogodyn.org> Notes: svn path=/head/; revision=224322
* Chase libkexiv2 and bump PORTREVISION.Alex Dupre2008-12-174-6/+8
| | | | Notes: svn path=/head/; revision=224319
* Update to 0.1.8 release.Alex Dupre2008-12-176-12/+10
| | | | Notes: svn path=/head/; revision=224318
* Update to 0.1.7 release.Alex Dupre2008-12-166-8/+24
| | | | Notes: svn path=/head/; revision=224311
* Update to 0.1.7 release.Alex Dupre2008-12-166-8/+10
| | | | Notes: svn path=/head/; revision=224310
* Update from 0.5.3 to 0.6.3.Sergey A. Osokin2008-12-164-113/+58
| | | | | | | | OPTIONify. NOTE: don't install shared libraries by default. Notes: svn path=/head/; revision=224301
* Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2008-12-161-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=224294
* Update to 4.0.1.Jeremy Messenger2008-12-154-75/+82
| | | | Notes: svn path=/head/; revision=224285
* - Update to 0.46Martin Wilke2008-12-142-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 129510 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=224209
* Update to 0.67Lars Balker Rasmussen2008-12-142-4/+4
| | | | Notes: svn path=/head/; revision=224203
* Drop maintainershipAlexander Botero-Lowry2008-12-121-1/+1
| | | | Notes: svn path=/head/; revision=224148
* Mark BROKEN: does not buildErwin Lansing2008-12-111-0/+2
| | | | Notes: svn path=/head/; revision=224110
* - Update to 6.4.7-5Martin Matuska2008-12-103-17/+17
| | | | | | | - Disable TESTS for now (double_cmy fails on some platforms and circumstances) Notes: svn path=/head/; revision=224074
* - Updated to 1.3.3Greg Larkin2008-12-102-4/+4
| | | | Notes: svn path=/head/; revision=224073
* Mark as broken on sparc64.Mark Linimon2008-12-102-2/+14
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* - Update to 20081208Dmitry Marakasov2008-12-093-13/+25
| | | | Notes: svn path=/head/; revision=224034
* Reset nemoliu due to maintainer-timeouts and no response to email.Mark Linimon2008-12-082-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=223984
* Graphite is a project under development within SIL'ss Non-Roman ScriptMartin Wilke2008-12-076-0/+97
| | | | | | | | | | | | | | | | | | Initiative and Language Software Development groups to provide rendering capabilities for complex non-Roman writing systems. The original goal was a system for the Windows platform; the system has also been ported to Linux. Graphite can be used to create "smart fonts" capable of displaying writing systems with various complex behaviors. With respect to the Text Encoding Model, Graphite handles the "Rendering" aspect of writing system implementation. WWW: http://silgraphite.sourceforge.net/ PR: ports/129346 Submitted by: Dennis Herrmann <adox at mcx2.org> Notes: svn path=/head/; revision=223927
* - Update to 2.02Martin Wilke2008-12-062-4/+4
| | | | Notes: svn path=/head/; revision=223879
* - Update to 2.8.0.Stanislav Sedov2008-12-063-4/+5
| | | | Notes: svn path=/head/; revision=223876
* update cegui to 0.6.2Oliver Lehmann2008-12-066-15/+15
| | | | | | | bump PORTREVISION for the affected ports Notes: svn path=/head/; revision=223853