head	1.6;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1.1.1
	v_1_20:1.1.1.1
	MARKM:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2006.01.22.02.50.26;	author edwin;	state Exp;
branches;
next	1.5;

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

1.4
date	2001.04.14.22.31.25;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	2000.07.22.10.44.45;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.22.22.08.39;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.18.12.11.52;	author markm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.18.12.11.52;	author markm;	state Exp;
branches;
next	;


desc
@@


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

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@%%SITE_PERL%%/Crypt/CBC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC/.packlist
@@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
@@dirrmtry %%SITE_PERL%%/Crypt
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d4 2
a5 2
@@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true
@


1.4
log
@Remove empty directories on uninstall.
@
text
@d1 5
a5 5
lib/perl5/site_perl/%%PERL_VER%%/Crypt/CBC.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CBC/.packlist
@@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CBC
@@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true
@


1.3
log
@Update

p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
@
text
@d4 2
@


1.2
log
@Upgrade to 1.23.
@
text
@d2 1
a2 1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CBC.packlist
@


1.1
log
@Initial revision
@
text
@d2 2
a3 1
@@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt
@


1.1.1.1
log
@This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC).  In combination with a block
cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and
decrypt messages of arbitrarily long length.  The encrypted messages
are compatible with the encryption format used by B<SSLeay>.
@
text
@@
