Index: head/shells/Makefile =================================================================== --- head/shells/Makefile (revision 387886) +++ head/shells/Makefile (revision 387887) @@ -1,46 +1,47 @@ # $FreeBSD$ # COMMENT = Shells SUBDIR += 44bsd-csh SUBDIR += ambit SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc SUBDIR += ch SUBDIR += dash SUBDIR += es SUBDIR += esh SUBDIR += fd SUBDIR += fish SUBDIR += flash SUBDIR += heirloom-sh SUBDIR += ibsh SUBDIR += jailkit SUBDIR += ksh93 SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg SUBDIR += osh SUBDIR += p5-Bash-Completion SUBDIR += p5-Shell-Perl SUBDIR += p5-Term-Bash-Completion-Generator SUBDIR += p5-Term-ShellUI SUBDIR += pdksh SUBDIR += pear-PHP_Shell SUBDIR += psh SUBDIR += rc SUBDIR += rssh SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu + SUBDIR += wcd SUBDIR += zsh .include Index: head/shells/wcd/Makefile =================================================================== --- head/shells/wcd/Makefile (nonexistent) +++ head/shells/wcd/Makefile (revision 387887) @@ -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 Property changes on: head/shells/wcd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/wcd/distinfo =================================================================== --- head/shells/wcd/distinfo (nonexistent) +++ head/shells/wcd/distinfo (revision 387887) @@ -0,0 +1,2 @@ +SHA256 (wcd-5.2.7.tar.gz) = e5f56824e054c6726186271b20a5de3c5b167116b97785a925907981cf3e3b39 +SIZE (wcd-5.2.7.tar.gz) = 622613 Property changes on: head/shells/wcd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/wcd/pkg-descr =================================================================== --- head/shells/wcd/pkg-descr (nonexistent) +++ head/shells/wcd/pkg-descr (revision 387887) @@ -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/ Property changes on: head/shells/wcd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/wcd/pkg-plist =================================================================== --- head/shells/wcd/pkg-plist (nonexistent) +++ head/shells/wcd/pkg-plist (revision 387887) @@ -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 Property changes on: head/shells/wcd/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property