svn commit: r467878 - in head/sysutils: . yadm
Adam Weinberger
adamw at adamw.org
Sat Apr 21 18:19:24 UTC 2018
> On 21 Apr, 2018, at 05:29, Guido Falsi <madpilot at 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 at 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 at 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 at adamw.org
http://www.adamw.org
More information about the svn-ports-all
mailing list