aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* - Chase graphics/gegl shlib bumpPietro Cerutti2011-03-013-5/+6
| | | | Notes: svn path=/head/; revision=270064
* - Update to 0.1.6Pietro Cerutti2011-03-013-39/+73
| | | | | | | ChangeLog: http://git.gnome.org/browse/gegl/log/ Notes: svn path=/head/; revision=270063
* - Update to 2.0.1.Marcelo Araujo2011-03-013-45/+44
| | | | Notes: svn path=/head/; revision=270060
* . Change to NetCDF 4Greg Lewis2011-03-011-1/+1
| | | | | | | Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=270040
* - Mark BROKEN: does not build with new XorgPav Lucistnik2011-02-281-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=270023
* Remove expired port:Rene Ladan2011-02-288-287/+0
| | | | | | | 2011-02-28 graphics/libv3d: unmaintained and failed to build for months Notes: svn path=/head/; revision=270011
* - Update to 0.2.1Sunpoet Po-Chuan Hsieh2011-02-283-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix USE_PYTHON as pySVG does not build with Python 3.x - Fix PLIST for users not using Python 2.6 Changes: http://codeboje.de/pysvg/ ("Release/History" section) Added: - Added kwargs to make life a bit easier when instantiating objects - Added dropshadows (contributed by Bastian) - Added patterns - Added turtle graphics - Added clip element - Added use element - Added some methods to get size/edge points or move an element (depends on element) - Implemented feMergeNode subclassing - Added filterprimitiveswithin Corrections: - Setfilter had wrong parameter - Corrected intendation - Documentation corrected PR: ports/155084 Submitted by: sunpoet (myself) Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=270001
* Deprecate all non-default Fedora based linux_base respectively linux-fx-*Alexander Leidinger2011-02-2812-0/+36
| | | | | | | | | | | | ports. All of them are End of Life (no security updates) since a loooong time. As they are not the default, I decided to go with a short expiration date (one month). The maintainer of the few ports which depend upon the f8 infrastructure is informed to take action (update to the default f10 infrastructure, or to deprecate). Notes: svn path=/head/; revision=269988
* Update MASTER_SITES.Koop Mast2011-02-282-2/+2
| | | | Notes: svn path=/head/; revision=269977
* Update to 0.48.1.Koop Mast2011-02-285-785/+14
| | | | Notes: svn path=/head/; revision=269973
* Update to 0.8.1.Koop Mast2011-02-282-4/+3
| | | | Notes: svn path=/head/; revision=269972
* Update to 1.10.2.Koop Mast2011-02-283-16/+4
| | | | | | | | PR: ports/153983 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=269965
* - Add forgotten plistDmitry Marakasov2011-02-281-0/+5
| | | | Notes: svn path=/head/; revision=269943
* - Add optional dependency on graphics/shiva-collections.Alberto Villa2011-02-271-0/+9
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=269930
* Add shiva-collections 1.3, collection of kernels for OpenGTL.Alberto Villa2011-02-275-0/+76
| | | | Notes: svn path=/head/; revision=269928
* Update to 0.0.2Dmitry Marakasov2011-02-272-8/+7
| | | | Notes: svn path=/head/; revision=269914
* - Update to 1.4.8.2Martin Wilke2011-02-272-6/+7
| | | | | | | | PR: 155042 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=269904
* - Update to 20090821Martin Wilke2011-02-272-8/+5
| | | | | | | | PR: 155049 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=269903
* - Update to 2.6Martin Wilke2011-02-273-11/+11
| | | | | | | | | PR: 154611 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Notes: svn path=/head/; revision=269896
* Fix compilation of graphics/libpano13 with libtool 2.4Vasil Dimov2011-02-271-2/+11
| | | | | | | Spotted by: linimon@ Notes: svn path=/head/; revision=269867
* - Reassign ports to heapThomas Abthorpe2011-02-2711-11/+11
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lircJuergen Lock2011-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1] Notes: svn path=/head/; revision=269851
* Update xpaint to 2.9.8.2 (bugfix release)Johan van Selst2011-02-262-3/+3
| | | | Notes: svn path=/head/; revision=269800
* This module provides conversions between commonly used ways to expressJun Kuriyama2011-02-265-0/+63
| | | | | | | | | | | | | | | colors. It provides conversions between color spaces such as RGB and HSV, and it provides ways to look up colors by a name. This class provides a base for subclasses which represent particular color values in particular spaces. The base class provides methods to represent the color in a few convenient forms, though subclasses may provide more specific details for the space in question. WWW: http://search.cpan.org/dist/Convert-Color/ Notes: svn path=/head/; revision=269744
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-2521-89/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457 Notes: svn path=/head/; revision=269720
* Update Gstreamer-plugins-base to 0.10.32Koop Mast2011-02-252-0/+18
| | | | | | | | | | | | | | | | Update Gstreamer-plugins-good to 0.10.27 Update Gstreamer-plugins-bad to 0.10.21 Update Gstreamer-plugins-ugly to 0.10.17 Add flite plugin. plugin for the flite Speech synthesis engine. Add opencv plugin. plugin for opencv Computer vision library. Move vdpau plugin to a beter category. Remove LOCAL master sites that haven't been updated for ages. Check if Gstreamer (core) is recent enough. Remove 6.x BROKEN line for the bad plugin. Notes: svn path=/head/; revision=269675
* - Fix pkg-plistTAKATSU Tomonari2011-02-252-0/+8
| | | | | | | | | - Add x-generate-plist target to generate pkg-plist for maintenance Reported by: pointyhat (pav) Notes: svn path=/head/; revision=269674
* Mark BROKEN: does not buildErwin Lansing2011-02-251-0/+2
| | | | Notes: svn path=/head/; revision=269667
* Update to libtool 2.4Ade Lovett2011-02-251-1/+1
| | | | | | | Tested by: pav (multiple -exp runs) Notes: svn path=/head/; revision=269656
* - Move over to py25 or aboveMartin Wilke2011-02-2519-27/+20
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* Chase after net/openldap24-server update.Xin LI2011-02-255-3/+5
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Remove graphics/yafaray, duplicate of graphics/yafrayGanael LAPLANCHE2011-02-2410-178/+0
| | | | | | | Approved by: portmgr@ (itetcu@) Notes: svn path=/head/; revision=269580
* Connect graphics/webpGanael LAPLANCHE2011-02-241-0/+1
| | | | | | | Approved by: portmgr@ (itetcu@) Notes: svn path=/head/; revision=269579
* - Update to 0.31TAKATSU Tomonari2011-02-232-4/+4
| | | | Notes: svn path=/head/; revision=269571
* - Update to 0.9.32Sylvio Cesar Teixeira2011-02-232-3/+3
| | | | Notes: svn path=/head/; revision=269565
* - update to version 0.9.5.2Martin Wilke2011-02-233-5/+9
| | | | | | | | | | | - take maintainership - add LICENSE info PR: 154920 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Notes: svn path=/head/; revision=269550
* - Update to 0.53Frederic Culot2011-02-232-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes Notes: svn path=/head/; revision=269537
* - update netpbm-devel to 10.35.80Dirk Meyer2011-02-202-3/+3
| | | | Notes: svn path=/head/; revision=269397
* - Update to 2.67Wen Heping2011-02-202-4/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/GPHAT/Chart-Clicker-2.67/Changes Notes: svn path=/head/; revision=269382
* - Update to 0.30TAKATSU Tomonari2011-02-192-4/+4
| | | | Notes: svn path=/head/; revision=269338
* - update netpbm-devel to 10.35.79Dirk Meyer2011-02-182-3/+3
| | | | Notes: svn path=/head/; revision=269315
* Update to 1.7.14.Joseph S. Atkinson2011-02-182-3/+3
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=269302
* - make fetchableCheng-Lung Sung2011-02-162-2/+3
| | | | Notes: svn path=/head/; revision=269218
* - Update to 0.2.1Dennis Herrmann2011-02-154-4/+22
| | | | | | | | PR: ports/154768 Submitted by: maintainer Notes: svn path=/head/; revision=269208
* - Update to 0.81Cheng-Lung Sung2011-02-153-1/+6
| | | | Notes: svn path=/head/; revision=269181
* Chase graphics/libchamplain update.Emanuel Haupt2011-02-141-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269150
* projectM is an LGPL'ed reimplementation of Milkdrop under OpenGL. All projectMMartin Wilke2011-02-145-0/+66
| | | | | | | | | | | | requires is a video card with 3D acceleration and your favorite music. WWW: http://projectm.sourceforge.net/ PR: ports/154750 Submitted by: utisoft at gmail.com Notes: svn path=/head/; revision=269122
* projectM is an awesome music visualizer. There is nothing better in the worldMartin Wilke2011-02-145-0/+353
| | | | | | | | | | | | | of Unix. projectM's greatness comes from the hard work of the community. Users like you can create presets that connect music with incredible visuals. Try it! WWW: http://projectm.sourceforge.net/ PR: ports/154749 Submitted by: utisoft at gmail.com Notes: svn path=/head/; revision=269121
* - Fix leftover during package buildingWen Heping2011-02-142-2/+6
| | | | | | | | | | - Update WWW PR: ports/154757 Submitted by: olli hauer <ohauer@FreeBSD.org> Notes: svn path=/head/; revision=269102
* - Update to 0.7.1Dmitry Marakasov2011-02-133-24/+27
| | | | | | | | | PR: 154661 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes Notes: svn path=/head/; revision=269091