#5797 closed defect (fixed)
NEW: lhs2TeX-1.10pre
Reported by: | wss@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
lhs2TeX-1.10pre
The portfile is available from: http://www.cs.nott.ac.uk/~wss/ports/Portfile
lhs2TeX is a preprocessor to generate LaTeX code from literate Haskell sources. That is - if you want to typeset Haskell source code using LaTeX, e.g. for making pdfs, lhs2TeX can make your life a lot easier.
The port itself is straightforward - it builds fine provided you have ghc and teTeX installed, which are both available as ports themselves.
Homepage: http://www.cs.uu.nl/~andres/lhs2tex/
Comments: you may want to check the syntax for the dependencies. I'm not sure if I got that right. I'd appreciate it if someone were to take a quick look at the port - it's the first one I've written.
Change History (5)
comment:1 Changed 19 years ago by gwright@…
Owner: | changed from darwinports-bugs@… to gwright@… |
---|---|
Summary: | NEW: lhs2TeX-1.10pre → NEW: lhs2TeX-1.10pre |
comment:2 Changed 19 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
I committed the new Portfile. I changed it a bit to remind the user to set the LHS2TEX environment variable, since there seems to be no convenient way to change the search path used by the lhs2tex binary. I also copied the documentation file, Guide2.pdf to ${prefix}/share/lhs2tex/doc.
-Greg
comment:3 Changed 19 years ago by wss@…
Great! Thanks for looking into this. How do things go on from here, i.e. when will it be publicly available?
--Wouter
comment:4 Changed 19 years ago by gwright@…
hi Wouter,
If you do a
sudo port selfupdate
you should get the new portfile. I put it in textproc/. Let me know if there's a problem with this. Usually the new portfile are available within a day of being checked in, after the cvs repository has the port database updated.
Best Wishes, Greg
comment:5 Changed 19 years ago by wss@…
Great! Works like a charm.
Wouter
PS - How is development on the wxhaskell port?
I'll give it a try.
-Greg