aboutsummaryrefslogtreecommitdiff
path: root/science/medit
Commit message (Collapse)AuthorAgeFilesLines
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-0/+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
* Upgrade to 2011.03.06.Thierry Thomas2011-03-072-6/+5
| | | | Notes: svn path=/head/; revision=270469
* Upgrade to 2010.06.14, aka 3.0a.Thierry Thomas2010-10-176-98/+48
| | | | | | | We are now allowed by the author to distribute the sources. Notes: svn path=/head/; revision=263151
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-4/+2
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-2/+0
| | | | Notes: svn path=/head/; revision=200778
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add a spac64 binary, built by shaun.Thierry Thomas2006-09-272-2/+5
| | | | Notes: svn path=/head/; revision=173998
* Update location.Thierry Thomas2006-09-261-2/+2
| | | | | | | Submitted by: Pascal Frey <frey (at) ann.jussieu.fr> (author) Notes: svn path=/head/; revision=173916
* Add binaries (not tested) for amd64 (built by vd) and ia64 (built withThierry Thomas2006-09-262-2/+16
| | | | | | | help from marcel). Notes: svn path=/head/; revision=173855
* Medit is an interactive mesh visualization software, developed by the GammaThierry Thomas2006-09-245-0/+144
project at INRIA-Rocquencourt. It is intended to display computation results (in mechanics of the solids or fluids, thermics, electromagnetism, etc.) on grids 2d (triangles and quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and quandrangles). Notes: svn path=/head/; revision=173750