diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:22:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:22:39 +0000 |
commit | 756a67108b6b8412f41c5eb41d9d080acf02a8c1 (patch) | |
tree | a7e9d9fdae33a91957c9d7d63b8d9a1733c2a87c /converters | |
parent | d2a9235cf12580b91ec797b11b9b0db6aa23b34b (diff) | |
download | ports-756a67108b6b8412f41c5eb41d9d080acf02a8c1.tar.gz ports-756a67108b6b8412f41c5eb41d9d080acf02a8c1.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/hs-sandi/Makefile | 25 | ||||
-rw-r--r-- | converters/hs-sandi/distinfo | 3 | ||||
-rw-r--r-- | converters/hs-sandi/pkg-descr | 3 |
4 files changed, 0 insertions, 32 deletions
diff --git a/converters/Makefile b/converters/Makefile index 8cc205c232ba..6879bf444b19 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -33,7 +33,6 @@ SUBDIR += gbase SUBDIR += gbsdconv SUBDIR += hs-aeson-pretty - SUBDIR += hs-sandi SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile deleted file mode 100644 index 37335a5b686d..000000000000 --- a/converters/hs-sandi/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= sandi -PORTVERSION= 0.4.3 -PORTREVISION= 1 -CATEGORIES= converters haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Data encoding library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -CONFLICTS_INSTALL= hs-dataenc-[0-9]* - -USE_CABAL= conduit exceptions stringsearch - -post-extract: - ${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs - ${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/converters/hs-sandi/distinfo b/converters/hs-sandi/distinfo deleted file mode 100644 index 49114eccdc77..000000000000 --- a/converters/hs-sandi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835387 -SHA256 (cabal/sandi-0.4.3.tar.gz) = 76dc1332023b49635d9ae2fa7f3d0618f05fbe6dfdfe54416d19c16993fd214a -SIZE (cabal/sandi-0.4.3.tar.gz) = 19237 diff --git a/converters/hs-sandi/pkg-descr b/converters/hs-sandi/pkg-descr deleted file mode 100644 index 17ff49ea45d6..000000000000 --- a/converters/hs-sandi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Reasonably fast data encoding library. - -WWW: http://hackage.haskell.org/package/sandi |