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) combination for a given watch list. This is what FreshPorts will look for.

Port details
tmpwatch Utility for removing files based on when they were last accessed
2.11_1 sysutils on this many watch lists=8 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 2.11Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-02-20 10:03:34
Last Update: 2024-02-26 07:25:47
Commit Hash: 7996ee6
People watching this port, also watch:: unzip, unrar, gmake, t1lib, libiconv
License: GPLv2
WWW:
https://pagure.io/tmpwatch
Description:
The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time. Tmpwatch is normally used to clean up directories which are used for temporarily holding files (for example, /tmp). Tmpwatch ignores symlinks, won't switch filesystems and only removes empty directories and regular files.
Homepage    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 (5 items)
Collapse this list.
  1. sbin/tmpwatch
  2. share/man/man8/tmpwatch.8.gz
  3. /usr/local/share/licenses/tmpwatch-2.11_1/catalog.mk
  4. /usr/local/share/licenses/tmpwatch-2.11_1/LICENSE
  5. /usr/local/share/licenses/tmpwatch-2.11_1/GPLv2
Collapse this list.
Dependency lines:
  • tmpwatch>0:sysutils/tmpwatch
To install the port:
cd /usr/ports/sysutils/tmpwatch/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/tmpwatch
  • pkg install tmpwatch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tmpwatch
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (tmpwatch-2.11.tar.bz2) = 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4 SIZE (tmpwatch-2.11.tar.bz2) = 145609

Packages (timestamps in pop-ups are UTC):
tmpwatch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.11_12.11_12.112.11_12.11_1-2.11-
FreeBSD:13:quarterly2.112.112.112.112.112.112.112.11
FreeBSD:14:latest2.11_12.11_12.112.11_12.11_12.11-2.11
FreeBSD:14:quarterly2.112.11-2.112.112.112.112.11
FreeBSD:15:latest2.11_12.11_1n/a2.11n/a2.112.112.11
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_tmpwatch
USES:
cpe tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://releases.pagure.org/tmpwatch/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.11_1
26 Feb 2024 07:25:47
commit hash: 7996ee67ffb41454a722d2cc37ef70a3e7417517commit hash: 7996ee67ffb41454a722d2cc37ef70a3e7417517commit hash: 7996ee67ffb41454a722d2cc37ef70a3e7417517commit hash: 7996ee67ffb41454a722d2cc37ef70a3e7417517 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/tmpwatch: Moved man to share/man

Approved by:    portmgr (blanket)
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)
2.11
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)
2.11
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.11
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.
2.11
25 Mar 2017 04:38:07
Revision:436883Original commit files touched by this commit
sunpoet search for other commits by this committer
Update MASTER_SITES and WWW

PR:		218092
Reported by:	asomers
2.11
21 Apr 2015 00:53:08
Revision:384395Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add CPE info
2.11
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
2.11
16 Dec 2013 17:26:49
Revision:336648Original commit files touched by this commit
bapt search for other commits by this committer
Drop maintainership
2.11
23 Sep 2013 06:16:25
Revision:327932Original commit files touched by this commit
bapt search for other commits by this committer
Use stage
2.11
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)
2.11
07 Nov 2012 07:50:39
Revision:307118Original commit files touched by this commit
bapt search for other commits by this committer
Update to 2.11

Feature safe:	yes
2.10.3
22 Jul 2011 21:30:44
Original commit files touched by this commit
bapt search for other commits by this committer
- update to 2.10.3
- pet portlint
2.10.2
31 Mar 2011 06:09:41
Original commit files touched by this commit
bapt search for other commits by this committer
- update to 2.10.2
2.10.1
13 Mar 2011 20:34:54
Original commit files touched by this commit
bapt search for other commits by this committer
master_site is only available in https

Reported by:    pointyhat (miwi)
2.10.1
13 Mar 2011 09:23:15
Original commit files touched by this commit
bapt search for other commits by this committer
upgrade to 2.10.1
update MASTER_SITE and WWW
add LICENSE
take maintainership
2.9.6
20 Mar 2008 10:03:51
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
2.9.6
04 Oct 2007 06:10:15
Original commit files touched by this commit
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
2.9.6
29 Jun 2007 19:33:25
Original commit files touched by this commit
linimon search for other commits by this committer
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
2.9.6
20 Apr 2006 10:01:11
Original commit files touched by this commit
novel search for other commits by this committer
Fix build on 4.x.

Submitted by:   Rainer Alves (maintainer)
Reported by:    pointyhat via kris
2.9.6
18 Apr 2006 11:30:48
Original commit files touched by this commit
novel search for other commits by this committer
- Update to 2.9.6
- Pass maintainership to submitter

PR:             95853
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
2.9.0
15 Apr 2006 00:01:12
Original commit files touched by this commit
linimon search for other commits by this committer
Reset markp due to lack of response to email and maintainer-timeouts.

Hat:    portmgr
2.9.0
24 Jan 2006 01:06:45
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
2.9.0
02 Oct 2005 04:35:06
Original commit files touched by this commit
fenner search for other commits by this committer
Update MASTER_SITE_SUBDIR to match the Fedora MASTER_SITE list.

Approved by:    portmgr (linimon)
2.9.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
2.9.0
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
2.9.0
26 Jan 2004 02:57:37
Original commit files touched by this commit
markp search for other commits by this committer
Changed BUILD_DEPENDS to EXTRACT_DEPENDS.

PR:             61577
Submitted by:   Sergey Akifyev <asa@gascom.ru>
2.9.0
22 Jan 2004 12:18:43
Original commit files touched by this commit
trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
2.9.0
12 Dec 2003 13:43:05
Original commit files touched by this commit
netchild search for other commits by this committer
s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (the
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.

I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
2.9.0
12 Dec 2003 13:20:29
Original commit files touched by this commit
markp search for other commits by this committer
Update to 2.9.0.
2.8.1_1
14 Jul 2003 02:53:03
Original commit files touched by this commit
sf search for other commits by this committer
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2.8.1
07 Mar 2003 06:11:20
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2.8.1
26 Jul 2002 13:50:53
Original commit files touched by this commit
markp search for other commits by this committer
Updated to use MASTER_SITE_REDHAT_LINUX.

Submitted by:   Tilman Linneweh <tilman@arved.de>
20 Feb 2002 13:03:34
commit hash: fp1.24979@dev.null.freshports.orgcommit hash: fp1.24979@dev.null.freshports.orgcommit hash: fp1.24979@dev.null.freshports.orgcommit hash: fp1.24979@dev.null.freshports.org files touched by this commit
markp search for other commits by this committer
Add tmpwatch 2.8.1, a utility for removing files based on when they   were last
accessed.    

Number of commits found: 34