summaryrefslogtreecommitdiff
path: root/graphics/EZWGL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Update to version 1.40c.Steve Price1999-02-224-52/+69
| | | | | | | | PR: 10073 Submitted by: maintainer Notes: svn path=/head/; revision=16844
* Update to version 1.40.Steve Price1999-01-024-493/+635
| | | | | | | | PR: 9216 Submitted by: maintainer Notes: svn path=/head/; revision=15783
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* 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.) Notes: svn path=/head/; revision=14465
* Convert to ELF.Steve Price1998-10-052-5/+13
| | | | Notes: svn path=/head/; revision=13641
* Unspam---Remove test target that accidentally slipped in.Tim Vanderhoek1998-09-191-4/+1
| | | | Notes: svn path=/head/; revision=13233
* Use files/manpages and MLINKS.Tim Vanderhoek1998-09-193-465/+550
| | | | Notes: svn path=/head/; revision=13231
* 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.) Notes: svn path=/head/; revision=13147
* 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. Notes: svn path=/head/; revision=12620
* Make this re-install friendly.Steve Price1998-08-092-14/+7
| | | | Notes: svn path=/head/; revision=12383
* 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. Notes: svn path=/head/; revision=12289
* 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> Notes: svn path=/head/; revision=12268
* Make this port be installable twice.Satoshi Asami1998-07-271-5/+5
| | | | Notes: svn path=/head/; revision=12170
* Update to version 1.39.Steve Price1998-07-273-1015/+1176
| | | | | | | | PR: 7374 Submitted by: maintainer Notes: svn path=/head/; revision=12150
* 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 : Notes: svn path=/head/; revision=12077
* 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> Notes: svn path=/head/; revision=11061