# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # elm # elm/Makefile # elm/distinfo # elm/files # elm/files/patch-elm.cabal # elm/pkg-descr # echo c - elm mkdir -p elm > /dev/null 2>&1 echo x - elm/Makefile sed 's/^X//' >elm/Makefile << '4c76d693d3f2f2a6a0bb0485565cc3f9' X# $FreeBSD$ X XPORTNAME= elm XPORTVERSION= 0.19.0 XCATEGORIES= lang XPKGNAMESUFFIX= -lang X XMAINTAINER= glorieux@pm.me XCOMMENT= Delightful language for reliable webapps X XLICENSE= BSD3CLAUSE X XONLY_FOR_ARCHS= amd64 X XBUILD_DEPENDS= ghc:lang/ghc cabal:devel/hs-cabal-install XLIB_DEPENDS= libffi.so:devel/libffi libgmp.so:math/gmp libiconv.so:converters/libiconv libcharset.so:converters/libiconv X XUSE_GITHUB= yes XGH_ACCOUNT= elm XGH_PROJECT= compiler X XGHC_VERSION= ghc --version | cut -w -f8 X XPLIST_FILES= bin/elm X Xdo-build: X cd ${WRKSRC} && \ X cabal new-update && \ X cabal new-build X Xdo-install: X ${CP} ${WRKSRC}/dist-newstyle/build/x86_64-freebsd/ghc-$$(${GHC_VERSION})/elm-${PORTVERSION}/x/elm/build/elm/elm ${STAGEDIR}${PREFIX}/bin/elm X Xpost-install: X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/elm X X.include 4c76d693d3f2f2a6a0bb0485565cc3f9 echo x - elm/distinfo sed 's/^X//' >elm/distinfo << '8656cd9a88c9e7ba065379d8d384b489' XTIMESTAMP = 1553012929 XSHA256 (elm-compiler-0.19.0_GH0.tar.gz) = 494df33724224307d6e2b4d0b342448cc927901483384ee4f8cfee2cb38e993c XSIZE (elm-compiler-0.19.0_GH0.tar.gz) = 449719 8656cd9a88c9e7ba065379d8d384b489 echo c - elm/files mkdir -p elm/files > /dev/null 2>&1 echo x - elm/files/patch-elm.cabal sed 's/^X//' >elm/files/patch-elm.cabal << 'c5cb9a5b443f9ace9ec639664de75099' X--- elm.cabal.orig 2018-08-20 13:41:41 UTC X+++ elm.cabal X@@ -246,7 +246,7 @@ Executable elm X http-client >= 0.5 && < 0.6, X http-client-tls >= 0.3 && < 0.4, X http-types >= 0.9 && < 1.0, X- language-glsl >= 0.0.2 && < 0.3, X+ language-glsl >= 0.0.2 && < 0.4, X logict, X mtl >= 2.2.1 && < 3, X network >= 2.4 && < 2.7, X@@ -263,4 +263,4 @@ Executable elm X unordered-containers, X utf8-string, X vector, X- zip-archive X+ zip-archive < 0.4 c5cb9a5b443f9ace9ec639664de75099 echo x - elm/pkg-descr sed 's/^X//' >elm/pkg-descr << '71e3e9dff1b96bc588d485b7aa53a4cf' XA delightful language for reliable webapps. X XWWW: https://elm-lang.org 71e3e9dff1b96bc588d485b7aa53a4cf exit