summaryrefslogtreecommitdiff
path: root/sysutils/rclean
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-14 03:15:50 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-14 03:15:50 +0000
commitb7dbf0aa3d3ec6dcc8803dd3be86a2a2049dc544 (patch)
tree304411a4f896b8531b3a076205f646bf1fcdf155 /sysutils/rclean
parentUpdate to 0.7.6 (diff)
Add new port: sysutils/rclean.
rclean provides a command-line tool to order and clean content of rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. PR: ports/37593 Submitted by: Lapo Luchini <lapo@lapo.it>
Notes
Notes: svn path=/head/; revision=59054
Diffstat (limited to 'sysutils/rclean')
-rw-r--r--sysutils/rclean/Makefile23
-rw-r--r--sysutils/rclean/distinfo1
-rw-r--r--sysutils/rclean/pkg-comment1
-rw-r--r--sysutils/rclean/pkg-descr9
-rw-r--r--sysutils/rclean/pkg-plist1
5 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/rclean/Makefile b/sysutils/rclean/Makefile
new file mode 100644
index 000000000000..f212064baf2c
--- /dev/null
+++ b/sysutils/rclean/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: rcorder
+# Date created: Sat Apr 27 17:49:09 CET 2002
+# Whom: Lapo Luchini <lapo@lapo.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rclean
+PORTVERSION= 1.11
+CATEGORIES= sysutils
+MASTER_SITES= http://www.lapo.it/rclean/
+
+MAINTAINER= lapo@lapo.it
+
+USE_BZIP2= yes
+
+do-build:
+ @(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/sysutils/rclean/distinfo b/sysutils/rclean/distinfo
new file mode 100644
index 000000000000..ce07ddac2506
--- /dev/null
+++ b/sysutils/rclean/distinfo
@@ -0,0 +1 @@
+MD5 (rclean-1.11.tar.bz2) = 5e887af2299154afa622d37acad7091b
diff --git a/sysutils/rclean/pkg-comment b/sysutils/rclean/pkg-comment
new file mode 100644
index 000000000000..a0edb36ae9ac
--- /dev/null
+++ b/sysutils/rclean/pkg-comment
@@ -0,0 +1 @@
+Command-line rc.conf ordering and cleaning tool
diff --git a/sysutils/rclean/pkg-descr b/sysutils/rclean/pkg-descr
new file mode 100644
index 000000000000..0e64bb38ba88
--- /dev/null
+++ b/sysutils/rclean/pkg-descr
@@ -0,0 +1,9 @@
+rclean provides a command-line tool to order and clean content of
+rc.conf, using option order from /etc/defaults/rc.conf and printing only
+choices that were different by the default value in /etc/rc.conf.
+Output is customizable from "only used values" to "full listing".
+
+WWW: http://www.lapo.it/rclean/
+
+- Lapo Luchini
+lapo@lapo.it
diff --git a/sysutils/rclean/pkg-plist b/sysutils/rclean/pkg-plist
new file mode 100644
index 000000000000..fe630009beab
--- /dev/null
+++ b/sysutils/rclean/pkg-plist
@@ -0,0 +1 @@
+bin/rclean