head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.27.01.56.45;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.19.05.28.46;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312155
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# ex:ts=8
# Ports collection makefile for:	ranpwd
# Date created:			Jun 11, 2009
# Whom:				corky1951@@comcast.net
#
# $FreeBSD: head/security/ranpwd/Makefile 312155 2013-02-13 14:33:14Z miwi $
#

PORTNAME=	ranpwd
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR=	software/utils/admin/ranpwd

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tool to generate random passwords

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

BROKEN=		checksum mismatch

PLIST_FILES=	bin/ranpwd

MAN1=		ranpwd.1

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d6 1
a6 1
# $FreeBSD: head/security/ranpwd/Makefile 300897 2012-07-14 14:29:18Z beat $
d21 2
@


1.2
log
@By Maintainer's request, toss these ports back into the pool
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.1
log
@ranpwd uses /dev/random or /dev/urandom to generate cryptographically secure
passwords.

Generated passwords may consist of any specified length and any combination of
upper- or lower-case alphanumeric characters or punctuation.  ranpwd can also
generate passwords consisting of hexadecimal, decimal, octal or binary numbers,
and format these as valid C constants for inclusion in source code.

WWW: http://freshmeat.net/projects/ranpwd

PR:		ports/135540
Submitted by:	corky1951 at comcast.net
@
text
@d15 1
a15 1
MAINTAINER=	corky1951@@comcast.net
@

