Import devel/hs-temporary.

ok sthen@

This library provides functions for creating temporary files and
directories.
This commit is contained in:
kili 2017-11-20 19:17:00 +00:00
parent 4c7bbfa002
commit 412439299f
4 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/11/20 19:17:00 kili Exp $
COMMENT = portable temporary file and directory support
DISTNAME = temporary-1.2.1.1
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = Ipxz6mtANgu8gTukaTLAgc
RUN_DEPENDS = devel/hs-exceptions>=0.6
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (ghc/temporary-1.2.1.1.tar.gz) = VXckceWVKfS96VVfarsh0ZphHH1wsTvv4RTcGg7LAPM=
SIZE (ghc/temporary-1.2.1.1.tar.gz) = 5304

View File

@ -0,0 +1,2 @@
This library provides functions for creating temporary files and
directories.

View File

@ -0,0 +1,29 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/11/20 19:17:00 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
lib/ghc/${DISTNAME}/System/
lib/ghc/${DISTNAME}/System/IO/
lib/ghc/${DISTNAME}/System/IO/Temp.hi
lib/ghc/${DISTNAME}/System/IO/Temp.p_hi
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_p.a
lib/ghc/${DISTNAME}/register.sh
share/doc/hs-${DISTNAME}/
share/doc/hs-${DISTNAME}/LICENSE
share/doc/hs-${DISTNAME}/html/
share/doc/hs-${DISTNAME}/html/System-IO-Temp.html
share/doc/hs-${DISTNAME}/html/doc-index.html
share/doc/hs-${DISTNAME}/html/frames.html
share/doc/hs-${DISTNAME}/html/haddock-util.js
share/doc/hs-${DISTNAME}/html/hslogo-16.png
share/doc/hs-${DISTNAME}/html/index-frames.html
share/doc/hs-${DISTNAME}/html/index.html
share/doc/hs-${DISTNAME}/html/mini_System-IO-Temp.html
share/doc/hs-${DISTNAME}/html/minus.gif
share/doc/hs-${DISTNAME}/html/ocean.css
share/doc/hs-${DISTNAME}/html/plus.gif
share/doc/hs-${DISTNAME}/html/synopsis.png
share/doc/hs-${DISTNAME}/html/temporary.haddock
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/unregister.sh