diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-06 10:49:01 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-06 10:49:01 +0000 |
commit | d1219214d7b7694ebb3d143720c1dd54c50465de (patch) | |
tree | 1dcea5f70db623392fd1bc9217718748b77c93d7 /sysutils/fileprune | |
parent | 91da2896ed38928e18e8c58d237923647b01bb94 (diff) | |
download | ports-d1219214d7b7694ebb3d143720c1dd54c50465de.tar.gz ports-d1219214d7b7694ebb3d143720c1dd54c50465de.zip |
Notes
Diffstat (limited to 'sysutils/fileprune')
-rw-r--r-- | sysutils/fileprune/Makefile | 10 | ||||
-rw-r--r-- | sysutils/fileprune/distinfo | 2 | ||||
-rw-r--r-- | sysutils/fileprune/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/fileprune/pkg-plist | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile index ca559f599c7c..ada64097b95a 100644 --- a/sysutils/fileprune/Makefile +++ b/sysutils/fileprune/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= prune -PORTVERSION= 1.7 +PORTNAME= fileprune +PORTVERSION= 1.8 CATEGORIES= sysutils -MASTER_SITES= http://www.spinellis.gr/sw/unix/prune/ \ - http://www.dmst.aueb.gr/dds/sw/unix/prune/ +MASTER_SITES= http://www.spinellis.gr/sw/unix/fileprune/ \ + http://www.dmst.aueb.gr/dds/sw/unix/fileprune/ MAINTAINER= dds@FreeBSD.org COMMENT= Prune a file set according to a given age distribution -MAN1= prune.1 +MAN1= fileprune.1 MANCOMPRESSED= yes .include <bsd.port.mk> diff --git a/sysutils/fileprune/distinfo b/sysutils/fileprune/distinfo index d3739fd6a0f4..41daa7b53710 100644 --- a/sysutils/fileprune/distinfo +++ b/sysutils/fileprune/distinfo @@ -1 +1 @@ -MD5 (prune-1.7.tar.gz) = 1d61f4bee4e4d41e7f667d7854ceb52b +MD5 (fileprune-1.8.tar.gz) = b9856a345af0751b3aa2d6d19003356c diff --git a/sysutils/fileprune/pkg-descr b/sysutils/fileprune/pkg-descr index 1ef9c1ea9145..b97a6a504c74 100644 --- a/sysutils/fileprune/pkg-descr +++ b/sysutils/fileprune/pkg-descr @@ -1,4 +1,4 @@ -Prune will delete files from the specified set targeting a given +Fileprune will delete files from the specified set targeting a given distribution of the files within time as well as size, number, and age constraints. Its main purpose is to keep a set of daily-created backup files in manageable size, while still providing reasonable @@ -19,6 +19,6 @@ days there should be (at least) one retained file (unless constraints and options override this setting). -WWW: http://www.spinellis.gr/sw/unix/prune +WWW: http://www.spinellis.gr/sw/unix/fileprune - Diomidis Spinellis dds@aueb.gr diff --git a/sysutils/fileprune/pkg-plist b/sysutils/fileprune/pkg-plist index 7f8f8104e61c..6462b77862ac 100644 --- a/sysutils/fileprune/pkg-plist +++ b/sysutils/fileprune/pkg-plist @@ -1 +1 @@ -bin/prune +bin/fileprune |