import p5-JavaScript-Minifier
This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. from Girish Venkatachalam ok merdely@, okan@
This commit is contained in:
parent
04ed008112
commit
64e629d676
19
www/p5-JavaScript-Minifier/Makefile
Normal file
19
www/p5-JavaScript-Minifier/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:48:37 simon Exp $
|
||||
|
||||
COMMENT= Perl extension for minifying JavaScript code
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= JavaScript-Minifier-1.05
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-JavaScript-Minifier/distinfo
Normal file
5
www/p5-JavaScript-Minifier/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (JavaScript-Minifier-1.05.tar.gz) = FMH6L892yX3k0P4NjX/BRQ==
|
||||
RMD160 (JavaScript-Minifier-1.05.tar.gz) = gi2gK/owLr0HzL3KenrxBinrZfU=
|
||||
SHA1 (JavaScript-Minifier-1.05.tar.gz) = AVZL3So2BbaF74DY4/VxUgJXBWE=
|
||||
SHA256 (JavaScript-Minifier-1.05.tar.gz) = g7DOPZqiG56TKKtP/Pa6V9ChOy74DUvbeIioBN/CNq4=
|
||||
SIZE (JavaScript-Minifier-1.05.tar.gz) = 7314
|
5
www/p5-JavaScript-Minifier/pkg/DESCR
Normal file
5
www/p5-JavaScript-Minifier/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module removes unnecessary whitespace from JavaScript code. The
|
||||
primary requirement developing this module is to not break working code:
|
||||
if working JavaScript is in input then working JavaScript is output. It
|
||||
is ok if the input has missing semi-colons, snips like '++ +' or '12
|
||||
.toString()', for example.
|
4
www/p5-JavaScript-Minifier/pkg/PLIST
Normal file
4
www/p5-JavaScript-Minifier/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/11 22:48:37 simon Exp $
|
||||
${P5SITE}/JavaScript/
|
||||
${P5SITE}/JavaScript/Minifier.pm
|
||||
@man man/man3p/JavaScript::Minifier.3p
|
Loading…
x
Reference in New Issue
Block a user