1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

textproc/mantra: Add a new port

Mantra is a CLI for previewing mandoc manual pages
with live auto-reload in a pager.

WWW: https://github.com/0mp/mantra
This commit is contained in:
Mateusz Piotrowski 2021-10-12 17:00:19 +02:00
parent a2e1df0f73
commit 7ca41f489f
4 changed files with 31 additions and 0 deletions

View File

@ -433,6 +433,7 @@
SUBDIR += makefaq
SUBDIR += makepatch
SUBDIR += man2html
SUBDIR += mantra
SUBDIR += markdown
SUBDIR += markdown-mode.el
SUBDIR += markdownfmt

23
textproc/mantra/Makefile Normal file
View File

@ -0,0 +1,23 @@
PORTNAME= mantra
DISTVERSION= 0.1.1
CATEGORIES= textproc
MAINTAINER= 0mp@FreeBSD.org
COMMENT= CLI for previewing mandoc manual pages with live auto-reload in a pager
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= entr:sysutils/entr \
tmux:sysutils/tmux
USE_GITHUB= yes
GH_ACCOUNT= 0mp
MAKE_ENV= VERSION=${DISTVERSION}
NO_ARCH= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

3
textproc/mantra/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1634050539
SHA256 (0mp-mantra-0.1.1_GH0.tar.gz) = b4c62fcbf1deb71c6fa0cc1937b5d43abc106968289e07e84a1bec44307a0e6b
SIZE (0mp-mantra-0.1.1_GH0.tar.gz) = 3236

View File

@ -0,0 +1,4 @@
Mantra is a CLI for previewing mandoc manual pages
with live auto-reload in a pager.
WWW: https://github.com/0mp/mantra