aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [NEW PORT] graphics/repng2jpeg: Tool to recompress JPEG/PNG/GIFEdwin Groothuis2008-08-171-0/+1
| | | | | | | | | | | | Tool to recompress JPEG/PNG/GIF. WWW: http://sugachan.dip.jp/obsolete/ext/ PR: ports/126570 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=218707
* New port: graphics/linux-XnViewMPEdwin Groothuis2008-08-151-0/+1
| | | | | | | | | | | | | | | XnView MP is a utility for viewing and converting graphic files. It stands for XnView Multi Platform and it will replace current "XnView for *nix" & "XnView for MacOSX" WWW: http://www.xnview.com/ PR: ports/125899 Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua> Notes: svn path=/head/; revision=218614
* Add goocanvasmmKoop Mast2008-08-101-0/+1
| | | | | | | C++ bindings for the goocanvas GTK widget. Notes: svn path=/head/; revision=218352
* - Backout from atticMartin Wilke2008-08-101-0/+1
| | | | | | | | - Update to 1.1.3 - Remove the MOVED entry Notes: svn path=/head/; revision=218295
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0Martin Wilke2008-08-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! Notes: svn path=/head/; revision=218272
* WWW color names and equivalent RGB values. This modules defines color namesMartin Wilke2008-08-061-0/+1
| | | | | | | | | | | | | and their associated RGB values from various WWW specifications and implementations. WWW: http://search.cpan.org/dist/Graphics-ColorNames-WWW/ PR: ports/126117 Submitted by: Tomoyuki Sakurai <cherry at trombik.org> Notes: svn path=/head/; revision=218145
* Decides if the fill setting for a image should be either fill, in meaning thePav Lucistnik2008-07-081-0/+1
| | | | | | | | | | | | | | | | | image should be resized to fix the screen, or full which means it should be scaled to fit the screen. use Image::Size::FillFullSelect; my $iffs = Image::Size::FillFullSelect->new(); my $FFselection = $iffs->select("someImage.gif"); WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/ PR: ports/124957 Submitted by: Zane C.B. <vvelox@vvelox.net> Notes: svn path=/head/; revision=216563
* Add iec16022 0.2.2, create 2D barcodes, also known as DataMatrix.Emanuel Haupt2008-07-031-0/+1
| | | | Notes: svn path=/head/; revision=216231
* Geeqie is a lightweight Gtk+ based image viewer for Unix operating systems.Dmitry Marakasov2008-06-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Main features o EXIF, IPTC and XMP metadata browsing and editing. o Interoperability, easy integration with other software. o geeqie works on files and directories, there is no need to import images. o Fast preview for many raw image formats. o Tools for image comparison, sorting and managing photo collection. History Geeqie has been forked from gqview project, because it was not possible to contact gqview author and the only maintainer. Geeqie projects goal is to move the development forward and also integrate the existing patches. Project Status Geeqie is currently in alpha state. Everybody is encouraged to try the new features, however for stable software look at the original project. WWW: http://geeqie.sourceforge.net/ PR: ports/123770 Submitted by: Martin Tournoij <carpetsmoker at rwxrwxrwx dot net> Approved by: miwi (mentor) Notes: svn path=/head/; revision=215793
* Add development version of graphics/processingEdwin Groothuis2008-06-221-0/+1
| | | | | | | | | | | | | | | | Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is an alternative to proprietary software tools in the same domain. WWW: http://processing.org/ Notes: svn path=/head/; revision=215512
* Add graphics/processing, a very cool visualisation programEdwin Groothuis2008-06-201-0/+1
| | | | | | | | | | | | | | | | Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is an alternative to proprietary software tools in the same domain. WWW: http://processing.org/ Notes: svn path=/head/; revision=215334
* - Delete graphics/gtkcairo: unfetchable, unused, obsoletePav Lucistnik2008-06-191-1/+0
| | | | | | | Suggested by: gnome (ahze, marcus) Notes: svn path=/head/; revision=215250
* A BSD-licensed lightweight thumbnail viewer application that is only based ↵Felippe de Meirelles Motta2008-06-181-0/+1
| | | | | | | | | | | | | on X11 without any toolkits. WWW: http://sourceforge.net/projects/iiview PR: ports/124636 Submitted by: Martin Sugioarto <martin.sugioarto@udo.edu> Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215098
* New port: graphics/jogl - Java bindings for OpenGLEdwin Groothuis2008-06-111-0/+1
| | | | | | | | | | | | | | | | | | | The JOGL project hosts the development version of the Java Binding for the OpenGL API (JSR-231), and is designed to provide hardware- supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. WWW: https://jogl.dev.java.net/ PR: ports/124414 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Notes: svn path=/head/; revision=214654
* Attach svgfig to the build.Wesley Shields2008-06-091-0/+1
| | | | | | | | | | | | I somehow forgot to do this when I added the port. Pointyhat to me. :( Submitted by: erwin Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=214542
* This is a simple library to load images of various formats as SDL surfaces.Martin Wilke2008-06-051-0/+1
| | | | | | | | | | | | This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. WWW: http://www.libsdl.org/projects/SDL_image/ PR: ports/124237 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=214355
* LPROF is the only open source ICC profiler with a graphical userMartin Wilke2008-06-051-0/+1
| | | | | | | | | | | | | | interface. It can be used to create ICC version 2 compliant profiles for cameras, scanners and monitors. As such it fills a necessary niche in the emerging open source color management effort. WWW: http://lprof.sourceforge.net PR: ports/124240 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=214350
* pyexiv2 is a python binding to exiv2, the C++ library for manipulation ofMartin Wilke2008-06-011-0/+1
| | | | | | | | | | | | | | | | | | EXIF and IPTC image metadata. It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...). It is designed as a high level interface to the functionalities offered by exiv2 (and is built on top of it). Using python's built-in data types and standard modules, it provides easy manipulation of image metadata. WWW: http://tilloy.net/dev/pyexiv2/ PR: ports/124193 Submitted by: Denis Barov <dindin at dindin.ru> Notes: svn path=/head/; revision=214161
* import-pictures copies or moves pictures from one directory (for exampleMartin Wilke2008-05-311-0/+1
| | | | | | | | | | | | | | | from a mounted camera) to another directory. You can choose date ranges from within to copy the images. For example you can just choose the pictures from one day of the event in one directory and after that you can move the other day into another directory. WWW: http://www.formorer.de/code/import-pictures/import-pictures.html PR: ports/123488 Submitted by: Alexander Kuehn Notes: svn path=/head/; revision=214067
* Python bindings for graphics/poppler.Martin Wilke2008-05-301-0/+1
| | | | | | | | | | WWW: https://launchpad.net/poppler-python PR: ports/122752 Submitted by: Romain Tartiere <romain at blogreen.org> Notes: svn path=/head/; revision=213971
* - Add gnash-devel to the buildMartin Wilke2008-05-291-0/+1
| | | | Notes: svn path=/head/; revision=213864
* Add GvGen, an easy python interface to generate dot files.Florent Thoumie2008-05-191-0/+1
| | | | | | | | PR: ports/123776 Submitted by: Sofian Brabez <sbrabez@gmail.com> Notes: svn path=/head/; revision=213356
* Kradview is a GPLed viewer of images obtained for some differentAlex Dupre2008-05-161-0/+1
| | | | | | | | | | | | | sources: X-ray, NMR and DICOM-compatible imaging devices that runs on free operating systems. Its aim is a easy to use DICOM viewer with instant rendering of images, no matter the size and the zoom of the DICOM image. It covers the "let's see the the X-ray image" need of the medical professional. WWW: http://www.orcero.org/irbis/kradview/ Notes: svn path=/head/; revision=213116
* Add libraw a library for reading RAW files obtained from digital photoSergey A. Osokin2008-05-061-0/+1
| | | | | | | | | | | | | | | cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. The users of the library are provided with API to be built into their software programs. WWW: http://www.libraw.org http://www.libraw.su Notes: svn path=/head/; revision=212701
* Pencil is an animation/drawing software. It lets youMartin Wilke2008-04-301-0/+1
| | | | | | | | | | | | | create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. WWW: http://www.les-stooges.org/pascal/pencil PR: ports/122827 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com> Notes: svn path=/head/; revision=212339
* Rawstudio is an open-source program to read and manipulateMartin Wilke2008-04-291-0/+1
| | | | | | | | | | | | | | | | RAW images from most digital cameras. Rawstudio will convert your RAW files into JPEG, PNG or TIF images which you can then print or send to friends and clients. It has a graphical user interface, so you can simply open a RAW file and experiment with the controls to see how they effect the image. WWW: http://rawstudio.org PR: ports/123025 Submitted by: Alex Samorukov <samm at os2.kiev.ua> Notes: svn path=/head/; revision=212293
* Panorama viewer using OpenGLMartin Wilke2008-04-261-0/+1
| | | | | | | | | | WWW: http://hugin.sourceforge.net/ PR: ports/121860 Submitted by: Iouri V. Ivliev <ii@any.com.ru> Notes: svn path=/head/; revision=212051
* Pan-o-matic is a tool that automates the creation of control points in Hugin.Martin Wilke2008-04-261-0/+1
| | | | | | | | | | WWW: http://aorlinsk2.free.fr/panomatic/ PR: ports/121859 Submitted by: Iouri V. Ivliev <ii@any.com.ru> Notes: svn path=/head/; revision=212049
* Context Free Design Grammar compiler.Martin Wilke2008-04-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | About CFDG: Chris Coyne created a small language for design grammars called CFDG. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars. Context Free is a full graphical environment for editing, rendering, and exploring CFDG design grammars. Features: * Simultaneously available for Macintosh, Windows and Posix/Unix. * Progressive image update: watch it generate * Save generated images in PNG or SVG format. * Produce animations * Edit grammars and re-render easily. * Render very large images (as large as 100 Mega-pixels). * Can handle generated images with millions of shapes. * Carefully tuned graphics rendering * Many built-in examples * Automatic checking for updates (Mac only). * It's free, as in beer and as in speech. WWW: http://www.contextfreeart.org/ PR: ports/121715 Submitted by: Anatoly Borodin <anatoly.borodin at gmail.com> Notes: svn path=/head/; revision=212035
* 2007-12-31 misc/kde3-i18n-id: "Distfile no longer available, outdated"Martin Wilke2008-04-251-1/+0
| | | | | | | | | | 2008-04-02 net/dhcp-agent: Dhcp-agent has not been updated since 2003, it does not build with guile-1.8, and it is unmaintained 2008-04-22 net/ocaml-netclient: is part of ocaml-net 2008-04-06 net/samplicator: Project has vanished 2008-03-20 graphics/entice: Broken and unmaintained Notes: svn path=/head/; revision=211983
* Structure Synth is an application for creating 3D structures fromMartin Wilke2008-04-251-0/+1
| | | | | | | | | | | | | | a set of user specified rules. It is an attempt to make a 3D version of Context Free. The resulting structures can be viewed in the integrated OpenGL viewer or exported to various formats. WWW: http://structuresynth.sourceforge.net PR: ports/122897 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=211949
* graphics/ascii0 -> graphics/asciio, renamed by delete+addEmanuel Haupt2008-04-221-1/+1
| | | | Notes: svn path=/head/; revision=211798
* Add ascii0 0.95, a Perl/GTK application that lets you draw ASCII chartsEmanuel Haupt2008-04-221-0/+1
| | | | | | | using a GUI. Notes: svn path=/head/; revision=211789
* GeoAPI provides a set of interfaces from OpenGIS specifications.The developmentPav Lucistnik2008-04-111-0/+1
| | | | | | | | | | | | | | community in building GIS solutions is sustaining an enormous level of effort. The GeoAPI project aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards. WWW: http://geoapi.sf.net PR: ports/122573 Submitted by: <wenheping@gmail.com> Notes: svn path=/head/; revision=211073
* - Remove expired tkstep80 related portsPav Lucistnik2008-04-091-1/+0
| | | | Notes: svn path=/head/; revision=210933
* qiv (graphics/qiv) is a great image viewer, but it does not use gtk2Pav Lucistnik2008-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but imlib for image handling. This is bad, because many distributions (well, at least gentoo) do not offer this library anymore as it's quite old and not maintained anymore. When the first release of pqiv was written, I used python, hence the name. I expected somebody else to write a c-rewrite of qiv, so I didn't really care about that. About one month later nothing had happened yet, so I did this on my own. Starting from 0.4 pqiv means "pretty quick image viewer", written in pure C, using gtk+-2.0. Features include: * Fullscreen * Slideshow * Rotate / Flip * (Automatic/manual) Zoom * Move by drag & drop in fullscreen * Keep preferences in a configuration file * Rather small executable (~36k), low ram consumtion, quick * Execute predefined commands, pipe images through them or display their output * Real transparency * Fade between images WWW: http://www.pberndt.com/Programme/Linux/pqiv/index.html PR: ports/122191 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Notes: svn path=/head/; revision=210514
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Command-line utilities for converting bitmage images (JPEG, PNG, GIF, Targa,Rong-En Fan2008-03-171-0/+1
| | | | | | | | | | | | | BMP, etc.) to and from encapsulated postscript. Special care is taken to minimize the size of output files without reducing image quality. WWW: http://imgtops.sourceforge.net PR: ports/121775 Submitted by: Timothy Bourke <timbob at bigpond.com> Notes: svn path=/head/; revision=209179
* GeoServer is a GIS server. It is open source and it allows users to view andPietro Cerutti2008-03-131-0/+1
| | | | | | | | | | | | | | | | edit geographic data. GeoServer is a fully functional WFS-T and WMS server that follows the OGC specifications. GeoServer is a tool you can display maps on web pages, where the user can zoom and pan around. And it is used in conjunction with clients such as OpenLayers, Google Earth, UDig, GVSig and others. WWW: http://docs.codehaus.org/display/GEOS/Home PR: 121586 Submitted by: Wen heping <wenheping@gmail.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=209017
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-0/+16
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* Remove support for XFree8-4.Florent Thoumie2008-03-071-1/+0
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* A simple graphics library, designed to give the programmer accessOliver Braun2008-03-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to most interesting parts of the Win32 Graphics Device Interface and X11 library without exposing the programmer to the pain and anguish usually associated with using these interfaces. The library also includes a module Graphics.SOE providing the interface used in "The Haskell School of Expression", by Paul Hudak, cf <http://www.haskell.org/soe/>. author: Alastair Reid maintainer: <libraries@haskell.org> license: BSD3 WWW: http://www.haskell.org/graphics/index.html package-url: http://hackage.haskell.org/packages/archive/HGL exposed-modules: Graphics.HGL.Core, Graphics.HGL.Draw, Graphics.HGL.Units, Graphics.HGL.Key, Graphics.HGL.Run, Graphics.HGL.Draw.Brush, Graphics.HGL.Draw.Font, Graphics.HGL.Draw.Monad, Graphics.HGL.Draw.Pen, Graphics.HGL.Draw.Picture, Graphics.HGL.Draw.Region, Graphics.HGL.Draw.Text, Graphics.HGL.Utils, Graphics.HGL.Window, Graphics.HGL, Graphics.SOE PR: ports/121081 Submitted by: Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com> Notes: svn path=/head/; revision=208280
* 2007-10-28 x11-wm/wmDeskGuide: Version branch long since retiredMartin Wilke2008-02-281-1/+0
| | | | | | | | | | | | 2008-02-23 ftp/axelq: Unmaintained, website disappeared 2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead 2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2 2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained 2007-11-16 editors/muggy: development stalled for years, unmaintained 2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained Notes: svn path=/head/; revision=208072
* Add gimp-data-extrasMichael Johnson2008-02-231-0/+1
| | | | | | | collection of additional brushes and patterns for GIMP Notes: svn path=/head/; revision=207815
* Libvisual is an abstraction library that comes between applications and audioMartin Wilke2008-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | visualisation plugins. Often when it comes to audio visualisation plugins or programs that create visuals, they depend on a player or something else; basically, there is no general framework that enabled application developers to easily access cool audio visualisation plugins. Libvisual wants to change this by providing an interface towards plugins and applications; through this easy to use interface applications can easily access plugins and, since the drawing is done by the application, it also enables the developer to draw the visual anywhere he wants. The framework also allows you to morph to different plugins and mix two at once; all kinds of neat tricks are possible using this method. WWW: http://localhost.nl/~synap/libvisual/ PR: ports/120380 Submitted by: Björn König <bkoenig at alpha-tierchen.de> Notes: svn path=/head/; revision=207575
* This site is about a seam-carving C/C++ library called LiquidMartin Wilke2008-02-171-0/+1
| | | | | | | | | | | | | | | | | Rescale. The API is intended to be powerful, yet fast and easy to use. It supports saving and loading of the carving information, real-time scaling, manual feature selection, customizable progress report and more. WWW: http://liblqr.wikidot.com/ PR: ports/120237 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=207448
* A bundle of 90 handy scripts for The Gimp.Martin Wilke2008-02-161-0/+1
| | | | | | | | | | WWW: http://gimpfx-foundry.sourceforge.net/ PR: ports/120375 Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net> Notes: svn path=/head/; revision=207419
* Separate+ is a CMYK Separation plugin for The GIMP.Martin Wilke2008-02-161-0/+1
| | | | | | | | | | | | | | | | One thing preventing The GIMP from being useful in a pre-press environment is the lack of support for the CMYK colour-space. This plug-in goes some small way towards rectifying the situation, using a trick with layers to fake CMYK support. WWW: http://cue.yellowmagic.info/softwares/separate.html PR: ports/120166 Submitted by: Pietro Cerutti <gahr at gahr.ch> Notes: svn path=/head/; revision=207410
* A Perl implementation of the reCAPTCHA API.Chin-San Huang2008-01-261-0/+1
| | | | | | | | | | | | | | | | From the recaptcha.net web site: reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly. WWW: http://search.cpan.org/dist/Captcha-reCAPTCHA/ Notes: svn path=/head/; revision=206216
* Spiro is the creation of Raph Levien. It simplifies the drawing of beautifulMartin Wilke2008-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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 <cyberbotx at cyberbotx.com> Notes: svn path=/head/; revision=205532