FreeBSD Bugzilla – Attachment 92097 Details for
Bug 129678
New port: devel/hs-binary Efficient binary serialisation for Haskell
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
hs-binary-ghc.txt
hs-binary-ghc.txt (text/plain), 4.02 KB, created by
Gabor Pali
on 2008-12-21 01:12:35 UTC
(
hide
)
Description:
hs-binary-ghc.txt
Filename:
MIME Type:
Creator:
Gabor Pali
Created:
2008-12-21 01:12:35 UTC
Size:
4.02 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-binary-ghc ># hs-binary-ghc/Makefile ># hs-binary-ghc/distinfo ># hs-binary-ghc/pkg-descr ># hs-binary-ghc/pkg-plist ># >echo c - hs-binary-ghc >mkdir -p hs-binary-ghc > /dev/null 2>&1 >echo x - hs-binary-ghc/Makefile >sed 's/^X//' >hs-binary-ghc/Makefile << '2c1daecf53e24eb83299f07806700e31' >X# New ports collection makefile for: binary >X# Date created: December 15, 2008 >X# Whom: Gabor Pali <pgj@FreeBSD.org> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= binary >XPORTVERSION= 0.4.4 >XCATEGORIES= devel haskell >XMASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ >XPKGNAMEPREFIX= hs- >XPKGNAMESUFFIX= -ghc >X >XMAINTAINER= haskell@FreeBSD.org >XCOMMENT= Efficient binary serialisation for Haskell >X >XBUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc >XRUN_DEPENDS= ${BUILD_DEPENDS} >X >XGHC_VERSION= 6.8.3 >XCABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs >XCABALDIR= lib/ghc-${GHC_VERSION}/cabal >X >XSUBDIR= lib/${PORTNAME}-${PORTVERSION} >XPLIST_SUB= GHC_VERSION=${GHC_VERSION} \ >X PORTNAME=${PORTNAME} \ >X PORTVERSION=${PORTVERSION} \ >X SUBDIR=${CABALDIR} >XDOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} >X >XCONFIGURE_ARGS= --ghc --prefix=${PREFIX} --libdir=${PREFIX}/${CABALDIR} --libsubdir='' --datasubdir='' >X >X.ifndef (NOPORTDOCS) >XBUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock >X.endif >X >Xdo-configure: >X cd ${WRKSRC} && ${CABALCMD} configure ${CONFIGURE_ARGS} >X >Xdo-build: >X cd ${WRKSRC} && ${CABALCMD} build && ${CABALCMD} --gen-script register >X.ifndef (NOPORTDOCS) >X cd ${WRKSRC} && ${CABALCMD} haddock >X.endif >X >Xdo-install: >X cd ${WRKSRC} && ${CABALCMD} install >X ${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${CABALDIR}/${PORTNAME}-register.sh >X >X.include <bsd.port.mk> >2c1daecf53e24eb83299f07806700e31 >echo x - hs-binary-ghc/distinfo >sed 's/^X//' >hs-binary-ghc/distinfo << 'b467e01563099c2f87d37f8edf0db2d1' >XMD5 (binary-0.4.4.tar.gz) = 48fc6454e82e0aec7f648be107bfc0b8 >XSHA256 (binary-0.4.4.tar.gz) = 23dac14ce7eb7542e19b1ae6f8bec78e95c65ef8364416df43aa2b1751949536 >XSIZE (binary-0.4.4.tar.gz) = 41466 >b467e01563099c2f87d37f8edf0db2d1 >echo x - hs-binary-ghc/pkg-descr >sed 's/^X//' >hs-binary-ghc/pkg-descr << 'f50324d77c0826bc7397e2c1c3e17691' >XEfficient, pure binary serialisation using lazy ByteStrings. Haskell >Xvalues may be encoded to and from binary formats, written to disk as >Xbinary, or sent over the network. Serialisation speeds of over 1 G/sec >Xhave been observed, so this library should be suitable for high >Xperformance scenarios. >X >XWWW: http://code.haskell.org/binary/ >f50324d77c0826bc7397e2c1c3e17691 >echo x - hs-binary-ghc/pkg-plist >sed 's/^X//' >hs-binary-ghc/pkg-plist << '610b679aec24f7731fe670b2d6cf096c' >X%%SUBDIR%%/Data/Binary.hi >X%%SUBDIR%%/Data/Binary/Builder.hi >X%%SUBDIR%%/Data/Binary/Get.hi >X%%SUBDIR%%/Data/Binary/Put.hi >X%%SUBDIR%%/HSbinary-%%PORTVERSION%%.o >X%%SUBDIR%%/libHSbinary-%%PORTVERSION%%.a >X%%SUBDIR%%/%%PORTNAME%%-register.sh >X%%DOCSDIR%%/LICENSE >X%%PORTDOCS%%%%DOCSDIR%%/html/%%PORTNAME%%.haddock >X%%PORTDOCS%%%%DOCSDIR%%/html/doc-index.html >X%%PORTDOCS%%%%DOCSDIR%%/html/haddock-util.js >X%%PORTDOCS%%%%DOCSDIR%%/html/haddock.css >X%%PORTDOCS%%%%DOCSDIR%%/html/haskell_icon.gif >X%%PORTDOCS%%%%DOCSDIR%%/html/index.html >X%%PORTDOCS%%%%DOCSDIR%%/html/minus.gif >X%%PORTDOCS%%%%DOCSDIR%%/html/plus.gif >X%%PORTDOCS%%%%DOCSDIR%%/html/Data-Binary-Builder.html >X%%PORTDOCS%%%%DOCSDIR%%/html/Data-Binary-Get.html >X%%PORTDOCS%%%%DOCSDIR%%/html/Data-Binary-Put.html >X%%PORTDOCS%%%%DOCSDIR%%/html/Data-Binary.html >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >X@dirrm %%DOCSDIR%% >X@dirrmtry %%SUBDIR%%/Data/Binary >X@dirrmtry %%SUBDIR%%/Data >X@exec sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh >X@exec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old >X@unexec ghc-pkg unregister %%PORTNAME%% >X@unexec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old >610b679aec24f7731fe670b2d6cf096c >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 129678
:
92095
|
92096
| 92097