aboutsummaryrefslogtreecommitdiff
path: root/math/hs-vector-space
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-05-09 05:28:57 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-05-09 05:28:57 +0000
commit0c76a8384fc1de4958eb1228befbee727f00c596 (patch)
tree28680b3da252da7f45a2d25108e4e2a6e41a77e5 /math/hs-vector-space
parentf2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff)
downloadports-0c76a8384fc1de4958eb1228befbee727f00c596.tar.gz
ports-0c76a8384fc1de4958eb1228befbee727f00c596.zip
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports are also updated to their corresponding Haskell Platform versions, or latest versions. We would like to acknowledge the support of the FreeBSD Donations Team and Eotvos Lorand University, Faculty of Informatics who contributed to the server that we used for testing. We would also like to thank all the testers who tested FreeBSD Haskell ports and provided their feedback. PR: ports/156642 Approved by: tabthorpe (mentor) Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=273838
Diffstat (limited to 'math/hs-vector-space')
-rw-r--r--math/hs-vector-space/Makefile7
-rw-r--r--math/hs-vector-space/distinfo4
-rw-r--r--math/hs-vector-space/pkg-plist21
3 files changed, 7 insertions, 25 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile
index 64189cdd9f27..505e0332ac7a 100644
--- a/math/hs-vector-space/Makefile
+++ b/math/hs-vector-space/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= vector-space
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Vector & affine spaces, linear maps, and derivatives in Haskell
-USE_HACKAGE= Boolean>=0.0.1 MemoTrie>=0.4.2
+LICENSE= BSD
+FILE_LICENSE= COPYING
+
+USE_CABAL= Boolean>=0.0.1 MemoTrie>=0.4.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/math/hs-vector-space/distinfo b/math/hs-vector-space/distinfo
index b483887e7150..6c0e8b7bca67 100644
--- a/math/hs-vector-space/distinfo
+++ b/math/hs-vector-space/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/vector-space-0.7.1.tar.gz) = 0e2d3d5f435b2766971c8be112e5e8e9ff5d78b43417d83d8e98ff082c284d61
-SIZE (cabal/vector-space-0.7.1.tar.gz) = 17017
+SHA256 (cabal/vector-space-0.7.2.tar.gz) = 391fc90943cb63b0aa696aede46159c69b5308a2d91ec5816ef6cda736a3256e
+SIZE (cabal/vector-space-0.7.2.tar.gz) = 17769
diff --git a/math/hs-vector-space/pkg-plist b/math/hs-vector-space/pkg-plist
deleted file mode 100644
index 022de4c9d03e..000000000000
--- a/math/hs-vector-space/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-@comment $FreeBSD$
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/AdditiveGroup.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/AffineSpace.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Basis.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Cross.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Derivative.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/LinearMap.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Maclaurin.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/NumInstances.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/VectorSpace.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
-%%LIBDIR_REL%%/register.sh
-%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
-@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data
-@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%
-@dirrm %%LIBDIR_REL%%
-@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh
-@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
-@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%%
-@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old