Bug 208834 - [NEW PORT] archivers/py-rjsmin: Fast javascript minifier for Python
Summary: [NEW PORT] archivers/py-rjsmin: Fast javascript minifier for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/ndparker/rjsmin
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2016-04-16 17:20 UTC by Ultima
Modified: 2016-04-16 17:31 UTC (History)
1 user (show)

See Also:
Ultima1252: maintainer-feedback+


Attachments
rjsmin.diff (2.93 KB, patch)
2016-04-16 17:20 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ultima 2016-04-16 17:20:36 UTC
Created attachment 169372 [details]
rjsmin.diff

rJSmin is a javascript minifier written in python. The minifier is based
on the semantics of jsmin.c by Douglas Crockford. The module is a
re-implementation aiming for speed, so it can be used at runtime
(rather than during a preprocessing step). Usually it produces the same
results as the original jsmin.c.

WWW: https://github.com/ndparker/rjsmin

portlint -AC: looks fine.
poudriere bulk -tC:
11amd64: success
11i386: success
103amd64: success
103i386: success
93amd64: success
93i386: success
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-16 17:31:50 UTC
Testbuilds are fine, committed.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-04-16 17:31:52 UTC
A commit references this bug:

Author: pi
Date: Sat Apr 16 17:31:36 UTC 2016
New revision: 413467
URL: https://svnweb.freebsd.org/changeset/ports/413467

Log:
  New port: archivers/py-rjsmin

  rJSmin is a javascript minifier written in python. The minifier is based
  on the semantics of jsmin.c by Douglas Crockford. The module is a
  re-implementation aiming for speed, so it can be used at runtime
  (rather than during a preprocessing step). Usually it produces the same
  results as the original jsmin.c.

  WWW: https://github.com/ndparker/rjsmin

  PR:		208834
  Submitted by:	Ultima1252@gmail.com

Changes:
  head/archivers/Makefile
  head/archivers/py-rjsmin/
  head/archivers/py-rjsmin/Makefile
  head/archivers/py-rjsmin/distinfo
  head/archivers/py-rjsmin/pkg-descr