Subject: CVS commit: pkgsrc/textproc/py-jsbeautifier
From: Adam Ciarcinski
Date: 2019-03-02 15:41:25
Message id: 20190302144125.DBFB6FB16@cvs.NetBSD.org

Log Message:
py-jsbeautifier: updated to 1.9.0

v1.9.0:
Description
Fixed Tab indenting - when tabs indenting enabled, they are used universally. \ 
Also, tab size customizable: 8-space tabs would mean each tab is treated as 8 \ 
spaces.
Accurate line wrapping - Layout always wraps when line length exceed specified \ 
column, unless wrapping would not reduce line length.
Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP \ 
(still only handlebars indenting)
Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no \ 
Django or Handlebars due to potential syntax conflicts for curly braces)
Fixed indenting of mustache inverted conditionals
Fixed indenting for HTML tags with option end tags
https://github.com/beautify-web/js-beautify/compare/v1.8.9...v1.9.0

Closed Issues
Incorrect indentation of ^ inverted section tags in Handlebars/Mustache code
PHP In HTML Attributes
DeanEdward python unpacker offset problem
CLI on Windows doesn't accept -f - for stdin?
HTML type attribute breaks JavaScript beautification?
Use of global MODE before declaration caused uglify problem
When building html tags using Mustache variables, extra whitespace is added \ 
after opening arrow
<script type="text/html">isnot abled to be beautified
_get_full_indent undefined
Website "autodetect" setting doesn't distinguish css vs javascript
Add setting to keep HTML tag text content unformatted or ignore custom delimiters
HTML auto formatting using spaces instead of tabs
Unclosed single quote in php tag causes formatting changes which break php code
Using tabs when wrapping attributes and wrapping if needed
HTML --wrap-attributes doesn't respect --wrap-line-length
Bad indent level(HTML)
js-beautify produces invalid code for variables with Unicode escape sequences
support vuejs
Go templates in HTML
Better behavior for javascript --wrap-line-length

Files:
RevisionActionfile
1.9modifypkgsrc/textproc/py-jsbeautifier/Makefile
1.4modifypkgsrc/textproc/py-jsbeautifier/PLIST
1.9modifypkgsrc/textproc/py-jsbeautifier/distinfo