diff options
Diffstat (limited to 'security/libidea')
-rw-r--r-- | security/libidea/Makefile | 32 | ||||
-rw-r--r-- | security/libidea/distinfo | 2 | ||||
-rw-r--r-- | security/libidea/files/patch-Makefile | 25 | ||||
-rw-r--r-- | security/libidea/pkg-descr | 7 | ||||
-rw-r--r-- | security/libidea/pkg-plist | 4 |
5 files changed, 0 insertions, 70 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile deleted file mode 100644 index e8bfb2f774bc..000000000000 --- a/security/libidea/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libidea -# Date created: Sep 30, 2002 -# Whom: Jim Geovedi <jim@corebsd.or.id> -# -# $FreeBSD$ -# - -PORTNAME= libidea -PORTVERSION= 0.8.2b -CATEGORIES= security -MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \ - ftp://ftp.psy.uq.oz.au/pub/Crypto/libeay/ \ - ftp://ftp.ntnu.no/pub/unix/security/ \ - ftp://ftp.sunsite.org.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/libeay/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IDEA block cipher library - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -RESTRICTED= "Crypto; IDEA is a patented algorithm that requires proper licensing" - -WRKSRC= ${WRKDIR}/idea - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ideatest ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/idea_spd ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/libidea.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/idea.h ${PREFIX}/include - -.include <bsd.port.mk> diff --git a/security/libidea/distinfo b/security/libidea/distinfo deleted file mode 100644 index 08d55a66492d..000000000000 --- a/security/libidea/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libidea-0.8.2b.tar.gz) = a27190f8c315293a02e98f7d6899902f4d6884e315f62edf7307db7527d55d47 -SIZE (libidea-0.8.2b.tar.gz) = 9641 diff --git a/security/libidea/files/patch-Makefile b/security/libidea/files/patch-Makefile deleted file mode 100644 index 8dd4813466d3..000000000000 --- a/security/libidea/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Thu Dec 4 20:35:38 1997 -+++ Makefile Mon Sep 30 02:55:39 2002 -@@ -5,20 +5,14 @@ - - DIR= cast - TOP= . --CC= gcc --CFLAG= -O3 -fomit-frame-pointer - --CPP= $(CC) -E --INCLUDES= --INSTALLTOP=/usr/local/lib -+CPP?= $(CC) -E -+INSTALLTOP= ${PREFIX}/lib - MAKE= make - MAKEDEPEND= makedepend --MAKEFILE= Makefile.uni - AR= ar r - - IDEA_ENC=i_cbc.o -- --CFLAGS= $(INCLUDES) $(CFLAG) - - GENERAL=Makefile - TEST=ideatest diff --git a/security/libidea/pkg-descr b/security/libidea/pkg-descr deleted file mode 100644 index 3be651915c08..000000000000 --- a/security/libidea/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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. - -WWW: http://www.mediacrypt.com/engl/Community/index.asp diff --git a/security/libidea/pkg-plist b/security/libidea/pkg-plist deleted file mode 100644 index f61bf752f369..000000000000 --- a/security/libidea/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/ideatest -bin/idea_spd -include/idea.h -lib/libidea.a |