1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textprox/go-md2man: New port

Reviewed by:	0mp
Reviewed by:	Daniel Engberg <daniel.engberg.lists@pyret.net> (earlier version)

Differential Revision:	https://reviews.freebsd.org/D29487
This commit is contained in:
Mateusz Kwiatkowski 2021-04-28 16:04:51 +02:00 committed by Mateusz Piotrowski
parent 3c8440aa38
commit 995b8d03bb
4 changed files with 36 additions and 0 deletions

View File

@ -230,6 +230,7 @@
SUBDIR += gladtex
SUBDIR += gmetadom
SUBDIR += gnugrep
SUBDIR += go-md2man
SUBDIR += goldendict
SUBDIR += google-ctemplate
SUBDIR += google-translate-cli

View File

@ -0,0 +1,23 @@
PORTNAME= go-md2man
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
CATEGORIES= textproc
MAINTAINER= mateusz@serveraptor.com
COMMENT= Converts Markdown into roff (man pages)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= cpuguy83
GH_SUBDIR= go-md2man
GH_TUPLE= russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
TIMESTAMP = 1617023117
SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021
SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff
SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613
SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f
SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143

View File

@ -0,0 +1,5 @@
go-md2man: Converts Markdown into roff (man pages).
It uses blackfriday to process Markdown.
WWW: https://github.com/cpuguy83/go-md2man