From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 09:03:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DA3B8DA; Thu, 27 Feb 2014 09:03:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2F781CFC; Thu, 27 Feb 2014 09:03:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R93p1N042199; Thu, 27 Feb 2014 09:03:51 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R93pIW042197; Thu, 27 Feb 2014 09:03:51 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270903.s1R93pIW042197@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 09:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346277 - head/sysutils/vils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 27 Feb 2014 09:03:52 -0000 Author: miwi Date: Thu Feb 27 09:03:51 2014 New Revision: 346277 URL: http://svnweb.freebsd.org/changeset/ports/346277 QAT: https://qat.redports.org/buildarchive/r346277/ Log: - Update MASTER_SITES and WWW: line - Add LICENSE - Support shebangfix USES macro PR: 187054 Modified: head/sysutils/vils/Makefile head/sysutils/vils/pkg-descr Modified: head/sysutils/vils/Makefile ============================================================================== --- head/sysutils/vils/Makefile Thu Feb 27 09:02:56 2014 (r346276) +++ head/sysutils/vils/Makefile Thu Feb 27 09:03:51 2014 (r346277) @@ -3,29 +3,34 @@ PORTNAME= vils PORTVERSION= 20020228 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.secnetix.de/~olli/scripts/ +MASTER_SITES= http://www.secnetix.de/~olli/scripts/Generic-utilities/ DISTFILES= vils MAINTAINER= ports@FreeBSD.org COMMENT= Use your favorite editor to rename files -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 +LICENSE= BSD -BUILD_DEPENDS= zsh:${PORTSDIR}/shells/zsh -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= zsh:${PORTSDIR}/shells/zsh -PLIST_FILES= bin/${PORTNAME} +NO_BUILD= yes +NO_WRKSUBDIR= yes -do-extract: - ${MKDIR} ${WRKDIR} - ${CP} ${DISTDIR}/vils ${WRKDIR}/vils +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= -f +EXTRACT_AFTER_ARGS= ${WRKDIR} + +USES= shebangfix +SHEBANG_FILES= vils +SHEBANG_LANG= zsh +zsh_OLD_CMD= /bin/zsh +zsh_CMD= ${LOCALBASE}/bin/zsh -do-build: - @${REINPLACE_CMD} -e 's/\/bin\/zsh/\/usr\/local\/bin\/zsh/' ${WRKDIR}/vils +PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/vils ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_SCRIPT} vils ${STAGEDIR}${PREFIX}/bin) .include Modified: head/sysutils/vils/pkg-descr ============================================================================== --- head/sysutils/vils/pkg-descr Thu Feb 27 09:02:56 2014 (r346276) +++ head/sysutils/vils/pkg-descr Thu Feb 27 09:03:51 2014 (r346277) @@ -1,6 +1,8 @@ -This little script enables you to ``edit an ls'', i.e. it will load a list of -filenames into your favourite editor (presumably vi). Any changes to the -filenames will result in renaming the respective files. Read the comments in -the script for details. +This little script enables you to ``edit an ls'', i.e. it will load a +list of filenames into your favourite editor (presumably vi). Any +changes to the filenames will result in renaming the respective files. +Read the comments in the script for details. BSD-style copyright and standard disclaimer applies. + +WWW: http://www.secnetix.de/~olli/