diff options
author | sada <sada@FreeBSD.org> | 2002-05-14 11:15:50 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-14 11:15:50 +0800 |
commit | 2433becbd658f2af6f6f06c8bccfd5dbb6b175b4 (patch) | |
tree | 4c4afac6d2128de605dc57f388b49f00728ca832 /sysutils/rclean | |
parent | 391502a13f41ee7c90d34686c1bc1e7834b2a8f4 (diff) | |
download | freebsd-ports-gnome-2433becbd658f2af6f6f06c8bccfd5dbb6b175b4.tar.gz freebsd-ports-gnome-2433becbd658f2af6f6f06c8bccfd5dbb6b175b4.tar.zst freebsd-ports-gnome-2433becbd658f2af6f6f06c8bccfd5dbb6b175b4.zip |
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>
Diffstat (limited to 'sysutils/rclean')
-rw-r--r-- | sysutils/rclean/Makefile | 23 | ||||
-rw-r--r-- | sysutils/rclean/distinfo | 1 | ||||
-rw-r--r-- | sysutils/rclean/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/rclean/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/rclean/pkg-plist | 1 |
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 |