Skip to content

Commit

Permalink
textproc/py-htmlmin2: Add py-htmlmin2 0.1.13
Browse files Browse the repository at this point in the history
htmlmin is a configurable HTML Minifier with safety features.
  • Loading branch information
sunpoet committed Dec 25, 2023
1 parent fec059b commit 38ed934
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -1385,6 +1385,7 @@
SUBDIR += py-html2json
SUBDIR += py-html2text
SUBDIR += py-html2text2018
SUBDIR += py-htmlmin2
SUBDIR += py-humanfriendly
SUBDIR += py-hunspell
SUBDIR += py-ini2toml
Expand Down
24 changes: 24 additions & 0 deletions textproc/py-htmlmin2/Makefile
@@ -0,0 +1,24 @@
PORTNAME= htmlmin2
PORTVERSION= 0.1.13
DISTVERSIONPREFIX= v
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTML Minifier
WWW= https://htmlmin.readthedocs.io/en/latest/ \
https://github.com/wilhelmer/htmlmin

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

USE_GITHUB= yes
GH_ACCOUNT= wilhelmer
GH_PROJECT= htmlmin

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/py-htmlmin2/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1703495777
SHA256 (wilhelmer-htmlmin-v0.1.13_GH0.tar.gz) = a0cbbd6634166ea8dfc16d0744d06f3205d51b86d539d0114decfb3f8fd85b41
SIZE (wilhelmer-htmlmin-v0.1.13_GH0.tar.gz) = 134136
1 change: 1 addition & 0 deletions textproc/py-htmlmin2/pkg-descr
@@ -0,0 +1 @@
htmlmin is a configurable HTML Minifier with safety features.

0 comments on commit 38ed934

Please sign in to comment.