Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2018 12:19:12 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Guido Falsi <madpilot@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r467878 - in head/sysutils: . yadm
Message-ID:  <5F010EDE-0388-4F68-8018-FCB2E9D77F64@adamw.org>
In-Reply-To: <201804211129.w3LBT2Ru085884@repo.freebsd.org>
References:  <201804211129.w3LBT2Ru085884@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 21 Apr, 2018, at 05:29, Guido Falsi <madpilot@FreeBSD.org> wrote:
>
> Author: madpilot
> Date: Sat Apr 21 11:29:02 2018
> New Revision: 467878
> URL: https://svnweb.freebsd.org/changeset/ports/467878
>
> Log:
>   Yet Another Dotfiles Manager
>
>   WWW: https://thelocehiliosan.github.io/yadm/
>
>   PR:		224820
>   Submitted by:	alex@xanderio.de
>
> Added:
>   head/sysutils/yadm/
>   head/sysutils/yadm/Makefile   (contents, props changed)
>   head/sysutils/yadm/distinfo   (contents, props changed)
>   head/sysutils/yadm/pkg-descr   (contents, props changed)
> Modified:
>   head/sysutils/Makefile
>
> Modified: head/sysutils/Makefile
> ==============================================================================
> --- head/sysutils/Makefile	Sat Apr 21 11:24:53 2018	(r467877)
> +++ head/sysutils/Makefile	Sat Apr 21 11:29:02 2018	(r467878)
> @@ -1404,6 +1404,7 @@
>      SUBDIR += xstow
>      SUBDIR += xsysstats
>      SUBDIR += xvidcap
> +    SUBDIR += yadm
>      SUBDIR += yum
>      SUBDIR += zap
>      SUBDIR += zbackup
>
> Added: head/sysutils/yadm/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/sysutils/yadm/Makefile	Sat Apr 21 11:29:02 2018	(r467878)
> @@ -0,0 +1,27 @@
> +# $FreeBSD$
> +
> +PORTNAME=	yadm
> +PORTVERSION=	1.12.0
> +CATEGORIES=	sysutils
> +
> +MAINTAINER=	alex@xanderio.de
> +COMMENT=	Yet Another Dotfiles Manager
> +
> +LICENSE=	GPLv3+
> +LICENSE_FILE=	${WRKSRC}/LICENSE
> +
> +RUN_DEPENDS=	git:devel/git \
> +		bash:shells/bash
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	TheLocehiliosan
> +
> +PLIST_FILES=	bin/yadm \
> +		man/man1/yadm.1.gz
> +
> +do-install:
> +	@${MKDIR} ${STAGEDIR}
> +	${INSTALL_MAN} ${WRKSRC}/yadm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
> +	${INSTALL_SCRIPT} ${WRKSRC}/yadm ${STAGEDIR}${PREFIX}/bin/
> +
> +.include <bsd.port.mk>
>
> Added: head/sysutils/yadm/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/sysutils/yadm/distinfo	Sat Apr 21 11:29:02 2018	(r467878)
> @@ -0,0 +1,3 @@
> +TIMESTAMP = 1524038172
> +SHA256 (TheLocehiliosan-yadm-1.12.0_GH0.tar.gz) =  
> c3d612d01e2027d5f457e0f7d120bc67251b716c373d99fe70638bd86edf107f
> +SIZE (TheLocehiliosan-yadm-1.12.0_GH0.tar.gz) = 47340
>
> Added: head/sysutils/yadm/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/sysutils/yadm/pkg-descr	Sat Apr 21 11:29:02 2018	(r467878)
> @@ -0,0 +1,3 @@
> +Yet Another Dotfiles Manager
> +
> +WWW: https://thelocehiliosan.github.io/yadm/

That isn’t much of a pkg-descr. The pkg-descr is supposed to describe what  
the port does, so that users can decide if it’s what they’re looking for.  
Copying the COMMENT into it is insufficient and just lazy.

Please, update this pkg-descr. The WWW has plenty of text that could be  
copy/pasted.

# Adam


—
Adam Weinberger
adamw@adamw.org
http://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5F010EDE-0388-4F68-8018-FCB2E9D77F64>