From dannyboy@dannyboy.myip.org  Thu Apr 27 18:40:41 2000
Return-Path: <dannyboy@dannyboy.myip.org>
Received: from mail2.citynet.net (mail2.citynet.net [206.101.104.77])
	by hub.freebsd.org (Postfix) with SMTP id 2920F37BE12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Apr 2000 18:40:36 -0700 (PDT)
	(envelope-from dannyboy@dannyboy.myip.org)
Received: (qmail 22421 invoked from network); 26 Apr 2000 19:40:33 -0500
Received: from main.citynet.net (root@206.101.104.67)
  by mail2.citynet.net with SMTP; 26 Apr 2000 19:40:33 -0500
Received: from dannyboy.myip.org (root@adsl-207-68-94-212.ba-dsg.net [207.68.94.212])
	by main.citynet.net (8.9.3/8.9.3) with ESMTP id UAA26769
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Apr 2000 20:39:12 -0400
Received: (from dannyboy@localhost)
	by dannyboy.myip.org (8.9.3/8.9.3) id UAA03292;
	Tue, 25 Apr 2000 20:39:28 -0400 (EDT)
	(envelope-from dannyboy)
Message-Id: <200004260039.UAA03292@dannyboy.myip.org>
Date: Tue, 25 Apr 2000 20:39:28 -0400 (EDT)
From: dannyboy@subdimension.com
Sender: dannyboy@dannyboy.myip.org
Reply-To: dannyboy@subdimension.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: new port: fortunelock
X-Send-Pr-Version: 3.2

>Number:         18264
>Category:       ports
>Synopsis:       new port: fortunelock
>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:   Thu Apr 27 18:50:02 PDT 2000
>Closed-Date:    Fri Apr 28 12:48:17 PDT 2000
>Last-Modified:  Fri Apr 28 12:48:30 PDT 2000
>Originator:     Daniel Harris
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
None whatsoever.
>Environment:

	FreeBSD 3.4-STABLE i386

>Description:

	Fortunelock is a simple text-console lock.  It reads the password
	to lock the vt with whenever it is invoked.

>How-To-Repeat:

	N/A

>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:
#
#	fortunelock
#	fortunelock/pkg
#	fortunelock/pkg/COMMENT
#	fortunelock/pkg/DESCR
#	fortunelock/pkg/PLIST
#	fortunelock/files
#	fortunelock/files/md5
#	fortunelock/Makefile
#	fortunelock/patches
#	fortunelock/patches/patch-aa
#
echo c - fortunelock
mkdir -p fortunelock > /dev/null 2>&1
echo c - fortunelock/pkg
mkdir -p fortunelock/pkg > /dev/null 2>&1
echo x - fortunelock/pkg/COMMENT
sed 's/^X//' >fortunelock/pkg/COMMENT << 'END-of-fortunelock/pkg/COMMENT'
XLocks a terminal while showing fortunes
END-of-fortunelock/pkg/COMMENT
echo x - fortunelock/pkg/DESCR
sed 's/^X//' >fortunelock/pkg/DESCR << 'END-of-fortunelock/pkg/DESCR'
XFortunelock is a "keep it simple, stupid" program to lock a terminal while 
Xshowing fortunes. It was designed to be as small and simple as possible
Xand therefore does not support PAM, NIS, shadow passwords or even regular
Xpasswords: the user must enter a lock password to lock the terminal.
X
XWWW: http://capsi.cx/code-fortunelock.html
X
X- Daniel Harris
Xdannyboy@subdimension.com
END-of-fortunelock/pkg/DESCR
echo x - fortunelock/pkg/PLIST
sed 's/^X//' >fortunelock/pkg/PLIST << 'END-of-fortunelock/pkg/PLIST'
Xbin/fortunelock
END-of-fortunelock/pkg/PLIST
echo c - fortunelock/files
mkdir -p fortunelock/files > /dev/null 2>&1
echo x - fortunelock/files/md5
sed 's/^X//' >fortunelock/files/md5 << 'END-of-fortunelock/files/md5'
XMD5 (fortunelock-0.1.2.tar.bz2) = 3df38afc59800db77e7cf77b0239a480
END-of-fortunelock/files/md5
echo x - fortunelock/Makefile
sed 's/^X//' >fortunelock/Makefile << 'END-of-fortunelock/Makefile'
X# New ports collection makefile for:	fortunelock
X# Date created:			25 April 2000
X# Whom:				Daniel Harris <dannyboy@subdimension.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fortunelock
XPORTVERSION=	0.1.2
XCATEGORIES=	misc
XMASTER_SITES=	http://capsi.cx/src/fortunelock/
X
XMAINTAINER=	dannyboy@subdimension.com
X
XUSE_BZIP2=	yes
X
XMAN1=		fortunelock.1
XMANCOMPRESSED=	no
X
X.include <bsd.port.mk>
END-of-fortunelock/Makefile
echo c - fortunelock/patches
mkdir -p fortunelock/patches > /dev/null 2>&1
echo x - fortunelock/patches/patch-aa
sed 's/^X//' >fortunelock/patches/patch-aa << 'END-of-fortunelock/patches/patch-aa'
X--- Makefile.orig	Tue Apr 25 19:29:08 2000
X+++ Makefile	Tue Apr 25 19:29:32 2000
X@@ -19,8 +19,8 @@
X 
X install: 
X 	strip fortunelock
X-	install -m 755 fortunelock $(PREFIXDIR)/bin
X-	install -m 644 fortunelock.1 $(PREFIXDIR)/man/man1
X+	install -c -m 755 fortunelock $(PREFIXDIR)/bin
X+	install -c -m 644 fortunelock.1 $(PREFIXDIR)/man/man1
X 
X uninstall:
X 	rm -rf $(PREFIXDIR)/bin/fortunelock
END-of-fortunelock/patches/patch-aa
exit

>Release-Note:
>Audit-Trail:

From: Daniel Harris <dannyboy@subdimension.com>
To: freebsd-gnats-submit@FreeBSD.org, dannyboy@subdimension.com
Cc:  
Subject: Re: ports/18264: new port: fortunelock
Date: Thu, 27 Apr 2000 22:41:30 -0400

 Please disregard this.  It was waylaid for some time.
 
 
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Fri Apr 28 12:48:17 PDT 2000 
State-Changed-Why:  
Requested by submitter 
>Unformatted:
