summaryrefslogtreecommitdiff
path: root/sysutils
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
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>
Notes
Notes: svn path=/head/; revision=89850
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/clean/Makefile18
-rw-r--r--sysutils/clean/distinfo1
-rw-r--r--sysutils/clean/pkg-descr16
-rw-r--r--sysutils/clean/pkg-plist1
-rw-r--r--sysutils/clean_/Makefile18
-rw-r--r--sysutils/clean_/distinfo1
-rw-r--r--sysutils/clean_/pkg-descr16
-rw-r--r--sysutils/clean_/pkg-plist1
9 files changed, 73 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index e269670c366c..ed99531600d7 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -45,6 +45,7 @@
SUBDIR += cfengine2
SUBDIR += checkservice
SUBDIR += chgrep
+ SUBDIR += clean
SUBDIR += clockspeed
SUBDIR += cmdwatch
SUBDIR += colorize
diff --git a/sysutils/clean/Makefile b/sysutils/clean/Makefile
new file mode 100644
index 000000000000..159e05bfbd1b
--- /dev/null
+++ b/sysutils/clean/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: clean
+# Date created: 2003-6-3
+# Whom: chuck@pkix.net
+#
+# $FreeBSD$
+
+PORTNAME= clean
+PORTVERSION= 3.2
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= chuck@pkix.net
+COMMENT= Automatically remove unwanted files
+
+MAN1= clean.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/clean/distinfo b/sysutils/clean/distinfo
new file mode 100644
index 000000000000..2f287380d3a1
--- /dev/null
+++ b/sysutils/clean/distinfo
@@ -0,0 +1 @@
+MD5 (clean-3.2.tar.gz) = 0bcaf87370c1013f0cd9281a5a4c7ef7
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>
diff --git a/sysutils/clean/pkg-plist b/sysutils/clean/pkg-plist
new file mode 100644
index 000000000000..6b2724fc7c4e
--- /dev/null
+++ b/sysutils/clean/pkg-plist
@@ -0,0 +1 @@
+bin/clean
diff --git a/sysutils/clean_/Makefile b/sysutils/clean_/Makefile
new file mode 100644
index 000000000000..159e05bfbd1b
--- /dev/null
+++ b/sysutils/clean_/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: clean
+# Date created: 2003-6-3
+# Whom: chuck@pkix.net
+#
+# $FreeBSD$
+
+PORTNAME= clean
+PORTVERSION= 3.2
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= chuck@pkix.net
+COMMENT= Automatically remove unwanted files
+
+MAN1= clean.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/clean_/distinfo b/sysutils/clean_/distinfo
new file mode 100644
index 000000000000..2f287380d3a1
--- /dev/null
+++ b/sysutils/clean_/distinfo
@@ -0,0 +1 @@
+MD5 (clean-3.2.tar.gz) = 0bcaf87370c1013f0cd9281a5a4c7ef7
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>
diff --git a/sysutils/clean_/pkg-plist b/sysutils/clean_/pkg-plist
new file mode 100644
index 000000000000..6b2724fc7c4e
--- /dev/null
+++ b/sysutils/clean_/pkg-plist
@@ -0,0 +1 @@
+bin/clean