aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-03-15 15:28:59 +0800
committervd <vd@FreeBSD.org>2006-03-15 15:28:59 +0800
commite11411fe5b6b575da2cbfd06ac96f89294ab3a9b (patch)
tree1f1b6a600a4633b1dc8a164cf3593c27f0b2fc88 /sysutils
parent3952eab511095f118b6516355c36c7fd759957b2 (diff)
downloadfreebsd-ports-gnome-e11411fe5b6b575da2cbfd06ac96f89294ab3a9b.tar.gz
freebsd-ports-gnome-e11411fe5b6b575da2cbfd06ac96f89294ab3a9b.tar.zst
freebsd-ports-gnome-e11411fe5b6b575da2cbfd06ac96f89294ab3a9b.zip
Remove expired leaf ports:
2006-02-28 graphics/vid 2006-02-28 graphics/smoke 2006-03-01 misc/globus2 2006-03-14 sysutils/prune 2006-03-14 www/evg 2006-02-28 x11/login.app
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/prune/Makefile23
-rw-r--r--sysutils/prune/distinfo3
-rw-r--r--sysutils/prune/pkg-descr24
4 files changed, 0 insertions, 51 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 841fed47d132..fae27f06a57c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -438,7 +438,6 @@
SUBDIR += prips
SUBDIR += procmap
SUBDIR += progsreiserfs
- SUBDIR += prune
SUBDIR += psearch
SUBDIR += psgconf
SUBDIR += pslist
diff --git a/sysutils/prune/Makefile b/sysutils/prune/Makefile
deleted file mode 100644
index 5a0a4c89f9da..000000000000
--- a/sysutils/prune/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: prune
-# Date created: 29 August 2003
-# Whom: dds
-#
-# $FreeBSD$
-#
-
-PORTNAME= prune
-PORTVERSION= 1.7
-CATEGORIES= sysutils
-MASTER_SITES= http://www.spinellis.gr/sw/unix/prune/ \
- http://www.dmst.aueb.gr/dds/sw/unix/prune/
-
-MAINTAINER= dds@FreeBSD.org
-COMMENT= Prune a file set according to a given age distribution
-
-MAN1= prune.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/prune
-DEPRECATED= Renamed into fileprune
-EXPIRATION_DATE=2006-03-14
-
-.include <bsd.port.mk>
diff --git a/sysutils/prune/distinfo b/sysutils/prune/distinfo
deleted file mode 100644
index d26a3ffd2a88..000000000000
--- a/sysutils/prune/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (prune-1.7.tar.gz) = 1d61f4bee4e4d41e7f667d7854ceb52b
-SHA256 (prune-1.7.tar.gz) = 85f4a0974535241f013545d70f672ee5c2da2acc6c1f3622546fac624ea4b12f
-SIZE (prune-1.7.tar.gz) = 24695
diff --git a/sysutils/prune/pkg-descr b/sysutils/prune/pkg-descr
deleted file mode 100644
index 4ce16180c082..000000000000
--- a/sysutils/prune/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-Prune 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
-access to older versions. Specifying a size, file number, or age
-constraint will simply remove files starting from the oldest, until
-the constraint is met. The distribution specification (exponential,
-Gaussian (normal), or Fibonacci) provides finer control of the files
-to delete, allowing the retention of recent copies and the increasingly
-aggressive pruning of the older files. The retention schedule
-specifies the age intervals for which files will be retained. As
-an example, an exponential retention schedule for 10 files with a
-base of 2 will be
-
-1 2 4 8 16 32 64 128 256 512 1024
-
-The above schedule specifies that for the interval of 65 to 128
-days there should be (at least) one retained file (unless constraints
-and options override this setting).
-
-
-WWW: http://www.spinellis.gr/sw/unix/prune/
-
-- Diomidis Spinellis dds@aueb.gr