be65b7f1c1
AGE-F, for "age files") program, which was initially posted to net.sources March 2, 1987. This version of the program can age by inode change time (-c), file modification time (-m), or time of last access (-a). This program is useful for cleaning up disks and maintaining large collections of small files, such as mail or news spools. PR: ports/92130 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
24 lines
579 B
Makefile
24 lines
579 B
Makefile
# New ports collection makefile for: agef
|
|
# Date created: 21 January 2006
|
|
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= agef
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.unicamp.br/pub/unix-c/file-mgmt/ \
|
|
http://ftp.br.xemacs.org/pub/unix-c/file-mgmt/ \
|
|
http://www.scn.rain.com/pub/news/
|
|
DISTNAME= agef
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= CPE1704TKS@bellsouth.net
|
|
COMMENT= Show disk usage of file sizes and counts sorted by file age
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
MAN8= agef.8
|
|
PLIST_FILES= bin/agef
|
|
|
|
.include <bsd.port.mk>
|