pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-rjsmin



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed May 10 22:46:44 UTC 2023

Added Files:
        pkgsrc/www/py-rjsmin: DESCR Makefile PLIST distinfo

Log Message:
py-rjsmin: add version 1.2.1

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-rjsmin/DESCR \
    pkgsrc/www/py-rjsmin/Makefile pkgsrc/www/py-rjsmin/PLIST \
    pkgsrc/www/py-rjsmin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-rjsmin/DESCR
diff -u /dev/null pkgsrc/www/py-rjsmin/DESCR:1.1
--- /dev/null   Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/DESCR  Wed May 10 22:46:44 2023
@@ -0,0 +1,7 @@
+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.
Index: pkgsrc/www/py-rjsmin/Makefile
diff -u /dev/null pkgsrc/www/py-rjsmin/Makefile:1.1
--- /dev/null   Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/Makefile       Wed May 10 22:46:44 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/05/10 22:46:44 markd Exp $
+
+DISTNAME=      rjsmin-1.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rjsmin/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ndparker/rjsmin/
+COMMENT=       Fast javascript minifier for Python
+LICENSE=       apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-rjsmin/PLIST
diff -u /dev/null pkgsrc/www/py-rjsmin/PLIST:1.1
--- /dev/null   Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/PLIST  Wed May 10 22:46:44 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/10 22:46:44 markd Exp $
+${PYSITELIB}/_rjsmin.so
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rjsmin.py
+${PYSITELIB}/rjsmin.pyc
+${PYSITELIB}/rjsmin.pyo
Index: pkgsrc/www/py-rjsmin/distinfo
diff -u /dev/null pkgsrc/www/py-rjsmin/distinfo:1.1
--- /dev/null   Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/distinfo       Wed May 10 22:46:44 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/10 22:46:44 markd Exp $
+
+BLAKE2s (rjsmin-1.2.1.tar.gz) = 3ed8e9778db440812ac228053f9417a9e453f8211bcba831ab08249546a3069b
+SHA512 (rjsmin-1.2.1.tar.gz) = 14920b368c287f53b3d5b5f41c43f8cdcd4d5aff9ec824c33870a62fb0641a1850963a2c5fa0bab777ce094090c507f6dbe11ca3090cc6861c7c6f5d7e30fa96
+Size (rjsmin-1.2.1.tar.gz) = 420696 bytes



Home | Main Index | Thread Index | Old Index