View | Details | Raw Unified | Return to bug 282812
Collapse All | Expand All

(-)b/devel/hs-hspec-discover/Makefile (-2 / +4 lines)
Lines 1-10 Link Here
1
PORTNAME=	hspec-discover
1
PORTNAME=	hspec-discover
2
PORTVERSION=	2.11.9
2
DISTVERSION=	2.11.10
3
CATEGORIES=	devel haskell
3
CATEGORIES=	devel haskell
4
4
5
MAINTAINER=	haskell@FreeBSD.org
5
MAINTAINER=	haskell@FreeBSD.org
6
COMMENT=	Automatically discover and run Hspec tests
6
COMMENT=	Automatically discover and run Hspec tests
7
WWW=		https://hspec.github.io/
7
WWW=		https://hspec.github.io/ \
8
		https://github.com/hspec/hspec/ \
9
		https://hackage.haskell.org/package/hspec
8
10
9
LICENSE=	MIT
11
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
(-)b/devel/hs-hspec-discover/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1717151751
1
TIMESTAMP = 1731857088
2
SHA256 (cabal/hspec-discover-2.11.9/hspec-discover-2.11.9.tar.gz) = 176644f3ce2b2e6d3c17b4c0906eb66d365c3f007bc31d47adc11e9bcd049414
2
SHA256 (cabal/hspec-discover-2.11.10/hspec-discover-2.11.10.tar.gz) = 7333117ba250e0ed47d8b2d0b1cb43dfa5045b7c8e8e842c8b53fb08b22c3200
3
SIZE (cabal/hspec-discover-2.11.9/hspec-discover-2.11.9.tar.gz) = 6894
3
SIZE (cabal/hspec-discover-2.11.10/hspec-discover-2.11.10.tar.gz) = 6895
(-)b/devel/hs-hspec-discover/pkg-descr (-2 / +7 lines)
Line 1 Link Here
1
Automatically discover and run Hspec tests.
1
Hspec is a testing framework for Haskell.
2
Some of Hspec's distinctive features are:
3
4
- a friendly DSL for defining tests
5
- integration with QuickCheck, SmallCheck, and HUnit
6
- parallel test execution
7
- automatic discovery of test files
2
- 

Return to bug 282812