[118700] trunk/dports/textproc

snc at macports.org snc at macports.org
Tue Apr 8 09:48:49 PDT 2014


Revision: 118700
          https://trac.macports.org/changeset/118700
Author:   snc at macports.org
Date:     2014-04-08 09:48:48 -0700 (Tue, 08 Apr 2014)
Log Message:
-----------
pxsl-tools: use haskell-1.0 portgorup

Added Paths:
-----------
    trunk/dports/textproc/pxsl-tools/
    trunk/dports/textproc/pxsl-tools/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/pxsl-tools/
    trunk/dports/textproc/pxsl-tools/Portfile

Deleted: trunk/dports/textproc/pxsl-tools/Portfile
===================================================================
--- trunk/dports/textproc/pxsl-tools/Portfile	2014-04-08 14:45:32 UTC (rev 118696)
+++ trunk/dports/textproc/pxsl-tools/Portfile	2014-04-08 16:48:48 UTC (rev 118700)
@@ -1,46 +0,0 @@
-# -*- 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
-
-name                pxsl-tools
-version             1.0
-categories          textproc
-maintainers         snc openmaintainer
-license             GPL-2
-description         A convenient shorthand for writing markup-heavy XML \
-                    documents.
-long_description    PXSL ("pixel") is a convenient shorthand for writing \
-                    markup-heavy XML documents. It provides XML authors and \
-                    programmers with a simple, concise syntax that they can \
-                    use to create XML documents. For more advanced users, PXSL \
-                    offers customizable shortcuts and sophisticated \
-                    refactoring tools like functional macros that can markedly \
-                    reduce the size and complexity of markup-dense XML \
-                    documents.
-
-platforms           darwin freebsd
-use_parallel_build  yes
-homepage            http://community.moertel.com/ss/space/PXSL
-master_sites        http://community.moertel.com/pxsl/sources/
-
-checksums           rmd160 fd4727cbb6255f8b7c6da9005042ea75c3df4586 \
-                    sha256  e8fabea11e75947b32a4397de0c6ca6985a1512a3325aa6e87bccdaf5ceb5eca
-
-depends_build       port:ghc
-
-configure {
-    system -W ${worksrcpath} "runhaskell Setup.lhs configure --prefix=${destroot}${prefix}"
-}
-
-build {
-    system -W ${worksrcpath} "runhaskell Setup.lhs build"
-}
-
-destroot {
-    system -W ${worksrcpath} "runhaskell Setup.lhs install"
-}
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "${name}-(\\d+\\.\\d+(\\.\\d+)?)${extract.suffix}"

Copied: trunk/dports/textproc/pxsl-tools/Portfile (from rev 118699, trunk/dports/textproc/pxsl-tools/Portfile)
===================================================================
--- trunk/dports/textproc/pxsl-tools/Portfile	                        (rev 0)
+++ trunk/dports/textproc/pxsl-tools/Portfile	2014-04-08 16:48:48 UTC (rev 118700)
@@ -0,0 +1,40 @@
+# -*- 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       pxsl-tools 1.0.1 ghc no
+name                pxsl-tools
+revision            1
+categories          textproc xml
+maintainers         snc openmaintainer
+license             GPL-2
+description         A convenient shorthand for writing markup-heavy XML \
+                    documents.
+long_description    PXSL ("pixel") is a convenient shorthand for writing \
+                    markup-heavy XML documents. It provides XML authors and \
+                    programmers with a simple, concise syntax that they can \
+                    use to create XML documents. For more advanced users, PXSL \
+                    offers customizable shortcuts and sophisticated \
+                    refactoring tools like functional macros that can markedly \
+                    reduce the size and complexity of markup-dense XML \
+                    documents.
+
+platforms           darwin freebsd
+use_parallel_build  yes
+homepage            https://github.com/tmoertel/pxsl-tools
+master_sites        http://hackage.haskell.org/package/pxsl-tools
+
+checksums           rmd160  aff14de679d39e669418983879c8c2345fc8a0c9 \
+                    sha256  dc311c012b0b6b482cdd26337f44cff8259269d3dd83f482ab4049965fa085e0
+
+depends_lib-append  port:gmp \
+                    port:hs-mtl \
+                    port:hs-parsec \
+                    port:libgcc \
+                    port:libiconv
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\\d+(\\.\\d+)+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140408/b37b407e/attachment.html>


More information about the macports-changes mailing list