Skip to content

Commit

Permalink
Update to 3.43. From the changelog:
Browse files Browse the repository at this point in the history
-updated astyle code to release 3.1 (Rev. 655)
-added webkit reformatting style
-improved several language definitions
-fixed Matlab string recognition (andre-simon/highlight#61)
-fixed Autohotkey escape sequence recognition (thanks to Klaus Daube)
-added excel.lang (andre-simon/highlight#60)
-improved Qt pro file (andre-simon/highlight#59)
-CLI: added --reformat-option (andre-simon/highlight#62)
-CLI: added --line-range (andre-simon/highlight#64)
-GUI: added Bulgarian translation  (thanks to Georgi Sotirov)

-fixed HL_OUTPUT in Lua state for HL_FORMAT_XHTML and HL_FORMAT_TRUECOLOR values
-fixed lib-shared make target
-updated astyle code to release 3.1.0 beta
-added Polygen and EBNF2 syntax definitions (thanks to Tristano Ajmone)
-added pywal terminal colouring template in extras/pywal
-added reformatting style ratliff (replaces banner)
-added extras/langDefs-resources/cleanslate.lang (thanks to Tristano Ajmone)
-improved Perl6 compatibility
-improved PHP string interpolation
-improved Haskell definition (andre-simon/highlight#52)
-CLI: added --canvas option to define background color padding in ANSI output
  (andre-simon/highlight#40)
-GUI: added French translation (thanks to Antoine Belvire)
-GUI: added Scripts tab (suggested by Tristano Ajmone)
-GUI: minor bugfixes

-renamed examples directory to extras
-line anchors (-a) are attached as id attribute to the first span or li tag in
  HTML output (andre-simon/highlight#36)
-renamed ID prefix in outhtml_codefold plug-in to be compatible with -a IDs
-added fstab.lang and added anacrontab in filetypes.conf
-removed references to OutputType::HTML32
-added extras/css-themes and extras/langDefs-resources
  (thanks to Tristano Ajmone)
-CLI: removed deprecated indicator of --data-dir option
-CLI: added --no-version-info option
-GUI: fixed initial theme selection
-GUI: added "Omit version info comment" option
-GUI: added "Copy with MIME type" option for HTML output
  (andre-simon/highlight#32)

-fixed Ruby string parsing (thanks to Jens Schleusener)
-fixed segfault on sparc64 (patch by James Clarke)
-fixed PureBasic definition (andre-simon/highlight#25)
-added CMake definition (andre-simon/highlight#20)
-added email definition (andre-simon/highlight#21)
-linked scm suffix to lisp definition
  (andre-simon/highlight#22)
-W32 CLI: support HIGHLIGHT_DATADIR and --data-dir options
  (andre-simon/highlight#24)
-revised documentation

-added syntax for Docker and Elixir
-improved HTML, Julia, Kotlin and Smalltalk syntax definitions
-GUI: added "Paste, Convert and Copy" button
  (https://sourceforge.net/p/syntaxhighlight/support-requests/4/)

-fixed Bash variable highlighting issue
-updated astyle code to release 3.0.1 (https://sourceforge.net/p/astyle/bugs/438)
-added bash_ref_man7_org.lua plugin

-fixed Perl string highlighting issue
-fixed highlighting if a line continues after the nested code delimiter
-updated astyle code to release 3.0
-added examples/pandoc (thanks to Tristano Ajmone)
-added syntax mapping for markdown
  (andre-simon/highlight#11)
-added syntax mapping for clj
  (andre-simon/highlight#15)
-improved Java definition (andre-simon/highlight#13)
-added theme to JSON converter in  examples/json
  (andre-simon/highlight#8)
-CLI: added support for environment variable HIGHLIGHT_OPTIONS
  (andre-simon/highlight#17)

-fixed code folding plugin to support more Ruby conditional modifiers
  (thanks to Jens Schleusener)
-fixed Perl quoted string highlighting (thanks to Jens Schleusener)
-added new GeneratorOverride syntax definition parameter
-added Filenames parameter in filetypes.conf to assign input filenames
  to syntax types (suggested by Andy)
-added FASM definition and edit-fasm theme (thanks to Tristano Ajmone)
-added outhtml_ie7_webctrl plug-in (suggested by Tristano Ajmone)
-GUI: file extensions can be configured for multiple languages,
  triggers syntax selection prompt
-GUI: added Italian translation (thanks to Tristano Ajmone)

-fixed code folding plugin to support Ruby conditional modifiers
-fixed JSON definition (thanks to Timothee Cour)
-fixed output of unknown syntax warning with applied force switch
  (thanks to Andy)
-added state trace parameter to Decorate plug-in function
-added GDScript definition and edit-godot theme (thanks to Tristano Ajmone)
-updated SWIG code samples
-updated Artistic Style lib (SVN Rev. 553)
-revised docs
-CLI: fixed creation of hidden files if output filename is prepended by its
  input path
-CLI: added switch --stdout (https://sourceforge.net/p/syntaxhighlight/bugs/14)

-fixed segfault with --skip applied on a single file input list
  (thanks to Jens Schleusener)
-added support for Python 3.6 syntax
-added Github and Sourceforge themes

-fixed highlighting of nested section delimiters
-fixed PHP definition (thanks to Christoph Burschka)
-fixed font family declaration in SVG
-fixed user defined encoding in ODT
-fixed unnecessary output of style file with --inline-css
  (thanks to Jens Schleusener)
-added vimscript language definition (thanks to Max Christian Pohle)
-added Coffeescript language definition (thanks to Jess Austin)
-added PureBasic definition and theme (thanks to Tristano Ajmone)
-added JSX language definition (suggested by Max Stoiber)
-added PO translation definition
-added plug-in outhtml_add_figure.lua
-updated js definition
-updated Artistic Style lib (SVN Rev. 521)
-improved various color themes and syntax definitions

-added support for true color escape codes (--out-format truecolor)
-fixed xterm256 output for paging with less (thanks to Fylwind)
-fixed operator regex in rnc.lang, crk.lang and yaml.lang (thanks to Joe Klauza)
-added Pony and Whiley definitions
-updated Ceylon, Julia and TypeScript definitions
-added Go, AutoHotKey, TypeScript and R to the foldable list in the
  outhtml_codefold.lua plug-in
-removed plugins/bash_ref_linuxmanpages_com.lua
-GUI: fixed README, ChangeLog and License file paths on Linux

-revised documentation
-GUI: fixed minor layout issues

-the data directory can be defined with the HIGHLIGHT_DATADIR environment variable
-fixed RTF output of UTF-8 input; needs input encoding set to utf-8
  (thanks to Kamigishi Rei)
-fixed XML comment recognition (thanks to Mani)
-data search directories were appended to the result of --list-scripts
-revised older syntax definitions
-updated base URLs of bash_ref_linuxmanpages and cpp_ref_qtproject plug-ins
-GUI: added system copy and paste shortcuts for clipboard functions
  (suggested by Kamigishi Rei)

-added Ansible Yaml definition (thanks to Raphael Droz)
-added Chapel definition (thanks to Lydia Duncan)
-fixed gcc 6 warnings about deprecated auto_ptr usage
-src/makefile: added -std=c++11 because of auto_ptr to unique_ptr transition
  (thanks to Jens Schleusener)
-GUI: fixed style file output if "write to source directory" option is
  checked (thanks to Jim Pattee)

-added support of Pascal, Lua, Ruby and C# regions in outhtml_codefold.lua
-improved outhtml_codefold.lua to handle embedded languages
-added string delimiters in the Ruby definition
-added new AssertEqualLength flag in string section of language definitions
-improved heredoc parsing
-fixed Lua multiline string recognition
-improved SVG whitespace output (patch by Paul de Vrieze)
-added Nim and mIRC Scripting definitions

-improved outhtml_codefold.lua to ignore brackets on the same line
-added RTF output to mark_lines.lua
-fixed Powershell and NSIS definitions
-added JSON and Github Markdown definitions
-CLI: added --keep-injections option to force plugin injection output with -f
-GUI: added keep injections checkbox
-GUI: fixed crash after removing selected plugins

-added HL_REJECT state to be used in a OnStateChange function
-added DecorateLineBegin and DecorateLineEnd hooks
-added mark_lines.lua, outhtml_codefold.lua, comment_links.lua plug-ins
-fixed font face in ODT output
-fixed Operators parameter in frink.lang and oorexx.lang
-fixed regular expression parsing within strings for JS, Perl and Ruby
-CLI: added --page-color option to include a page color in RTF output
-GUI: added RTF page color checkbox

-added new SVG definition to support embedded scripting
-improved js.lang, css.lang, scss.lang, less.lang, tsql.lang
-modified HTML ordered list output to work better with new plug-ins
-renamed plug-in variable HL_INPUT_FILE to HL_PLUGIN_PARAM
-CLI: renamed --plug-in-read option to --plug-in-param
-GUI: updated plug-in parameter label and tool-tips
-GUI: fixed minor issues

-fixed TeX output for cweb documents (patch by Ingo Krabbe)
-fixed string interpolation in bat.lang
-added reduce_filesize.lua, outhtml_add_shadow.lua,
  outhtml_add_background_svg.lua, outhtml_add_background_stripes.lua,
  outhtml_add_line.lua plug-ins
-added TCL extension in examples/tcl
-added kotlin.lang, nginx.lang and julia.lang
-updated php.lang to include version 7 keywords
-updated ceylon.lang to include version 1.2 keywords
-updated scripts in examples directory
-CLI: style-infile option marked as deprecated
-GUI: shortened paths in file input lists

-added rs.lang
-added conf.lang (thanks to Victor Ananjevsky)
-added some extensions in filetypes.conf (patch by Victor Ananjevsky)
-fixed Matlab definition and style (thanks to Justin Pearson)
-CLI: fixed --list-scripts with unknown argument (thanks to Jens Schleusener)

-updated astyle code to release 2.05.1
-fixed shebang recognition (thanks to Victor Ananjevsky)
-GUI: added option to define line numbering start

-added support for LESS, SASS and Stylus CSS processors (suggested by Marcel Bischoff)
-added support for Lua 5.3, removed LUA52 makefile option
-fixed heredoc matching in perl.lang (thanks to cornucopia)
-fixed Haskell lang (thanks to Daan Michiels)
-fixed RNC lang (thanks to Daan Michiels)
-fixed regex pattern in js.lang

-updated astyle code to release 2.05
-added astyle reformatting style vtk

-added bold, italic and underline attributes to xterm256 ANSI output
  (patch by Andrew Fuller)
-fixed assembler mapping in filetypes.conf (thanks to Jens Schleusener)
-added Swift definition
-improved ASP, F#, OCaml and Lisp syntax definitions
-added interpolation patterns to several definitions
-updated base URLs in cpp_ref_gtk_gnome and cpp_ref_qtproject plug-ins
-CLI: added Pango markup output option (patch by Dominik Schmidt)
  • Loading branch information
schmonz committed May 3, 2018
1 parent 020483b commit 9bfd779
Show file tree
Hide file tree
Showing 15 changed files with 177 additions and 101 deletions.
5 changes: 2 additions & 3 deletions textproc/highlight/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.11 2018/04/09 20:17:46 schmonz Exp $
# $NetBSD: Makefile,v 1.12 2018/05/03 13:13:50 schmonz Exp $

PKGREVISION= 2
.include "../../textproc/highlight/Makefile.common"
.include "../../textproc/libhighlight/Makefile.common"

MANCOMPRESSED= yes

Expand Down
10 changes: 0 additions & 10 deletions textproc/highlight/distinfo

This file was deleted.

5 changes: 2 additions & 3 deletions textproc/highlight/options.mk
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1 2018/04/09 20:17:46 schmonz Exp $
# $NetBSD: options.mk,v 1.2 2018/05/03 13:13:50 schmonz Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.highlight
PKG_SUPPORTED_OPTIONS= x11
Expand All @@ -7,8 +7,7 @@ PKG_SUPPORTED_OPTIONS= x11

PLIST_VARS+= x11
.if !empty(PKG_OPTIONS:Mx11)
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"
BUILD_TARGET+= gui
INSTALL_TARGET+= install-gui
PLIST.x11= yes
Expand Down
22 changes: 0 additions & 22 deletions textproc/highlight/patches/patch-src_core_platform__fs.cpp

This file was deleted.

File renamed without changes.
7 changes: 5 additions & 2 deletions textproc/libhighlight/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2018/04/08 19:40:29 schmonz Exp $
# $NetBSD: Makefile,v 1.2 2018/05/03 13:13:51 schmonz Exp $

.include "../../textproc/highlight/Makefile.common"
.include "../../textproc/libhighlight/Makefile.common"

PKGNAME= libhighlight-${VERSION}
COMMENT+= (shared library)
Expand All @@ -15,6 +15,9 @@ CONF_FILES= ${EGDIR}/filetypes.conf \

INSTALLATION_DIRS= lib

pre-install:
rm -f ${WRKSRC}/extras/swig/*.orig

post-install:
${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/src/libhighlight.la \
${DESTDIR}${PREFIX}/lib/
Expand Down
@@ -1,10 +1,10 @@
# $NetBSD: Makefile.common,v 1.2 2018/04/08 19:40:29 schmonz Exp $
# $NetBSD: Makefile.common,v 1.1 2018/05/03 13:13:51 schmonz Exp $
# used by textproc/highlight/Makefile
# used by textproc/libhighlight/Makefile
# used by textproc/p5-highlight/Makefile

DISTNAME= highlight-${VERSION}
VERSION= 3.18
VERSION= 3.43
CATEGORIES= textproc
MASTER_SITES= http://www.andre-simon.de/zip/
EXTRACT_SUFX= .tar.bz2
Expand All @@ -15,12 +15,12 @@ COMMENT= Converts source code to formatted text with syntax highlighting
LICENSE= gnu-gpl-v3

USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
USE_LANGUAGES= c c++11
MAKE_FILE= makefile

PATCHDIR= ${.CURDIR}/../../textproc/highlight/patches
DISTINFO_FILE= ${.CURDIR}/../../textproc/highlight/distinfo
DESCR_SRC= ${.CURDIR}/../../textproc/highlight/DESCR
PATCHDIR= ${.CURDIR}/../../textproc/libhighlight/patches
DISTINFO_FILE= ${.CURDIR}/../../textproc/libhighlight/distinfo
DESCR_SRC= ${.CURDIR}/../../textproc/libhighlight/DESCR

PKG_SYSCONFSUBDIR= highlight

Expand Down
106 changes: 91 additions & 15 deletions textproc/libhighlight/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2018/04/08 19:40:29 schmonz Exp $
@comment $NetBSD: PLIST,v 1.2 2018/05/03 13:13:51 schmonz Exp $
lib/libhighlight.la
share/doc/highlight/AUTHORS
share/doc/highlight/COPYING
Expand All @@ -7,20 +7,41 @@ share/doc/highlight/INSTALL
share/doc/highlight/README
share/doc/highlight/README_DE
share/doc/highlight/README_LANGLIST
share/doc/highlight/README_PLUGINS
share/doc/highlight/README_REGEX
share/doc/highlight/README_SWIG
share/doc/highlight/examples/highlight_pipe.php
share/doc/highlight/examples/highlight_pipe.pm
share/doc/highlight/examples/highlight_pipe.py
share/doc/highlight/examples/swig/highlight.i
share/doc/highlight/examples/swig/makefile
share/doc/highlight/examples/swig/testmod.pl
share/doc/highlight/examples/swig/testmod.py
share/doc/highlight/examples/web_plugins/dokuwiki/syntax.php
share/doc/highlight/examples/web_plugins/movabletype/README
share/doc/highlight/examples/web_plugins/movabletype/highlight.pl
share/doc/highlight/examples/web_plugins/wordpress/README
share/doc/highlight/examples/web_plugins/wordpress/highlight.php
share/doc/highlight/extras/css-themes/README.html
share/doc/highlight/extras/css-themes/UNLICENCE
share/doc/highlight/extras/css-themes/example.html
share/doc/highlight/extras/css-themes/hl-theme-boilerplate.css
share/doc/highlight/extras/css-themes/hl-theme-boilerplate.scss
share/doc/highlight/extras/highlight_pipe.php
share/doc/highlight/extras/highlight_pipe.pm
share/doc/highlight/extras/highlight_pipe.py
share/doc/highlight/extras/json/theme2json.lua
share/doc/highlight/extras/langDefs-resources/cleanslate.lang
share/doc/highlight/extras/langDefs-resources/template.lang
share/doc/highlight/extras/pandoc/Highlight.pp
share/doc/highlight/extras/pandoc/LICENSE
share/doc/highlight/extras/pandoc/README.html
share/doc/highlight/extras/pandoc/build-example.bat
share/doc/highlight/extras/pandoc/build-example.sh
share/doc/highlight/extras/pandoc/example-preprocessed.md
share/doc/highlight/extras/pandoc/example.css
share/doc/highlight/extras/pandoc/example.html
share/doc/highlight/extras/pandoc/example.md
share/doc/highlight/extras/pandoc/example.pb
share/doc/highlight/extras/pywal/pywal.theme
share/doc/highlight/extras/swig/README_SWIG
share/doc/highlight/extras/swig/highlight.i
share/doc/highlight/extras/swig/makefile
share/doc/highlight/extras/swig/testmod.php
share/doc/highlight/extras/swig/testmod.pl
share/doc/highlight/extras/swig/testmod.py
share/doc/highlight/extras/web_plugins/dokuwiki/syntax.php
share/doc/highlight/extras/web_plugins/movabletype/README
share/doc/highlight/extras/web_plugins/movabletype/highlight.pl
share/doc/highlight/extras/web_plugins/wordpress/README
share/doc/highlight/extras/web_plugins/wordpress/highlight.php
share/examples/highlight/filetypes.conf
share/highlight/langDefs/abap4.lang
share/highlight/langDefs/abc.lang
Expand Down Expand Up @@ -58,34 +79,48 @@ share/highlight/langDefs/c.lang
share/highlight/langDefs/ceylon.lang
share/highlight/langDefs/charmm.lang
share/highlight/langDefs/chill.lang
share/highlight/langDefs/chpl.lang
share/highlight/langDefs/clean.lang
share/highlight/langDefs/clearbasic.lang
share/highlight/langDefs/clipper.lang
share/highlight/langDefs/clojure.lang
share/highlight/langDefs/clp.lang
share/highlight/langDefs/cmake.lang
share/highlight/langDefs/cobol.lang
share/highlight/langDefs/coffee.lang
share/highlight/langDefs/coldfusion.lang
share/highlight/langDefs/conf.lang
share/highlight/langDefs/crk.lang
share/highlight/langDefs/cs_block_regex.lang
share/highlight/langDefs/csharp.lang
share/highlight/langDefs/css.lang
share/highlight/langDefs/d.lang
share/highlight/langDefs/dart.lang
share/highlight/langDefs/diff.lang
share/highlight/langDefs/docker.lang
share/highlight/langDefs/dts.lang
share/highlight/langDefs/dylan.lang
share/highlight/langDefs/ebnf.lang
share/highlight/langDefs/ebnf2.lang
share/highlight/langDefs/eiffel.lang
share/highlight/langDefs/elixir.lang
share/highlight/langDefs/email.lang
share/highlight/langDefs/erlang.lang
share/highlight/langDefs/euphoria.lang
share/highlight/langDefs/excel.lang
share/highlight/langDefs/express.lang
share/highlight/langDefs/fame.lang
share/highlight/langDefs/fasm.lang
share/highlight/langDefs/felix.lang
share/highlight/langDefs/fortran77.lang
share/highlight/langDefs/fortran90.lang
share/highlight/langDefs/frink.lang
share/highlight/langDefs/fsharp.lang
share/highlight/langDefs/fstab.lang
share/highlight/langDefs/fx.lang
share/highlight/langDefs/gambas.lang
share/highlight/langDefs/gdb.lang
share/highlight/langDefs/gdscript.lang
share/highlight/langDefs/go.lang
share/highlight/langDefs/graphviz.lang
share/highlight/langDefs/haskell.lang
Expand All @@ -105,8 +140,14 @@ share/highlight/langDefs/io.lang
share/highlight/langDefs/jasmin.lang
share/highlight/langDefs/java.lang
share/highlight/langDefs/js.lang
share/highlight/langDefs/js_regex.lang
share/highlight/langDefs/json.lang
share/highlight/langDefs/jsp.lang
share/highlight/langDefs/jsx.lang
share/highlight/langDefs/julia.lang
share/highlight/langDefs/kotlin.lang
share/highlight/langDefs/ldif.lang
share/highlight/langDefs/less.lang
share/highlight/langDefs/lhs.lang
share/highlight/langDefs/lilypond.lang
share/highlight/langDefs/limbo.lang
Expand All @@ -121,21 +162,25 @@ share/highlight/langDefs/make.lang
share/highlight/langDefs/maple.lang
share/highlight/langDefs/matlab.lang
share/highlight/langDefs/maya.lang
share/highlight/langDefs/md.lang
share/highlight/langDefs/mercury.lang
share/highlight/langDefs/miranda.lang
share/highlight/langDefs/mod2.lang
share/highlight/langDefs/mod3.lang
share/highlight/langDefs/modelica.lang
share/highlight/langDefs/moon.lang
share/highlight/langDefs/ms.lang
share/highlight/langDefs/msl.lang
share/highlight/langDefs/mssql.lang
share/highlight/langDefs/mxml.lang
share/highlight/langDefs/n3.lang
share/highlight/langDefs/nasal.lang
share/highlight/langDefs/nbc.lang
share/highlight/langDefs/nemerle.lang
share/highlight/langDefs/netrexx.lang
share/highlight/langDefs/nginx.lang
share/highlight/langDefs/nice.lang
share/highlight/langDefs/nim.lang
share/highlight/langDefs/nsis.lang
share/highlight/langDefs/nxc.lang
share/highlight/langDefs/oberon.lang
Expand All @@ -155,29 +200,36 @@ share/highlight/langDefs/pl1.lang
share/highlight/langDefs/plperl.lang
share/highlight/langDefs/plpython.lang
share/highlight/langDefs/pltcl.lang
share/highlight/langDefs/po.lang
share/highlight/langDefs/polygen.lang
share/highlight/langDefs/pony.lang
share/highlight/langDefs/pov.lang
share/highlight/langDefs/pro.lang
share/highlight/langDefs/progress.lang
share/highlight/langDefs/ps.lang
share/highlight/langDefs/ps1.lang
share/highlight/langDefs/psl.lang
share/highlight/langDefs/pure.lang
share/highlight/langDefs/purebasic.lang
share/highlight/langDefs/pyrex.lang
share/highlight/langDefs/python.lang
share/highlight/langDefs/q.lang
share/highlight/langDefs/qmake.lang
share/highlight/langDefs/qml.lang
share/highlight/langDefs/qu.lang
share/highlight/langDefs/r.lang
share/highlight/langDefs/rebol.lang
share/highlight/langDefs/rexx.lang
share/highlight/langDefs/rnc.lang
share/highlight/langDefs/rpg.lang
share/highlight/langDefs/rpl.lang
share/highlight/langDefs/rs.lang
share/highlight/langDefs/ruby.lang
share/highlight/langDefs/s.lang
share/highlight/langDefs/sas.lang
share/highlight/langDefs/scala.lang
share/highlight/langDefs/scilab.lang
share/highlight/langDefs/scss.lang
share/highlight/langDefs/sh.lang
share/highlight/langDefs/small.lang
share/highlight/langDefs/smalltalk.lang
Expand All @@ -188,6 +240,9 @@ share/highlight/langDefs/spec.lang
share/highlight/langDefs/spn.lang
share/highlight/langDefs/sql.lang
share/highlight/langDefs/squirrel.lang
share/highlight/langDefs/styl.lang
share/highlight/langDefs/svg.lang
share/highlight/langDefs/swift.lang
share/highlight/langDefs/sybase.lang
share/highlight/langDefs/tcl.lang
share/highlight/langDefs/tcsh.lang
Expand All @@ -201,14 +256,18 @@ share/highlight/langDefs/vala.lang
share/highlight/langDefs/vb.lang
share/highlight/langDefs/verilog.lang
share/highlight/langDefs/vhd.lang
share/highlight/langDefs/vimscript.lang
share/highlight/langDefs/whiley.lang
share/highlight/langDefs/xml.lang
share/highlight/langDefs/xpp.lang
share/highlight/langDefs/yaiff.lang
share/highlight/langDefs/yaml.lang
share/highlight/langDefs/yang.lang
share/highlight/langDefs/znn.lang
share/highlight/plugins/asciidoc_html_add_links.lua
share/highlight/plugins/bash_functions.lua
share/highlight/plugins/bash_ref_linuxmanpages_com.lua
share/highlight/plugins/bash_ref_man7_org.lua
share/highlight/plugins/comment_links.lua
share/highlight/plugins/cpp_qt.lua
share/highlight/plugins/cpp_ref_cplusplus_com.lua
share/highlight/plugins/cpp_ref_gtk_gnome_org.lua
Expand All @@ -222,11 +281,22 @@ share/highlight/plugins/java_library.lua
share/highlight/plugins/keywords_capitalize.lua
share/highlight/plugins/keywords_lowercase.lua
share/highlight/plugins/keywords_uppercase.lua
share/highlight/plugins/mark_lines.lua
share/highlight/plugins/outhtml_add_background_stripes.lua
share/highlight/plugins/outhtml_add_background_svg.lua
share/highlight/plugins/outhtml_add_figure.lua
share/highlight/plugins/outhtml_add_line.lua
share/highlight/plugins/outhtml_add_shadow.lua
share/highlight/plugins/outhtml_codefold.lua
share/highlight/plugins/outhtml_curly_brackets_matcher.lua
share/highlight/plugins/outhtml_ie7_webctrl.lua
share/highlight/plugins/outhtml_keyword_matcher.lua
share/highlight/plugins/outhtml_modern_fonts.lua
share/highlight/plugins/outhtml_parantheses_matcher.lua
share/highlight/plugins/outhtml_tooltips.lua
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/scala_ref_scala_lang_org.lua
share/highlight/plugins/theme_invert.lua
share/highlight/plugins/token_add_state_ids.lua
Expand Down Expand Up @@ -257,22 +327,27 @@ share/highlight/themes/dusk.theme
share/highlight/themes/earendel.theme
share/highlight/themes/easter.theme
share/highlight/themes/edit-anjuta.theme
share/highlight/themes/edit-bbedit.theme
share/highlight/themes/edit-eclipse.theme
share/highlight/themes/edit-emacs.theme
share/highlight/themes/edit-fasm.theme
share/highlight/themes/edit-flashdevelop.theme
share/highlight/themes/edit-gedit.theme
share/highlight/themes/edit-godot.theme
share/highlight/themes/edit-jedit.theme
share/highlight/themes/edit-kwrite.theme
share/highlight/themes/edit-matlab.theme
share/highlight/themes/edit-msvs2008.theme
share/highlight/themes/edit-nedit.theme
share/highlight/themes/edit-purebasic.theme
share/highlight/themes/edit-vim-dark.theme
share/highlight/themes/edit-vim.theme
share/highlight/themes/edit-xcode.theme
share/highlight/themes/ekvoli.theme
share/highlight/themes/fine_blue.theme
share/highlight/themes/freya.theme
share/highlight/themes/fruit.theme
share/highlight/themes/github.theme
share/highlight/themes/golden.theme
share/highlight/themes/greenlcd.theme
share/highlight/themes/kellys.theme
Expand Down Expand Up @@ -303,6 +378,7 @@ share/highlight/themes/rootwater.theme
share/highlight/themes/seashell.theme
share/highlight/themes/solarized-dark.theme
share/highlight/themes/solarized-light.theme
share/highlight/themes/sourceforge.theme
share/highlight/themes/tabula.theme
share/highlight/themes/tcsoft.theme
share/highlight/themes/the.theme
Expand Down
4 changes: 2 additions & 2 deletions textproc/libhighlight/buildlink3.mk
@@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.1 2018/04/08 19:40:29 schmonz Exp $
# $NetBSD: buildlink3.mk,v 1.2 2018/05/03 13:13:51 schmonz Exp $

BUILDLINK_TREE+= libhighlight

.if !defined(LIBHIGHLIGHT_BUILDLINK3_MK)
LIBHIGHLIGHT_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libhighlight+= libhighlight>=3.18
BUILDLINK_API_DEPENDS.libhighlight+= libhighlight>=3.42
BUILDLINK_PKGSRCDIR.libhighlight?= ../../textproc/libhighlight
.endif # LIBHIGHLIGHT_BUILDLINK3_MK

Expand Down

0 comments on commit 9bfd779

Please sign in to comment.