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 on branch 2022Q3
agedu Unix utility for tracking down wasted disk space
20211129.8cd63c5 sysutils on this many watch lists=3 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 20211129.8cd63c5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-09-20 06:43:42
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: lsof, bsdstats, gitolite, samefile, monit
License: MIT
WWW:
https://www.chiark.greenend.org.uk/~sgtatham/agedu/
Description:
Unix provides the standard du utility, which scans your disk and tells you which directories contain the largest amounts of data. That can help you narrow your search to the things most worth deleting. However, that only tells you what's big. What you really want to know is what's too big. By itself, du won't let you distinguish between data that's big because you're doing something that needs it to be big, and data that's big because you unpacked it once and forgot about it. Most Unix file systems, in their default mode, helpfully record when a file was last accessed. Not just when it was written or modified, but when it was even read. So if you generated a large amount of data years ago, forgot to clean it up, and have never used it since, then it ought in principle to be possible to use those last-access time stamps to tell the difference between that and a large amount of data you're still using regularly. agedu is a program which does this. It does basically the same sort of disk scan as du, but it also records the last-access times of everything it scans. Then it builds an index that lets it efficiently generate reports giving a summary of the results for each subdirectory, and then it produces those reports on demand.
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. bin/agedu
  2. share/man/man1/agedu.1.gz
  3. /usr/local/share/licenses/agedu-20211129.8cd63c5/catalog.mk
  4. /usr/local/share/licenses/agedu-20211129.8cd63c5/LICENSE
  5. /usr/local/share/licenses/agedu-20211129.8cd63c5/MIT
Collapse this list.
Dependency lines:
  • agedu>0:sysutils/agedu
To install the port:
cd /usr/ports/sysutils/agedu/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/agedu
  • pkg install agedu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: agedu
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1638556490 SHA256 (agedu-20211129.8cd63c5.tar.gz) = ceaee592ef21b8cbb254aa7e9c5d22cefab24535e137618a4d0af591eba8339f SIZE (agedu-20211129.8cd63c5.tar.gz) = 92346

Packages (timestamps in pop-ups are UTC):
agedu
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20211129.8cd63c520211129.8cd63c520200705.2a7d4a220211129.8cd63c520211129.8cd63c5-20200705.2a7d4a2-
FreeBSD:13:quarterly20211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c5
FreeBSD:14:latest20211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c5-20211129.8cd63c5
FreeBSD:14:quarterly20211129.8cd63c520211129.8cd63c5-20211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c520211129.8cd63c5
FreeBSD:15:latest20211129.8cd63c520211129.8cd63c5n/a20211129.8cd63c5n/a20211129.8cd63c520211129.8cd63c520211129.8cd63c5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_agedu
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/
  5. https://www.chiark.greenend.org.uk/~sgtatham/agedu/
Collapse this list.

There are no commits on branch 2022Q3 for this port