head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2012.12.16.06.16.58;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.17.08.42.11;	author crees;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.25.07.08.39;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.24.08.35.26;	author jadawin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308985
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308985 | az | 2012-12-16 06:12:28 +0000 (Sun, 16 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Set default perl version for ports which currently using
## SVN ##   (5.x+ and x < 12) scheme.
## SVN ##
## SVN ## Approved by: bapt@@ (portmgr@@)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-dicewaregen
# Date created:				2011.05.22
# Whom:					Aldis Berjoza <aldis@@bsdroot.lv>
#
# $FreeBSD: head/security/p5-dicewaregen/Makefile 308985 2012-12-16 06:12:28Z az $
#

PORTNAME=	dicewaregen
PORTVERSION=	1.3
CATEGORIES=	security
MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
PKGNAMEPREFIX=	p5-

MAINTAINER=	graudeejs@@gmail.com
COMMENT=	A simple perl script to generate Diceware dictionaries for passwords

LIB_DEPENDS+=	aspell:${PORTSDIR}/textproc/aspell

USE_PERL5_RUN=	yes

PLIST_FILES=	bin/${PORTNAME}

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/dicewaregen-${REV}
REV=		20c777eac1db

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-dicewaregen/Makefile 300897 2012-07-14 14:29:18Z beat $
d19 1
a19 1
USE_PERL5_RUN=	5.8.8+
@


1.3
log
@Update email address for ports maintained by aldis@@bsdroot.lv --> graudeejs@@gmail.com
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 1.3

PR:		ports/157297
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	aldis@@bsdroot.lv
@


1.1
log
@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/

PR:		ports/157251
Submitted by:	Aldis Berjoza <aldis at bsdroot.lv>
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d25 1
a25 1
REV=		a1b6ae57d64b
@

