Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 23:50:12 -0800 (PST)
From:      Toni Viemero <toni.viemero@iki.fi>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/49008: New port: makepasswd, random password generator
Message-ID:  <200303080750.h287oCCA019423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/49008; it has been noted by GNATS.

From: Toni Viemero <toni.viemero@iki.fi>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Subject: Re: ports/49008: New port: makepasswd, random password generator
Date: Sat, 8 Mar 2003 09:49:09 +0200

 # 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:
 #
 #       makepasswd
 #       makepasswd/Makefile
 #       makepasswd/distinfo
 #       makepasswd/pkg-plist
 #       makepasswd/pkg-descr
 #
 echo c - makepasswd
 mkdir -p makepasswd > /dev/null 2>&1
 echo x - makepasswd/Makefile
 sed 's/^X//' >makepasswd/Makefile << 'END-of-makepasswd/Makefile'
 X# New ports collection makefile for:   makepasswd
 X# Date created:                                7 March 2003
 X# Whom:                                        Toni Viemerö <toni.viemero@iki.fi>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=      makepasswd
 XPORTVERSION=   1.10
 XCATEGORIES=    security
 XMASTER_SITES=  ${MASTER_SITE_DEBIAN}
 XMASTER_SITE_SUBDIR=    dists/potato/main/source/admin/
 XDISTFILES=     ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
 X
 XMAINTAINER=    ports@FreeBSD.org
 XCOMMENT=       Random password generator
 X
 XNO_BUILD=      yes
 XUSE_PERL5_RUN= yes
 X
 XMAN1=          makepasswd.1
 XDOCS=          CHANGES README
 X
 Xdo-install:
 X       ${INSTALL_SCRIPT} ${WRKSRC}/makepasswd ${PREFIX}/bin
 X       ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
 X.if !defined(NOPORTDOCS)
 X       @${MKDIR} ${DOCSDIR}
 X.for file in ${DOCS}
 X       ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-makepasswd/Makefile
 echo x - makepasswd/distinfo
 sed 's/^X//' >makepasswd/distinfo << 'END-of-makepasswd/distinfo'
 XMD5 (makepasswd_1.10.orig.tar.gz) = 55842bb4c064ebcdedffb4afd5f0945a
 END-of-makepasswd/distinfo
 echo x - makepasswd/pkg-plist
 sed 's/^X//' >makepasswd/pkg-plist << 'END-of-makepasswd/pkg-plist'
 Xbin/makepasswd
 END-of-makepasswd/pkg-plist
 echo x - makepasswd/pkg-descr
 sed 's/^X//' >makepasswd/pkg-descr << 'END-of-makepasswd/pkg-descr'
 XGenerates true random passwords by using the /dev/random feature of
 Linux,
 Xwith the emphasis on security over pronounceability. It can also
 encrypt
 Xplaintext passwords given on the command line.
 X
 XWWW: http://packages.debian.org/stable/admin/makepasswd.html
 END-of-makepasswd/pkg-descr
 exit

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




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