summaryrefslogtreecommitdiff
path: root/graphics/EZWGL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.40c.Steve Price1999-02-224-52/+69
| | | | | PR: 10073 Submitted by: maintainer
* Update to version 1.40.Steve Price1999-01-024-493/+635
| | | | | PR: 9216 Submitted by: maintainer
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-8/+10
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Convert to ELF.Steve Price1998-10-052-5/+13
|
* Unspam---Remove test target that accidentally slipped in.Tim Vanderhoek1998-09-191-4/+1
|
* Use files/manpages and MLINKS.Tim Vanderhoek1998-09-193-465/+550
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-292/+0
| | | | too many, so I'll remove half of them.
* Make this re-install friendly.Steve Price1998-08-092-14/+7
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Add post-install target to run ldconfig -m.Matthew Hunt1998-08-041-1/+3
| | | | | PR: 7484 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Make this port be installable twice.Satoshi Asami1998-07-271-5/+5
|
* Update to version 1.39.Steve Price1998-07-273-1015/+1176
| | | | | PR: 7374 Submitted by: maintainer
* This port is not reinstall-friendly. I tried changing someSatoshi Asami1998-07-231-1/+3
| | | | | | | | | | | | | "ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt. ===> Installing for EZWGL-1.38 ===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists tar: Could not create symlink to EZ_ClearListBox.html : File exists tar: Could not create symlink to EZ_DefineLightSrc.html : File exists tar: Could not create symlink to EZ_DefineMaterial.html : File exists tar: Could not create symlink to EZ_CMove3f.html : File exists :
* New port EZWGL. The EZ Widget and Graphics Library implementsThomas Gellekum1998-05-195-0/+1658
about 100 OpenGL-like functions for high-level 3D graphics programming. PR: 6532 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>