svn commit: r438328 - in head/devel: . py-jsbeautifier

Shaun Amott shaun at FreeBSD.org
Wed Apr 12 02:32:10 UTC 2017


Author: shaun
Date: Wed Apr 12 02:32:08 2017
New Revision: 438328
URL: https://svnweb.freebsd.org/changeset/ports/438328

Log:
  New port: JavaScript unobfuscator and beautifier.

Added:
  head/devel/py-jsbeautifier/
  head/devel/py-jsbeautifier/Makefile   (contents, props changed)
  head/devel/py-jsbeautifier/distinfo   (contents, props changed)
  head/devel/py-jsbeautifier/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr 12 02:30:59 2017	(r438327)
+++ head/devel/Makefile	Wed Apr 12 02:32:08 2017	(r438328)
@@ -4369,6 +4369,7 @@
     SUBDIR += py-jira
     SUBDIR += py-jmespath
     SUBDIR += py-joblib
+    SUBDIR += py-jsbeautifier
     SUBDIR += py-jsmin
     SUBDIR += py-json-py
     SUBDIR += py-json-sempai

Added: head/devel/py-jsbeautifier/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsbeautifier/Makefile	Wed Apr 12 02:32:08 2017	(r438328)
@@ -0,0 +1,22 @@
+# Created by: Shaun Amott <shaun at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jsbeautifier
+PORTVERSION=	1.6.12
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	shaun at FreeBSD.org
+COMMENT=	JavaScript unobfuscator and beautifier
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig
+
+USES?=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-jsbeautifier/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsbeautifier/distinfo	Wed Apr 12 02:32:08 2017	(r438328)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1491952862
+SHA256 (jsbeautifier-1.6.12.tar.gz) = 64a8f205c9cfd7e30888ed4da23237dcee9c300c871df84463ea2bb251495f5d
+SIZE (jsbeautifier-1.6.12.tar.gz) = 55636

Added: head/devel/py-jsbeautifier/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsbeautifier/pkg-descr	Wed Apr 12 02:32:08 2017	(r438328)
@@ -0,0 +1,4 @@
+Beautify, unpack or deobfuscate JavaScript. Handles popular online
+obfuscators.
+
+WWW: http://jsbeautifier.org/


More information about the svn-ports-head mailing list