aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-hjsmin
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-24 18:09:57 +0800
committerpgj <pgj@FreeBSD.org>2012-06-24 18:09:57 +0800
commit0c048b0c0709f55d888692938826a556c160c388 (patch)
tree9ed18ca39796e66f9affdd38498d90b2fc19ff98 /www/hs-hjsmin
parentd57fa74afdbeeb3ddd8ebff0078e2aa595c97d41 (diff)
downloadfreebsd-ports-gnome-0c048b0c0709f55d888692938826a556c160c388.tar.gz
freebsd-ports-gnome-0c048b0c0709f55d888692938826a556c160c388.tar.zst
freebsd-ports-gnome-0c048b0c0709f55d888692938826a556c160c388.zip
Reduces size of javascript files by stripping out extraneous whitespace
and other syntactic elements, without changing the semantics. WWW: http://github.com/alanz/hjsmin Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-hjsmin')
-rw-r--r--www/hs-hjsmin/Makefile22
-rw-r--r--www/hs-hjsmin/distinfo2
-rw-r--r--www/hs-hjsmin/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile
new file mode 100644
index 000000000000..2eb213f2dd66
--- /dev/null
+++ b/www/hs-hjsmin/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-hjsmin
+# Date created: June 10, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= hjsmin
+PORTVERSION= 0.1.2
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haskell implementation of a javascript minifier
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.1 text>=0.8
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-hjsmin/distinfo b/www/hs-hjsmin/distinfo
new file mode 100644
index 000000000000..7f2a4d172fcf
--- /dev/null
+++ b/www/hs-hjsmin/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/hjsmin-0.1.2.tar.gz) = 4b6383b6f85cfc5da3d74e9e0f275edeff5a9a0bb274103a7a741150061ad313
+SIZE (cabal/hjsmin-0.1.2.tar.gz) = 12434
diff --git a/www/hs-hjsmin/pkg-descr b/www/hs-hjsmin/pkg-descr
new file mode 100644
index 000000000000..fc3ecbcf3fd8
--- /dev/null
+++ b/www/hs-hjsmin/pkg-descr
@@ -0,0 +1,4 @@
+Reduces size of javascript files by stripping out extraneous whitespace
+and other syntactic elements, without changing the semantics.
+
+WWW: http://github.com/alanz/hjsmin