FreeBSD Bugzilla – Attachment 102402 Details for
Bug 142184
[new port]: haskell port converters/hs-json
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
hs-json.shar
hs-json.shar (text/plain), 4.51 KB, created by
Jacula Modyun
on 2009-12-30 22:20:04 UTC
(
hide
)
Description:
hs-json.shar
Filename:
MIME Type:
Creator:
Jacula Modyun
Created:
2009-12-30 22:20:04 UTC
Size:
4.51 KB
patch
obsolete
># 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: ># ># hs-json ># hs-json/Makefile ># hs-json/distinfo ># hs-json/pkg-plist ># hs-json/pkg-descr ># >echo c - hs-json >mkdir -p hs-json > /dev/null 2>&1 >echo x - hs-json/Makefile >sed 's/^X//' >hs-json/Makefile << 'b74ccf5d420715afefa134f5da71c405' >X# New ports collection makefile for: hs-json >X# Date created: December 20 2009 >X# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> >X# >X >XPORTNAME= json >XPORTVERSION= 0.4.3 >XCATEGORIES= converters haskell >XMASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ >XPKGNAMEPREFIX= hs- >X >XMAINTAINER= jacula@gmail.com >XCOMMENT= Support for serialising Haskell to and from JSON >X >XBUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >XRUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >X >XGHC_VERSION= 6.10.4 >XHSJSON_VERSION= ${PORTVERSION} >X >XGHC_CMD= ${LOCALBASE}/bin/ghc >XSETUP_CMD= ./setup >X >XDOCSDIR= ${PREFIX}/share/doc/${DISTNAME} >XHSJSON_LIBDIR_REL= lib/${DISTNAME} >X >XPLIST_SUB= GHC_VERSION=${GHC_VERSION} \ >X HSJSON_VERSION=${HSJSON_VERSION} \ >X HSJSON_LIBDIR_REL=${HSJSON_LIBDIR_REL} >X >X.if defined(NOPORTDOCS) >XPLIST_SUB+= NOPORTDOCS="" >X.else >XPLIST_SUB+= NOPORTDOCS="@comment " >X.endif >X >X.if !defined(NOPORTDOCS) >X >XPORT_HADDOCK!= (cd ${.CURDIR}/../../lang/ghc && ${MAKE} -V PORT_HADDOCK) >X.if !empty(PORT_HADDOCK:M?0) >XBUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock >X.endif >XBUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour >X >XHSCOLOUR_VERSION= 1.15 >XHSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} >X >XPORTDOCS= * >X.endif >X >X.SILENT: >X >Xdo-configure: >X cd ${WRKSRC} && ${GHC_CMD} --make Setup.hs -o setup -package Cabal \ >X && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX} >X >Xdo-build: >X cd ${WRKSRC} && ${SETUP_CMD} build \ >X && ${SETUP_CMD} register --gen-script >X >X.if !defined(NOPORTDOCS) >X cd ${WRKSRC} && ${SETUP_CMD} haddock --hyperlink-source \ >X --hscolour-css=${HSCOLOUR_DATADIR}/hscolour.css >X.endif >X >Xdo-install: >X cd ${WRKSRC} && ${SETUP_CMD} install \ >X && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${HSJSON_LIBDIR_REL}/register.sh >X >Xpost-install: >X ${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old >X >X.include <bsd.port.mk> >b74ccf5d420715afefa134f5da71c405 >echo x - hs-json/distinfo >sed 's/^X//' >hs-json/distinfo << '7146d4bb1b9c85885c4664a40c8bf258' >XMD5 (json-0.4.3.tar.gz) = 1af33c67594f69048b69d4aeafeea03e >XSHA256 (json-0.4.3.tar.gz) = 56192d1e922cc71ad1aaf31baea8ee7e1f1b862f95bc72f60548caee4a484a87 >XSIZE (json-0.4.3.tar.gz) = 22575 >7146d4bb1b9c85885c4664a40c8bf258 >echo x - hs-json/pkg-plist >sed 's/^X//' >hs-json/pkg-plist << 'b65552db203942491ea22011cbddbbc7' >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSjson-%%HSJSON_VERSION%%.o >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON/Generic.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON/Parsec.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON/Pretty.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON/ReadP.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON/String.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON/Types.hi >X%%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHSjson-%%HSJSON_VERSION%%.a >X%%HSJSON_LIBDIR_REL%%/register.sh >X%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE >X%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% >X@dirrm %%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/JSON >X@dirrm %%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text >X@dirrm %%HSJSON_LIBDIR_REL%%/ghc-%%GHC_VERSION%% >X@dirrm %%HSJSON_LIBDIR_REL%% >X@exec /bin/sh %D/%%HSJSON_LIBDIR_REL%%/register.sh >X@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old >X@unexec %D/bin/ghc-pkg unregister json >X@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old >b65552db203942491ea22011cbddbbc7 >echo x - hs-json/pkg-descr >sed 's/^X//' >hs-json/pkg-descr << 'e0a9fbe1f3c1373e8d9225d7c7bce76f' >XJSON (JavaScript Object Notation) is a lightweight data-interchange >Xformat. It is easy for humans to read and write. It is easy for >Xmachines to parse and generate. It is based on a subset of the >XJavaScript Programming Language, Standard ECMA-262 3rd Edition - >XDecember 1999. >X >XThis library provides a parser and pretty printer for converting >Xbetween Haskell values and JSON. >X >XWWW: http://hackage.haskell.org/package/json >e0a9fbe1f3c1373e8d9225d7c7bce76f >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 142184
: 102402