diff options
Diffstat (limited to 'security/hs-digest')
| -rw-r--r-- | security/hs-digest/Makefile | 55 | ||||
| -rw-r--r-- | security/hs-digest/distinfo | 3 | ||||
| -rw-r--r-- | security/hs-digest/pkg-descr | 5 | ||||
| -rw-r--r-- | security/hs-digest/pkg-plist | 14 |
4 files changed, 0 insertions, 77 deletions
diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile deleted file mode 100644 index 63a8072b1ffa..000000000000 --- a/security/hs-digest/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: hs-digest-ghc -# Date created: January 22, 2009 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= digest -PORTVERSION= 0.0.0.5 -CATEGORIES= security haskell -MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ -PKGNAMEPREFIX= hs- -PKGNAMESUFFIX= -ghc - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient cryptographic hash implementations in Haskell - -BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc - -GHC_VERSION= 6.8.3 -CABALCMD= ${LOCALBASE}/bin/runghc Setup.hs -CABALDIR= lib/ghc-${GHC_VERSION}/cabal - -SUBDIR= lib/${PORTNAME}-${PORTVERSION} -PLIST_SUB= GHC_VERSION=${GHC_VERSION} \ - PORTNAME=${PORTNAME} \ - PORTVERSION=${PORTVERSION} \ - SUBDIR=${CABALDIR} -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -PORTDOCS= LICENSE html - -CONFIGURE_ARGS= --ghc --prefix=${PREFIX} --libdir=${PREFIX}/${CABALDIR} --libsubdir='' --datasubdir='' - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock -PLIST_SUB+= RMLIC="@comment " -.else -PLIST_SUB+= RMLIC="" -.endif - -do-configure: - cd ${WRKSRC} && ${CABALCMD} configure ${CONFIGURE_ARGS} - -do-build: - cd ${WRKSRC} && ${CABALCMD} build && ${CABALCMD} --gen-script register -.if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${CABALCMD} haddock -.endif - -do-install: - cd ${WRKSRC} && ${CABALCMD} install - ${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${CABALDIR}/${PORTNAME}-register.sh - -.include <bsd.port.mk> diff --git a/security/hs-digest/distinfo b/security/hs-digest/distinfo deleted file mode 100644 index 073182b6394d..000000000000 --- a/security/hs-digest/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (digest-0.0.0.5.tar.gz) = ba60cc9d1ad6d0795ad84390976699d1 -SHA256 (digest-0.0.0.5.tar.gz) = dddfcdd325dc7d4fb1ce4772c1f5618cb20504b28dba8a78682011cba1341efd -SIZE (digest-0.0.0.5.tar.gz) = 15487 diff --git a/security/hs-digest/pkg-descr b/security/hs-digest/pkg-descr deleted file mode 100644 index c57435d330e6..000000000000 --- a/security/hs-digest/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides efficient cryptographic hash implementations for -strict and lazy bytestrings for the functional programming language -Haskell. - -WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest diff --git a/security/hs-digest/pkg-plist b/security/hs-digest/pkg-plist deleted file mode 100644 index d1bd66c8263c..000000000000 --- a/security/hs-digest/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD$ -%%SUBDIR%%/Data/Digest/Adler32.hi -%%SUBDIR%%/Data/Digest/CRC32.hi -%%SUBDIR%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%SUBDIR%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%SUBDIR%%/%%PORTNAME%%-register.sh -%%RMLIC%%%%DOCSDIR%%/LICENSE -%%RMLIC%%@dirrm %%DOCSDIR%% -@dirrmtry %%SUBDIR%%/Data/Digest -@dirrmtry %%SUBDIR%%/Data -@exec sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh -@exec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec ghc-pkg unregister %%PORTNAME%% -@unexec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |
