From owner-cvs-ports@FreeBSD.ORG Sun Dec 18 21:53:23 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3322C16A41F; Sun, 18 Dec 2005 21:53:23 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F78A43D60; Sun, 18 Dec 2005 21:53:19 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBILrJCM023289; Sun, 18 Dec 2005 21:53:19 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBILrJmw023288; Sun, 18 Dec 2005 21:53:19 GMT (envelope-from erwin) Message-Id: <200512182153.jBILrJmw023288@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 18 Dec 2005 21:53:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-AppleTwoFish Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 21:53:23 -0000 erwin 2005-12-18 21:53:19 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-AppleTwoFish Makefile distinfo pkg-descr pkg-plist 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 Revision Changes Path 1.688 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Crypt-AppleTwoFish/Makefile (new) 1.1 +3 -0 ports/security/p5-Crypt-AppleTwoFish/distinfo (new) 1.1 +10 -0 ports/security/p5-Crypt-AppleTwoFish/pkg-descr (new) 1.1 +5 -0 ports/security/p5-Crypt-AppleTwoFish/pkg-plist (new)