cvs commit: ports/graphics Makefile ports/graphics/hs-HGL-ghc Makefile distinfo pkg-descr pkg-plist

Oliver Braun obraun at FreeBSD.org
Sat Mar 1 17:38:37 UTC 2008


obraun      2008-03-01 17:38:37 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/hs-HGL-ghc  Makefile distinfo pkg-descr pkg-plist 
  Log:
  A simple graphics library, designed to give the programmer access
  to most interesting parts of the Win32 Graphics Device Interface
  and X11 library without exposing the programmer to the pain and
  anguish usually associated with using these interfaces.
  The library also includes a module Graphics.SOE providing the
  interface used in "The Haskell School of Expression", by Paul
  Hudak, cf <http://www.haskell.org/soe/>.
  
  author:         Alastair Reid
  maintainer:     <libraries at haskell.org>
  license:        BSD3
  WWW:            http://www.haskell.org/graphics/index.html
  package-url:    http://hackage.haskell.org/packages/archive/HGL
  
  exposed-modules:
        Graphics.HGL.Core,        Graphics.HGL.Draw,
        Graphics.HGL.Units,       Graphics.HGL.Key,
        Graphics.HGL.Run,         Graphics.HGL.Draw.Brush,
        Graphics.HGL.Draw.Font,   Graphics.HGL.Draw.Monad,
        Graphics.HGL.Draw.Pen,    Graphics.HGL.Draw.Picture,
        Graphics.HGL.Draw.Region, Graphics.HGL.Draw.Text,
        Graphics.HGL.Utils,       Graphics.HGL.Window,
        Graphics.HGL,             Graphics.SOE
  
  PR:             ports/121081
  Submitted by:   Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com>
  
  Revision  Changes    Path
  1.1134    +1 -0      ports/graphics/Makefile
  1.1       +65 -0     ports/graphics/hs-HGL-ghc/Makefile (new)
  1.1       +3 -0      ports/graphics/hs-HGL-ghc/distinfo (new)
  1.1       +23 -0     ports/graphics/hs-HGL-ghc/pkg-descr (new)
  1.1       +43 -0     ports/graphics/hs-HGL-ghc/pkg-plist (new)


More information about the cvs-ports mailing list