pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue May 12 09:56:44 UTC 2020

Modified Files:
        pkgsrc/textproc/highlight: Makefile
        pkgsrc/textproc/libhighlight: Makefile.common PLIST distinfo
        pkgsrc/textproc/libhighlight/patches: patch-src_makefile

Log Message:
Update to 3.56. From the changelog:

- added support for Sequence Alignment Maps (SAM files)
- added empty-file mode to `--no-trailing-nl`
  (https://gitlab.com/saalen/highlight/issues/147)
- fixed issue with `--syntax-by-name` waiting for stdin
  (https://gitlab.com/saalen/highlight/-/issues/151)
- fixed issue with `--syntax` reading matching files in the current
  working directory
  (https://gitlab.com/saalen/highlight/-/issues/151)
- fixed string parsing in lisp.lang
  (https://gitlab.com/saalen/highlight/-/issues/150)
- fixed output of UTF-8 text in xterm256 or truecolor output
  (https://gitlab.com/saalen/highlight/-/issues/152)
- fixed regex in js.lang (thanks to Jens Schleusener)
- fixed calculation of testcase markers with UTF-8 input
- allowed number literals with underscores in Java, Scala, D, Julia,
  C#, Perl and Ada definitions
- added Nord theme
  (https://gitlab.com/saalen/highlight/-/merge_requests/125)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/highlight/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/libhighlight/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/libhighlight/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/libhighlight/distinfo
cvs rdiff -u -r1.8 -r1.9 \
    pkgsrc/textproc/libhighlight/patches/patch-src_makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/highlight/Makefile
diff -u pkgsrc/textproc/highlight/Makefile:1.25 pkgsrc/textproc/highlight/Makefile:1.26
--- pkgsrc/textproc/highlight/Makefile:1.25     Sun Apr 12 08:29:15 2020
+++ pkgsrc/textproc/highlight/Makefile  Tue May 12 09:56:44 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.25 2020/04/12 08:29:15 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/12 09:56:44 schmonz Exp $
 
-PKGREVISION= 3
 .include "../../textproc/libhighlight/Makefile.common"
 
 MANCOMPRESSED=         yes

Index: pkgsrc/textproc/libhighlight/Makefile.common
diff -u pkgsrc/textproc/libhighlight/Makefile.common:1.13 pkgsrc/textproc/libhighlight/Makefile.common:1.14
--- pkgsrc/textproc/libhighlight/Makefile.common:1.13   Wed Feb 12 03:10:48 2020
+++ pkgsrc/textproc/libhighlight/Makefile.common        Tue May 12 09:56:44 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.13 2020/02/12 03:10:48 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.14 2020/05/12 09:56:44 schmonz Exp $
 # used by textproc/highlight/Makefile
 # used by textproc/libhighlight/Makefile
 # used by textproc/p5-highlight/Makefile
 
 DISTNAME=              highlight-${VERSION}
-VERSION=               3.55
+VERSION=               3.56
 CATEGORIES=            textproc
 MASTER_SITES=          http://www.andre-simon.de/zip/
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/textproc/libhighlight/PLIST
diff -u pkgsrc/textproc/libhighlight/PLIST:1.11 pkgsrc/textproc/libhighlight/PLIST:1.12
--- pkgsrc/textproc/libhighlight/PLIST:1.11     Wed Dec 18 01:34:33 2019
+++ pkgsrc/textproc/libhighlight/PLIST  Tue May 12 09:56:44 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/12/18 01:34:33 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/05/12 09:56:44 schmonz Exp $
 lib/libhighlight.la
 share/doc/highlight/AUTHORS
 share/doc/highlight/COPYING
@@ -254,6 +254,7 @@ share/highlight/langDefs/rpl.lang
 share/highlight/langDefs/rs.lang
 share/highlight/langDefs/ruby.lang
 share/highlight/langDefs/s.lang
+share/highlight/langDefs/sam.lang
 share/highlight/langDefs/sas.lang
 share/highlight/langDefs/scad.lang
 share/highlight/langDefs/scala.lang
@@ -335,6 +336,7 @@ share/highlight/plugins/outhtml_tooltips
 share/highlight/plugins/perl_ref_perl_org.lua
 share/highlight/plugins/python_ref_python_org.lua
 share/highlight/plugins/reduce_filesize.lua
+share/highlight/plugins/sam_seq.lua
 share/highlight/plugins/scala_ref_scala_lang_org.lua
 share/highlight/plugins/terminal_add_info.lua
 share/highlight/plugins/theme_invert.lua
@@ -516,6 +518,7 @@ share/highlight/themes/navy.theme
 share/highlight/themes/neon.theme
 share/highlight/themes/night.theme
 share/highlight/themes/nightshimmer.theme
+share/highlight/themes/nord.theme
 share/highlight/themes/nuvola.theme
 share/highlight/themes/olive.theme
 share/highlight/themes/orion.theme

Index: pkgsrc/textproc/libhighlight/distinfo
diff -u pkgsrc/textproc/libhighlight/distinfo:1.15 pkgsrc/textproc/libhighlight/distinfo:1.16
--- pkgsrc/textproc/libhighlight/distinfo:1.15  Wed Feb 12 03:10:48 2020
+++ pkgsrc/textproc/libhighlight/distinfo       Tue May 12 09:56:44 2020
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.15 2020/02/12 03:10:48 schmonz Exp $
+$NetBSD: distinfo,v 1.16 2020/05/12 09:56:44 schmonz Exp $
 
-SHA1 (highlight-3.55.tar.bz2) = 43d31aa1aa3a6d424a44b8e90fad6565d8d33a97
-RMD160 (highlight-3.55.tar.bz2) = d68d4692040850cc9ec0d46bfa0775bc2931da15
-SHA512 (highlight-3.55.tar.bz2) = 92966cb904f3c0f5fc6c22d0677d08d59d53b0a9ba3a9d9f6ee84c15dd21b345e53de715d329bc3a113c0831d1550ee25892931df8c1fd82de61242c48709e4d
-Size (highlight-3.55.tar.bz2) = 1411298 bytes
+SHA1 (highlight-3.56.tar.bz2) = 5f7827accaebb0879d14014d76af3bea8ac5bad4
+RMD160 (highlight-3.56.tar.bz2) = 5a00d228ac32852520ac2f9eaa6312fc425a6540
+SHA512 (highlight-3.56.tar.bz2) = 2da32e9527f870030341f370d43c3534476b97764937708b01e60202400b76cd9ef20a3a9dd1e712a190cd009a9ae4d852f46dce0fd95c8a4d1b0a8efeba74bb
+Size (highlight-3.56.tar.bz2) = 1412093 bytes
 SHA1 (patch-extras_swig_makefile) = 071290b9eb92124eb5605173b77575c5747a4b5e
 SHA1 (patch-makefile) = c9c15d82c826b8d0b99b59dedf0fb43b4eb9c063
 SHA1 (patch-src_core_platform__fs.cpp) = 94e4b2aef89e48e104be57acf6dd9ce4b5917e21
 SHA1 (patch-src_gui-qt_mainwindow.cpp) = 977c34f85929bcd2a008d91dac812e44e63afb62
 SHA1 (patch-src_gui-qt_showtextfile.cpp) = 9bd974f40aa9a5bf7c8178e079d4ee1818a4d7b8
-SHA1 (patch-src_makefile) = 6cf3dd2dfed3a150f78b61a992be6f036837cae8
+SHA1 (patch-src_makefile) = 5e3207e202e3cb9b7f7b0d1e38e814933b0d5e6d

Index: pkgsrc/textproc/libhighlight/patches/patch-src_makefile
diff -u pkgsrc/textproc/libhighlight/patches/patch-src_makefile:1.8 pkgsrc/textproc/libhighlight/patches/patch-src_makefile:1.9
--- pkgsrc/textproc/libhighlight/patches/patch-src_makefile:1.8 Wed Dec 18 01:34:34 2019
+++ pkgsrc/textproc/libhighlight/patches/patch-src_makefile     Tue May 12 09:56:44 2020
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_makefile,v 1.8 2019/12/18 01:34:34 schmonz Exp $
+$NetBSD: patch-src_makefile,v 1.9 2020/05/12 09:56:44 schmonz Exp $
 
 Use pkgsrc-specified compiler and flags.
 
---- src/makefile.orig  2019-11-11 16:57:10.000000000 +0000
+--- src/makefile.orig  2020-04-07 18:17:39.000000000 +0000
 +++ src/makefile
 @@ -8,18 +8,18 @@
  # See ../makefile for the definition of ${data_dir}
@@ -26,23 +26,7 @@ Use pkgsrc-specified compiler and flags.
  
  #CFLAGS:= -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables 
-fstack-clash-protection
  
-@@ -57,27 +57,30 @@ REGEX_DIR=${CORE_DIR}re/
- DILU_DIR=${CORE_DIR}Diluculum/
- 
- ifndef HL_CONFIG_DIR
--      HL_CONFIG_DIR = /etc/highlight/
-+      HL_CONFIG_DIR = /etc/pkg/highlight/
- endif
- ifndef HL_DATA_DIR
--      HL_DATA_DIR = /usr/share/highlight/
-+      HL_DATA_DIR = /opt/.pkg-20151023/share/highlight/
- endif
- ifndef HL_DOC_DIR
--      HL_DOC_DIR = /usr/share/doc/highlight/
-+      HL_DOC_DIR = /opt/.pkg-20151023/share/doc/highlight/
- endif
- 
- ifdef PIC
+@@ -70,14 +70,17 @@ ifdef PIC
        CFLAGS+=-fPIC
  endif
  



Home | Main Index | Thread Index | Old Index