notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
vils Use your favorite editor to rename files
20020228_1 sysutils on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20020228_1Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
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:: screen, mplayer-skins, libao
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.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/vils
  2. /usr/local/share/licenses/vils-20020228_1/catalog.mk
  3. /usr/local/share/licenses/vils-20020228_1/LICENSE
  4. /usr/local/share/licenses/vils-20020228_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • vils>0:sysutils/vils
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):
vils
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20020228_120020228_120020228_120020228_120020228_1-20020228_1-
FreeBSD:13:quarterly20020228_120020228_120020228_120020228_120020228_120020228_120020228_120020228_1
FreeBSD:14:latest20020228_120020228_120020228_120020228_120020228_120020228_1-20020228_1
FreeBSD:14:quarterly20020228_120020228_1-20020228_120020228_120020228_120020228_120020228_1
FreeBSD:15:latest20020228_120020228_1n/a20020228_1n/a20020228_120020228_120020228_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://mirror.amdmi3.ru/distfiles/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20020228_1
12 Sep 2022 19:30:12
commit hash: 52595a00a806b0741fff1fc75b6ff4d5076e3b8fcommit hash: 52595a00a806b0741fff1fc75b6ff4d5076e3b8fcommit hash: 52595a00a806b0741fff1fc75b6ff4d5076e3b8fcommit hash: 52595a00a806b0741fff1fc75b6ff4d5076e3b8f files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
sysutils/vils: homepage is dead

(and it never mentioned anything related to vils anyway)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
20020228_1
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
20020228_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20020228_1
05 May 2020 02:14:03
Revision:534009Original commit files touched by this commit
amdmi3 search for other commits by this committer
Fix fetch
20020228_1
04 Apr 2020 20:51:41
Revision:530719Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
20020228_1
06 Nov 2019 16:26:35
Revision:516897Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
20020228_1
05 Dec 2017 19:36:54
Revision:455611Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add NO_ARCH
20020228_1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
20020228_1
05 Nov 2015 12:36:25
Revision:400848Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:383568Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Take maintainership
- Add missing LICENSEs
20020228_1
08 May 2014 17:23:27
Revision:353338Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify license

Clarification received directly from software author,
Oliver Fromme <oliver@fromme.com> via email.
20020228_1
27 Feb 2014 09:03:51
Revision:346277Original commit files touched by this commit
miwi search for other commits by this committer
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support shebangfix USES macro

PR:		187054
20020228
10 Feb 2014 13:27:10
Revision:343630Original commit files touched by this commit
bapt search for other commits by this committer
Back to the futur
20020228
10 Feb 2014 12:58:55
Revision:343626Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:330691Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Support staging
20020228
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
20020228
21 Jan 2012 17:40:15
Original commit files touched by this commit
eadler search for other commits by this committer
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
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
20020228
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
Reset CPE1704TKS@bellsouth.net due to maintainer-timeouts and no response
to email.

Hat:    portmgr
20020228
23 Jan 2006 19:17:33
Original commit files touched by this commit
pav search for other commits by this committer
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>

Number of commits found: 23