Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 12:27:41 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492122 - in head/sysutils: . mmve
Message-ID:  <201902041227.x14CRfZ8097061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tj+freebsd_ports@a13.fr>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041227.x14CRfZ8097061>