Bug 121081 - [NEW PORT]: graphics/hs-HGL-ghc
Summary: [NEW PORT]: graphics/hs-HGL-ghc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 16:40 UTC by Jacula Modyun
Modified: 2008-03-01 17:50 UTC (History)
0 users

See Also:


Attachments
hs-HGL-ghc.shar (5.90 KB, text/plain)
2008-02-25 16:40 UTC, Jacula Modyun
no flags Details
file.diff (1.68 KB, patch)
2008-02-25 16:40 UTC, Jacula Modyun
no flags Details | Diff
hs-HGL-ghc.shar (5.79 KB, text/plain; charset=us-ascii)
2008-02-29 16:58 UTC, Jacula Modyun
no flags Details
hs-HGL-ghc.shar (9.31 KB, text/plain; charset=us-ascii)
2008-03-01 15:36 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2008-02-25 16:40:01 UTC
Hi,

I think this is the best software to learn the Haskell language; but
this is only my opinion. In any way, actually, it exists, in the ports
tree, the graphics/hs-hgl, but this is an hugs implementation.
This last release support only ghc, then it's better to keep also the old
port for hugs.
I supply a shar archive for the real new port.
There is, also, an eventually patch, that you have to apply, if you want
the documentation. I can't release, in this moment, the port with the
documentation, because this requires the application of the patchset at
the bug report: 

ports/120975: Hyperlinkable documentation for port: lang/ghc
http://www.freebsd.org/cgi/query-pr.cgi?pr=120975


A description:

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/>.

Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
Comment 1 Jacula Modyun 2008-02-29 16:58:23 UTC
I'm sorry, but checking with portlint I found too many errors. This shar
file is the correct one.

Regards

Giuseppe Pilichi
Comment 2 Jacula Modyun 2008-03-01 15:36:28 UTC
Hi,

In this last archive is been add the documentation, and changed a little the
installation process.

Best Regards

JM
Comment 3 Oliver Braun freebsd_committer freebsd_triage 2008-03-01 16:40:56 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-01 17:38:41 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"