From owner-svn-ports-head@freebsd.org Mon Feb 4 12:27:43 2019 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 F138514CEFD4; Mon, 4 Feb 2019 12:27:42 +0000 (UTC) (envelope-from swills@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 90F7D84ACE; Mon, 4 Feb 2019 12:27:42 +0000 (UTC) (envelope-from swills@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 805355FFE; Mon, 4 Feb 2019 12:27:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x14CRgpI097066; Mon, 4 Feb 2019 12:27:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x14CRfZ8097061; Mon, 4 Feb 2019 12:27:41 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201902041227.x14CRfZ8097061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 4 Feb 2019 12:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492122 - in head/sysutils: . mmve X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils: . mmve X-SVN-Commit-Revision: 492122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 90F7D84ACE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 04 Feb 2019 12:27:43 -0000 Author: swills Date: Mon Feb 4 12:27:41 2019 New Revision: 492122 URL: https://svnweb.freebsd.org/changeset/ports/492122 Log: sysutils/mmve: create port Mass MV Editor: move files with your editor WWW: https://rubygems.org/gems/mmve PR: 220108 Submitted by: Thibault Jouan Added: head/sysutils/mmve/ head/sysutils/mmve/Makefile (contents, props changed) head/sysutils/mmve/distinfo (contents, props changed) head/sysutils/mmve/pkg-descr (contents, props changed) head/sysutils/mmve/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Feb 4 12:00:26 2019 (r492121) +++ head/sysutils/Makefile Mon Feb 4 12:27:41 2019 (r492122) @@ -693,6 +693,7 @@ SUBDIR += mkntpwd SUBDIR += mksunbootcd SUBDIR += mmc-utils + SUBDIR += mmve SUBDIR += mnrpes SUBDIR += modman SUBDIR += modules Added: head/sysutils/mmve/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mmve/Makefile Mon Feb 4 12:27:41 2019 (r492122) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= mmve +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= tj+freebsd_ports@a13.fr +COMMENT= Mass MV Editor: move files with your text editor + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-baf>=0.11.0:devel/rubygem-baf + +USES= shebangfix + +SHEBANG_FILES= bin/mmve +USE_RUBY= yes +NO_BUILD= yes +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= tjouan + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bin/mmve ${STAGEDIR}${PREFIX}/bin + @cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${RUBY_SITELIBDIR} + +.include Added: head/sysutils/mmve/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mmve/distinfo Mon Feb 4 12:27:41 2019 (r492122) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496012559 +SHA256 (tjouan-mmve-v0.2.0_GH0.tar.gz) = 6d4ee0416704e5f1a6d1bee3630d77a873943aeaeff9a9b1fd3572e718e0472d +SIZE (tjouan-mmve-v0.2.0_GH0.tar.gz) = 5809 Added: head/sysutils/mmve/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mmve/pkg-descr Mon Feb 4 12:27:41 2019 (r492122) @@ -0,0 +1,3 @@ +Mass MV Editor: move files with your editor + +WWW: https://rubygems.org/gems/mmve Added: head/sysutils/mmve/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mmve/pkg-plist Mon Feb 4 12:27:41 2019 (r492122) @@ -0,0 +1,6 @@ +bin/mmve +%%RUBY_SITELIBDIR%%/mmve.rb +%%RUBY_SITELIBDIR%%/mmve/cli.rb +%%RUBY_SITELIBDIR%%/mmve/editor.rb +%%RUBY_SITELIBDIR%%/mmve/renamer.rb +%%RUBY_SITELIBDIR%%/mmve/version.rb