aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update from 0.4r762 to 0.4r790Vasil Dimov2006-04-103-54/+15
| | | | Notes: svn path=/head/; revision=159267
* GLText is a portable font rendering library for C++ OpenGL applications. ItPav Lucistnik2006-04-095-0/+108
| | | | | | | | | | | | | | | | | | | | | | uses FreeType2 to read and render high-quality TrueType fonts with a minimal footprint. With just a few easy lines of C++, you can add gorgeously rendered text to your graphical applications. GLText is an open source project licensed under the LGPL. Basically this means that you can use and link your application with it regardless of what license your application uses. If you make changes to GLText, however, you must make those changes open source under the LGPL. Written with portablility in mind, GLText works on Windows, Linux, FreeBSD and IRIX - virtually anywhere that FreeType2 supports. WWW: http://gltext.sourceforge.net PR: ports/93617 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=159225
* - Update to 0.03Michael Johnson2006-04-093-5/+4
| | | | | | | Spotted by: portscout Notes: svn path=/head/; revision=159222
* - Update to 1.0b6Michael Johnson2006-04-092-5/+6
| | | | | | | Spotted by: portscout Notes: svn path=/head/; revision=159219
* Fall back to swig 1.1, something has broken with swig 1.3Volker Stolz2006-04-091-2/+2
| | | | Notes: svn path=/head/; revision=159213
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-095-5/+5
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=159200
* Redact is an Edje compiler written in Ruby.Pav Lucistnik2006-04-085-0/+52
| | | | | | | | | | | | | | | | | | | Unlike the official Edje compiler, edje_cc, Redact doesn't read EDC code - it reads Ruby code instead. This means that Redact will allow you to write Edjes in a full-blown programming language. So why is this a good thing? With edje_cc, the only way to automate the creation of parts and/or programs is to use CPP macros, which are very limited feature-wise and hard to debug. WWW: http://code-monkey.de/pages/redact PR: ports/95498 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=159172
* - update to 3.8.2Dirk Meyer2006-04-083-5/+5
| | | | Notes: svn path=/head/; revision=159155
* - use @dirrmtry on optionla dirs tooDirk Meyer2006-04-081-0/+3
| | | | Notes: svn path=/head/; revision=159153
* - Update to 0.5.7Marcus Alves Grando2006-04-082-4/+4
| | | | | | | | PR: 95504 Submitted by: maintainer Notes: svn path=/head/; revision=159137
* - use @dirrmtryDirk Meyer2006-04-084-8/+5
| | | | Notes: svn path=/head/; revision=159131
* Update to 2.0.1, adding new hardware interfaces.Eric Anholt2006-04-082-4/+4
| | | | Notes: svn path=/head/; revision=159107
* Update to 0.6.0.Joe Marcus Clarke2006-04-083-9/+12
| | | | Notes: svn path=/head/; revision=159100
* Fix package build: Make installation from port and package equivalent again.Volker Stolz2006-04-072-3/+4
| | | | | | | | | The package was missing the default dll.conf which also caused build failures further down the stream, eg. in graphics/hpoj. Bump PORTREV accordingly. Fix some grammar while here. Notes: svn path=/head/; revision=159054
* Update MASTER_SITESEmanuel Haupt2006-04-071-1/+3
| | | | | | | Notified by: fenner's distfile survey Notes: svn path=/head/; revision=159036
* Problem Report ports/95395 : [PATCH] graphics/gliv: fix pkg-plistEdwin Groothuis2006-04-072-0/+2
| | | | | | | | | | | - fix pkg-plist - add USE_GETTEXT to clean up portlint a bit PR: ports/95395 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=159016
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.Jean Milanez Melo2006-04-051-1/+1
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=158897
* - Security fixes.Marcus Alves Grando2006-04-052-2/+206
| | | | | | | | | | - Bump PORTREVISION Approved by: gnome (marcus) Security: VuXML b5fc63ad-c4c3-11da-9699-00123ffe8333 Notes: svn path=/head/; revision=158872
* Update port descriptions to reflect the fact that GDAL can also be usedSam Lawrance2006-04-052-12/+12
| | | | | | | | | | | | for vector data (and not just raster). Update WWW. Remove USE_REINPLACE. PR: ports/93852 Submitted by: Laurent Courty <lrntct@gmail.com> Notes: svn path=/head/; revision=158845
* Update to 3.0, see changelog for details:Jeremy Messenger2006-04-053-5/+8
| | | | | | | http://comix.sourceforge.net/changelog.html Notes: svn path=/head/; revision=158832
* - Fix mastersite.Jean Milanez Melo2006-04-051-5/+2
| | | | | | | | PR: ports/91058 Approved by: Miguel Mendez (maintainer), mnag (mentor) Notes: svn path=/head/; revision=158825
* Add new port XaraLX - a top-tier vector and general purpose graphics programVasil Dimov2006-04-0410-0/+254
| | | | | | | | | | | This is an old commercial Windows software which recently got Open Source'd under GPL. The open source/unix version is still in development and has a lot of unimplemented features but it shows a great potential. Notes: svn path=/head/; revision=158773
* - Update to version 2.0.0Markus Brueffer2006-04-036-63/+35
| | | | | | | | | | | - remove runtime dependency to graphics/barcode as kbarcode supports several backends and has a runtime detection with advice for the user PR: ports/95112 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=158725
* Add php-magickwand 0.1.8, a PHP extension to manipulate images.Alex Dupre2006-04-034-0/+34
| | | | | | | | | | If you have problems with the outdated pecl-imagick extension, try this one. PR: ports/91335 Submitted by: mark burdett <mark@goodstorm.com> Notes: svn path=/head/; revision=158701
* Add kudu.Jean-Yves Lefort2006-04-035-0/+67
| | | | | | | | | | | | | | Kudu is a GTK+ and OpenGL powered animation package, which relies mostly on skeletal animation and has an interface loosely based on the style of Wings3D. WWW: http://kudu.sourceforge.net/ PR: ports/95237 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=158688
* Fix pkg-plist.Vanilla I. Shu2006-04-031-0/+1
| | | | | | | Submitted by: kris@ Notes: svn path=/head/; revision=158677
* BROKEN: Does not compileKris Kennaway2006-04-021-0/+2
| | | | Notes: svn path=/head/; revision=158674
* - Update to 1.0.1Pav Lucistnik2006-04-023-21/+13
| | | | | | | | PR: ports/95229 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=158649
* - Update to 8.11Pav Lucistnik2006-04-022-4/+4
| | | | | | | | PR: ports/95207 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer) Notes: svn path=/head/; revision=158619
* Cuttlefish produces animated GIFs that reveal the interplayPav Lucistnik2006-04-025-0/+89
| | | | | | | | | | | | | | | | | between the diurnal and geographical patterns of displayed data. By showing how the Sun's shadow covers the world map, cuttlefish yields a direct feeling for the time of day at a given geographic region, while moving graphs illustrate the relationship between local time and the visualized events. WWW: http://www.caida.org/tools/visualization/cuttlefish/ PR: ports/94887 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=158611
* Upgrade to 0.3.0.007.Vanilla I. Shu2006-04-013-4/+6
| | | | Notes: svn path=/head/; revision=158573
* Upgrade to 0.9.0.007.Vanilla I. Shu2006-04-014-8/+8
| | | | Notes: svn path=/head/; revision=158572
* Upgrade to 0.5.0.026.Vanilla I. Shu2006-04-012-4/+4
| | | | Notes: svn path=/head/; revision=158571
* Upgrade to 0.9.9.026.Vanilla I. Shu2006-04-012-4/+4
| | | | Notes: svn path=/head/; revision=158570
* Upgrade to 1.2.2.001.Vanilla I. Shu2006-04-014-8/+8
| | | | Notes: svn path=/head/; revision=158566
* - Update to 8.10Pav Lucistnik2006-04-012-4/+4
| | | | | | | | PR: ports/95144 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer) Notes: svn path=/head/; revision=158560
* Fix build error if firefox is installed.Norikatsu Shigemura2006-04-012-0/+2
| | | | | | | | | Approved by: maintainer address bounced <<< 550 Access from ip address XXX.XXX.XXX.XXX blocked. Visit http://win.mail.ru/cgi-bin/support_bl?ip=XXX.XXX.XXX.XXX 550 5.1.1 <amdmi3@mail.ru>... User unknown Notes: svn path=/head/; revision=158558
* Fix build on gcc 4.1.Norikatsu Shigemura2006-04-011-0/+11
| | | | | | | | PR: ports/95136 Submitted by: Ron MacNeil <macro@hotmail.com> Notes: svn path=/head/; revision=158540
* portlint:Jeremy Messenger2006-03-312-2/+0
| | | | | | | -Remove USE_REINPLACE. Notes: svn path=/head/; revision=158502
* portlint:Jeremy Messenger2006-03-311-1/+1
| | | | | | | | -Remove USE_REINPLACE. -Add USE_GETTEXT. Notes: svn path=/head/; revision=158501
* Upgrade to CImg-1-13.Thierry Thomas2006-03-314-25/+22
| | | | Notes: svn path=/head/; revision=158488
* upgrade to 3.44Ying-Chieh Liao2006-03-315-20/+31
| | | | | | | | PR: 95114 Submitted by: Ports Fury Notes: svn path=/head/; revision=158449
* Fix build with newer libexifYing-Chieh Liao2006-03-312-1/+21
| | | | | | | | PR: 95113 Submitted by: Ports Fury Notes: svn path=/head/; revision=158448
* upgrade to 1.9.5Ying-Chieh Liao2006-03-314-10/+36
| | | | | | | | PR: 95111 Submitted by: Ports Fury Notes: svn path=/head/; revision=158447
* - update to 1.20Cheng-Lung Sung2006-03-312-4/+5
| | | | | | | - (also) fix unfetchable Notes: svn path=/head/; revision=158436
* Update to KDE 3.5.2Michael Nottebrock2006-03-3022-191/+31
| | | | Notes: svn path=/head/; revision=158431
* - update to 1.08Yen-Ming Lee2006-03-302-4/+5
| | | | Notes: svn path=/head/; revision=158424
* Add forgotten Makefile.man.Anton Berezin2006-03-301-0/+36
| | | | | | | Noticed by: FreshPorts Sanity Daemon Notes: svn path=/head/; revision=158419
* Update to 0.50. Require perl from ports. Add an explicit dependencyAnton Berezin2006-03-303-36/+72
| | | | | | | upon libungif. Assign maintainership to lars@balker.dk. Notes: svn path=/head/; revision=158418
* - Update to 2.1.99Pav Lucistnik2006-03-293-5/+10
| | | | | | | | PR: ports/94430 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=158368