aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 3.3, see changelog for details:Jeremy Messenger2006-07-053-11/+13
| | | | | | | http://comix.sourceforge.net/changelog.html Notes: svn path=/head/; revision=166948
* Upgrade from 0.5r1388 to 0.5r1402Vasil Dimov2006-07-042-4/+4
| | | | Notes: svn path=/head/; revision=166919
* - Update to 5.0.2.Stefan Walter2006-07-037-60/+36
| | | | | | | | | | | | - Slightly adjust CONFLICTS. - IGNORE only when PACKAGE_BUILDING. PR: 94036 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Approved by: arved (mentor) Notes: svn path=/head/; revision=166852
* Update to 0.15.0, see changelog for details:Jeremy Messenger2006-07-031-0/+1
| | | | | | | | | http://ruby-gnome2.sourceforge.jp/?News_20060701_1 I will add two new ports, ruby-poppler and ruby-vte, later in this week. Notes: svn path=/head/; revision=166791
* GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie'sAlejandro Pulver2006-07-038-0/+455
| | | | | | | | | | | | DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). WWW: http://grx.gnu.de/ Notes: svn path=/head/; revision=166789
* Fix dependency on x11-toolkits/gtkglext.Stefan Walter2006-07-022-2/+2
| | | | | | | | | | PR: 99634 Submitted by: Remy Oudompheng <oudomphe@clipper.ens.fr> Patch by: maintainer Approved by: arved (mentor) Notes: svn path=/head/; revision=166767
* - Update to 3.0Aaron Dalton2006-07-013-9/+18
| | | | | | | | | PR: ports/99025 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=166716
* - update to 1.10Yen-Ming Lee2006-07-012-4/+4
| | | | Notes: svn path=/head/; revision=166710
* Fix build with custom CFLAGS not terminated by a space.Eric Anholt2006-06-291-1/+1
| | | | | | | | PR: ports/99495 Submitted by: Artem Naluzhny <tut@nhamon.com.ua> Notes: svn path=/head/; revision=166599
* Stop trying to do something with a local copy of libdrm, and depend on theEric Anholt2006-06-291-6/+2
| | | | | | | system's. Notes: svn path=/head/; revision=166598