summaryrefslogtreecommitdiff
path: root/graphics/allegrogl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 0.4.3.Alejandro Pulver2007-12-113-5/+5
| | | | Notes: svn path=/head/; revision=203050
* - Update to version 0.4.2.Alejandro Pulver2007-07-244-19/+5
| | | | Notes: svn path=/head/; revision=196205
* - Update to version 0.4.1.Alejandro Pulver2007-06-053-16/+10
| | | | Notes: svn path=/head/; revision=192787
* - 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
* - Update to version 0.4.0.Alejandro Pulver2006-12-203-8/+20
| | | | Notes: svn path=/head/; revision=180222
* - Update to version 0.4.0 RC4 (compatible with current allegro: version 4.2.0).Alejandro Pulver2006-09-096-102/+33
| | | | | | | | | - Make symlink to make LIB_DEPENDS work (libagl.so -> libagl.so.4). - Use SF macro in MASTER_SITES. - Take maintainership. Notes: svn path=/head/; revision=172642
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-221-1/+1
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Chase allegro updatePav Lucistnik2005-11-131-1/+2
| | | | Notes: svn path=/head/; revision=148109
* - Update to 0.2.4Pav Lucistnik2004-08-112-3/+3
| | | | | | | | PR: ports/70259 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=115966
* Change maintainer's email.Kirill Ponomarev2004-07-211-1/+1
| | | | Notes: svn path=/head/; revision=114355
* - Use ALLEGRO_CONFIG instead of hardcoded pathKirill Ponomarev2004-03-291-2/+2
| | | | | | | | PR: ports/64876 Submitted by: maintainer Notes: svn path=/head/; revision=105591
* - Update to version 0.2.2Kirill Ponomarev2004-03-277-142/+33
| | | | | | | | PR: ports/64791 Submitted by: maintainer Notes: svn path=/head/; revision=105408
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add allegrogl 0.2.0,Kirill Ponomarev2004-01-2310-0/+365
The library mostly provides functions to allow you to use OpenGL alongside Allegro -- you use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, playing samples and drawing your textures. So this library fills the same hole that things like GLUT do. PR: ports/61763 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=98873