From owner-svn-ports-head@FreeBSD.ORG Fri May 29 20:34:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6410CC66; Fri, 29 May 2015 20:34:48 +0000 (UTC) (envelope-from pawel@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52A9719B3; Fri, 29 May 2015 20:34:48 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4TKYmGk080345; Fri, 29 May 2015 20:34:48 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4TKYlG6080340; Fri, 29 May 2015 20:34:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505292034.t4TKYlG6080340@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 29 May 2015 20:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387887 - in head/shells: . wcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 29 May 2015 20:34:48 -0000 Author: pawel Date: Fri May 29 20:34:46 2015 New Revision: 387887 URL: https://svnweb.freebsd.org/changeset/ports/387887 Log: Wcd is a command-line program to change directory fast. It saves time typing at the keyboard. One needs to type only a part of a directory name and wcd will jump to it. Wcd has a fast selection method in case of multiple matches and allows aliasing and banning of directories. Wcd also includes a full screen interactive directory tree browser with speed search. WWW: http://wcd.sourceforge.net/ Added: head/shells/wcd/ head/shells/wcd/Makefile (contents, props changed) head/shells/wcd/distinfo (contents, props changed) head/shells/wcd/pkg-descr (contents, props changed) head/shells/wcd/pkg-plist (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Fri May 29 20:01:47 2015 (r387886) +++ head/shells/Makefile Fri May 29 20:34:46 2015 (r387887) @@ -41,6 +41,7 @@ SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu + SUBDIR += wcd SUBDIR += zsh .include Added: head/shells/wcd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/wcd/Makefile Fri May 29 20:34:46 2015 (r387887) @@ -0,0 +1,38 @@ +# Created by: Pawel Pekala +# $FreeBSD$ + +PORTNAME= wcd +PORTVERSION= 5.2.7 +CATEGORIES= shells +MASTER_SITES= SF + +MAINTAINER= pawel@FreeBSD.org +COMMENT= Command-line program to change directory fast + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/copying.txt + +USES= gmake +MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \ + mandir=${PREFIX}/man + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_USES= gettext + +.include + +.if ! ${PORT_OPTIONS:MNLS} +MAKE_ARGS+= ENABLE_NLS= +.endif + +post-patch: + @${REINPLACE_CMD} -e '/manfile/ s|datarootdir|prefix|' \ + -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/src/Makefile + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wcd + +.include Added: head/shells/wcd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/wcd/distinfo Fri May 29 20:34:46 2015 (r387887) @@ -0,0 +1,2 @@ +SHA256 (wcd-5.2.7.tar.gz) = e5f56824e054c6726186271b20a5de3c5b167116b97785a925907981cf3e3b39 +SIZE (wcd-5.2.7.tar.gz) = 622613 Added: head/shells/wcd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/wcd/pkg-descr Fri May 29 20:34:46 2015 (r387887) @@ -0,0 +1,7 @@ +Wcd is a command-line program to change directory fast. It saves time typing +at the keyboard. One needs to type only a part of a directory name and wcd +will jump to it. Wcd has a fast selection method in case of multiple matches +and allows aliasing and banning of directories. Wcd also includes a full +screen interactive directory tree browser with speed search. + +WWW: http://wcd.sourceforge.net/ Added: head/shells/wcd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/wcd/pkg-plist Fri May 29 20:34:46 2015 (r387887) @@ -0,0 +1,29 @@ +bin/wcd +man/de/man1/wcd.1.gz +man/man1/wcd.1.gz +man/nl/man1/wcd.1.gz +man/uk/man1/wcd.1.gz +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/RPM.txt +%%PORTDOCS%%%%DOCSDIR%%/UNIX.txt +%%PORTDOCS%%%%DOCSDIR%%/copying.txt +%%PORTDOCS%%%%DOCSDIR%%/de/wcd.htm +%%PORTDOCS%%%%DOCSDIR%%/de/wcd.txt +%%PORTDOCS%%%%DOCSDIR%%/faq.txt +%%PORTDOCS%%%%DOCSDIR%%/nl/wcd.htm +%%PORTDOCS%%%%DOCSDIR%%/nl/wcd.txt +%%PORTDOCS%%%%DOCSDIR%%/problems.txt +%%PORTDOCS%%%%DOCSDIR%%/todo.txt +%%PORTDOCS%%%%DOCSDIR%%/uk/wcd.htm +%%PORTDOCS%%%%DOCSDIR%%/uk/wcd.txt +%%PORTDOCS%%%%DOCSDIR%%/wcd.htm +%%PORTDOCS%%%%DOCSDIR%%/wcd.txt +%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt +%%NLS%%share/locale/de/LC_MESSAGES/wcd.mo +%%NLS%%share/locale/eo/LC_MESSAGES/wcd.mo +%%NLS%%share/locale/es/LC_MESSAGES/wcd.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wcd.mo +%%NLS%%share/locale/nl/LC_MESSAGES/wcd.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wcd.mo +%%NLS%%share/locale/vi/LC_MESSAGES/wcd.mo