head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	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.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2006.09.25.16.04.16;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.22.02.50.31;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Update to 0.82.11

PR:		103513
Submitted by:	gabor (maintainer)
Based on:	103360 submitted by Gea-Suan Lin <gslin@@gslin.org>
@
text
@%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite/.packlist
%%SITE_PERL%%/Crypt/Lite.pm
@@dirrmtry %%SITE_PERL%%/Crypt
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
@


1.2
log
@Replace ugly "@@unexec rmdir %D... 2>/dev/null || true" with @@dirrmtry

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@a0 1
%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Lite.pm
d2 3
a4 3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite/Lite.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite/Lite.so
@@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite/
a5 1
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt
@


1.1
log
@Sometimes it's necessary to protect some certain data against plain reading
or you intend to send information through the Internet. Another reason might
be to assure users cannot modify their previously entered data in a follow-up
step of a long Web transaction where you don't want to deal with server-side
session data. The goal of Crypt::Lite was to have a pretty simple way to
encrypt and decrypt data without the need to install and compile huge
packages with lots of dependencies.
Crypt::Lite generates every time a different encrypted hash when you
re-encrypt the same data with the same secret string. Nevertheless you
are able to make double or tripple-encryption with any data to increase
the security. Decryption works also on hashes that have been encrypted
on a foreign host (try this with an unpatched IDEA installation ;-).

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

PR:		ports/90614
Submitted by:	Gabor Kovesdan
@
text
@d6 2
a7 2
@@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true
@

