aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-rjsmin
Commit message (Collapse)AuthorAgeFilesLines
* archivers/py-djsmin: Updated to 1.2.0Richard Gallamore2022-01-112-4/+7
| | | | Changes: http://storage.perlig.de/rjsmin/CHANGES-1.2.0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Updated to 1.1.0Richard Gallamore2020-01-172-4/+4
| | | | | | | Changes: http://storage.perlig.de/rjsmin/CHANGES-1.1.0 Notes: svn path=/head/; revision=523279
* * Updated maintainer emailRichard Gallamore2017-07-031-2/+2
| | | | | | | | | | | * Changed comment headers to match my name and FreeBSD email Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11466 Notes: svn path=/head/; revision=444980
* qa: add check for NO_ARCHDavid Naylor2017-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr Notes: svn path=/head/; revision=443845
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* New port: archivers/py-rjsminKurt Jaeger2016-04-163-0/+28
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 Notes: svn path=/head/; revision=413467