mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-jsbeautifier/Makefile
Normal file
20
python/py-jsbeautifier/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-jsbeautifier/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= jsbeautifier
|
||||
PORTVERSION= 1.6.12
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
COMMENT= JavaScript unobfuscator and beautifier
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:python/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:python/py-editorconfig@${PY_FLAVOR}
|
||||
|
||||
USES?= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-jsbeautifier/distinfo
Normal file
3
python/py-jsbeautifier/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1491952862
|
||||
SHA256 (jsbeautifier-1.6.12.tar.gz) = 64a8f205c9cfd7e30888ed4da23237dcee9c300c871df84463ea2bb251495f5d
|
||||
SIZE (jsbeautifier-1.6.12.tar.gz) = 55636
|
||||
4
python/py-jsbeautifier/pkg-descr
Normal file
4
python/py-jsbeautifier/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Beautify, unpack or deobfuscate JavaScript. Handles popular online
|
||||
obfuscators.
|
||||
|
||||
WWW: http://jsbeautifier.org/
|
||||
Reference in New Issue
Block a user