Index: head/devel/hs-smallcheck/Makefile =================================================================== --- head/devel/hs-smallcheck/Makefile (revision 291181) +++ head/devel/hs-smallcheck/Makefile (revision 291182) @@ -1,25 +1,22 @@ # New ports collection makefile for: hs-smallcheck # Date created: December 20 2009 # Whom: Giuseppe Pilichi aka Jacula Modyun # # $FreeBSD$ # PORTNAME= smallcheck -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Another lightweight testing library in Haskell LICENSE= BSD CABAL_SETUP= Setup.hs -PORTDATA= * -PORTEXAMPLES= * INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/devel/hs-smallcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/hs-smallcheck/distinfo =================================================================== --- head/devel/hs-smallcheck/distinfo (revision 291181) +++ head/devel/hs-smallcheck/distinfo (revision 291182) @@ -1,2 +1,2 @@ -SHA256 (cabal/smallcheck-0.4.tar.gz) = aa86853b3c480fb3d13115823a7b70126c136ed4913261cd7c354f35aa1c015b -SIZE (cabal/smallcheck-0.4.tar.gz) = 21543 +SHA256 (cabal/smallcheck-0.6.tar.gz) = 3b2d49ff08f9146c3ae70e9d1821977233fa5715f682835751a2fbbca46f62a5 +SIZE (cabal/smallcheck-0.6.tar.gz) = 22364 Property changes on: head/devel/hs-smallcheck/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/hs-smallcheck/files/patch-smallcheck.cabal =================================================================== --- head/devel/hs-smallcheck/files/patch-smallcheck.cabal (revision 291181) +++ head/devel/hs-smallcheck/files/patch-smallcheck.cabal (revision 291182) @@ -1,29 +1,13 @@ ---- smallcheck.cabal.orig 2009-12-25 17:11:58.000000000 +0000 -+++ smallcheck.cabal 2009-12-25 17:17:57.000000000 +0000 -@@ -16,17 +16,19 @@ - Build-Depends: base, haskell98 - Build-Type: Simple +--- ./smallcheck.cabal.orig 2011-12-11 12:08:40.000000000 +0100 ++++ ./smallcheck.cabal 2011-12-16 17:57:48.000000000 +0100 +@@ -27,9 +27,9 @@ + examples/numeric/README, examples/logical/README, examples/imperative/README, + examples/listy/README, examples/regular/README, examples/circuits/README, + examples/binarytries/README, +- README.md, CREDITS.md, CHANGES.md, + examples/run-examples.sh --Extra-source-files: examples/numeric/NumProps.hs, examples/logical/LogicProps.hs, -+Extra-source-files: examples/numeric/NumProps.hs, examples/numeric/README, -+ examples/logical/LogicProps.hs, examples/logical/README, - examples/imperative/Interpreter.hs, examples/imperative/Syntax.hs, - examples/imperative/Machine.hs, examples/imperative/Behaviour.hs, - examples/imperative/Properties.hs, examples/imperative/Value.hs, - examples/imperative/StackMap.hs, examples/imperative/Compiler.hs, -- examples/listy/ListProps.hs, examples/regular/Regular.hs, -- examples/circuits/BitAdd.hs, examples/circuits/Mux.hs, examples/circuits/Sad.hs, -- examples/binarytries/BinaryTries.hs -+ examples/imperative/README, examples/listy/ListProps.hs, -+ examples/listy/README, examples/regular/Regular.hs, -+ examples/regular/README, examples/circuits/BitAdd.hs, -+ examples/circuits/Mux.hs, examples/circuits/Sad.hs, -+ examples/circuits/README, examples/binarytries/BinaryTries.hs, -+ examples/binarytries/README ++Data-files: README.md CREDITS.md CHANGES.md --Data-files: examples/numeric/README, examples/logical/README, examples/imperative/README, -- examples/listy/README, examples/regular/README, examples/circuits/README, -- examples/binarytries/README, README -+Data-files: README - Exposed-modules: Test.SmallCheck + Source-repository head Property changes on: head/devel/hs-smallcheck/files/patch-smallcheck.cabal ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/hs-smallcheck/pkg-descr =================================================================== --- head/devel/hs-smallcheck/pkg-descr (revision 291181) +++ head/devel/hs-smallcheck/pkg-descr (revision 291182) @@ -1,6 +1,6 @@ SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but instead of testing for a sample of randomly generated values, SmallCheck tests properties for all the finitely many values up to some depth, progressively increasing the depth used. -WWW: http://hackage.haskell.org/package/smallcheck +WWW: https://github.com/feuerbach/smallcheck Property changes on: head/devel/hs-smallcheck/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property