aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to latest version.Vanilla I. Shu2006-07-244-8/+8
| | | | Notes: svn path=/head/; revision=168651
* - The big change on ports of freepascal, now all ports are compiledJose Alonso Cardenas Marquez2006-07-2418-18/+381
| | | | | | | | | - Adding entry for lang/fpc-utils Approved by: garga (mentor) Notes: svn path=/head/; revision=168609
* Add p5-Image-Compare 0.2, compare two images in a variety of ways.Cheng-Lung Sung2006-07-235-0/+47
| | | | | | | | PR: ports/100739 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168562
* - Update to 8.25Andrew Pantyukhin2006-07-232-6/+6
| | | | Notes: svn path=/head/; revision=168546
* Upgrade to 1.2.12Andrey A. Chernov2006-07-234-22/+24
| | | | Notes: svn path=/head/; revision=168537
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-239-9/+9
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Fix build on sparc64Michael Johnson2006-07-222-4/+20
| | | | | | | | | PR: 99897 Submitted by: ahze (me) Approved by: maintainer (14 days timeout) Notes: svn path=/head/; revision=168504
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-2221-21/+21
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* - Use modules directory instead of authorsRong-En Fan2006-07-211-1/+1
| | | | Notes: svn path=/head/; revision=168408
* Remove WWW, project page disappeared.Emanuel Haupt2006-07-211-1/+0
| | | | Notes: svn path=/head/; revision=168359
* Unbreak pkg-plist.Bruce M Simpson2006-07-202-146/+142
| | | | Notes: svn path=/head/; revision=168324
* Upgrade to CImg-1.1.5.Thierry Thomas2006-07-193-10/+10
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?group_id=96492&release_id=433160> Notes: svn path=/head/; revision=168238
* - Change shared library version in LIB_DEPENDS to match current version ofAlejandro Pulver2006-07-191-1/+1
| | | | | | | | | | x11-toolkits/gtkglext. Reported by: linimon Approved by: maintainer Notes: svn path=/head/; revision=168194
* - Change LIB_DEPENDS to match the new x11-toolkits/gtkglextmm port version.Alejandro Pulver2006-07-181-2/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=168171
* - Fix x11-toolkits/gtkglext dependency in LIB_DEPENDS (1.0.2 -> 1.0.0), whichAlejandro Pulver2006-07-184-6/+4
| | | | | | | | | has changed since the last update. Reported by: linimon Notes: svn path=/head/; revision=168159
* Upgrade graphics/xaralx from 0.5r1175 to 0.6r1441 andVasil Dimov2006-07-187-80/+20
| | | | | | | graphics/xaralx-devel from 0.5r1402 to 0.6r1460 Notes: svn path=/head/; revision=168137
* - Fix building (missing ':' in LIB_DEPENDS).Alejandro Pulver2006-07-171-3/+1
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=168099
* Reset maintainer due to bouncing email address.Mark Linimon2006-07-173-3/+3
| | | | Notes: svn path=/head/; revision=168046
* Mark broken: fails to install.Mark Linimon2006-07-162-0/+4
| | | | Notes: svn path=/head/; revision=168006
* Mark broken: fails to compile.Mark Linimon2006-07-161-0/+2
| | | | Notes: svn path=/head/; revision=168005
* Mark a broken on 5.x: internal gcc error.Mark Linimon2006-07-161-0/+4
| | | | Notes: svn path=/head/; revision=168002
* - Fix for older perl.Erwin Lansing2006-07-162-7/+8
| | | | | | | | | | - Use dirrmtry PR: 100391 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=167994
* - update to 1.22Cheng-Lung Sung2006-07-162-4/+4
| | | | Notes: svn path=/head/; revision=167983
* Mark broken on ia64.Mark Linimon2006-07-151-1/+7
| | | | Notes: svn path=/head/; revision=167919
* Add p5-SVG-DOM2 1.00, SVG extention to the popular XML::DOM2.Cheng-Lung Sung2006-07-155-0/+75
| | | | | | | | PR: ports/100250 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167860
* Upgrade to latest version.Vanilla I. Shu2006-07-152-4/+4
| | | | | | | | PR: ports/100237 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=167846
* Upgrade to latest version.Vanilla I. Shu2006-07-152-5/+5
| | | | | | | | PR: ports/100235 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=167843
* With 24/32-bit xwd files, xv swaps the red and blue channels. With 16-bit xwdEmanuel Haupt2006-07-142-1/+172
| | | | | | | | | | | | | | | | | | | | | | files, the image is very dark green (almost black). Both problems are caused by hard-coding the channel order and offsets, rather than using the colour masks in the xwd header. xv reads the input into a 24-bit internal image, which is then displayed. The lack of brightness in the 16-bit display is because the colour values are copied into the low-order bits of the internal pixmap rather than the high order bits. The green hue is because the green channel has 6 bits, whereas red and blue only have 5 bits, making the green twice as (relatively) bright. The new patch solves that problem. PR: 96971 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: Miguel Mendez <mmendez@gmail.com> (maintainer) Notes: svn path=/head/; revision=167797
* Note dependency breakage.Mark Linimon2006-07-141-0/+2
| | | | Notes: svn path=/head/; revision=167757
* Really fix breakage from aborted commit.Ion-Mihai Tetcu2006-07-121-3/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=167606
* Upgrade from 2.2.10 to 2.2.11.Mikhail Teterin2006-07-123-26/+21
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=167595
* gtkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 toIon-Mihai Tetcu2006-07-121-1/+1
| | | | | | | | | | libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS. PR: ports/100129 Submitted by: maintainer Notes: svn path=/head/; revision=167551
* tkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 toIon-Mihai Tetcu2006-07-121-1/+1
| | | | | | | | | | libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS PR: ports/100130 Submitted by: maintainer Notes: svn path=/head/; revision=167549
* Finish previous interrupted commit.Ion-Mihai Tetcu2006-07-111-0/+1
| | | | | | | | | | Update to 1.1.5 PR: ports/100105 Submitted by: maintainer Notes: svn path=/head/; revision=167534
* - Update to 1.1.5Ion-Mihai Tetcu2006-07-114-9/+14
| | | | | | | | PR: ports/100105 Submitted by: maintainer Notes: svn path=/head/; revision=167533
* Add MODULE_ARCH to PLIST_SUB, and make portlint happy.Vanilla I. Shu2006-07-113-62/+69
| | | | | | | Submitted by: ssedov at mbsd.msk.ru Notes: svn path=/head/; revision=167443
* Really fix the build by depending on docbook-xsl, and using the installedJoe Marcus Clarke2006-07-101-1/+5
| | | | | | | docbook stylesheet rather than fetching it via HTTP. Notes: svn path=/head/; revision=167329
* Add a BUILD_DEPENDS on Python.Joe Marcus Clarke2006-07-101-0/+1
| | | | Notes: svn path=/head/; revision=167321
* Add a missing dependency on lcms.Joe Marcus Clarke2006-07-101-1/+3
| | | | Notes: svn path=/head/; revision=167320
* Make the cairo output backend optional (defaults to enabled). Turning thisJoe Marcus Clarke2006-07-101-0/+7
| | | | | | | | | | off can help performance when rendering certain PDF documents, especially those that contain Type 3 fonts. Reported by: Veiko Palge <veiko.palge@gmail.com> Notes: svn path=/head/; revision=167317
* 1. Upgrade linux infrostructure ports from FC3 to FC4.Boris Samorodov2006-07-0933-165/+177
| | | | | | | | | | 2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=167304
* Update to 2.5Erwin Lansing2006-07-092-4/+4
| | | | Notes: svn path=/head/; revision=167260
* Unbreak for sparc64Maho Nakata2006-07-082-5/+1
| | | | | | | | PR: 99905 Submitted by: ahze Notes: svn path=/head/; revision=167189
* JDraw is a pixel oriented graphics editor designed especially for smallIon-Mihai Tetcu2006-07-066-0/+69
| | | | | | | | | | | | | | to medium-sized pictures used to decorate web pages. It is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs. Author: jdomain@users.sourceforge.net WWW: http://www.j-domain.de/homepage.php?page=20 PR: ports/95895 Submitted by: Nicola Vitale <nivit at email.it> Notes: svn path=/head/; revision=167069
* ePDFView is a free lightweight PDF document viewer using Poppler and GTK+Ion-Mihai Tetcu2006-07-065-0/+77
| | | | | | | | | | | | | | | libraries. The aim of ePDFView is to make a simple PDF document viewer, in the lines of Evince but without using the Gnome libraries. WWW: http://www.emma-soft.com/projects/epdfview/ PR: ports/99843 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=167064
* Add gl support.Vanilla I. Shu2006-07-062-2/+20
| | | | | | | Submitted by: Volodymyr Kostyrko <arcade at synergetica.dn.ua> Notes: svn path=/head/; revision=167061
* Update to 0.2.8Tilman Keskinoz2006-07-065-50/+40
| | | | | | | | PR: 99816 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=167057
* Upgrade to latest version.Vanilla I. Shu2006-07-052-4/+4
| | | | | | | | PR: ports/99774 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=166964
* Upgrade to latest version.Vanilla I. Shu2006-07-052-11/+5
| | | | | | | | PR: ports/99771 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=166962
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956