head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.22.19.36.04;	author skreuzer;	state Exp;
branches;
next	1.12;

1.12
date	2011.08.19.21.48.14;	author skreuzer;	state Exp;
branches;
next	1.11;

1.11
date	2009.03.28.01.16.35;	author skreuzer;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.17.14.28.13;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2007.06.17.21.27.41;	author itetcu;	state Exp;
branches;
next	1.8;

1.8
date	2007.02.24.09.20.52;	author rafan;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.25.15.29.09;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.24.14.15.24;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.03.35;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.20.18.59.08;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.10.16.47.54;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.46.52;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2002.10.25.09.13.20;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Crypt::RandPasswd
# Date created:				24 October 2002
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Crypt-RandPasswd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-RandPasswd
PORTVERSION=	0.02
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	An implementation of the Automated Password Generator standard

PERL_CONFIGURE=	yes

MAN3=		Crypt::RandPasswd.3

post-patch:

	@@${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig

.include <bsd.port.mk>
@


1.13
log
@Delete the RandPasswd.orig file which is created during patching so that it does
not get copied to SITE_PERL/PERL_ARCH during install

Reported by:	pav@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@Fix isse where if an external caller invokes the the method
Crypt::RandPasswd->random_chars_in_range(), Perl prepends the object
name to the function's argument list. This causes the local variables
$minlen, $maxlen, $lo_char, and $hi_char to be set incorrectly ($minlen
is set to the object name, $maxlen is set to what should have been the
minimum length, $lo_char is set to what should have been the maximum
length, and $hi_char is set to what should have been the first character
in the given range), so that the method returns an incorrect result.

PR:	ports/154207
Submitted by:	Matthew X. Economou <xenophon+fbsdports@@irtnog.org>
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 4
@


1.11
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	wxs (mentor)
@
text
@d10 1
@


1.10
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	skreuzer@@exit2shell.com
@


1.9
log
@Change of email address, same maintainer.

PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.8
log
@- Pass maintainership to submitter

PR:		ports/109474
Submitted by:	Steven Kreuzer <skreuzer at f2o.org>
@
text
@d15 1
a15 1
MAINTAINER=	skreuzer@@f2o.org
@


1.7
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@a18 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a18 1
SITE_PERL=	${SITE_PERL}
@


1.4
log
@De-pkg-comment.
@
text
@d19 1
a19 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
@


1.3
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	An implementation of the Automated Password Generator standard

@


1.1
log
@Add p5-Crypt-RandPasswd 0.02, an implementation of the Automated
Password Generator standard.
@
text
@d17 2
@

