summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - In USE_GECKO line, remove firefox-devel and add firefox15Pav Lucistnik2006-12-051-1/+1
| | | | | | | Suggested by: GeJ on EFnet Notes: svn path=/head/; revision=178913
* - Respect X11BASE for QtRong-En Fan2006-12-041-1/+5
| | | | | | | | | - Define USE_XLIB since it is used Reported by: pointyhat Notes: svn path=/head/; revision=178867
* - DeprecateErwin Lansing2006-12-041-0/+3
| | | | | | | | | | - Set EXPIRATION_DATE PR: 106327 Submitted by: gabor Notes: svn path=/head/; revision=178863
* - Respect X11BASE for QtRong-En Fan2006-12-041-1/+2
| | | | | | | | | | - Define USE_XLIB since it uses it when Qt support is enabled Thus, no need to pass X11BASE in CONFIGURE_ENV Reported by: pointyhat Notes: svn path=/head/; revision=178852
* update to 2.1.5Oliver Lehmann2006-12-042-4/+4
| | | | Notes: svn path=/head/; revision=178844
* Fix a would-be problem in an #ifdef-ed out section of the patch.Mikhail Teterin2006-12-041-3/+3
| | | | Notes: svn path=/head/; revision=178831
* Another round of improvements:Mikhail Teterin2006-12-042-34/+280
| | | | | | | | | | | | | * support read/write of files in the GD2-format (obtained from the vendor's version bundled with, but not installed by Graphviz); * add an optional argument to `gd create W H' -- if "true", the created image will be "TrueColor" Bump PORTREVISION again. Notes: svn path=/head/; revision=178812
* - Respect X11BASEMartin Wilke2006-12-031-1/+1
| | | | | | | | PR: ports/106158 Submitted by: trasz Notes: svn path=/head/; revision=178770
* Scale2x is real-time graphics effect able to increase the size of smallMartin Wilke2006-12-034-0/+40
| | | | | | | | | | | | | bitmaps guessing the missing pixels without interpolating pixels and blurring the images. WWW: http://scale2x.sourceforge.net/ PR: ports/106196 Submitted by: chinsan Notes: svn path=/head/; revision=178769
* - Respect X11BASEMartin Wilke2006-12-031-0/+4
| | | | | | | | PR: ports/106276 Submitted by: German Tischler <tanis@gaspode.franken.de> (maintainer) Notes: svn path=/head/; revision=178762
* - Update to 2.8.0Pav Lucistnik2006-12-036-90/+59
| | | | | | | | - Move to LOCALBASE - Add OPTIONS Notes: svn path=/head/; revision=178720
* libiptcdata is a library, written in C, for manipulating the InternationalPav Lucistnik2006-12-035-0/+78
| | | | | | | | | | | | | | Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata. The libiptcdata package also includes a command-line utility, iptc, for editing IPTC data in JPEG files. WWW: http://libiptcdata.sourceforge.net/ Notes: svn path=/head/; revision=178718
* - Respect X11BASERong-En Fan2006-12-031-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178710
* - Depend on x11-toolkits/p5-Gtk2-Ex-PodViewerAndrew Pantyukhin2006-12-031-0/+2
| | | | | | | - Bump portrevision Notes: svn path=/head/; revision=178702
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.Dmitry Sivachenko2006-12-034-4/+4
| | | | Notes: svn path=/head/; revision=178677
* Use the proper RCS keyword.Jean-Yves Lefort2006-12-032-2/+2
| | | | Notes: svn path=/head/; revision=178667
* - Revert the previous commitJose Alonso Cardenas Marquez2006-12-031-1/+1
| | | | | | | Suggested by: mezz Notes: svn path=/head/; revision=178655
* - Respect X11BASERong-En Fan2006-12-031-1/+5
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=178654
* - set PLUGIN on on all archsIon-Mihai Tetcu2006-12-032-12/+4
| | | | | | | | PR: ports/103433 Submitted by: Dmitry Marakasov (maintainer) Notes: svn path=/head/; revision=178653
* - Remove USE_X_PREFIXJose Alonso Cardenas Marquez2006-12-031-1/+1
| | | | | | | - Add USE_XLIB Notes: svn path=/head/; revision=178648
* - Fix plistAndrew Pantyukhin2006-12-032-5/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=178646
* - take maintainershipDirk Meyer2006-12-022-2/+2
| | | | Notes: svn path=/head/; revision=178620
* - IMLIB_CONFIG is defined in bsd.gnome.mkRong-En Fan2006-12-021-1/+0
| | | | Notes: svn path=/head/; revision=178619
* - Update to current snapshot (should fix compatiblity problems with the newStanislav Sedov2006-12-024-13/+38
| | | | | | | | | | gnome) - PREFIX-cleaness Approved by: mezz (maintainer, implicitly) Notes: svn path=/head/; revision=178613
* - Update 0.3.4Martin Wilke2006-12-013-15/+6
| | | | | | | | PR: ports/106145 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=178531
* Fix possible crash/DOS bug in JPEG kfile-info plugin.Michael Nottebrock2006-12-014-0/+270
| | | | | | | Security: http://www.kde.org/info/security/advisory-20061129-1.txt Notes: svn path=/head/; revision=178497
* Update to 2.0.5Frank J. Laszlo2006-12-012-8/+8
| | | | | | | | PR: ports/106142 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=178496
* - Unbreak on 5.X and above: fix compile with gcc34Pav Lucistnik2006-12-0120-12/+2324
| | | | | | | | PR: ports/106117 Submitted by: Peter Johnson <johnson.peter@gmail.com> Notes: svn path=/head/; revision=178445
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-016-26/+14
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* Expand the patch-gif to also support JPEG, XPM, XBM, and WBMP input asMikhail Teterin2006-12-013-13/+339
| | | | | | | | | well as JPEG, GIF, and WBMP output formats. Set WARNS=2. Clean-up the man-page. Bump Tcl-package's version and PORTREVISION. Notes: svn path=/head/; revision=178431
* Add USE_XLIB to fix other ports build when X11BASE is changed.Jeremy Messenger2006-11-301-0/+2
| | | | | | | | PR: ports/106082 Submitted by: rafan Notes: svn path=/head/; revision=178389
* - Respect X11BASEJose Alonso Cardenas Marquez2006-11-301-0/+1
| | | | Notes: svn path=/head/; revision=178382
* - Update to 20061105Jose Alonso Cardenas Marquez2006-11-309-424/+271
| | | | | | | - Remove crystalspace-devel obsolete patch files Notes: svn path=/head/; revision=178374
* - Respect X11BASERong-En Fan2006-11-301-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178372
* FT is a generic, native graph management system for GNUstep and Cocoa andDirk Meyer2006-11-306-0/+156
| | | | | | | | | | | | | is written in Objective-C. With FT you can persistently manage graphs consisting of nodes and edges. Each node may provide so-called services. Such a service may be e.g. a dictionary services, which all nodes provide at present. This service allows the storage of any data in a node and is based on keys which uniquely identify content within a dictionary. WWW: http://FortyTwo.sourceforge.net/index.html Notes: svn path=/head/; revision=178349
* - Respect X11BASERong-En Fan2006-11-301-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178328
* - Update to 2.0.3Martin Wilke2006-11-303-4/+46
| | | | | | | | PR: ports/105900 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) Notes: svn path=/head/; revision=178315
* - Update to 1.1.7Pav Lucistnik2006-11-2912-300/+12
| | | | | | | | PR: ports/106025 Submitted by: Nick Muerdter <spam@nickm.org> Notes: svn path=/head/; revision=178285
* - Update to 0.8.3Andrew Pantyukhin2006-11-292-9/+16
| | | | Notes: svn path=/head/; revision=178258
* - Add optionsStanislav Sedov2006-11-281-1/+24
| | | | | | | | | PR: ports/105183 Submitted by: Alex Kozlov<spam@rm-rf.kiev.ua> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=178191
* Update to 0.49.Anton Berezin2006-11-283-4/+6
| | | | Notes: svn path=/head/; revision=178165
* - Respect X11BASEMartin Wilke2006-11-271-5/+9
| | | | | | | | PR: ports/105894 Submitted by: trasz Notes: svn path=/head/; revision=178140
* - Respect X11BASEMartin Wilke2006-11-271-3/+29
| | | | | | | | PR: ports/105881 Submitted by: trasz Notes: svn path=/head/; revision=178110
* - Update to 0.613Martin Wilke2006-11-273-4/+5
| | | | | | | | PR: ports/105859 Submitted by: nivit@email.it (Nicola Vitale) (maintainer) Notes: svn path=/head/; revision=178106
* - update to 10.26.34Dirk Meyer2006-11-272-4/+4
| | | | Notes: svn path=/head/; revision=178102
* - Fix startup crash with non-english localesPav Lucistnik2006-11-272-1/+20
| | | | | | | | | PR: ports/105906 Reported by: girgen Obtained from: graphics/gimp port Notes: svn path=/head/; revision=178093
* - Update openthreads to 1.5Jean-Yves Lefort2006-11-2624-1989/+395
| | | | | | | | | | | | | - Update openproducer to 1.1 and move to LOCALBASE - Update osg to 1.2 and move to LOCALBASE - Take maintainerships PR: ports/105729 Submitted by: jylefort Approved by: maintainers Notes: svn path=/head/; revision=178041
* Update to 1.021Michael Johnson2006-11-262-4/+4
| | | | Notes: svn path=/head/; revision=178040
* - Update to 0.06Martin Wilke2006-11-242-4/+4
| | | | | | | | | PR: ports/105667 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=178006
* - Respect X11BASE.Alejandro Pulver2006-11-241-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=177967