From owner-svn-ports-head@freebsd.org Sat Apr 21 18:19:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D728CFB828A; Sat, 21 Apr 2018 18:19:23 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE2CF6FA96; Sat, 21 Apr 2018 18:19:21 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 65d611d6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 21 Apr 2018 12:19:14 -0600 (MDT) Content-Type: text/plain; charset=utf-8; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: svn commit: r467878 - in head/sysutils: . yadm From: Adam Weinberger In-Reply-To: <201804211129.w3LBT2Ru085884@repo.freebsd.org> Date: Sat, 21 Apr 2018 12:19:12 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 8bit Message-Id: <5F010EDE-0388-4F68-8018-FCB2E9D77F64@adamw.org> References: <201804211129.w3LBT2Ru085884@repo.freebsd.org> To: Guido Falsi X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2018 18:19:24 -0000 > On 21 Apr, 2018, at 05:29, Guido Falsi 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 > > 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