# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # vils # vils/Makefile # vils/distinfo # vils/pkg-descr # echo c - vils mkdir -p vils > /dev/null 2>&1 echo x - vils/Makefile sed 's/^X//' >vils/Makefile << 'END-of-vils/Makefile' X# New ports collection makefile for: vils X# Date created: 22 January 2006 X# Whom: Jeffrey H. Johnson X# X# $FreeBSD: ports/misc/vils/Makefile,v 1.00 2006/01/22 13:23:42 trn Exp $ X# X XPORTNAME= vils XPORTVERSION= 20020228 XCATEGORIES= misc XMASTER_SITES= http://www.secnetix.de/~olli/scripts/ XDISTFILES= vils X#EXTRACT_ONLY= X XMAINTAINER= CPE1704TKS@bellsouth.net XCOMMENT= Use your favorite editor to rename files X XBUILD_DEPENDS= zsh:${PORTSDIR}/shells/zsh XRUN_DEPENDS= ${BUILD_DEPENDS} X XPLIST_FILES= bin/vils X Xdo-extract: X ${MKDIR} ${WRKDIR} X ${CP} ${DISTDIR}/vils ${WRKDIR}/vils X Xdo-build: X @${REINPLACE_CMD} -e 's/\/bin\/zsh/\/usr\/local\/bin\/zsh/' ${WRKDIR}/vils X Xdo-install: X ${INSTALL_SCRIPT} -m 755 ${WRKDIR}/vils ${PREFIX}/bin X X.include END-of-vils/Makefile echo x - vils/distinfo sed 's/^X//' >vils/distinfo << 'END-of-vils/distinfo' XMD5 (vils) = cad9cd336a31154765bba8a55aecebf1 XSHA256 (vils) = b8f7e73a29e3a53b38d22d0be0cc3752a98da853bd4d9bb85538b62491b87dbe XSIZE (vils) = 2076 END-of-vils/distinfo echo x - vils/pkg-descr sed 's/^X//' >vils/pkg-descr << 'END-of-vils/pkg-descr' XThis little script enables you to ``edit an ls'', Xi.e. it will load a list of filenames into your Xfavourite editor (presumably vi). Any changes to Xthe filenames will result in renaming the respective Xfiles. Read the comments in the script for details. X XAUTHOR: Oliver Fromme X XBSD-style copyright and standard disclaimer applies. END-of-vils/pkg-descr exit