head	1.3;
access;
symbols
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.02.04.12.19.10;	author edwin;	state dead;
branches;
next	1.2;

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

1.1
date	98.09.26.18.51.23;	author markm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update security/p5-Crypt-IDEA to 1.02
- update to 1.02
- add WWW
- take maintainership

PR:		ports/47210
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@--- idea.c.orig	Sun Apr 23 03:51:49 2000
+++ idea.c	Sun Apr 23 03:51:27 2000
@@@@ -5,7 +5,7 @@@@
 
 #include "idea.h"
 
-#include <endian.h>
+#include <machine/endian.h>
 
 #define KEYS_PER_ROUND	6
 #define ROUNDS			8 
@


1.2
log
@Upgrade to 1.01.
@
text
@@


1.1
log
@Update for new perl5
@
text
@d1 3
a3 5
--- idea.h.ORIG	Sat Sep 26 15:55:53 1998
+++ idea.h	Sat Sep 26 15:56:43 1998
@@@@ -1,4 +1,4 @@@@
-#include <machine/types.h>
+#include <sys/types.h>
d5 1
a5 1
 #define IDEA_KS_SIZE 104
d7 5
@

