aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-feed
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-feed')
-rw-r--r--textproc/hs-feed/Makefile22
-rw-r--r--textproc/hs-feed/distinfo3
-rw-r--r--textproc/hs-feed/pkg-descr3
3 files changed, 0 insertions, 28 deletions
diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile
deleted file mode 100644
index d7ba01c7ea62..000000000000
--- a/textproc/hs-feed/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
-# $FreeBSD$
-
-PORTNAME= feed
-PORTVERSION= 1.0.1.0
-PORTREVISION= 1
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
-
-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
-
-USE_CABAL= base-compat old-locale>=1.0 old-time>=1 safe \
- time-locale-compat>=0.1 utf8-string xml>=1.2.6 xml-conduit \
- xml-types
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-feed/distinfo b/textproc/hs-feed/distinfo
deleted file mode 100644
index ce87036646bd..000000000000
--- a/textproc/hs-feed/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1545834803
-SHA256 (cabal/feed-1.0.1.0.tar.gz) = 87bd055b13c43f54e997f716a33d647c6bc1cdb78337c840d144c0b5fdccd31c
-SIZE (cabal/feed-1.0.1.0.tar.gz) = 105930
diff --git a/textproc/hs-feed/pkg-descr b/textproc/hs-feed/pkg-descr
deleted file mode 100644
index 5d4dcc4a7cef..000000000000
--- a/textproc/hs-feed/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell.
-
-WWW: https://github.com/bergmark/feed