diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:09:57 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:09:57 +0000 |
commit | 58b4f2ca6ca4fbc97b15b3bcd4aa62f1dd3eacc9 (patch) | |
tree | 010256836a9b33a8f73e71125f32e3072c9cc0ff /www/hs-hjsmin | |
parent | d820d35c656587d18ba79582006525d219282fd4 (diff) | |
download | ports-58b4f2ca6ca4fbc97b15b3bcd4aa62f1dd3eacc9.tar.gz ports-58b4f2ca6ca4fbc97b15b3bcd4aa62f1dd3eacc9.zip |
Notes
Diffstat (limited to 'www/hs-hjsmin')
-rw-r--r-- | www/hs-hjsmin/Makefile | 22 | ||||
-rw-r--r-- | www/hs-hjsmin/distinfo | 2 | ||||
-rw-r--r-- | www/hs-hjsmin/pkg-descr | 4 |
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 |