[109563] trunk/dports/textproc/lhs2tex

cal at macports.org cal at macports.org
Sat Aug 17 08:53:33 PDT 2013


Revision: 109563
          https://trac.macports.org/changeset/109563
Author:   cal at macports.org
Date:     2013-08-17 08:53:33 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
lhs2tex: recreate from template, update to 1.18.1, rebuild with GHC 7

This concludes all updates of haskell packages to GHC 7. \o/

Added Paths:
-----------
    trunk/dports/textproc/lhs2tex/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/lhs2tex/Portfile

Deleted: trunk/dports/textproc/lhs2tex/Portfile
===================================================================
--- trunk/dports/textproc/lhs2tex/Portfile	2013-08-17 15:41:03 UTC (rev 109562)
+++ trunk/dports/textproc/lhs2tex/Portfile	2013-08-17 15:53:33 UTC (rev 109563)
@@ -1,37 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-
-name		lhs2tex
-version		1.13
-categories	textproc haskell
-platforms	darwin
-maintainers	gwright
-description	Literate Haskell to LaTeX convertor
-long_description	\
-		lhs2TeX is a preprocessor to generate LaTeX code	\
-		from literate Haskell sources.
-
-homepage	http://people.cs.uu.nl/andres/${name}/
-master_sites	${homepage}
-
-checksums	md5     1173dbe6440f24918f3dc80d776e1f18		\
-		sha1    bd5fd4d1a5a4f76022cec73dadf0e81caf420866	\
-		rmd160  9b6be85e5198b801d3555708ef94880c2b5d4287
-
-
-depends_build	port:ghc	\
-		port:texlive
-
-configure	{
-		  system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix}"
-		}
-
-build		{
-		  system "cd ${worksrcpath} && runhaskell Setup build -v"
-		}
-
-destroot	{
-		  system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
-		}
-

Copied: trunk/dports/textproc/lhs2tex/Portfile (from rev 109561, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/textproc/lhs2tex/Portfile	                        (rev 0)
+++ trunk/dports/textproc/lhs2tex/Portfile	2013-08-17 15:53:33 UTC (rev 109563)
@@ -0,0 +1,22 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           haskell 1.0
+
+haskell.setup       lhs2tex 1.18.1 ghc no
+name lhs2tex
+checksums           rmd160  047072143ddce8e83239a2e77c0f4fc6a2425132 \
+                    sha256  dccae22231a1db64cddc38b6f7ac98ac4d5677f03df2f548b2efe9a5e63e9648
+
+license             GPL-2+
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         Preprocessor for typesetting Haskell sources with LaTeX
+long_description    ${description}
+
+depends_lib-append  port:hs-mtl \
+                    port:hs-regex-compat \
+                    port:texlive-basic \
+                    port:texlive-latex-extra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/1f54bcf0/attachment.html>


More information about the macports-changes mailing list