From owner-cvs-all@FreeBSD.ORG Mon Jan 23 18:53:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80C016A420; Mon, 23 Jan 2006 18:53:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9B443DAE; Mon, 23 Jan 2006 18:53:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0NIrYdh078670; Mon, 23 Jan 2006 18:53:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0NIrYh4078669; Mon, 23 Jan 2006 18:53:34 GMT (envelope-from pav) Message-Id: <200601231853.k0NIrYh4078669@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 23 Jan 2006 18:53:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/agef Makefile distinfo pkg-descr ports/sysutils/agef/files patch-Makefile patch-agef.c patch-customize.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 18:53:59 -0000 pav 2006-01-23 18:53:34 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/agef Makefile distinfo pkg-descr sysutils/agef/files patch-Makefile patch-agef.c patch-customize.h Log: This is the third revision of the AGEF (please pronounce this 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 Revision Changes Path 1.734 +1 -0 ports/sysutils/Makefile 1.1 +24 -0 ports/sysutils/agef/Makefile (new) 1.1 +4 -0 ports/sysutils/agef/distinfo (new) 1.1 +49 -0 ports/sysutils/agef/files/patch-Makefile (new) 1.1 +29 -0 ports/sysutils/agef/files/patch-agef.c (new) 1.1 +37 -0 ports/sysutils/agef/files/patch-customize.h (new) 1.1 +9 -0 ports/sysutils/agef/pkg-descr (new)