diff options
Diffstat (limited to 'devel/hs-binary')
-rw-r--r-- | devel/hs-binary/Makefile | 77 | ||||
-rw-r--r-- | devel/hs-binary/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-binary/pkg-descr | 7 | ||||
-rw-r--r-- | devel/hs-binary/pkg-plist | 18 |
4 files changed, 0 insertions, 105 deletions
diff --git a/devel/hs-binary/Makefile b/devel/hs-binary/Makefile deleted file mode 100644 index 7a1fbc0a87f7..000000000000 --- a/devel/hs-binary/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: binary -# Date created: December 15, 2008 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= binary -PORTVERSION= 0.5.0.2 -CATEGORIES= devel haskell -MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ -PKGNAMEPREFIX= hs- -PKGNAMESUFFIX= -ghc - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient binary serialisation for Haskell - -BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc - -GHC_VERSION= 6.10.4 - -BINARY_VERSION= ${PORTVERSION} - -GHC_CMD= ${LOCALBASE}/bin/ghc -SETUP_CMD= ./setup - -DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} -BINARY_LIBDIR_REL= lib/${DISTNAME} - -PLIST_SUB= GHC_VERSION=${GHC_VERSION} \ - BINARY_VERSION=${BINARY_VERSION} \ - BINARY_LIBDIR_REL=${BINARY_LIBDIR_REL} - -.if defined(NOPORTDOCS) -PLIST_SUB+= NOPORTDOCS="" -.else -PLIST_SUB+= NOPORTDOCS="@comment " -.endif - -.if !defined(NOPORTDOCS) - -PORT_HADDOCK!= (cd ${.CURDIR}/../../lang/ghc && ${MAKE} -V PORT_HADDOCK) -.if !empty(PORT_HADDOCK:M?0) -BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock -.endif - -BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.15 -HSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} - -PORTDOCS= * -.endif - -.SILENT: - -do-configure: - cd ${WRKSRC} && ${GHC_CMD} --make Setup.lhs -o setup -package Cabal \ - && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX} - -do-build: - cd ${WRKSRC} && ${SETUP_CMD} build \ - && ${SETUP_CMD} register --gen-script - -.if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${SETUP_CMD} haddock --hyperlink-source \ - --hscolour-css=${HSCOLOUR_DATADIR}/hscolour.css -.endif - -do-install: - cd ${WRKSRC} && ${SETUP_CMD} install \ - && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${BINARY_LIBDIR_REL}/register.sh - -post-install: - ${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old - -.include <bsd.port.mk> diff --git a/devel/hs-binary/distinfo b/devel/hs-binary/distinfo deleted file mode 100644 index d55a58bcab50..000000000000 --- a/devel/hs-binary/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (binary-0.5.0.2.tar.gz) = 6bf8f3d1441602c9ab09a75e3bd6e926 -SHA256 (binary-0.5.0.2.tar.gz) = e0c2dede617dc9b1611f62f2801f21d2fd48e044ee6886e77b55df10e0f2130b -SIZE (binary-0.5.0.2.tar.gz) = 41494 diff --git a/devel/hs-binary/pkg-descr b/devel/hs-binary/pkg-descr deleted file mode 100644 index 4af4cbcbf16b..000000000000 --- a/devel/hs-binary/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Efficient, pure binary serialisation using lazy ByteStrings. Haskell -values may be encoded to and from binary formats, written to disk as -binary, or sent over the network. Serialisation speeds of over 1 G/sec -have been observed, so this library should be suitable for high -performance scenarios. - -WWW: http://code.haskell.org/binary/ diff --git a/devel/hs-binary/pkg-plist b/devel/hs-binary/pkg-plist deleted file mode 100644 index 63c22b11f80d..000000000000 --- a/devel/hs-binary/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -@comment $FreeBSD$ -%%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Binary.hi -%%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Binary/Builder.hi -%%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Binary/Get.hi -%%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Binary/Put.hi -%%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSbinary-%%BINARY_VERSION%%.o -%%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHSbinary-%%BINARY_VERSION%%.a -%%BINARY_LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Binary -@dirrm %%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data -@dirrm %%BINARY_LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%BINARY_LIBDIR_REL%% -@exec /bin/sh %D/%%BINARY_LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister binary -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |