From lapo@fs.m4d.sm  Sun Apr 28 06:16:29 2002
Return-Path: <lapo@fs.m4d.sm>
Received: from fs.m4d.sm (fs.ngx.sm [194.183.71.130])
	by hub.freebsd.org (Postfix) with ESMTP id 8F05B37B41C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Apr 2002 06:16:24 -0700 (PDT)
Received: (from lapo@localhost)
	by fs.m4d.sm (8.11.6/8.11.6) id g3SDGE175275;
	Sun, 28 Apr 2002 15:16:14 +0200 (CEST)
	(envelope-from lapo)
Message-Id: <200204281316.g3SDGE175275@fs.m4d.sm>
Date: Sun, 28 Apr 2002 15:16:14 +0200 (CEST)
From: Lapo Luchini <lapo@lapo.it>
Reply-To: Lapo Luchini <lapo@lapo.it>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: sysutil/rcorder 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37527
>Category:       ports
>Synopsis:       New Port: sysutil/rcorder
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 28 06:20:01 PDT 2002
>Closed-Date:    Mon May 13 19:50:43 PDT 2002
>Last-Modified:  Mon May 13 19:50:43 PDT 2002
>Originator:     Lapo Luchini
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
CyberMedia di Lapo Luchini 
>Environment:
System: FreeBSD fs.m4d.sm 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386


	
>Description:
rcorder 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".
rcorder is licensed under the General Public License, version 2.	

>How-To-Repeat:
	
>Fix:

	

--- rcorder.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rcorder
#	rcorder/Makefile
#	rcorder/pkg-descr
#	rcorder/pkg-comment
#	rcorder/distinfo
#	rcorder/pkg-plist
#
echo c - rcorder
mkdir -p rcorder > /dev/null 2>&1
echo x - rcorder/Makefile
sed 's/^X//' >rcorder/Makefile << 'END-of-rcorder/Makefile'
X# New ports collection makefile for:	rcorder
X# Date created:		Sat Apr 27 17:49:09 CET 2002
X# Whom:			Lapo Luchini <lapo@lapo.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rcorder
XPORTVERSION=	1.8
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.lapo.it/rcorder/
X
XMAINTAINER=	lapo@lapo.it
X
XLIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
X
XUSE_BZIP2=	yes
X
XFLAGS=		-I${LOCALBASE}/include \
X		-L${LOCALBASE}/lib -lpopt
X
Xdo-build:
X	@(cd ${WRKSRC}; ${CC} ${FLAGS} -o ${PORTNAME} ${PORTNAME}.c)
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-rcorder/Makefile
echo x - rcorder/pkg-descr
sed 's/^X//' >rcorder/pkg-descr << 'END-of-rcorder/pkg-descr'
Xrcorder provides a command-line tool to order and clean content of 
Xrc.conf, using option order from /etc/defaults/rc.conf and printing only 
Xchoices that were different by the default value in /etc/rc.conf.
XOutput is customizable from "only used values" to "full listing".
Xrcorder is licensed under the General Public License, version 2.
X
XWWW: http://www.lapo.it/rcorder/
X
X- Lapo Luchini
Xlapo@lapo.it
END-of-rcorder/pkg-descr
echo x - rcorder/pkg-comment
sed 's/^X//' >rcorder/pkg-comment << 'END-of-rcorder/pkg-comment'
XCommand-line rc.conf ordering and cleaning tool
END-of-rcorder/pkg-comment
echo x - rcorder/distinfo
sed 's/^X//' >rcorder/distinfo << 'END-of-rcorder/distinfo'
XMD5 (rcorder-1.8.tar.bz2) = 4f146ee28f2d4ef3447c88d71dbb8a7a
END-of-rcorder/distinfo
echo x - rcorder/pkg-plist
sed 's/^X//' >rcorder/pkg-plist << 'END-of-rcorder/pkg-plist'
Xbin/rcorder
END-of-rcorder/pkg-plist
exit
--- rcorder.sh ends here ---


>Release-Note:
>Audit-Trail:

From: Neil Blakey-Milner <nbm@mithrandr.moria.org>
To: Lapo Luchini <lapo@lapo.it>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/37527: New Port: sysutil/rcorder
Date: Sun, 28 Apr 2002 18:17:57 +0200

 On Sun 2002-04-28 (15:16), Lapo Luchini wrote:
 > >Synopsis:       New Port: sysutil/rcorder
 > >Description:
 > rcorder 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".
 > rcorder is licensed under the General Public License, version 2.	
 
 There's already a utility called rcorder in -CURRENT, from NetBSD's
 rcorder, which will (hopefully) be used to move towards NetBSD's startup
 system.  In any case, it might be an idea to rename it.
 
 Neil
 -- 
 Neil Blakey-Milner
 nbm@mithrandr.moria.org

From: Lapo Luchini <lapo@lapo.it>
To: freebsd-gnats-submit@FreeBSD.org, lapo@lapo.it
Cc:  
Subject: Re: ports/37527: New Port: sysutil/rcorder
Date: Sun, 28 Apr 2002 19:33:08 +0200

 Name changed to rclean, follows new shar.
 
 --- rclean.sh begins here ---
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #       rclean
 #       rclean/Makefile
 #       rclean/pkg-descr
 #       rclean/pkg-comment
 #       rclean/distinfo
 #       rclean/pkg-plist
 #
 echo c - rclean
 mkdir -p rclean > /dev/null 2>&1
 echo x - rclean/Makefile
 sed 's/^X//' >rclean/Makefile << 'END-of-rclean/Makefile'
 X# New ports collection makefile for:   rcorder
 X# Date created:                Sat Apr 27 17:49:09 CET 2002
 X# Whom:                        Lapo Luchini <lapo@lapo.it>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=      rclean
 XPORTVERSION=   1.8
 XCATEGORIES=    sysutils
 XMASTER_SITES=  http://www.lapo.it/rclean/
 X
 XMAINTAINER=    lapo@lapo.it
 X
 XLIB_DEPENDS=   popt.0:${PORTSDIR}/devel/popt
 X
 XUSE_BZIP2=     yes
 X
 XFLAGS=         -I${LOCALBASE}/include \
 X               -L${LOCALBASE}/lib -lpopt
 X
 Xdo-build:
 X       @(cd ${WRKSRC}; ${CC} ${FLAGS} -o ${PORTNAME} ${PORTNAME}.c)
 X
 Xdo-install:
 X       @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 X
 X.include <bsd.port.mk>
 END-of-rclean/Makefile
 echo x - rclean/pkg-descr
 sed 's/^X//' >rclean/pkg-descr << 'END-of-rclean/pkg-descr'
 Xrclean provides a command-line tool to order and clean content of
 Xrc.conf, using option order from /etc/defaults/rc.conf and printing only
 Xchoices that were different by the default value in /etc/rc.conf.
 XOutput is customizable from "only used values" to "full listing".
 Xrcorder is licensed under the General Public License, version 2.
 X
 XWWW: http://www.lapo.it/rclean/
 X
 X- Lapo Luchini
 Xlapo@lapo.it
 END-of-rclean/pkg-descr
 echo x - rclean/pkg-comment
 sed 's/^X//' >rclean/pkg-comment << 'END-of-rclean/pkg-comment'
 XCommand-line rc.conf ordering and cleaning tool
 END-of-rclean/pkg-comment
 echo x - rclean/distinfo
 sed 's/^X//' >rclean/distinfo << 'END-of-rclean/distinfo'
 XMD5 (rclean-1.8.tar.bz2) = fd3a2b2c6ba2dc4e6394f1d2f9a309e7
 END-of-rclean/distinfo
 echo x - rclean/pkg-plist
 sed 's/^X//' >rclean/pkg-plist << 'END-of-rclean/pkg-plist'
 Xbin/rcorder
 END-of-rclean/pkg-plist
 exit
 
 --- rclean.sh endss here ---
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: sada 
State-Changed-When: Mon May 13 19:49:49 PDT 2002 
State-Changed-Why:  
Superseded by PR ports/37593. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37527 
>Unformatted:
