Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 21:23:54 +0400 (MSD)
From:      babolo@links.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18813: new port: misc/deleted
Message-ID:  <200005251723.VAA07455@badaxe.duty.ru>

next in thread | raw e-mail | index | archive | help

>Number:         18813
>Category:       ports
>Synopsis:       new port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 10:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Aleksandr A Babaylov
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
home
>Environment:
>Description:
This daemon deletes old files, directories and other
objects from directory for temporary files.
It can be invoked by mkinittmpdir (PR bin/18275)
or directly from shell start script.
Works in safe and efficient manner.

>How-To-Repeat:
>Fix:

# 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:
#
#	.
#	./Makefile
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#	./files
#	./files/md5
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	deleted
X# Date created:		2000 May 25
X# Whom:			@BABOLO <.@babolo.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	deleted
XPORTVERSION=	0.1
XCATEGORIES=	misc
XMASTER_SITES=	http://links.ru/FreeBSD/
X
XMAINTAINER=	.@babolo.ru
X
XMAN1=		deleted.1
XMANCOMPRESSED=	yes
XBINMODE=	4555
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/deleted
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XDaemon for garbdge collection in directories with temporary files
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XThis daemon deletes old files, directories and other
Xobjects from directory for temporary files.
XIt can be invoked by mkinittmpdir (PR bin/18275)
Xor directly from shell start script.
XWorks in safe and efficient manner.
END-of-./pkg/DESCR
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (deleted-0.1.tar.gz) = 2141b901196bb6e81088eab38f2faddd
END-of-./files/md5
exit


>Release-Note:
>Audit-Trail:
>Unformatted:
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005251723.VAA07455>