diff --git a/www/manpageblog/Makefile b/www/manpageblog/Makefile index 03859c50be01..581d94d51e95 100644 --- a/www/manpageblog/Makefile +++ b/www/manpageblog/Makefile @@ -1,35 +1,35 @@ PORTNAME= manpageblog DISTVERSIONPREFIX= v -DISTVERSION= 1.2 +DISTVERSION= 1.3 CATEGORIES= www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= se@FreeBSD.org COMMENT= Simple and static blog generator in manpage design WWW= https://github.com/gyptazy/manpageblog LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= gyptazy SHEBANG_FILES= ${WRKSRC}/manpageblog NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= EXAMPLES DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/blog.conf ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} content ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} _assets ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} _templates ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/manpageblog/distinfo b/www/manpageblog/distinfo index 9e56a6686c7b..e17bb8382b5c 100644 --- a/www/manpageblog/distinfo +++ b/www/manpageblog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700679128 -SHA256 (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 6538c1d6d86abd138bcd85b75b81f731832d8bae5d4a1899a4f8e2ac74cb1605 -SIZE (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 13338 +TIMESTAMP = 1704917128 +SHA256 (gyptazy-manpageblog-v1.3_GH0.tar.gz) = ca744c894005c1a9033e36c77da5a50508675b3619868f703626553008dbf3aa +SIZE (gyptazy-manpageblog-v1.3_GH0.tar.gz) = 15019 diff --git a/www/manpageblog/pkg-plist b/www/manpageblog/pkg-plist index 44fd06923f9e..bb710239369f 100644 --- a/www/manpageblog/pkg-plist +++ b/www/manpageblog/pkg-plist @@ -1,20 +1,24 @@ bin/manpageblog %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/dark.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey_blue.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/light.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/feed.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/list.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/page.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/page_tags.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/post.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blog.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/_index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/about.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-11-manpageblog-release-1-0.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-13-manpageblog-now-available-in-freebsd-ports.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-15-manpageblog-release-1-1.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-21-manpageblog-in-the-1-mb-website-club.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-22-manpageblog-release-1-2.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-12-15-manpageblock-container-image-for-docker-podman.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2024-01-09-manpageblog-release-1-3.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/contact.html