aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* - Fix permissions handling under ${DATADIR}Martin Wilke2008-02-101-0/+5
| | | | | | | | | | - Bump PORTREVISION PR: 120327 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=206991
* Mark BROKEN: does not fetchErwin Lansing2008-02-091-0/+1
| | | | Notes: svn path=/head/; revision=206971
* Update to 2.4.4.Joe Marcus Clarke2008-02-094-6/+6
| | | | Notes: svn path=/head/; revision=206958
* graphics/xaralx, graphics/xaralx-devel:Vasil Dimov2008-02-093-8/+35
| | | | | | | | | | | Get rid of the dlmalloc dependency on a recent FreeBSD versions (>= 700036) since they provide malloc_usable_size(). PR: ports/120058 (with some modifications) Submitted by: Dave Grochowski <malus.x@gmail.com> Notes: svn path=/head/; revision=206940
* Update to 0.6.4.Joe Marcus Clarke2008-02-062-4/+4
| | | | Notes: svn path=/head/; revision=206777
* Update to 0.2.0.Joe Marcus Clarke2008-02-063-4/+94
| | | | Notes: svn path=/head/; revision=206776
* Chase a huge silent update: mostly style, and remove a lot of referenceThierry Thomas2008-02-053-1514/+6
| | | | | | | | | | | | docs. Full diff available at <http://people.freebsd.org/~thierry/ports/CImg-1.2.7_080123_080125.diff.bz2> Reported by: Romain Tartiere <romain (at) blogreen.org> Notes: svn path=/head/; revision=206772
* - Fix MakefileBeech Rintoul2008-02-021-2/+0
| | | | | | | | | PR: ports/120218 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reported by: pointyhat via edwin Notes: svn path=/head/; revision=206647
* - Update to 1.1.1Martin Wilke2008-02-024-6/+9
| | | | | | | | PR: 120203 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=206635
* - Update to 0.9.21Andrew Pantyukhin2008-02-023-4/+5
| | | | Notes: svn path=/head/; revision=206627
* - Update to 0.22Beech Rintoul2008-02-013-598/+604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Features: o native OpenEXR Half sample type substitutes the older RnH 16-bit float o load/save multilayerd OpenEXR files like from Blender o load/save 16-bit Half Tiff's o precise drawing with tablet o hardware speedup in gamma-expose and Brightness/Contrast Adjustments o dynamic colour visualisation in ICC Examin plug-in o UTF-8 support through Gtk2 o UFRaw plug-in ready o CMS defaults to Oyranos as of 0.22-1: o Tango icons for toolbox only o Retinex plug-in Bugfixes: o missing stdio.h include for printf in fl_i18n_cinepaint.cxx o --pedantic is omitted in openexr directory for --enable-debug configure option o patch to link in GTK libs o all other see Change Log PR: ports/114490 Submitted by: David Yeske <dyeske@gmail.com> Notes: svn path=/head/; revision=206609
* Mark as broken on sparc64-7: fails to compile.Mark Linimon2008-02-011-1/+9
| | | | Notes: svn path=/head/; revision=206575
* Mark broken on sparc64: does not compile.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206574
* Mark broken on sparc64: fails to compile.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206573
* Mark as broken on sparc64: fails to link.Mark Linimon2008-02-012-0/+8
| | | | Notes: svn path=/head/; revision=206571
* Mark as broken on sparc64: does not compile.Mark Linimon2008-02-011-1/+7
| | | | Notes: svn path=/head/; revision=206570
* Update to 2.3.20.Jeremy Messenger2008-02-013-22/+4
| | | | Notes: svn path=/head/; revision=206538
* fix DevIL support and other thingsOliver Lehmann2008-01-312-27/+38
| | | | | | | | | | bump PORTREVISION PR: 120178 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=206526
* - Mark BROKEN: does not compile on amd64 with GCC 4.2Pav Lucistnik2008-01-301-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206478
* - Mark BROKEN on amd64 and ia64 with gcc 4.2Pav Lucistnik2008-01-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206470
* - Mark BROKEN: does not compile on amd64 with gcc 4.2Pav Lucistnik2008-01-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=206467
* - Fix INDEXRong-En Fan2008-01-281-1/+1
| | | | Notes: svn path=/head/; revision=206318
* - Disable OCTAVE by default as it's broken (on octave-forge side)Rong-En Fan2008-01-282-63/+168
| | | | | | | | | | | - Add more OPTIONS: PPM, EXR, TIFF, QT, IM, GL PR: ports/118389 Submitted by: Iouri V. Ivliev <ii at any.com.ru> Approved by: Daniel O'Connor <darius at dons.net.au> (maintainer) Notes: svn path=/head/; revision=206314
* - update to 10.26.49Dirk Meyer2008-01-282-4/+4
| | | | Notes: svn path=/head/; revision=206301
* When WARNS is set in a Makefile even to 1, the flag ``-Wsystem-headers''Mikhail Teterin2008-01-261-0/+4
| | | | | | | | | | | | | | | | | | | | | is added to the list of compiler's warning-flags. This triggers a warning like: /usr/include/c++/4.2/bits/basic_ios.h:156: warning: empty body in an if-statement in g++42. When this compiler is used, where NO_WERROR is set, the port fails to build, as warnings are treated as errors. This, pretty much, means, that NO C++ code can currently be compiled with WARNS set to anything on FreeBSD. Work-around the deficiency for now by removing the ``-Wsystem-headers'' from CXXFLAGS after including bsd.lib.mk. This fixes graphics/libfpx on 8.x as well as allows the port to be built by gcc-4.2 on 6.x and 5.x. Continuously reminded of by: pav Notes: svn path=/head/; revision=206269
* - Fix PORTVERSION to 2.1.p12 on the last commit.Marcelo Araujo2008-01-261-2/+2
| | | | | | | | Approved by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer, implicit) stas (mentor, implicit) Notes: svn path=/head/; revision=206241
* - OPTIONify dependenciesThomas Abthorpe2008-01-261-6/+17
| | | | | | | | | | | | - While I am here, use SF macro PR: ports/117805 Submitted by: Roland Smith <rsmith xs4all.nl> Reviewed by: miwi Sponsored by: FreeBSD Bug-a-thon #3 Notes: svn path=/head/; revision=206240
* - Update to 2.1pre12.Marcelo Araujo2008-01-262-25/+16
| | | | | | | | | | | - Pass maintainership to submitter. PR: ports/119958 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=206238
* Mark BROKEN: does not buildErwin Lansing2008-01-261-0/+2
| | | | Notes: svn path=/head/; revision=206234
* A Perl implementation of the reCAPTCHA API.Chin-San Huang2008-01-265-0/+47
| | | | | | | | | | | | | | | | 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
* Fix pkg-plist.Vanilla I. Shu2008-01-261-0/+2
| | | | | | | Submitted by: pav@ Notes: svn path=/head/; revision=206214
* Upgrade to 0.2.Vanilla I. Shu2008-01-252-5/+5
| | | | Notes: svn path=/head/; revision=206156
* Upgrade to 2.0.0.Vanilla I. Shu2008-01-252-6/+6
| | | | | | | Approved by: ijliao@ Notes: svn path=/head/; revision=206155
* Upgrade to 1.2.7.Thierry Thomas2008-01-244-9/+1520
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=570813>. Notes: svn path=/head/; revision=206147
* - Update to 0.9.20Andrew Pantyukhin2008-01-243-13/+15
| | | | Notes: svn path=/head/; revision=206116
* Adopt graphics/enblend.Vasil Dimov2008-01-221-1/+1
| | | | Notes: svn path=/head/; revision=206021
* Hugin does not work with wxgtk 2.8. It crashes at startup, after displayingVasil Dimov2008-01-221-1/+2
| | | | | | | | | the startup tip. This has been reported in ports/118190 and ports/119866. So limit the WX dependency to 2.6 only. Notes: svn path=/head/; revision=206020
* Update to 1.4.14.Joe Marcus Clarke2008-01-223-15/+4
| | | | Notes: svn path=/head/; revision=206012
* - Fix crash when parsing shadersMartin Wilke2008-01-212-0/+25
| | | | | | | | PR: 119559 Submitted by: Pietro Cerutti <gahr@gahr.ch> Notes: svn path=/head/; revision=205983
* Update to 2.20.0.Joe Marcus Clarke2008-01-192-5/+4
| | | | Notes: svn path=/head/; revision=205853
* * Upgrade graphics/hugin from 0.6.1 to 0.7.b4Vasil Dimov2008-01-197-93/+79
| | | | | | | | | | | | * Update libpano dependency to libpano13 * Add OPTIONS to depend on enblend, autopano-sift and ptstitcher * Update automake dependency to 1.10 * Get rid of the autotools hack in pre-configure:, not necessary anymore * Sync pkg-plist * Sync the patches in files/ Notes: svn path=/head/; revision=205823
* Turn off self-test for sparc64. This was the way that sparc64-6.3R packagesMark Linimon2008-01-181-2/+4
| | | | | | | | | were built. Hat: portmgr Notes: svn path=/head/; revision=205814
* Workaround for sparc64-6: set USE_GCC=4.2+.Mark Linimon2008-01-181-0/+4
| | | | | | | | | The packages for 6.3R on sparc64 were actually built using this. Hat: portmgr Notes: svn path=/head/; revision=205813
* - seperate patches for STABLE and DEVELDirk Meyer2008-01-1712-10/+219
| | | | Notes: svn path=/head/; revision=205744
* libAfterImage depends silently on librsvg2 if it is installed: recordThierry Thomas2008-01-161-0/+3
| | | | | | | | | this dependency and bump PORTREVISION. Thanks to: a report from John Stalbaum Notes: svn path=/head/; revision=205731
* - Update to 2.11Cheng-Lung Sung2008-01-152-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/Graphics-ColorNames/Changes Notes: svn path=/head/; revision=205682
* - update to 2.16.1Dirk Meyer2008-01-144-4/+156
| | | | Notes: svn path=/head/; revision=205646
* - update to 10.26.48Dirk Meyer2008-01-133-8/+8
| | | | Notes: svn path=/head/; revision=205596
* Spiro is the creation of Raph Levien. It simplifies the drawing of beautifulMartin Wilke2008-01-125-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 4.6.0Martin Wilke2008-01-123-13/+14
| | | | | | | | | | | - Update datum grid files to proj-datumgrid-1.3 - Pass maintainership to submitter PR: 119362 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=205502