aboutsummaryrefslogtreecommitdiff
path: root/graphics/simpleviewer
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-5/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* - update png to 1.5.10Dirk Meyer2012-06-012-3/+14
| | | | Notes: svn path=/head/; revision=297915
* - build with giflibDirk Meyer2012-02-181-3/+2
| | | | Notes: svn path=/head/; revision=291751
* Drop maintainership.Alexey Dokuchaev2011-12-161-1/+1
| | | | Notes: svn path=/head/; revision=287481
* Allow to exit by pressing `q' in addition to ESC. Don't bump PORTREVISIONAlexey Dokuchaev2011-05-211-2/+4
| | | | | | | as it is really a minor change. Notes: svn path=/head/; revision=274414
* Refine port description.Alexey Dokuchaev2011-04-111-5/+4
| | | | Notes: svn path=/head/; revision=272528
* Fix the build on recent FreeBSD versions.Alexey Dokuchaev2011-04-081-1/+5
| | | | | | | | Reported by: Sergey V. Dyatko Pointyhat to: danfe Notes: svn path=/head/; revision=272374
* Fix ESC button reaction.Alexey Dokuchaev2011-04-082-3/+6
| | | | Notes: svn path=/head/; revision=272367
* Add simpleviewer 1.7.1553.8560, small and simple OpenGL image viewerAlexey Dokuchaev2011-04-084-0/+146
with transparency support. Notes: svn path=/head/; revision=272365