From owner-svn-ports-all@freebsd.org Sun Jan 27 19:56:15 2019 Return-Path: Delivered-To: svn-ports-all@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 12FEE14BAE3C; Sun, 27 Jan 2019 19:56:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4BF81F94; Sun, 27 Jan 2019 19:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCC45CDEF; Sun, 27 Jan 2019 19:56:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0RJuBDW012545; Sun, 27 Jan 2019 19:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0RJuARE012537; Sun, 27 Jan 2019 19:56:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201901271956.x0RJuARE012537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Jan 2019 19:56:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491382 - in head/shells: . zsh-completions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/shells: . zsh-completions X-SVN-Commit-Revision: 491382 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8E4BF81F94 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2019 19:56:15 -0000 Author: sunpoet Date: Sun Jan 27 19:56:10 2019 New Revision: 491382 URL: https://svnweb.freebsd.org/changeset/ports/491382 Log: Add zsh-completions 0.30.0 zsh-completions is the additional completion definitions for Zsh. This projects aims at gathering/developing new completion scripts that are not available in Zsh yet. The scripts may be contributed to the Zsh project when stable enough. WWW: https://github.com/zsh-users/zsh-completions Added: head/shells/zsh-completions/ head/shells/zsh-completions/Makefile (contents, props changed) head/shells/zsh-completions/distinfo (contents, props changed) head/shells/zsh-completions/pkg-descr (contents, props changed) head/shells/zsh-completions/pkg-plist (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Sun Jan 27 19:56:04 2019 (r491381) +++ head/shells/Makefile Sun Jan 27 19:56:10 2019 (r491382) @@ -51,6 +51,7 @@ SUBDIR += xonsh SUBDIR += zsh SUBDIR += zsh-antigen + SUBDIR += zsh-completions SUBDIR += zsh-navigation-tools .include Added: head/shells/zsh-completions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh-completions/Makefile Sun Jan 27 19:56:10 2019 (r491382) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= zsh-completions +PORTVERSION= 0.30.0 +CATEGORIES= shells + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Additional completion definitions for Zsh + +LICENSE= ZSH +LICENSE_NAME= ZSH license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_ARCH= yes +NO_BUILD= yes + +GH_ACCOUNT= zsh-users +USE_GITHUB= yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ + +.include Added: head/shells/zsh-completions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh-completions/distinfo Sun Jan 27 19:56:10 2019 (r491382) @@ -0,0 +1,3 @@ +TIMESTAMP = 1548538694 +SHA256 (zsh-users-zsh-completions-0.30.0_GH0.tar.gz) = 981c386fa01f9bcb0c8a66b0db16af794ab10169d12e2242f83715967b737621 +SIZE (zsh-users-zsh-completions-0.30.0_GH0.tar.gz) = 227966 Added: head/shells/zsh-completions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh-completions/pkg-descr Sun Jan 27 19:56:10 2019 (r491382) @@ -0,0 +1,7 @@ +zsh-completions is the additional completion definitions for Zsh. + +This projects aims at gathering/developing new completion scripts that are not +available in Zsh yet. The scripts may be contributed to the Zsh project when +stable enough. + +WWW: https://github.com/zsh-users/zsh-completions Added: head/shells/zsh-completions/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh-completions/pkg-plist Sun Jan 27 19:56:10 2019 (r491382) @@ -0,0 +1,129 @@ +share/zsh/site-functions/_afew +share/zsh/site-functions/_android +share/zsh/site-functions/_archlinux-java +share/zsh/site-functions/_artisan +share/zsh/site-functions/_atach +share/zsh/site-functions/_bitcoin-cli +share/zsh/site-functions/_bower +share/zsh/site-functions/_bundle +share/zsh/site-functions/_caffeinate +share/zsh/site-functions/_cap +share/zsh/site-functions/_cask +share/zsh/site-functions/_ccache +share/zsh/site-functions/_cf +share/zsh/site-functions/_cheat +share/zsh/site-functions/_choc +share/zsh/site-functions/_chromium +share/zsh/site-functions/_cmake +share/zsh/site-functions/_coffee +share/zsh/site-functions/_composer +share/zsh/site-functions/_conan +share/zsh/site-functions/_console +share/zsh/site-functions/_dad +share/zsh/site-functions/_debuild +share/zsh/site-functions/_dget +share/zsh/site-functions/_dhcpcd +share/zsh/site-functions/_diana +share/zsh/site-functions/_docpad +share/zsh/site-functions/_drush +share/zsh/site-functions/_ecdsautil +share/zsh/site-functions/_emulator +share/zsh/site-functions/_envdir +share/zsh/site-functions/_exportfs +share/zsh/site-functions/_fab +share/zsh/site-functions/_ffind +share/zsh/site-functions/_fleetctl +share/zsh/site-functions/_flutter +share/zsh/site-functions/_force +share/zsh/site-functions/_gas +share/zsh/site-functions/_ghc +share/zsh/site-functions/_gist +share/zsh/site-functions/_git-flow +share/zsh/site-functions/_git-journal +share/zsh/site-functions/_git-pulls +share/zsh/site-functions/_git-wtf +share/zsh/site-functions/_glances +share/zsh/site-functions/_golang +share/zsh/site-functions/_google +share/zsh/site-functions/_gtk-launch +share/zsh/site-functions/_hledger +share/zsh/site-functions/_homestead +share/zsh/site-functions/_httpie +share/zsh/site-functions/_ibus +share/zsh/site-functions/_include-what-you-use +share/zsh/site-functions/_jmeter +share/zsh/site-functions/_jmeter-plugins +share/zsh/site-functions/_jonas +share/zsh/site-functions/_jrnl +share/zsh/site-functions/_kak +share/zsh/site-functions/_kitchen +share/zsh/site-functions/_knife +share/zsh/site-functions/_language_codes +share/zsh/site-functions/_lunchy +share/zsh/site-functions/_middleman +share/zsh/site-functions/_mina +share/zsh/site-functions/_mix +share/zsh/site-functions/_multirust +share/zsh/site-functions/_mussh +share/zsh/site-functions/_mvn +share/zsh/site-functions/_nftables +share/zsh/site-functions/_node +share/zsh/site-functions/_nvm +share/zsh/site-functions/_openssl +share/zsh/site-functions/_optirun +share/zsh/site-functions/_patool +share/zsh/site-functions/_perf +share/zsh/site-functions/_periscope +share/zsh/site-functions/_pgsql_utils +share/zsh/site-functions/_phing +share/zsh/site-functions/_pixz +share/zsh/site-functions/_pkcon +share/zsh/site-functions/_play +share/zsh/site-functions/_port +share/zsh/site-functions/_pygmentize +share/zsh/site-functions/_rails +share/zsh/site-functions/_ralio +share/zsh/site-functions/_redis-cli +share/zsh/site-functions/_rfkill +share/zsh/site-functions/_rkt +share/zsh/site-functions/_rslsync +share/zsh/site-functions/_rspec +share/zsh/site-functions/_rsvm +share/zsh/site-functions/_rubocop +share/zsh/site-functions/_rvm +share/zsh/site-functions/_sbt +share/zsh/site-functions/_scala +share/zsh/site-functions/_scrub +share/zsh/site-functions/_sdd +share/zsh/site-functions/_setcap +share/zsh/site-functions/_setup.py +share/zsh/site-functions/_sfdx +share/zsh/site-functions/_showoff +share/zsh/site-functions/_srm +share/zsh/site-functions/_stack +share/zsh/site-functions/_subl +share/zsh/site-functions/_subliminal +share/zsh/site-functions/_supervisorctl +share/zsh/site-functions/_svm +share/zsh/site-functions/_tarsnap +share/zsh/site-functions/_teamocil +share/zsh/site-functions/_thor +share/zsh/site-functions/_tmuxinator +share/zsh/site-functions/_tmuxp +share/zsh/site-functions/_tox +share/zsh/site-functions/_trash-empty +share/zsh/site-functions/_trash-list +share/zsh/site-functions/_trash-put +share/zsh/site-functions/_trash-restore +share/zsh/site-functions/_udisksctl +share/zsh/site-functions/_ufw +share/zsh/site-functions/_vagrant +share/zsh/site-functions/_virtualbox +share/zsh/site-functions/_vnstat +share/zsh/site-functions/_wemux +share/zsh/site-functions/_wg-quick +share/zsh/site-functions/_xinput +share/zsh/site-functions/_xsel +share/zsh/site-functions/_yaourt +share/zsh/site-functions/_yarn +share/zsh/site-functions/_zcash-cli