head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.22.16.26.57;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.03.21.32.54;	author skreuzer;	state Exp;
branches;
next	1.7;

1.7
date	2009.06.27.08.49.41;	author gabor;	state Exp;
branches;
next	1.6;

1.6
date	2008.12.05.00.10.19;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2008.05.26.18.04.35;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.03;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.08.13.46.28;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.30.20.30.51;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.18.21.53.18;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection Makefile for:	p5-Crypt-AppleTwoFish
# Date created:				18 Dec 2006
# Whom:	      				Gabor Kovesdan
# $FreeBSD: head/security/p5-Crypt-AppleTwoFish/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Crypt-AppleTwoFish
PORTVERSION=	0.051
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Perl extension for Apple iTMS internal key descrambling algorithm

PERL_CONFIGURE=	yes

MAN3=		Crypt::AppleTwoFish.3

.include <bsd.port.mk>
@


1.9
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.8
log
@Take over maintainership

Approved by:	wxs (mentor, implicit)
@
text
@d19 1
a19 9
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
post-patch:
	${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/t/*.t \
		${WRKSRC}/lib/Crypt/AppleTwoFish.pm ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif

.include <bsd.port.post.mk>
@


1.7
log
@- Drop maintainership of some ports I don't use any more
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Update to 0.051
@
text
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.5
log
@- Update to 0.03
@
text
@d7 1
a7 1
PORTVERSION=	0.03
@


1.4
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
@d7 1
a7 1
PORTVERSION=	0.02
@


1.3
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.2
log
@- remove IGNORE on old perl

Submitted by:	leeym
Approved by:	maintainer via email
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.1
log
@This code appears to have only cursory resemblance to Bruce Schneier's
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for
what would mainly be processing 16 bytes at a time. This code is part of an
ongoing effort to clone portions of the Apple iTMS in Perl for portability.
See www.hymn-project.org for prior efforts by others.

WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish

PR:		ports/90610
Submitted by:	Gabor Kovesdan
@
text
@d21 5
a25 2
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
d27 1
@

