diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-14 02:52:13 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-27 03:32:17 +0800 |
commit | e28d115bbd120ac7a51ba3118dd76aa213ee23fb (patch) | |
tree | 4cc1d70ea7bad75360ed2b2c847f2e86ff87cf5e /www/hs-snap | |
parent | 69cf31911812a191795d674f635f763f863eaa9f (diff) | |
parent | dbc077bbc1ba74ae27a50f33ac98c4b908ccdf38 (diff) | |
download | freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.gz freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.zst freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.zip |
Git and myself don't get along, I messed up the master branch really good
attempt to correct this.
Diffstat (limited to 'www/hs-snap')
-rw-r--r-- | www/hs-snap/Makefile | 23 | ||||
-rw-r--r-- | www/hs-snap/distinfo | 3 | ||||
-rw-r--r-- | www/hs-snap/pkg-descr | 8 |
3 files changed, 0 insertions, 34 deletions
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile index a840bb27ada6..e69de29bb2d1 100644 --- a/www/hs-snap/Makefile +++ b/www/hs-snap/Makefile @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= snap -PORTVERSION= 1.1.1.0 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Top-level package for the Snap Web Framework - -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= aeson attoparsec cereal clientsession configurator \ - directory-tree dlist hashable heist lens lifted-base \ - map-syntax monad-control mtl mwc-random pwstore-fast \ - snap-core snap-server transformers-base \ - unordered-containers xmlhtml - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo index 4debd81b9c46..e69de29bb2d1 100644 --- a/www/hs-snap/distinfo +++ b/www/hs-snap/distinfo @@ -1,3 +0,0 @@ -TIMESTAMP = 1531830411 -SHA256 (cabal/snap-1.1.1.0.tar.gz) = e74b645ed6f97c47ce55e68d416d86363a99f891c876e1e2d5d34d147cde6f22 -SIZE (cabal/snap-1.1.1.0.tar.gz) = 82418 diff --git a/www/hs-snap/pkg-descr b/www/hs-snap/pkg-descr index 2a9aefd65097..e69de29bb2d1 100644 --- a/www/hs-snap/pkg-descr +++ b/www/hs-snap/pkg-descr @@ -1,8 +0,0 @@ -This is the top-level package for the official Snap Framework libraries. -It includes: - - * The Snaplets API - * The "snap" executable program for generating starter projects - * Snaplets for sessions, authentication, and templates - -WWW: http://snapframework.com/ |