cvs commit: ports/graphics Makefile ports/graphics/allegrogl Makefile distinfo pkg-descr pkg-plist ports/graphics/allegrogl/files makefile.ex patch-configure.in patch-make-makefile.unx ...

Kirill Ponomarew krion at FreeBSD.org
Fri Jan 23 02:02:49 PST 2004


krion       2004/01/23 02:02:47 PST

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/allegrogl   Makefile distinfo pkg-descr pkg-plist 
    graphics/allegrogl/files makefile.ex patch-configure.in 
                             patch-include-alleggl.h 
                             patch-include-allegrogl-gl_ext.h 
                             patch-make-makefile.unx 
                             patch-src-glext.c 
  Log:
  Add allegrogl 0.2.0,
  
  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 at comset.net>
  
  Revision  Changes    Path
  1.656     +1 -0      ports/graphics/Makefile
  1.1       +67 -0     ports/graphics/allegrogl/Makefile (new)
  1.1       +1 -0      ports/graphics/allegrogl/distinfo (new)
  1.1       +57 -0     ports/graphics/allegrogl/files/makefile.ex (new)
  1.1       +57 -0     ports/graphics/allegrogl/files/patch-configure.in (new)
  1.1       +14 -0     ports/graphics/allegrogl/files/patch-include-alleggl.h (new)
  1.1       +29 -0     ports/graphics/allegrogl/files/patch-include-allegrogl-gl_ext.h (new)
  1.1       +27 -0     ports/graphics/allegrogl/files/patch-make-makefile.unx (new)
  1.1       +60 -0     ports/graphics/allegrogl/files/patch-src-glext.c (new)
  1.1       +10 -0     ports/graphics/allegrogl/pkg-descr (new)
  1.1       +43 -0     ports/graphics/allegrogl/pkg-plist (new)


More information about the cvs-all mailing list