Remove devel/hs-dataenc.
It's EOL, superseded by devel/hs-sandi, and no longer used after the update of games/hedgewars by pascal@.
This commit is contained in:
parent
0486c5ff02
commit
e61a8f282e
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2017/11/07 21:13:27 kili Exp $
|
||||
|
||||
COMMENT = data encoding library for Haskell
|
||||
|
||||
DISTNAME = dataenc-0.14.0.7
|
||||
REVISION = 3
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.haskell.org/haskellwiki/Library/Data_encoding
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
MODGHC_PACKAGE_KEY = G2dHH1qsNfRHkR4LBnLkUl
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (ghc/dataenc-0.14.0.7.tar.gz) = +dNwoawbnNPGar0TrTUScNAgoh/Nd09J2ubPqfipj/M=
|
||||
SIZE (ghc/dataenc-0.14.0.7.tar.gz) = 12813
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-dataenc_cabal,v 1.4 2016/12/10 21:01:56 kili Exp $
|
||||
|
||||
Builds fine with base-4.9 (ghc-8.0).
|
||||
|
||||
--- dataenc.cabal.orig Tue Apr 22 20:38:41 2014
|
||||
+++ dataenc.cabal Sun Sep 20 16:16:17 2015
|
||||
@@ -21,7 +21,7 @@ flag tests
|
||||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
- build-depends: array, base >= 3.0.0 && < 4.8, containers
|
||||
+ build-depends: array, base >= 3.0.0 && < 4.10, containers
|
||||
exposed-modules:
|
||||
Codec.Binary.Base16
|
||||
Codec.Binary.Base32
|
@ -1,3 +0,0 @@
|
||||
Data encoding library currently providing Base16, Base32, Base32Hex,
|
||||
Base64, Base64Url, Base85, Python string escaping, Quoted-Printable,
|
||||
URL encoding, uuencode, xxencode, and yEncoding.
|
@ -1,79 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2015/12/27 15:31:38 pascal Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Codec/
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base16.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base16.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base32.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base32.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base32Hex.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base32Hex.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base64.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base64.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base64Url.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base64Url.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base85.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Base85.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/DataEncoding.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/DataEncoding.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/PythonString.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/PythonString.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/QuotedPrintable.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/QuotedPrintable.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Url.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Url.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Util.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Util.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Uu.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Uu.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Xx.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Xx.p_hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Yenc.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Binary/Yenc.p_hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||
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/Codec-Binary-Base16.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Base32.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Base32Hex.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Base64.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Base64Url.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Base85.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-DataEncoding.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-PythonString.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-QuotedPrintable.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Url.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Uu.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Xx.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Binary-Yenc.html
|
||||
share/doc/hs-${DISTNAME}/html/dataenc.haddock
|
||||
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_Codec-Binary-Base16.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Base32.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Base32Hex.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Base64.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Base64Url.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Base85.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-DataEncoding.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-PythonString.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-QuotedPrintable.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Url.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Uu.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Xx.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Binary-Yenc.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
|
||||
@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
|
Loading…
x
Reference in New Issue
Block a user