Re: git: e82a86500202 - main - Add textproc/jless: Command-line JSON viewer

From: Tomoaki AOKI <junchoon_at_dec.sakura.ne.jp>
Date: Thu, 24 Feb 2022 22:53:55 UTC
Hi.
This coflicts japanese/less.
It also installs {LOCALBASE}/bin/jless.

(cc'ing hrs@, maintainer of japanese/less)

> The branch main has been updated by lwhsu:
> 
> URL:
https://cgit.FreeBSD.org/ports/commit/?id=e82a86500202c1503cbc837f290a3324200493dc
> 
> commit e82a86500202c1503cbc837f290a3324200493dc
> Author:     Li-Wen Hsu <lwhsu_at_FreeBSD.org>
> AuthorDate: 2022-02-24 21:32:21 +0000
> Commit:     Li-Wen Hsu <lwhsu_at_FreeBSD.org>
> CommitDate: 2022-02-24 21:32:21 +0000
> 
>     Add textproc/jless: Command-line JSON viewer
> ---
>  textproc/Makefile        |   1 +
>  textproc/jless/Makefile  |  91 +++++++++++++++++++++++++++++++
>  textproc/jless/distinfo  | 139 ++++++++++++++++++++++++++++++++++++++++
+++++++
>  textproc/jless/pkg-descr |  15 +++++
>  4 files changed, 246 insertions(+)

     (snip)

> diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile
> new file mode 100644
> index 000000000000..0de4f5d6cab9
> --- /dev/null
> +++ b/textproc/jless/Makefile
> _at__at_ -0,0 +1,91 _at__at_
> +PORTNAME=	jless
> +DISTVERSIONPREFIX=	v
> +DISTVERSION=	0.7.2
> +CATEGORIES=	textproc
> +
> +MAINTAINER=	lwhsu_at_FreeBSD.org
> +COMMENT=	Command-line JSON viewer
> +
> +LICENSE=	MIT
> +LICENSE_FILE=	${WRKSRC}/LICENSE
> +
> +USES=		cargo
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	PaulJuliusMartinez

     (snip)

> +
> +PLIST_FILES=	bin/jless
> +
> +post-install:
> +	_at_${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jless
> +
> +.include <bsd.port.mk>

     (snip)

-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>