summaryrefslogtreecommitdiff
path: root/sysutils/clean/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 23:23:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 23:23:24 +0000
commitc405029bf87106b218f275b98d00b48c48e3abc4 (patch)
tree7ebc83d06588bf5c57a8353243597e992879c1de /sysutils/clean/pkg-descr
parentNew port: mail/spamd - Trapit in cooperation with security/pf (diff)
New port: sysutils/clean; automatically remove unwanted files
New port: clean searches through the filesystem for "temporary files" left behind by editors and the like which can be deleted. The pattern of regular expressions is controllable via a ~/.cleanrc. PR: ports/52881 Submitted by: Chuck Swiger <chuck@pkix.net>
Diffstat (limited to 'sysutils/clean/pkg-descr')
-rw-r--r--sysutils/clean/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/clean/pkg-descr b/sysutils/clean/pkg-descr
new file mode 100644
index 000000000000..475cf8cc62c8
--- /dev/null
+++ b/sysutils/clean/pkg-descr
@@ -0,0 +1,16 @@
+The clean utility searches through the filesystem for "temporary files"
+left behind by editors and the like which can be deleted safely.
+
+WARNING: This program was written with the express purpose of deleting
+(unwanted) files. Please be certain that you understand this program
+and that you really want to use such an automatic deletion process
+before you begin.
+
+[ On the other hand, I've been using it for over ten years without
+doing anything worse than not having a core.1 manpage. The normal
+mode is interactive and prompts for confirmation. You are advised to
+have backups before using the non-interactive batch mode. ]
+
+WWW: http://sourceforge.net/projects/clean
+
+-Chuck Swiger <chuck@pkix.net>