Summary: | Hyperlinkable documentation for port: lang/ghc | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jacula Modyun <jacula> | ||||||||||
Component: | Individual Port(s) | Assignee: | freebsd-haskell (Nobody) <haskell> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | ||||||||||||
Priority: | Normal | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Description
Jacula Modyun
2008-02-22 20:30:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->haskell Over to maintainer (via the GNATS Auto Assign Tool) Hi, Unfortunately I was too much optimistic about the problem of the CONFIGURE_TARGET variable. In fact forcing the target causes some problem to the assembler, and for example the port x11-toolkits/hs-gtk2hs doesn't build. Then I corrected the last patch-lang-ghc patch above. Best Regards Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> obraun 2008-02-29 19:54:21 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/hs-hscolour Makefile distinfo pkg-descr pkg-plist Log: hscolour is a small Haskell script to colourise Haskell code. It currently has four output formats: ANSI terminal codes, HTML 3.2 with <font> tags, HTML 4.01 with CSS, and LaTeX. author: Malcolm Wallace maintainer: Malcolm Wallace license: GPL WWW: http://www.cs.york.ac.uk/fp/darcs/hscolour package-url: ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/ Exposed-Modules: Language.Haskell.HsColour, Language.Haskell.HsColour.ANSI, Language.Haskell.HsColour.Anchors, Language.Haskell.HsColour.Classify, Language.Haskell.HsColour.ColourHighlight, Language.Haskell.HsColour.Colourise, Language.Haskell.HsColour.TTY, Language.Haskell.HsColour.HTML, Language.Haskell.HsColour.LaTeX, Language.Haskell.HsColour.General, Language.Haskell.HsColour.MIRC, Language.Haskell.HsColour.CSS PR: ports/120975 Submitted by: Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com> Revision Changes Path 1.446 +1 -0 ports/print/Makefile 1.1 +60 -0 ports/print/hs-hscolour/Makefile (new) 1.1 +3 -0 ports/print/hs-hscolour/distinfo (new) 1.1 +24 -0 ports/print/hs-hscolour/pkg-descr (new) 1.1 +30 -0 ports/print/hs-hscolour/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" obraun 2008-02-29 20:35:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-haddock-docs Makefile distinfo pkg-descr pkg-message pkg-plist Log: User documentation and hyperlinked documentation for the haddock libraries. This last documentaion is generated by HsColour and haddock. PR: ports/120975 Submitted by: Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com> Revision Changes Path 1.3014 +1 -0 ports/devel/Makefile 1.1 +70 -0 ports/devel/hs-haddock-docs/Makefile (new) 1.1 +3 -0 ports/devel/hs-haddock-docs/distinfo (new) 1.1 +3 -0 ports/devel/hs-haddock-docs/pkg-descr (new) 1.1 +13 -0 ports/devel/hs-haddock-docs/pkg-message (new) 1.1 +94 -0 ports/devel/hs-haddock-docs/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" obraun 2008-02-29 20:50:33 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/hs-hscolour-docs Makefile distinfo pkg-descr pkg-plist Log: Hyperlinked documentation for the HsColour libraries. This documentaion is generated by HsColour and haddock. PR: ports/120975 Submitted by: Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com> Revision Changes Path 1.447 +1 -0 ports/print/Makefile 1.1 +43 -0 ports/print/hs-hscolour-docs/Makefile (new) 1.1 +3 -0 ports/print/hs-hscolour-docs/distinfo (new) 1.1 +2 -0 ports/print/hs-hscolour-docs/pkg-descr (new) 1.1 +60 -0 ports/print/hs-hscolour-docs/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" obraun 2008-02-29 21:08:51 UTC FreeBSD ports repository Modified files: devel/hs-haddock Makefile pkg-descr pkg-plist Log: * Add SLAVE option in order to install documentation for lang/ghc. * Remove documentation. It's now available through devel/hs-haddock-docs. * add devel/readline dependency if already installed. PR: ports/120975 Submitted by: Jacula Modyun <jacula@gmail.com> Revision Changes Path 1.31 +30 -30 ports/devel/hs-haddock/Makefile 1.2 +6 -3 ports/devel/hs-haddock/pkg-descr 1.10 +24 -21 ports/devel/hs-haddock/pkg-plist _______________________________________________ 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" State Changed From-To: open->closed Committed, thanks! Great work! obraun 2008-02-29 21:15:51 UTC FreeBSD ports repository Modified files: lang/ghc Makefile distinfo pkg-descr pkg-plist Added files: lang/ghc/files patch-libraries-Cabal-Distribution-Simple-Haddock.hs pkg-message.haddock.in Log: * Add new knob WITH_DOCS to install the user documentation and the hyperlinkable documentation, generated by haddock and HsColour. * Build haddock and HsColour for building documentaion only. * Install manpage. PR: ports/120975 Submitted by: Jacula Modyun <jacula@gmail.com> Revision Changes Path 1.62 +98 -9 ports/lang/ghc/Makefile 1.30 +6 -0 ports/lang/ghc/distinfo 1.1 +11 -0 ports/lang/ghc/files/patch-libraries-Cabal-Distribution-Simple-Haddock.hs (new) 1.1 +9 -0 ports/lang/ghc/files/pkg-message.haddock.in (new) 1.2 +17 -7 ports/lang/ghc/pkg-descr 1.27 +1514 -1581 ports/lang/ghc/pkg-plist _______________________________________________ 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" |