Port details |
- vils Use your favorite editor to rename files
- 20020228_1 sysutils =4 20020228_1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2006-01-23 19:22:22
- Last Update: 2022-09-12 19:30:12
- Commit Hash: 52595a0
- People watching this port, also watch:: libglade2, xorg-fonts-truetype, libexif, transfig, jackit
- License: BSD2CLAUSE
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/vils/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/vils
- pkg install vils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vils) = b8f7e73a29e3a53b38d22d0be0cc3752a98da853bd4d9bb85538b62491b87dbe
SIZE (vils) = 2076
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- zsh : shells/zsh
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_vils
- USES:
- shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20020228_1 12 Sep 2022 19:30:12 |
Dmitry Marakasov (amdmi3) |
sysutils/vils: homepage is dead
(and it never mentioned anything related to vils anyway) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20020228_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20020228_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
20020228_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20020228_1 05 May 2020 02:14:03 |
amdmi3 |
Fix fetch |
20020228_1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
20020228_1 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
20020228_1 05 Dec 2017 19:36:54 |
amdmi3 |
- Add NO_ARCH |
20020228_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
20020228_1 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
20020228_1 08 Apr 2015 14:38:18 |
amdmi3 |
- Take maintainership
- Add missing LICENSEs |
20020228_1 08 May 2014 17:23:27 |
amdmi3 |
- Clarify license
Clarification received directly from software author,
Oliver Fromme <oliver@fromme.com> via email. |
20020228_1 27 Feb 2014 09:03:51 |
miwi |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support shebangfix USES macro
PR: 187054 |
20020228 10 Feb 2014 13:27:10 |
bapt |
Back to the futur |
20020228 10 Feb 2014 12:58:55 |
bapt |
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.
Reported by: distillator |
20020228 17 Oct 2013 23:51:37 |
amdmi3 |
- Support staging |
20020228 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
20020228 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
20020228 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
20020228 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
20020228 16 Dec 2008 04:57:10 |
linimon |
Reset CPE1704TKS@bellsouth.net due to maintainer-timeouts and no response
to email.
Hat: portmgr |
20020228 23 Jan 2006 19:17:33 |
pav |
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.
PR: ports/92167
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> |