svn commit: r302312 - in head: devel devel/hs-hlint lang/ghc

Gabor Pali pgj at FreeBSD.org
Wed Aug 8 23:37:49 UTC 2012


Author: pgj
Date: Wed Aug  8 23:37:48 2012
New Revision: 302312
URL: http://svn.freebsd.org/changeset/ports/302312

Log:
  HLint gives suggestions on how to improve your source code.
  
  WWW:    http://community.haskell.org/~ndm/hlint/
  
  Obtained from:	FreeBSD Haskell

Added:
  head/devel/hs-hlint/
  head/devel/hs-hlint/Makefile   (contents, props changed)
  head/devel/hs-hlint/distinfo   (contents, props changed)
  head/devel/hs-hlint/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile
  head/lang/ghc/bsd.hackage.mk

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Aug  8 22:44:38 2012	(r302311)
+++ head/devel/Makefile	Wed Aug  8 23:37:48 2012	(r302312)
@@ -664,6 +664,7 @@
     SUBDIR += hs-hdoc
     SUBDIR += hs-hint
     SUBDIR += hs-hlibev
+    SUBDIR += hs-hlint
     SUBDIR += hs-hoogle
     SUBDIR += hs-hslogger
     SUBDIR += hs-hspec

Added: head/devel/hs-hlint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-hlint/Makefile	Wed Aug  8 23:37:48 2012	(r302312)
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	hs-hlint
+# Date created:		January 2, 2012
+# Whom:			haskell at FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME=	hlint
+PORTVERSION=	1.8.30
+CATEGORIES=	devel haskell
+
+MAINTAINER=	haskell at FreeBSD.org
+COMMENT=	Source code suggestions
+
+LICENSE=	GPLv2
+
+CABAL_SETUP=	Setup.hs
+
+USE_CABAL=	cpphs>=1.11 haskell-src-exts>=1.11 hscolour>=1.17 \
+		transformers>=0.0 uniplate>=1.5
+
+EXECUTABLE=	hlint
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>

Added: head/devel/hs-hlint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-hlint/distinfo	Wed Aug  8 23:37:48 2012	(r302312)
@@ -0,0 +1,2 @@
+SHA256 (cabal/hlint-1.8.30.tar.gz) = 05b47cfc2c255d2b9e52c70a37f1e55a957327f3d610ec3eb62d9513ef81a2b0
+SIZE (cabal/hlint-1.8.30.tar.gz) = 67921

Added: head/devel/hs-hlint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-hlint/pkg-descr	Wed Aug  8 23:37:48 2012	(r302312)
@@ -0,0 +1,3 @@
+HLint gives suggestions on how to improve your source code.
+
+WWW:	http://community.haskell.org/~ndm/hlint/

Modified: head/lang/ghc/bsd.hackage.mk
==============================================================================
--- head/lang/ghc/bsd.hackage.mk	Wed Aug  8 22:44:38 2012	(r302311)
+++ head/lang/ghc/bsd.hackage.mk	Wed Aug  8 23:37:48 2012	(r302312)
@@ -142,6 +142,7 @@ highlighting-kate_port=		textproc/hs-hig
 hint_port=			devel/hs-hint
 hjsmin_port=			www/hs-hjsmin
 hlibev_port=			devel/hs-hlibev		# lib_depends
+hlint_port=			devel/hs-hlint		# executable
 hoogle_port=			devel/hs-hoogle		# executable
 hostname_port=			net/hs-hostname
 hs-bibutils_port=		textproc/hs-hs-bibutils



More information about the svn-ports-all mailing list