Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 02:43:10 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377912 - in head: textproc/hs-highlighting-kate textproc/hs-pandoc textproc/hs-texmath www/hs-activehs www/hs-gitit
Message-ID:  <201501260243.t0Q2hArm044712@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Mon Jan 26 02:43:09 2015
New Revision: 377912
URL: https://svnweb.freebsd.org/changeset/ports/377912
QAT: https://qat.redports.org/buildarchive/r377912/

Log:
  - Update pandoc to 1.13.2
  - Update texmath to 0.8.0.1
  - Update highlighting-kate to 0.5.11.1
  - Bump port revision for dependents
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/textproc/hs-highlighting-kate/Makefile
  head/textproc/hs-highlighting-kate/distinfo
  head/textproc/hs-pandoc/Makefile
  head/textproc/hs-pandoc/distinfo
  head/textproc/hs-texmath/Makefile
  head/textproc/hs-texmath/distinfo
  head/textproc/hs-texmath/pkg-descr
  head/www/hs-activehs/Makefile
  head/www/hs-gitit/Makefile

Modified: head/textproc/hs-highlighting-kate/Makefile
==============================================================================
--- head/textproc/hs-highlighting-kate/Makefile	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-highlighting-kate/Makefile	Mon Jan 26 02:43:09 2015	(r377912)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	highlighting-kate
-PORTVERSION=	0.5.8.5
-PORTREVISION=	1
+PORTVERSION=	0.5.11.1
 CATEGORIES=	textproc haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/textproc/hs-highlighting-kate/distinfo
==============================================================================
--- head/textproc/hs-highlighting-kate/distinfo	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-highlighting-kate/distinfo	Mon Jan 26 02:43:09 2015	(r377912)
@@ -1,2 +1,2 @@
-SHA256 (cabal/highlighting-kate-0.5.8.5.tar.gz) = d386eb0b49303c454b0cb20e2a771d48e6b51407a3e3ff130a845ce95c5fd677
-SIZE (cabal/highlighting-kate-0.5.8.5.tar.gz) = 724217
+SHA256 (cabal/highlighting-kate-0.5.11.1.tar.gz) = 7b5af011fb86b0358c186245840c95c4c43ada3d98f7b9060d9ce2a0c2e5c2fc
+SIZE (cabal/highlighting-kate-0.5.11.1.tar.gz) = 862965

Modified: head/textproc/hs-pandoc/Makefile
==============================================================================
--- head/textproc/hs-pandoc/Makefile	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-pandoc/Makefile	Mon Jan 26 02:43:09 2015	(r377912)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pandoc
-PORTVERSION=	1.13.1
+PORTVERSION=	1.13.2
 CATEGORIES=	textproc haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -10,15 +10,16 @@ COMMENT=	Conversion between markup forma
 
 LICENSE=	GPLv2
 
-USE_CABAL=	aeson>=0.7.0.5 base64-bytestring>=0.1 blaze-html>=0.5 \
+USE_CABAL=	aeson>=0.7 base64-bytestring>=0.1 blaze-html>=0.5 \
 		blaze-markup>=0.5.1 data-default>=0.4 deepseq-generics>=0.1 \
 		extensible-exceptions>=0.1 haddock-library>=1.1 \
-		highlighting-kate>=0.5.8.5 hslua>=0.3 HTTP>=4000.0.5 \
+		highlighting-kate>=0.5.11.1 hslua>=0.3 HTTP>=4000.0.5 \
 		JuicyPixels>=3.1.6.1 mtl>=1.1 network>=2 \
 		pandoc-types>=1.12.4 parsec>=3.1 random>=1 scientific>=0.2 \
-		SHA>=1.6 syb>=0.1 tagsoup>=0.13.1 temporary>=1.1 texmath>=0.8 \
-		text>=0.11 unordered-containers>=0.2 vector>=0.10 xml>=1.3.12 \
-		yaml>=0.8.8.2 zip-archive>=0.2.3.4 zlib>=0.5
+		SHA>=1.6 syb>=0.1 tagsoup>=0.13.1 temporary>=1.1 \
+		texmath>=0.8.0.1 text>=0.11 unordered-containers>=0.2 \
+		vector>=0.10 xml>=1.3.12 yaml>=0.8.8.2 zip-archive>=0.2.3.4 \
+		zlib>=0.5
 
 USE_ALEX=	yes
 USE_HAPPY=	yes

Modified: head/textproc/hs-pandoc/distinfo
==============================================================================
--- head/textproc/hs-pandoc/distinfo	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-pandoc/distinfo	Mon Jan 26 02:43:09 2015	(r377912)
@@ -1,2 +1,2 @@
-SHA256 (cabal/pandoc-1.13.1.tar.gz) = 7b1bb9b7d66edfbac33796a3f5d3218c2add786b95ea9dfbd497dc0e8ed27e6f
-SIZE (cabal/pandoc-1.13.1.tar.gz) = 1823730
+SHA256 (cabal/pandoc-1.13.2.tar.gz) = e65c445f4454e9efcf1bc8c28754260d7108803bd8979bc2ff3c34705e386d8a
+SIZE (cabal/pandoc-1.13.2.tar.gz) = 1980729

Modified: head/textproc/hs-texmath/Makefile
==============================================================================
--- head/textproc/hs-texmath/Makefile	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-texmath/Makefile	Mon Jan 26 02:43:09 2015	(r377912)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	texmath
-PORTVERSION=	0.8
-PORTREVISION=	1
+PORTVERSION=	0.8.0.1
 CATEGORIES=	textproc haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -11,9 +10,9 @@ COMMENT=	Conversion between formats used
 
 LICENSE=	GPLv2
 
-USE_CABAL=	mtl pandoc-types>=1.12.3.3 parsec>=3 syb xml
+USE_CABAL=	mtl network pandoc-types>=1.12.3.3 parsec>=3 syb xml
 
-FLAGS_DISABLE=	executable
+FLAGS_DISABLE=	executable network-uri
 
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>

Modified: head/textproc/hs-texmath/distinfo
==============================================================================
--- head/textproc/hs-texmath/distinfo	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-texmath/distinfo	Mon Jan 26 02:43:09 2015	(r377912)
@@ -1,2 +1,2 @@
-SHA256 (cabal/texmath-0.8.tar.gz) = eb9d558a67ac429055ebf70484b36a58ddbc9df1be59dfbf13146247524911c8
-SIZE (cabal/texmath-0.8.tar.gz) = 1613635
+SHA256 (cabal/texmath-0.8.0.1.tar.gz) = 9625e7106c76199f1228777569a49900bf300e1f4880c69c22986358d5d5c8cc
+SIZE (cabal/texmath-0.8.0.1.tar.gz) = 1595283

Modified: head/textproc/hs-texmath/pkg-descr
==============================================================================
--- head/textproc/hs-texmath/pkg-descr	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/textproc/hs-texmath/pkg-descr	Mon Jan 26 02:43:09 2015	(r377912)
@@ -1,6 +1,8 @@
-The texmathml library provides functions to convert LaTeX math formulas
-to presentation MathML (which can be used in HTML) or OMML (Office Math
-Markup Language, used in Microsoft Office). It supports basic LaTeX and
-AMS extensions, and it can parse and apply LaTeX macros.
+The texmath library provides functions to read and write TeX math,
+presentation MathML, and OMML (Office Math Markup Language, used in
+Microsoft Office).  Support is also included for converting math formats to
+pandoc's native format (allowing conversion, via pandoc, to a variety of
+different markup formats).  The TeX reader supports basic LaTeX and AMS
+extensions, and it can parse and apply LaTeX macros.
 
 WWW: http://github.com/jgm/texmath

Modified: head/www/hs-activehs/Makefile
==============================================================================
--- head/www/hs-activehs/Makefile	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/www/hs-activehs/Makefile	Mon Jan 26 02:43:09 2015	(r377912)
@@ -2,7 +2,7 @@
 
 PORTNAME=	activehs
 PORTVERSION=	0.3.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	www haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/www/hs-gitit/Makefile
==============================================================================
--- head/www/hs-gitit/Makefile	Mon Jan 26 02:42:55 2015	(r377911)
+++ head/www/hs-gitit/Makefile	Mon Jan 26 02:43:09 2015	(r377912)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitit
 PORTVERSION=	0.10.6.1
+PORTREVISION=	1
 CATEGORIES=	www haskell
 
 MAINTAINER=	haskell@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501260243.t0Q2hArm044712>