pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-rcssmin



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed May 10 22:45:58 UTC 2023

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

Log Message:
py-rcssmin: add version 1.1.1

RCSSmin is a CSS minifier written in python.

The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.

This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-rcssmin/DESCR \
    pkgsrc/www/py-rcssmin/Makefile pkgsrc/www/py-rcssmin/PLIST \
    pkgsrc/www/py-rcssmin/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-rcssmin/DESCR
diff -u /dev/null pkgsrc/www/py-rcssmin/DESCR:1.1
--- /dev/null   Wed May 10 22:45:58 2023
+++ pkgsrc/www/py-rcssmin/DESCR Wed May 10 22:45:58 2023
@@ -0,0 +1,11 @@
+RCSSmin is a CSS minifier written in python.
+
+The minifier is based on the semantics of the YUI compressor, which itself
+is based on the rule list by Isaac Schlueter.
+
+This module is a re-implementation aiming for speed instead of maximum
+compression, so it can be used at runtime (rather than during a preprocessing
+step). RCSSmin does syntactical compression only (removing spaces, comments
+and possibly semicolons). It does not provide semantic compression (like
+removing empty blocks, collapsing redundant properties etc). It does, however,
+support various CSS hacks (by keeping them working as intended).
Index: pkgsrc/www/py-rcssmin/Makefile
diff -u /dev/null pkgsrc/www/py-rcssmin/Makefile:1.1
--- /dev/null   Wed May 10 22:45:58 2023
+++ pkgsrc/www/py-rcssmin/Makefile      Wed May 10 22:45:58 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/05/10 22:45:58 markd Exp $
+
+DISTNAME=      rcssmin-1.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rcssmin/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ndparker/rcssmin/
+COMMENT=       Fast CSS minifier for Python
+LICENSE=       apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-rcssmin/PLIST
diff -u /dev/null pkgsrc/www/py-rcssmin/PLIST:1.1
--- /dev/null   Wed May 10 22:45:58 2023
+++ pkgsrc/www/py-rcssmin/PLIST Wed May 10 22:45:58 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/10 22:45:58 markd Exp $
+${PYSITELIB}/_rcssmin.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}/rcssmin.py
+${PYSITELIB}/rcssmin.pyc
+${PYSITELIB}/rcssmin.pyo
Index: pkgsrc/www/py-rcssmin/distinfo
diff -u /dev/null pkgsrc/www/py-rcssmin/distinfo:1.1
--- /dev/null   Wed May 10 22:45:58 2023
+++ pkgsrc/www/py-rcssmin/distinfo      Wed May 10 22:45:58 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/10 22:45:58 markd Exp $
+
+BLAKE2s (rcssmin-1.1.1.tar.gz) = 0d466ef0ba3215c714cfd760b59d758980399b2fde93616262b39cf073869f7f
+SHA512 (rcssmin-1.1.1.tar.gz) = 3439808f0e9165cac33756a2664fb4e3a314107422a952ebd42b28653519d91ba9e8f775cd499078c6d3faf103415c7c66eec05258f2dcfe85fee4f253399dfd
+Size (rcssmin-1.1.1.tar.gz) = 582247 bytes



Home | Main Index | Thread Index | Old Index