summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5Ade Lovett2000-09-056-4/+30
| | | | Notes: svn path=/head/; revision=32316
* Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).Maxim Sobolev2000-09-051-1/+7
| | | | | | | Submitted by: Jon Mansey <jon@interpacket.net> Notes: svn path=/head/; revision=32303
* Update to version 20000817.Steve Price2000-09-055-3/+16
| | | | | | | | PR: 20733 Submitted by: maintainer Notes: svn path=/head/; revision=32289
* - Support MAKE properlySteve Price2000-09-052-8/+9
| | | | | | | | | | - Change location of data files from libdata/ to share/ PR: 20754 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32287
* - Fix MASTER_SITES.Steve Price2000-09-051-2/+1
| | | | | | | | PR: 20854 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32279
* Update to version 4.1.38.Steve Price2000-09-055-10/+46
| | | | | | | | PR: 20868 Submitted by: maintainer Notes: svn path=/head/; revision=32277
* Make user interaction a runtime switch instead of a compiletime option.Steve Price2000-09-054-40/+74
| | | | | | | | PR: 20956 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=32273
* Update to version 9.8.Steve Price2000-09-0513-66/+186
| | | | | | | | PR: 21035 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32261
* Support PREFIX properly. Also split patches one file per.Steve Price2000-09-056-0/+115
| | | | | | | | PR: 21036 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32260
* Bring this up to version 0.91.Chuck Robey2000-09-044-38/+72
| | | | | | | Submitted by: mikko@dynas.se Notes: svn path=/head/; revision=32249
* Several clenups:Maxim Sobolev2000-09-041-7/+5
| | | | | | | | - Mark as BROKEN if XFREE86_VERSION > 3; - update agpgart node creation information (it's not in MAKEDEV). Notes: svn path=/head/; revision=32246
* Now bsd.port.pre.mk declares XFREE86_VERSION, so we could remove it.Maxim Sobolev2000-09-042-4/+0
| | | | Notes: svn path=/head/; revision=32244
* Add new gle port.Maxim Sobolev2000-09-026-0/+52
| | | | | | | | | | | | GLE is a library of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. GLE uses the OpenGL(R) API to perform the actual rendering. PR: 20931 Submitted by: David Gilbert <dgilbert@velocet.ca> Notes: svn path=/head/; revision=32210
* Properly name tty (use %x instead of %d to get device name).Maxim Sobolev2000-09-011-3/+3
| | | | | | | Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=32171
* Yet again improve keyboard support.Maxim Sobolev2000-09-012-6/+34
| | | | Notes: svn path=/head/; revision=32170
* Improve FreeBSD support:Maxim Sobolev2000-08-307-20/+526
| | | | | | | | | | + properly handle keyboard input; + enable linear modes (required for SDL); - still no mouse yet. Notes: svn path=/head/; revision=32136
* Add official patch (only affects MMX routines).Maxim Sobolev2000-08-302-1/+6
| | | | Notes: svn path=/head/; revision=32126
* test uses = for equality, not ==.Satoshi Asami2000-08-302-2/+2
| | | | Notes: svn path=/head/; revision=32121
* Update to 0.9.0Ade Lovett2000-08-285-43/+58
| | | | Notes: svn path=/head/; revision=32059
* Update to 1.3.2.Maxim Sobolev2000-08-284-15/+29
| | | | | | | | PR: 20853 Submitted by: Ports Furry Notes: svn path=/head/; revision=32057
* Change version to be 0.9.YYYYMMDD, to avoid confusion with future vendor'sMaxim Sobolev2000-08-252-2/+2
| | | | | | | | | 1.* releases. Submitted by: kris Notes: svn path=/head/; revision=31956
* Update to the latest cvs snapshot.Maxim Sobolev2000-08-257-40/+42
| | | | | | | | | | | | - New chipset supported: S3 Savage3D (I have not tested it personally); - Improved support for already supported chipsets; - Change port versioning scheme to PORTVERSION=YYYYMMDD, because despite the promise, the project had not released its magic 1.0 version (promised to be about 3 months ago); - Catch change of the Mesa3 version. Notes: svn path=/head/; revision=31954
* Add svgalib - a *native* port of well-knows Linux console graphics library.Maxim Sobolev2000-08-2527-0/+902
| | | | | | | | | | | Please note, that it's a work in progress, so some features doesn't work (for example mouse support). However, the functionality already present is sufficient to run some of the popular apps (quakeforge for example). I tested it on ATI Mach64 and C&T55554 adapters. Notes: svn path=/head/; revision=31953
* Add ruby-opengl, OpenGL/GLU/GLUT interface modules for Ruby.Akinori MUSHA2000-08-247-0/+167
| | | | Notes: svn path=/head/; revision=31924
* Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asamiMaxim Sobolev2000-08-242-0/+4
| | | | | | | should move it into BEFOREPORTMK section). Notes: svn path=/head/; revision=31920
* Update to 3.2.1 and make it working on XFree86-4.Maxim Sobolev2000-08-2410-46/+138
| | | | | | | | | | | | On XFree86-4 the port builds/installs only GLU and glut libraries and associated includes, so GL applications have a chance to use GL library provided by the XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf if you are building it with XFee86-4. Approved by: jseger (previous maintainer) Notes: svn path=/head/; revision=31915
* Upgrade to ImageMagick-5.2.3Justin M. Seger2000-08-232-2/+2
| | | | Notes: svn path=/head/; revision=31912
* Update to 1.1.25.Maxim Sobolev2000-08-2318-18/+114
| | | | Notes: svn path=/head/; revision=31907
* Take over maintainership.Maxim Sobolev2000-08-232-2/+2
| | | | | | | Submitted by: jseger (previous maintainer) Notes: svn path=/head/; revision=31900
* Update to version 4.1.37Kevin Lo2000-08-234-11/+11
| | | | | | | | PR: 20789 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31882
* Depend on py-reportlab, so that PDF output works.Thomas Gellekum2000-08-222-0/+2
| | | | Notes: svn path=/head/; revision=31860
* Update to 0.4Ade Lovett2000-08-216-10/+96
| | | | Notes: svn path=/head/; revision=31822
* Camserv is a program to do streaming video through the web. StreamingJordan K. Hubbard2000-08-217-0/+259
| | | | | | | | | | | video can be sent to both Netscape and Internet Explorer clients in multi-part JPEG format. Supports cards handled by the bktr(4) driver. PR: 20116 Submitted by: Charles Hein <chein@GeekDude.com> Notes: svn path=/head/; revision=31812
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-214-4/+0
| | | | Notes: svn path=/head/; revision=31811
* Update to 2.5. Add WWW to DESCR.Will Andrews2000-08-204-35/+23
| | | | | | | | PR: 20653 Submitted by: Ports Fury Notes: svn path=/head/; revision=31786
* This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead ofSteve Price2000-08-191-6/+6
| | | | | | | Makefile.in to really get -lqt2 in LDFLAGS. Notes: svn path=/head/; revision=31770
* Upgrade to 0.6.8.Thomas Gellekum2000-08-188-22/+52
| | | | Notes: svn path=/head/; revision=31730
* Temporarily mark BROKEN until author catches upAde Lovett2000-08-171-0/+2
| | | | | | | with new version of OAF Notes: svn path=/head/; revision=31719
* Don't install stuff writable to group wheelKris Kennaway2000-08-171-2/+2
| | | | Notes: svn path=/head/; revision=31695
* Update to 20000802.Kevin Lo2000-08-162-2/+2
| | | | | | | | PR: 20622 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31688
* Don't install stuff group-writable when it doesnt need to be.Kris Kennaway2000-08-156-9/+89
| | | | | | | Reviewed by: fenner (maintainer) Notes: svn path=/head/; revision=31674
* Add gnome as a secondary category.Maxim Sobolev2000-08-151-1/+1
| | | | Notes: svn path=/head/; revision=31651
* Add directories missing in PLISTChris D. Faulhaber2000-08-121-0/+1
| | | | | | | | PR: 20378 Submitted by: Maintainer Notes: svn path=/head/; revision=31572
* - Support X11BASE properlyAlexander Langer2000-08-123-16/+32
| | | | | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20543 Submitted by: Ports Fury Notes: svn path=/head/; revision=31567
* Move backfract to graphics category from x11.Will Andrews2000-08-116-0/+39
| | | | | | | | | | | Backfract is a fractal image "animated" wallpaper program. PR: 20493 Submitted by: patrick Requested by: asami Notes: svn path=/head/; revision=31541
* Fix up 'extra' directoriesAde Lovett2000-08-112-6/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31533
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-112-2/+2
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* Remove i386 .o files in the post-extract target and respect CFLAGS.Steve Price2000-08-083-0/+46
| | | | Notes: svn path=/head/; revision=31399
* Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there.Steve Price2000-08-081-0/+21
| | | | Notes: svn path=/head/; revision=31398
* Don't try to use the non-existent fpresetsticky function on the Alpha.Steve Price2000-08-081-0/+21
| | | | Notes: svn path=/head/; revision=31397