summaryrefslogtreecommitdiff
path: root/graphics/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove filmgimp.Michael Nottebrock2004-03-061-1/+0
| | | | | Noticed by: Kaarthik Sivakumar <kaarthik@comcast.net> Pointy hat to: trevor
* Remove gqview-devel port.Alex Dupre2004-03-021-1/+0
|
* add batik 1.5.1Ying-Chieh Liao2004-03-021-0/+1
| | | | SVG Toolkit
* Unhook hdf* ports in graphics, hook them in science.Pav Lucistnik2004-02-251-2/+0
|
* Add libtheora, Xiph.Org's video codec, intended for use within the OggJoe Marcus Clarke2004-02-251-0/+1
| | | | | | | project's multimedia streaming system. Theora is derived directly from On2's VP3 codec. Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* Add gimp-pmosaic 1.08, photo/image mosaic plugin for gimp.Jun Kuriyama2004-02-241-0/+1
| | | | Ported to generate an image for: http://www.1101.com/taro/
* Add digikamplugins, a collection of plugins for Digikam.Michael Nottebrock2004-02-181-0/+1
| | | | | PR: ports/62929 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* Add dcraw, a decoder for RAW files from digital cameras.Michael Nottebrock2004-02-181-0/+1
| | | | | PR: ports/62928 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* Add pngrewrite, a utility to reduce unnecessarily large palletesPav Lucistnik2004-02-111-0/+1
| | | | | | | in PNG images. PR: ports/62614 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
* Add pixie 1.3.1,Kirill Ponomarev2004-02-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Pixie is a RenderMan like photorealistic renderer. It is being developed in the hope that it will be useful for graphics research and for people who can not afford a commercial renderer. Some of supported features: * All RenderMan 3.4 primitives * Programmable shading (RenderMan Shading Language) * High quality texture/shadow/environment mapping * High dynamic range input/output * Raytracing * Motion blur * Depth of field * Reyes style rendering (very fast) * Occlusion culling * Area light sources * Network parallel rendering * DSO shaders * Global illumination * Photon mapping PR: ports/62140 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* - Remove graphics/sketch because the project's name wasKirill Ponomarev2004-01-281-1/+0
| | | | | changed. - New name is graphics/skencil
* - Rename graphics/sketch to graphics/skencilKirill Ponomarev2004-01-281-0/+1
| | | | | | | | | (project's name was changed) - Update to version 0.6.16 - graphics/sketch will be removed PR: ports/61957 Submitted by: Ports Fury
* Add glfw 2.4,Kirill Ponomarev2004-01-251-0/+1
| | | | | | | | | | | GLFW is a free, open source, portable framework for OpenGL application development. In short, it is a library that constitutes a powerful API for handling operating system specific tasks, such as opening an OpenGL window, reading keyboard and mouse input, creating threads, and much more. PR: ports/61861 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Add allegrogl 0.2.0,Kirill Ponomarev2004-01-231-0/+1
| | | | | | | | | | | | | The library mostly provides functions to allow you to use OpenGL alongside Allegro -- you use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, playing samples and drawing your textures. So this library fills the same hole that things like GLUT do. PR: ports/61763 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Add ftgl 2.04,Kirill Ponomarev2004-01-171-0/+1
| | | | | | | | | | | | | | FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications. Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering. PR: 61456 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* add ayam 1.6Ying-Chieh Liao2004-01-141-0/+1
| | | | | | | 3D modeling environment for the RenderMan interface PR: 61286 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Add libcaca 0.7, graphics library that outputs text instead of pixels.Clement Laforet2004-01-111-0/+1
| | | | | | PR: 61222 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly)
* add q-graph 1.2Ying-Chieh Liao2004-01-091-0/+1
| | | | Q-Graph -- graph library and editor for the Q language
* Retire gthumb in favor of gthumb2, which is now an only version supportedPav Lucistnik2004-01-051-1/+0
| | | | by authors.
* New port: graphics/geos implements all OpenGIS "Simple Features for SQL"Edwin Groothuis2004-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators, as well as specific JTS topology functions such as IsValid(). More precisely, GEOS is a library containing functions which implement OpenGIS specifications concerning operations on geometric objects. Despite its categorization in the graphics subdirectory, it is more suitable in a "gis" category for Geographical Information Systems software. I would like to suggest the ports team to create such category because of the so many free software available on the internet. Please, look at www.freegis.org. I am working on porting several of them to make FreeBSD ready-for-GIS. Feel free to contact me for more information. PR: ports/60405 Submitted by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
* Add glew 1.1.4,Kirill Ponomarev2004-01-011-0/+1
| | | | | | | | | | | | | The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++ OpenGL developers with two tedious tasks: initializing and using extensions and writing portable applications. GLEW provides an efficient run-time mechanism to determine whether a certain extension is supported by the driver or not. OpenGL core and extension functionality is exposed via a single header file. PR: 60717 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Add linux-gdk-pixbuf, a linux binary version of Gtk1 image manipulationPav Lucistnik2003-12-251-0/+1
| | | | | | | library. PR: ports/60536 Submitted by: Seth Kingsley <sethk@meowfishies.com>
* Add nip-7.8.12 - Graphical user interface for VIPSLev A. Serebryakov2003-12-221-0/+1
|
* Add vips-7.8.12 - Free image processing systemLev A. Serebryakov2003-12-221-0/+1
|
* Add kimdaba 1.0.1, image database for KDE.Kirill Ponomarev2003-12-191-0/+1
| | | | | | | | | | | KimDaba focuses on three key points: o It must be easy to describe a number of images at a time. o It must be easy to search for images. o It must be easy to browse and view the images. PR: 60383 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* add ale 0.5.1Ying-Chieh Liao2003-12-171-0/+1
| | | | Anti-Lamenessing Engine
* Add potrace, utility for converting (tracing) bitmap images into vectors.Pav Lucistnik2003-12-141-0/+1
| | | | | PR: ports/57197 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Add robot, a data plotting and analysis tool for XView toolkit.Pav Lucistnik2003-12-141-0/+1
| | | | | PR: ports/57871 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Add dvipng, a DVI to PNG converter.Pav Lucistnik2003-12-131-0/+1
| | | | | PR: ports/60191 Submitted by: o_sleep <o_sleep@babbleheaven.com>
* Add new port of glean, a suite of OpenGL conformance tests. Very useful forEric Anholt2003-12-131-0/+1
| | | | those of us who occasionally have to diagnose DRI driver issues.
* Add cinepaint, a filmgimp fork, which is a gimp fork.Pav Lucistnik2003-12-111-0/+1
| | | | | | | | Cinepaint is specially designed for frame-by-frame painting and retouching of movie material. PR: ports/57876 Submitted by: David Yeske <dyeske@yahoo.com>
* Add flphoto, an image management and display program for FLTK toolkitPav Lucistnik2003-12-081-0/+1
| | | | | | | based on libgphoto2. PR: ports/59919 Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
* Add mingplot, a tool to generate flash-based charts.Pav Lucistnik2003-12-071-0/+1
| | | | | PR: ports/59361 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
* add graphopt 0.4.1Ying-Chieh Liao2003-12-051-0/+1
| | | | Graph Layout Optimizer
* Add hsetroot, a tool for transforming wallpapers and setting them asPav Lucistnik2003-12-051-0/+1
| | | | | | | a root window pixmap, based on Imlib library. PR: ports/59857 Submitted by: vinc <vinc@freebsd-fr.org>
* Add graphics/imgseek, a photo manager and viewer with content-based search.Mark Linimon2003-11-221-0/+1
| | | | | PR: ports/53746 Submitted by: Joseph Haga <tuximus@tcsn.net>
* Add ocrad 0.5, OCR program implemented as filter.Sergei Kolobov2003-11-201-0/+1
| | | | | | | | | | | | | GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method. It reads a bitmap image in pbm format and outputs text in ISO-8859-1 (Latin-1) charset. Also includes a layout analyser able to separate the columns or blocks of text normally found on printed pages. It can be used as a stand-alone console application, or as a backend to other programs. PR: 59232 Submitted by: Ulrich Spoerlein <q@uni.de>
* Add inkscape 0.35, a program seeks to become a full featured openAlexander Nedotsukov2003-11-171-0/+1
| | | | source SVG editor.
* Add port for py-magick 0.5, a python binding for ImageMagick.Hye-Shik Chang2003-11-101-0/+1
| | | | | PR: 58843 Submitted by: Tim Hemel <tim@n2it.net>
* Add new port "dri". This port contains the split-out DRI client drivers fromEric Anholt2003-11-091-0/+1
| | | | | | XFree86-4-Server. I decided the history from XFree86-4-Server wasn't significant enough, and will hopefully be obsolete soon when Mesa starts providing the DRI drivers.
* As announced on Aug 7, remove the broken vterrain-sdk port (and theKris Kennaway2003-11-081-2/+0
| | | | vterrain-apps port, which depends upon it).
* As announced on Aug 7, remove the broken imlib3d portKris Kennaway2003-11-081-1/+0
|
* Remove graphics/Mesa3. Mesa has been split into graphics/libglut andEric Anholt2003-11-071-1/+0
| | | | graphics/mesagl.
* Add mesa-demos, a port of the GL demos distributed with Mesa.Eric Anholt2003-11-071-0/+1
|
* add pngwriter 0.3.7Ying-Chieh Liao2003-11-071-0/+1
| | | | A C++ library for creating PNG images
* add diacanvas2 0.9.2Ying-Chieh Liao2003-10-291-0/+1
| | | | A general drawing canvas from dia dialog editor
* I've been hosting the distfile since May 2002 and this port has beenErwin Lansing2003-10-271-1/+0
| | | | | ripe for removal for quite some time. Now even I have lost the distfile in a diskcrash, use the excuse to remove the port.
* Add libglut 5.0.2, a port of libglut from Mesa. libglut will be removed fromEric Anholt2003-10-241-0/+1
| | | | mesagl in its upcoming upgrade.
* New port graphics/pho (version 0.9.1)Edwin Groothuis2003-10-071-0/+1
| | | | | | | | | | | | | | This is a new port of pho. Pho is a lightweight program for viewing large numbers of images quickly, rotating or deleting some, and making notes about what to do with each image -- for instance, for going through hundreds of images after uploading them from a digital camera. It is similar to xv but with some additional functionality and without some of its annoyances. PR: ports/50794 Submitted by: Roland Jesse <roland.jesse@gmx.net>
* Remove graphics/Mesa5 again after finding its twinbrother in graphics/mesaglEdwin Groothuis2003-10-061-1/+0
| | | | Noticed by: demon@