Update to 3.52. From the changelog:
- added negation `~` to test state indicators (https://gitlab.com/saalen/highlight/issues/122) - added support for Hugo (https://gitlab.com/saalen/highlight/merge_requests/113) - added 5 duotone themes (https://gitlab.com/saalen/highlight/merge_requests/115) - CLI: fixed segfault with `--force` (https://gitlab.com/saalen/highlight/issues/125) - GUI: limited font selection to monospace fonts (https://gitlab.com/saalen/highlight/issues/124)
This commit is contained in:
parent
ca39419e58
commit
cf8ea0803f
4 changed files with 18 additions and 12 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.common,v 1.9 2019/05/21 21:56:57 schmonz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.10 2019/06/20 03:08:12 schmonz Exp $
|
||||
# used by textproc/highlight/Makefile
|
||||
# used by textproc/libhighlight/Makefile
|
||||
# used by textproc/p5-highlight/Makefile
|
||||
|
||||
DISTNAME= highlight-${VERSION}
|
||||
VERSION= 3.51
|
||||
VERSION= 3.52
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.andre-simon.de/zip/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2019/05/21 21:56:57 schmonz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2019/06/20 03:08:12 schmonz Exp $
|
||||
lib/libhighlight.la
|
||||
share/doc/highlight/AUTHORS
|
||||
share/doc/highlight/COPYING
|
||||
|
@ -152,6 +152,7 @@ share/highlight/langDefs/haxe.lang
|
|||
share/highlight/langDefs/hcl.lang
|
||||
share/highlight/langDefs/html.lang
|
||||
share/highlight/langDefs/httpd.lang
|
||||
share/highlight/langDefs/hugo.lang
|
||||
share/highlight/langDefs/icon.lang
|
||||
share/highlight/langDefs/idl.lang
|
||||
share/highlight/langDefs/idlang.lang
|
||||
|
@ -466,6 +467,11 @@ share/highlight/themes/darkplus.theme
|
|||
share/highlight/themes/darkslategray.theme
|
||||
share/highlight/themes/darkspectrum.theme
|
||||
share/highlight/themes/denim.theme
|
||||
share/highlight/themes/duotone-dark-earth.theme
|
||||
share/highlight/themes/duotone-dark-forest.theme
|
||||
share/highlight/themes/duotone-dark-sea.theme
|
||||
share/highlight/themes/duotone-dark-sky.theme
|
||||
share/highlight/themes/duotone-dark-space.theme
|
||||
share/highlight/themes/dusk.theme
|
||||
share/highlight/themes/earendel.theme
|
||||
share/highlight/themes/easter.theme
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
$NetBSD: distinfo,v 1.10 2019/05/21 21:56:57 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2019/06/20 03:08:12 schmonz Exp $
|
||||
|
||||
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 (highlight-3.52.tar.bz2) = 18bbd1c0e01fb1a5d099701e0df3042cee257f30
|
||||
RMD160 (highlight-3.52.tar.bz2) = bc7f8da98076c4d44fff9ae895f00d4bd281880a
|
||||
SHA512 (highlight-3.52.tar.bz2) = 4a44f6c4d29836c6f1af9db02c4e989c7ce155bcb387ca294170c361ae6c41b7441b03810ee27e7b7cdbd3ec73907fb5746ab545b7a44dfc482cc242a86681fe
|
||||
Size (highlight-3.52.tar.bz2) = 1400941 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) = 977c34f85929bcd2a008d91dac812e44e63afb62
|
||||
SHA1 (patch-src_gui-qt_showtextfile.cpp) = 9bd974f40aa9a5bf7c8178e079d4ee1818a4d7b8
|
||||
SHA1 (patch-src_makefile) = d07c197a731f5a6197b55f4c8f12bd01ad11d544
|
||||
SHA1 (patch-src_makefile) = cccbf5c845bd6fefa11b0591feab39ff634b70c0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-src_makefile,v 1.5 2019/04/04 14:14:28 schmonz Exp $
|
||||
$NetBSD: patch-src_makefile,v 1.6 2019/06/20 03:08:12 schmonz Exp $
|
||||
|
||||
Use pkgsrc-specified compiler and flags.
|
||||
|
||||
--- src/makefile.orig 2019-03-26 19:58:45.000000000 +0000
|
||||
--- src/makefile.orig 2019-05-28 18:47:06.000000000 +0000
|
||||
+++ src/makefile
|
||||
@@ -8,18 +8,18 @@
|
||||
# See ../makefile for the definition of ${data_dir}
|
||||
|
@ -23,7 +23,7 @@ Use pkgsrc-specified compiler and flags.
|
|||
# Added -std=c++11 because of auto_ptr to unique_ptr transition
|
||||
-CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
|
||||
+#CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
|
||||
#CFLAGS:=-ggdb ${CFLAGS} -std=c++11
|
||||
#CFLAGS:=-ggdb -O0 ${CFLAGS} -std=c++11
|
||||
|
||||
CFLAGS_DILU=-fno-strict-aliasing
|
||||
@@ -54,27 +54,30 @@ REGEX_DIR=${CORE_DIR}re/
|
||||
|
|
Loading…
Reference in a new issue