pkgsrc-WIP-changes archive

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

py-jsbeautifier: Import py-jsbeautifier-1.6.4 as wip/js-beautifier



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Oct 18 10:15:41 2016 +0200
Changeset:	5861726e02e981bcd74c706e1dab2903a7d9107e

Modified Files:
	Makefile
Added Files:
	py-jsbeautifier/DESCR
	py-jsbeautifier/Makefile
	py-jsbeautifier/PLIST
	py-jsbeautifier/distinfo

Log Message:
py-jsbeautifier: Import py-jsbeautifier-1.6.4 as wip/js-beautifier

Beautify, unpack or deobfuscate JavaScript. Handles popular online
obfuscators.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5861726e02e981bcd74c706e1dab2903a7d9107e

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

diffstat:
 Makefile                 |  1 +
 py-jsbeautifier/DESCR    |  2 ++
 py-jsbeautifier/Makefile | 19 +++++++++++++++
 py-jsbeautifier/PLIST    | 61 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-jsbeautifier/distinfo |  6 +++++
 5 files changed, 89 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 86bcd33..ef34e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -3017,6 +3017,7 @@ SUBDIR+=	py-jewish
 SUBDIR+=	py-jitcode
 SUBDIR+=	py-joblib
 SUBDIR+=	py-jokosher
+SUBDIR+=	py-jsbeautifier
 SUBDIR+=	py-jsonpath
 SUBDIR+=	py-jsonrequester
 SUBDIR+=	py-jsonschema
diff --git a/py-jsbeautifier/DESCR b/py-jsbeautifier/DESCR
new file mode 100644
index 0000000..d1b502d
--- /dev/null
+++ b/py-jsbeautifier/DESCR
@@ -0,0 +1,2 @@
+Beautify, unpack or deobfuscate JavaScript. Handles popular online
+obfuscators.
diff --git a/py-jsbeautifier/Makefile b/py-jsbeautifier/Makefile
new file mode 100644
index 0000000..7000d58
--- /dev/null
+++ b/py-jsbeautifier/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	jsbeautifier-1.6.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/jsbeautifier/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://jsbeautifier.org/
+COMMENT=	JavaScript unobfuscator and beautifier
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-editorconfig-core>=0.12.0:../../wip/py-editorconfig-core
+DEPENDS+=	${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jsbeautifier/PLIST b/py-jsbeautifier/PLIST
new file mode 100644
index 0000000..9e1ba5d
--- /dev/null
+++ b/py-jsbeautifier/PLIST
@@ -0,0 +1,61 @@
+@comment $NetBSD$
+bin/js-beautify
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jsbeautifier/__init__.py
+${PYSITELIB}/jsbeautifier/__init__.pyc
+${PYSITELIB}/jsbeautifier/__init__.pyo
+${PYSITELIB}/jsbeautifier/__version__.py
+${PYSITELIB}/jsbeautifier/__version__.pyc
+${PYSITELIB}/jsbeautifier/__version__.pyo
+${PYSITELIB}/jsbeautifier/tests/__init__.py
+${PYSITELIB}/jsbeautifier/tests/__init__.pyc
+${PYSITELIB}/jsbeautifier/tests/__init__.pyo
+${PYSITELIB}/jsbeautifier/tests/generated/__init__.py
+${PYSITELIB}/jsbeautifier/tests/generated/__init__.pyc
+${PYSITELIB}/jsbeautifier/tests/generated/__init__.pyo
+${PYSITELIB}/jsbeautifier/tests/generated/tests.py
+${PYSITELIB}/jsbeautifier/tests/generated/tests.pyc
+${PYSITELIB}/jsbeautifier/tests/generated/tests.pyo
+${PYSITELIB}/jsbeautifier/tests/test-perf-jsbeautifier.py
+${PYSITELIB}/jsbeautifier/tests/test-perf-jsbeautifier.pyc
+${PYSITELIB}/jsbeautifier/tests/test-perf-jsbeautifier.pyo
+${PYSITELIB}/jsbeautifier/tests/testindentation.py
+${PYSITELIB}/jsbeautifier/tests/testindentation.pyc
+${PYSITELIB}/jsbeautifier/tests/testindentation.pyo
+${PYSITELIB}/jsbeautifier/unpackers/__init__.py
+${PYSITELIB}/jsbeautifier/unpackers/__init__.pyc
+${PYSITELIB}/jsbeautifier/unpackers/__init__.pyo
+${PYSITELIB}/jsbeautifier/unpackers/evalbased.py
+${PYSITELIB}/jsbeautifier/unpackers/evalbased.pyc
+${PYSITELIB}/jsbeautifier/unpackers/evalbased.pyo
+${PYSITELIB}/jsbeautifier/unpackers/javascriptobfuscator.py
+${PYSITELIB}/jsbeautifier/unpackers/javascriptobfuscator.pyc
+${PYSITELIB}/jsbeautifier/unpackers/javascriptobfuscator.pyo
+${PYSITELIB}/jsbeautifier/unpackers/myobfuscate.py
+${PYSITELIB}/jsbeautifier/unpackers/myobfuscate.pyc
+${PYSITELIB}/jsbeautifier/unpackers/myobfuscate.pyo
+${PYSITELIB}/jsbeautifier/unpackers/packer.py
+${PYSITELIB}/jsbeautifier/unpackers/packer.pyc
+${PYSITELIB}/jsbeautifier/unpackers/packer.pyo
+${PYSITELIB}/jsbeautifier/unpackers/tests/__init__.py
+${PYSITELIB}/jsbeautifier/unpackers/tests/__init__.pyc
+${PYSITELIB}/jsbeautifier/unpackers/tests/__init__.pyo
+${PYSITELIB}/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py
+${PYSITELIB}/jsbeautifier/unpackers/tests/testjavascriptobfuscator.pyc
+${PYSITELIB}/jsbeautifier/unpackers/tests/testjavascriptobfuscator.pyo
+${PYSITELIB}/jsbeautifier/unpackers/tests/testmyobfuscate.py
+${PYSITELIB}/jsbeautifier/unpackers/tests/testmyobfuscate.pyc
+${PYSITELIB}/jsbeautifier/unpackers/tests/testmyobfuscate.pyo
+${PYSITELIB}/jsbeautifier/unpackers/tests/testpacker.py
+${PYSITELIB}/jsbeautifier/unpackers/tests/testpacker.pyc
+${PYSITELIB}/jsbeautifier/unpackers/tests/testpacker.pyo
+${PYSITELIB}/jsbeautifier/unpackers/tests/testurlencode.py
+${PYSITELIB}/jsbeautifier/unpackers/tests/testurlencode.pyc
+${PYSITELIB}/jsbeautifier/unpackers/tests/testurlencode.pyo
+${PYSITELIB}/jsbeautifier/unpackers/urlencode.py
+${PYSITELIB}/jsbeautifier/unpackers/urlencode.pyc
+${PYSITELIB}/jsbeautifier/unpackers/urlencode.pyo
diff --git a/py-jsbeautifier/distinfo b/py-jsbeautifier/distinfo
new file mode 100644
index 0000000..e6e7979
--- /dev/null
+++ b/py-jsbeautifier/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jsbeautifier-1.6.4.tar.gz) = c16805d2cc6d7710b128b1b6f451d9df32b42b61
+RMD160 (jsbeautifier-1.6.4.tar.gz) = 1728ebfc50ff56ecd371dde0cb44a8d0c3d6eb2e
+SHA512 (jsbeautifier-1.6.4.tar.gz) = d58f4f0fb7f7a114891a8218c423b2fadaf2b6e1259f9ddf9e417564dcdb082f66ed24a924ba785784fdf02a7d8e3c851666f4c25e2fd6a0861ce34872a3196f
+Size (jsbeautifier-1.6.4.tar.gz) = 51139 bytes


Home | Main Index | Thread Index | Old Index