Date: 7 Oct 2002 13:57:12 -0700 From: Jim Geovedi <negative@toxic.magnesium.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43793: New Port: security/libidea (IDEA block cipher library) Message-ID: <20021007205712.5947.qmail@magnesium.net>
next in thread | raw e-mail | index | archive | help
>Number: 43793 >Category: ports >Synopsis: New Port: security/libidea (IDEA block cipher library) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 07 14:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jim Geovedi >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD toxic.magnesium.net 4.6-STABLE FreeBSD 4.6-STABLE #5: Thu Aug 1 09:24:17 PDT 2002 unfurl@toxic.magnesium.net:/users/world/obj/users/world/src/sys/TOXIC i386 >Description: IDEA is a block cipher invented by Xuejia Lai and James Massey in 1991. A block cipher is an encryption algorithm that encrypts the data in blocks. IDEA has a block size of 64 bits, and a keylength of 128 bits. IDEA is a symmetrical algorithm, which means that the same key is used both for encryption and for decryption. >How-To-Repeat: >Fix: --- security_libidea.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libidea # libidea/Makefile # libidea/distinfo # libidea/pkg-comment # libidea/files # libidea/files/patch-Makefile # libidea/pkg-descr # libidea/pkg-plist # echo c - libidea mkdir -p libidea > /dev/null 2>&1 echo x - libidea/Makefile sed 's/^X//' >libidea/Makefile << 'END-of-libidea/Makefile' X# New ports collection makefile for: libidea X# Date created: Sep 30, 2002 X# Whom: Jim Geovedi <jim@corebsd.or.id> X# X# $FreeBSD$ X# X XPORTNAME= libidea XPORTVERSION= 0.8.2b XCATEGORIES= security XMASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/libeay/ \ X ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \ X ftp://ftp.ntnu.no/pub/unix/security/ \ X ftp://ftp.sunsite.org.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/libeay/ X XMAINTAINER= jim@corebsd.or.id X XRESTRICTED= "Crypto; export-controlled" X XWRKSRC= ${WRKDIR}/idea X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ideatest ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/idea_spd ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/libidea.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/idea.h ${PREFIX}/include X X.include <bsd.port.mk> END-of-libidea/Makefile echo x - libidea/distinfo sed 's/^X//' >libidea/distinfo << 'END-of-libidea/distinfo' XMD5 (libidea-0.8.2b.tar.gz) = d67b25dd2e4a6f3331f4061724d0056a END-of-libidea/distinfo echo x - libidea/pkg-comment sed 's/^X//' >libidea/pkg-comment << 'END-of-libidea/pkg-comment' XIDEA block cipher library END-of-libidea/pkg-comment echo c - libidea/files mkdir -p libidea/files > /dev/null 2>&1 echo x - libidea/files/patch-Makefile sed 's/^X//' >libidea/files/patch-Makefile << 'END-of-libidea/files/patch-Makefile' X--- Makefile.orig Thu Dec 4 20:35:38 1997 X+++ Makefile Mon Sep 30 02:55:39 2002 X@@ -5,20 +5,14 @@ X X DIR= cast X TOP= . X-CC= gcc X-CFLAG= -O3 -fomit-frame-pointer X X-CPP= $(CC) -E X-INCLUDES= X-INSTALLTOP=/usr/local/lib X+CPP?= $(CC) -E X+INSTALLTOP= ${PREFIX}/lib X MAKE= make X MAKEDEPEND= makedepend X-MAKEFILE= Makefile.uni X AR= ar r X X IDEA_ENC=i_cbc.o X- X-CFLAGS= $(INCLUDES) $(CFLAG) X X GENERAL=Makefile X TEST=ideatest END-of-libidea/files/patch-Makefile echo x - libidea/pkg-descr sed 's/^X//' >libidea/pkg-descr << 'END-of-libidea/pkg-descr' XIDEA is a block cipher invented by Xuejia Lai and James Massey in X1991. A block cipher is an encryption algorithm that encrypts the Xdata in blocks. IDEA has a block size of 64 bits, and a keylength of X128 bits. IDEA is a symmetrical algorithm, which means that the same Xkey is used both for encryption and for decryption. X XWWW: http://www.media-crypt.com/pages/fidea.html X X -- Jim Geovedi X jim@corebsd.or.id END-of-libidea/pkg-descr echo x - libidea/pkg-plist sed 's/^X//' >libidea/pkg-plist << 'END-of-libidea/pkg-plist' Xbin/ideatest Xbin/idea_spd Xinclude/idea.h Xlib/libidea.a END-of-libidea/pkg-plist exit --- security_libidea.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021007205712.5947.qmail>