Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2004 02:02:47 -0800 (PST)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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 ...
Message-ID:  <200401231002.i0NA2mx2027653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401231002.i0NA2mx2027653>