- 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
This commit is contained in:
Gabor Pali 2015-01-26 02:43:09 +00:00
parent 4d7b960062
commit ea599db9cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377912
9 changed files with 25 additions and 23 deletions

View file

@ -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

View file

@ -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

View file

@ -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 formats
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

View file

@ -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

View file

@ -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 to represent mathematics
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>

View file

@ -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

View file

@ -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

View file

@ -2,7 +2,7 @@
PORTNAME= activehs
PORTVERSION= 0.3.1
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= gitit
PORTVERSION= 0.10.6.1
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org