New port: makepasswd, random password generator
Random password generator. PR: ports/49008 Submitted by: Toni Viemero <toni.viemero@iki.fi>
This commit is contained in:
parent
4ac806ccc6
commit
5c6be7bf37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77901
@ -127,6 +127,7 @@
|
||||
SUBDIR += lsh
|
||||
SUBDIR += lxnb
|
||||
SUBDIR += mac-robber
|
||||
SUBDIR += makepasswd
|
||||
SUBDIR += mcrypt
|
||||
SUBDIR += mdcrack
|
||||
SUBDIR += mhash
|
||||
|
35
security/makepasswd/Makefile
Normal file
35
security/makepasswd/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: makepasswd
|
||||
# Date created: 7 March 2003
|
||||
# Whom: Toni Viemerö <toni.viemero@iki.fi>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= makepasswd
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||
MASTER_SITE_SUBDIR= dists/potato/main/source/admin/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= toni.viemero@iki.fi
|
||||
COMMENT= Random password generator
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= makepasswd.1
|
||||
DOCS= CHANGES README
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/makepasswd ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/makepasswd/distinfo
Normal file
1
security/makepasswd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (makepasswd_1.10.orig.tar.gz) = 55842bb4c064ebcdedffb4afd5f0945a
|
7
security/makepasswd/pkg-descr
Normal file
7
security/makepasswd/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Generates true random passwords by using the /dev/random feature of
|
||||
Linux,
|
||||
with the emphasis on security over pronounceability. It can also
|
||||
encrypt
|
||||
plaintext passwords given on the command line.
|
||||
|
||||
WWW: http://packages.debian.org/stable/admin/makepasswd.html
|
4
security/makepasswd/pkg-plist
Normal file
4
security/makepasswd/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/makepasswd
|
||||
share/doc/makepasswd/CHANGES
|
||||
share/doc/makepasswd/README
|
||||
@dirrm share/doc/makepasswd
|
Loading…
Reference in New Issue
Block a user