Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2008 17:38:37 +0000 (UTC)
From:      Oliver Braun <obraun@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/hs-HGL-ghc Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200803011738.m21HcbpC057492@repoman.freebsd.org>

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



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