From owner-freebsd-ports Sun Apr 28 10:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B22A37B41E for ; Sun, 28 Apr 2002 10:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3SHe2Y06455; Sun, 28 Apr 2002 10:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 28 Apr 2002 10:40:02 -0700 (PDT) Message-Id: <200204281740.g3SHe2Y06455@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Lapo Luchini Subject: Re: ports/37527: New Port: sysutil/rcorder Reply-To: Lapo Luchini Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/37527; it has been noted by GNATS. From: Lapo Luchini 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 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 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 --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message