Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2000 15:58:42 -0400 (EDT)
From:      howardjp@wam.umd.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19954: New Port:  pwcrypt
Message-ID:  <200007151958.PAA94747@byzantine.student.umd.edu>

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

>Number:         19954
>Category:       ports
>Synopsis:       New Port:  pwcrypt
>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:   Sat Jul 15 13:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Howard
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
University of Maryland
>Environment:

FreeBSD m-net.arbornet.org 4.0-STABLE FreeBSD 4.0-STABLE #1: Mon Jul  3 16:11:56 EDT 2000     root@m-net.wccnet.org:/var/src/sys/compile/M-NET  i386

>Description:

PWCrypt is a simple program that generates encrypted password hashes.
I have needed this program more than a few times in the past year so
I thought I'd make it available for all.

>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:
#
#	pwcrypt
#	pwcrypt/pkg
#	pwcrypt/pkg/PLIST
#	pwcrypt/pkg/COMMENT
#	pwcrypt/pkg/DESCR
#	pwcrypt/Makefile
#	pwcrypt/files
#	pwcrypt/files/md5
#	pwcrypt/patches
#	pwcrypt/patches/patch-aa
#
echo c - pwcrypt
mkdir -p pwcrypt > /dev/null 2>&1
echo c - pwcrypt/pkg
mkdir -p pwcrypt/pkg > /dev/null 2>&1
echo x - pwcrypt/pkg/PLIST
sed 's/^X//' >pwcrypt/pkg/PLIST << 'END-of-pwcrypt/pkg/PLIST'
Xbin/pwcrypt
END-of-pwcrypt/pkg/PLIST
echo x - pwcrypt/pkg/COMMENT
sed 's/^X//' >pwcrypt/pkg/COMMENT << 'END-of-pwcrypt/pkg/COMMENT'
XCreate encrypted password hashes
END-of-pwcrypt/pkg/COMMENT
echo x - pwcrypt/pkg/DESCR
sed 's/^X//' >pwcrypt/pkg/DESCR << 'END-of-pwcrypt/pkg/DESCR'
XCreates encrypted password hashes suitable for cutting and pasting
Xdirectly into password files.
END-of-pwcrypt/pkg/DESCR
echo x - pwcrypt/Makefile
sed 's/^X//' >pwcrypt/Makefile << 'END-of-pwcrypt/Makefile'
X# New ports collection makefile for:    pwcrypt
X# Date created:         15 July 2000
X# Whom:                 howardjp@wam.umd.edu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pwcrypt
XPORTVERSION=	1.1
XCATEGORIES=	sysutils security
XMASTER_SITES=   ftp://ftp.wam.umd.edu/pub/howardjp/software/pwcrypt/	\
X		http://www.wam.umd.edu/~howardjp/software/pwcrypt/
X
XMAINTAINER=     howardjp@wam.umd.edu
X
XMAN1=		pwcrypt.1
XMANCOMPRESSED=	yes
X
X.include <bsd.port.mk>
END-of-pwcrypt/Makefile
echo c - pwcrypt/files
mkdir -p pwcrypt/files > /dev/null 2>&1
echo x - pwcrypt/files/md5
sed 's/^X//' >pwcrypt/files/md5 << 'END-of-pwcrypt/files/md5'
XMD5 (pwcrypt-1.1.tar.gz) = 1eb651842235bdd95b32a6be7c3468c8
END-of-pwcrypt/files/md5
echo c - pwcrypt/patches
mkdir -p pwcrypt/patches > /dev/null 2>&1
echo x - pwcrypt/patches/patch-aa
sed 's/^X//' >pwcrypt/patches/patch-aa << 'END-of-pwcrypt/patches/patch-aa'
X--- Makefile.orig	Sat Jul 15 15:51:37 2000
X+++ Makefile	Sat Jul 15 15:52:20 2000
X@@ -6,4 +6,7 @@
X 
X LDADD+=	-lcrypt
X 
X+BINDIR=	${PREFIX}/bin
X+MANDIR= 	${PREFIX}/man/man
X+
X .include <bsd.prog.mk>
END-of-pwcrypt/patches/patch-aa
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?200007151958.PAA94747>