pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Update to 3.51. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c7bff2e5ba3
branches:  trunk
changeset: 334254:9c7bff2e5ba3
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue May 21 21:56:57 2019 +0000

description:
Update to 3.51. From the changelog:

- SVG output: added `white-space: pre` in styles
- HTML output: replaced &apos; by &#39; (https://bugs.debian.org/927410)
- HTML output: fixed index file format (missing close tags)
- CLI: moved syntax recognition functions to DataDir class
- CLI: added regular expressions and default false values to --verbose output
- CLI: fixed `--list-cat` without `--list-scripts` (https://gitlab.com/saalen/highlight/issues/107)
- CLI: added optional argument to `--base16` (https://gitlab.com/saalen/highlight/issues/113)
- CLI: added default base16 themes (https://gitlab.com/saalen/highlight/issues/113)
- CLI: added `--isolate` option (https://gitlab.com/saalen/highlight/issues/118)
- GUI: improved UTF16 input path handling on Windows

diffstat:

 textproc/highlight/Makefile                                   |   3 +-
 textproc/libhighlight/Makefile                                |   4 +--
 textproc/libhighlight/Makefile.common                         |   4 +-
 textproc/libhighlight/PLIST                                   |   4 ++-
 textproc/libhighlight/distinfo                                |  12 +++++-----
 textproc/libhighlight/patches/patch-src_gui-qt_mainwindow.cpp |  10 ++++----
 textproc/py-libxslt/Makefile                                  |   4 ++-
 7 files changed, 21 insertions(+), 20 deletions(-)

diffs (133 lines):

diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/highlight/Makefile
--- a/textproc/highlight/Makefile       Tue May 21 20:55:20 2019 +0000
+++ b/textproc/highlight/Makefile       Tue May 21 21:56:57 2019 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.19 2019/04/03 00:33:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2019/05/21 21:56:57 schmonz Exp $
 
-PKGREVISION= 1
 .include "../../textproc/libhighlight/Makefile.common"
 
 MANCOMPRESSED=         yes
diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/libhighlight/Makefile
--- a/textproc/libhighlight/Makefile    Tue May 21 20:55:20 2019 +0000
+++ b/textproc/libhighlight/Makefile    Tue May 21 21:56:57 2019 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2018/05/03 13:13:51 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/21 21:56:57 schmonz Exp $
 
 .include "../../textproc/libhighlight/Makefile.common"
 
 PKGNAME=               libhighlight-${VERSION}
 COMMENT+=               (shared library)
 
-USE_LIBTOOL=           yes
-
 BUILD_TARGET=          lib-shared
 
 EGDIR=                 ${PREFIX}/share/examples/highlight
diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/libhighlight/Makefile.common
--- a/textproc/libhighlight/Makefile.common     Tue May 21 20:55:20 2019 +0000
+++ b/textproc/libhighlight/Makefile.common     Tue May 21 21:56:57 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.8 2019/04/26 12:44:43 roy Exp $
+# $NetBSD: Makefile.common,v 1.9 2019/05/21 21:56:57 schmonz Exp $
 # used by textproc/highlight/Makefile
 # used by textproc/libhighlight/Makefile
 # used by textproc/p5-highlight/Makefile
 
 DISTNAME=              highlight-${VERSION}
-VERSION=               3.50
+VERSION=               3.51
 CATEGORIES=            textproc
 MASTER_SITES=          http://www.andre-simon.de/zip/
 EXTRACT_SUFX=          .tar.bz2
diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/libhighlight/PLIST
--- a/textproc/libhighlight/PLIST       Tue May 21 20:55:20 2019 +0000
+++ b/textproc/libhighlight/PLIST       Tue May 21 21:56:57 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/04/04 14:14:28 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/05/21 21:56:57 schmonz Exp $
 lib/libhighlight.la
 share/doc/highlight/AUTHORS
 share/doc/highlight/COPYING
@@ -76,6 +76,7 @@
 share/highlight/langDefs/arm.lang
 share/highlight/langDefs/as400cl.lang
 share/highlight/langDefs/ascend.lang
+share/highlight/langDefs/asciidoc.lang
 share/highlight/langDefs/asp.lang
 share/highlight/langDefs/aspect.lang
 share/highlight/langDefs/assembler.lang
@@ -129,6 +130,7 @@
 share/highlight/langDefs/erb.lang
 share/highlight/langDefs/erlang.lang
 share/highlight/langDefs/euphoria.lang
+share/highlight/langDefs/exapunks.lang
 share/highlight/langDefs/excel.lang
 share/highlight/langDefs/express.lang
 share/highlight/langDefs/fame.lang
diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/libhighlight/distinfo
--- a/textproc/libhighlight/distinfo    Tue May 21 20:55:20 2019 +0000
+++ b/textproc/libhighlight/distinfo    Tue May 21 21:56:57 2019 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.9 2019/04/04 14:14:28 schmonz Exp $
+$NetBSD: distinfo,v 1.10 2019/05/21 21:56:57 schmonz Exp $
 
-SHA1 (highlight-3.50.tar.bz2) = 8499963717f9d1e639b2689f6775ffd5f0aacbb4
-RMD160 (highlight-3.50.tar.bz2) = 8c273ee95c1778fcdb51e17472bc4fbb0d0ff188
-SHA512 (highlight-3.50.tar.bz2) = 1911a29fea6a157ff237276673acf0ae2b5a931ad7beeacf26a67970fc5ec66abf6dc64ff1694bf0cf68414c29f597625700943da772823a025f7a139d606c3d
-Size (highlight-3.50.tar.bz2) = 1386968 bytes
+SHA1 (highlight-3.51.tar.bz2) = dd0026bd404f46eeb3c17636e139a8ef09598039
+RMD160 (highlight-3.51.tar.bz2) = 2b1f6ae13a4ed4e3e76799f4c9fbfa3d8340053e
+SHA512 (highlight-3.51.tar.bz2) = 899f8bb735c061c3561250d2747df3e7a5776a8fd54dfb073a48b4f709732a92c906b0f2b95cb717bfc2fe71fc99d4b5b3e6e9e4983048e1a23409895fa8b87d
+Size (highlight-3.51.tar.bz2) = 1396851 bytes
 SHA1 (patch-extras_swig_makefile) = 2bb62f7519cd5baed60b1af5f606ce22444c346f
 SHA1 (patch-makefile) = c9c15d82c826b8d0b99b59dedf0fb43b4eb9c063
 SHA1 (patch-src_core_platform__fs.cpp) = 2f95652e616026b435ff369e59fbc2fc67a613a0
-SHA1 (patch-src_gui-qt_mainwindow.cpp) = 8688f68e4dd64ccab2df577262baa2579040505a
+SHA1 (patch-src_gui-qt_mainwindow.cpp) = 977c34f85929bcd2a008d91dac812e44e63afb62
 SHA1 (patch-src_gui-qt_showtextfile.cpp) = 9bd974f40aa9a5bf7c8178e079d4ee1818a4d7b8
 SHA1 (patch-src_makefile) = d07c197a731f5a6197b55f4c8f12bd01ad11d544
diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/libhighlight/patches/patch-src_gui-qt_mainwindow.cpp
--- a/textproc/libhighlight/patches/patch-src_gui-qt_mainwindow.cpp     Tue May 21 20:55:20 2019 +0000
+++ b/textproc/libhighlight/patches/patch-src_gui-qt_mainwindow.cpp     Tue May 21 21:56:57 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_gui-qt_mainwindow.cpp,v 1.2 2019/02/12 19:46:12 schmonz Exp $
+$NetBSD: patch-src_gui-qt_mainwindow.cpp,v 1.3 2019/05/21 21:56:57 schmonz Exp $
 
 Use X11 on Darwin, like everywhere else.
 
---- src/gui-qt/mainwindow.cpp.orig     2019-02-06 20:21:57.000000000 +0000
+--- src/gui-qt/mainwindow.cpp.orig     2019-05-17 19:04:13.000000000 +0000
 +++ src/gui-qt/mainwindow.cpp
 @@ -36,6 +36,8 @@ along with Highlight.  If not, see <http
  #include "io_report.h"
@@ -10,6 +10,6 @@
  
 +#undef Q_OS_OSX
 +
- //#include <QDebug>
- 
- MainWindow::MainWindow(QWidget *parent)
+ #ifdef Q_OS_WIN
+ #include <windows.h>
+ #endif
diff -r 86553aaf81e4 -r 9c7bff2e5ba3 textproc/py-libxslt/Makefile
--- a/textproc/py-libxslt/Makefile      Tue May 21 20:55:20 2019 +0000
+++ b/textproc/py-libxslt/Makefile      Tue May 21 21:56:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/03/19 17:25:40 prlw1 Exp $
+# $NetBSD: Makefile,v 1.55 2019/05/21 21:56:57 schmonz Exp $
 
 .include "../../textproc/libxslt/Makefile.common"
 
@@ -30,6 +30,8 @@
 SUBST_SED.setup+=      -e "s,@LIBXSLTDIR@,${BUILDLINK_PREFIX.libxslt},g"
 SUBST_SED.setup+=      -e "s,@PYSHLIBDIR@,${PYSITEDIR},g"
 
+# BUILDLINK_TRANSFORM.Darwin+= opt:-bundle:-dynamiclib
+
 post-extract: setuppy
 .PHONY: setuppy
 setuppy:



Home | Main Index | Thread Index | Old Index