Path to this page:
./
textproc/py-jsbeautifier,
JavaScript unobfuscator and beautifier
Branch: CURRENT,
Version: 1.13.13nb2,
Package name: py310-jsbeautifier-1.13.13nb2,
Maintainer: pkgsrc-usersBeautify, unpack or deobfuscate JavaScript. Handles popular online
obfuscators.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
devel/py-editorconfig-core] [
lang/python310]
Master sites:
Filesize: 70.813 KB
Version history: (Expand)
- (2023-02-09) Updated to version: py310-jsbeautifier-1.13.13nb2
- (2022-01-05) Updated to version: py39-jsbeautifier-1.13.13nb2
- (2022-01-05) Updated to version: py39-jsbeautifier-1.13.13nb1
- (2021-10-07) Updated to version: py39-jsbeautifier-1.13.13
- (2021-05-10) Updated to version: py38-jsbeautifier-1.13.13
- (2021-02-06) Updated to version: py38-jsbeautifier-1.13.5
CVS history: (Expand)
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-05-10 11:22:34 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jsbeautifier: updated to 1.13.13
v1.13.13
Closed Issues
IE11 compatibility failure v>1.13.5
v1.13.11
Closed Issues
Support short PHP tags
v1.13.6
Closed Issues
Fix space-before-conditional: false to work on switch-case statement
Optional chaining obj?.[expr]
|
2021-02-05 23:22:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.13.5
1.13.5:
Unknown changes
|
2021-01-13 12:31:56 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jsbeautifier: updated to 1.13.4
1.13.4
Bug fixes
|
2020-08-25 13:03:21 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jsbeautifier: updated to 1.13.0
v1.13.0
Description
This release truly fixes the python cssbeautifier installation and updates \
cssbeautifier cli to use the same general code as jsbeautifier.
Also, as of this release Node.js 8.x is no longer guaranteed to work. Node.js \
8.x LTS reached end-of-life in January 2020. Parts of our test infrastructure no \
longer support Node.js 8.x. The js-beautifier should still run on Node.js 8.x, \
but it is not part of the CI system and so not guaranteed to work.
Closed Issues
(internal) Refactor python cssbeautifier to reuse jsbeautifier CLI methods
(internal) Switch from node-static to serve
Fixed pip install cssbeautifier
|