ports/157251: [new] security/dicewaregen - Diceware dictionary generator

Aldis Berjoza aldis at bsdroot.lv
Sun May 22 16:10:13 UTC 2011


>Number:         157251
>Category:       ports
>Synopsis:       [new] security/dicewaregen - Diceware dictionary generator
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 22 16:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Dicewaregen is simple perl script that generated Diceware dictionaries, that
can be used to create secure passwords.

Dicewaregen relies on aspell, to make wordlist. Once you have wordlist you can
create Diceware dictionary. You can make few dictionaries using different
languages, merge them and then make Diceware dictionary.

More info about Diceware: http://world.std.com/~reinhold/diceware.html

WWW: http://hg.bsdroot.lv/aldis/dicewaregen/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	dicewaregen
#	dicewaregen/distinfo
#	dicewaregen/Makefile
#	dicewaregen/pkg-descr
#
echo c - dicewaregen
mkdir -p dicewaregen > /dev/null 2>&1
echo x - dicewaregen/distinfo
sed 's/^X//' >dicewaregen/distinfo << '95a46c1d4908f68b1cb845115304a6e2'
XSHA256 (dicewaregen-1.0.tar.gz) = f089433789f8e66e4f20c668ebeb415b6cead195bde822dfa878173d120bf46d
XSIZE (dicewaregen-1.0.tar.gz) = 1988
95a46c1d4908f68b1cb845115304a6e2
echo x - dicewaregen/Makefile
sed 's/^X//' >dicewaregen/Makefile << 'eac8865c137d11ac84a7e60f4ced47ab'
X# New ports collection makefile for:	p5-dicewaregen
X# Date created:				2011.05.22
X# Whom:					Aldis Berjoza <aldis at bsdroot.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dicewaregen
XPORTVERSION=	1.0
XCATEGORIES=	security
XMASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	aldis at bsdroot.lv
XCOMMENT=	A simple perl script to generate Diceware dictionaries for passwords
X
XLIB_DEPENDS+=   aspell:${PORTSDIR}/textproc/aspell
X
XUSE_PERL5_RUN=	5.8.8+
X
XPLIST_FILES=	bin/${PORTNAME}
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/dicewaregen-${REV}
XREV=		a4486c2576dd
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
eac8865c137d11ac84a7e60f4ced47ab
echo x - dicewaregen/pkg-descr
sed 's/^X//' >dicewaregen/pkg-descr << '3abe1d79e895eff93ae6da12629940cb'
XDicewaregen is simple perl script that generated Diceware dictionaries, that
Xcan be used to create secure passwords.
X
XDicewaregen relies on aspell, to make wordlist. Once you have wordlist you can
Xcreate Diceware dictionary. You can make few dictionaries using different
Xlanguages, merge them and then make Diceware dictionary.
X
XMore info about Diceware: http://world.std.com/~reinhold/diceware.html
X
XWWW: http://hg.bsdroot.lv/aldis/dicewaregen/
3abe1d79e895eff93ae6da12629940cb
exit



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



More information about the freebsd-ports-bugs mailing list