aboutsummaryrefslogtreecommitdiff
path: root/print/hs-hscolour
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
commit39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch)
tree607a5ca77efd301a2b4dc49b05d108829fcffa77 /print/hs-hscolour
parent75b64b1cb42c127b71646f039269eb7bd560d8ef (diff)
downloadports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz
ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip
Notes
Diffstat (limited to 'print/hs-hscolour')
-rw-r--r--print/hs-hscolour/Makefile3
-rw-r--r--print/hs-hscolour/distinfo4
-rw-r--r--print/hs-hscolour/pkg-descr14
3 files changed, 8 insertions, 13 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile
index ce4f0ca417db..b8a44394f805 100644
--- a/print/hs-hscolour/Makefile
+++ b/print/hs-hscolour/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= hscolour
-PORTVERSION= 1.20.3
-PORTREVISION= 8
+PORTVERSION= 1.23
PORTEPOCH= 1
CATEGORIES= print haskell
diff --git a/print/hs-hscolour/distinfo b/print/hs-hscolour/distinfo
index 156c5fd9a68d..4edf4754dfa1 100644
--- a/print/hs-hscolour/distinfo
+++ b/print/hs-hscolour/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/hscolour-1.20.3.tar.gz) = 3adb816fba3ecdf9f1ee5fb23feb0611b0762f7e8c2a282c2def5cc2f5483d96
-SIZE (cabal/hscolour-1.20.3.tar.gz) = 25810
+SHA256 (cabal/hscolour-1.23.tar.gz) = 97167eaecc309eff51317d6e925881bc9f27921bd52692121f0fc5aaee1791b0
+SIZE (cabal/hscolour-1.23.tar.gz) = 26027
diff --git a/print/hs-hscolour/pkg-descr b/print/hs-hscolour/pkg-descr
index af34f30061b9..1cf64a9d1335 100644
--- a/print/hs-hscolour/pkg-descr
+++ b/print/hs-hscolour/pkg-descr
@@ -1,11 +1,7 @@
-hscolour is a small Haskell script to colourise Haskell code.
-It currently has six output formats:
-
- - ANSI terminal codes,
- - HTML 3.2 with <font> tags,
- - HTML 4.01 with CSS,
- - XHTML 1.0 with inline CSS styling,
- - LaTeX,
- - and mIRC chat codes.
+hscolour is a small Haskell script to colourise Haskell code. It
+currently has six output formats: ANSI terminal codes (optionally
+XTerm-256colour codes), HTML 3.2 with font tags, HTML 4.01 with CSS,
+HTML 4.01 with CSS and mouseover annotations, XHTML 1.0 with inline CSS
+styling, LaTeX, and mIRC chat codes.
WWW: http://code.haskell.org/~malcolm/hscolour/