Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2008 17:50:02 GMT
From:      dfilter@FreeBSD.org (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/121081: commit references a PR
Message-ID:  <200803011750.m21Ho2f7093197@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/121081; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121081: commit references a PR
Date: Sat,  1 Mar 2008 17:38:41 +0000 (UTC)

 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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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