summaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/Makefile31
-rw-r--r--security/botan/distinfo1
-rw-r--r--security/botan/files/patch-configure.pl20
-rw-r--r--security/botan/pkg-comment1
-rw-r--r--security/botan/pkg-descr14
-rw-r--r--security/botan/pkg-plist73
6 files changed, 0 insertions, 140 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
deleted file mode 100644
index abd01e089850..000000000000
--- a/security/botan/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: opencl
-# Date created: Mar 3, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= opencl
-PORTVERSION= 0.7.3
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= OpenCL-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_NEWGCC= yes
-
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= configure.pl
-CONFIGURE_ARGS= gcc-freebsd-generic
-
-USE_GMAKE= yes
-
-INSTALLS_SHLIB= yes
-
-PLIST_SUB= PORTVERSION=0.7.2
-
-.include <bsd.port.mk>
diff --git a/security/botan/distinfo b/security/botan/distinfo
deleted file mode 100644
index 8c40a78f9f65..000000000000
--- a/security/botan/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (OpenCL-0.7.3.tgz) = 19b67c399a21e61989d06e9d27645fc8
diff --git a/security/botan/files/patch-configure.pl b/security/botan/files/patch-configure.pl
deleted file mode 100644
index 7ce69a825bc2..000000000000
--- a/security/botan/files/patch-configure.pl
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.pl.orig Sat Jun 9 09:40:22 2001
-+++ configure.pl Sun Jun 10 19:23:51 2001
-@@ -1312,7 +1312,7 @@
- DOCDIR = \$(INSTALLROOT)/share/doc/\$(NAME)-\$(VERSION)
-
- OWNER = root
--GROUP = root
-+GROUP = wheel
- DATA_MODE = 644
- EXEC_MODE = 755
-
-@@ -1341,7 +1341,7 @@
- # FIXME: Hardcoded
- USER_DOCS = readme.txt doc/license.txt doc/log.txt doc/thanks.txt \\
- doc/pgpkeys.asc
--DEVEL_DOCS = doc/doc.ps doc/relnotes.txt
-+DEVEL_DOCS = doc/opencl.ps doc/relnotes.txt
-
- HEADERS = $headers
-
diff --git a/security/botan/pkg-comment b/security/botan/pkg-comment
deleted file mode 100644
index d735abdabc26..000000000000
--- a/security/botan/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A portable, easy to use, and efficient C++ crypto library
diff --git a/security/botan/pkg-descr b/security/botan/pkg-descr
deleted file mode 100644
index d45a42c72e24..000000000000
--- a/security/botan/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-OpenCL aims to be a portable, easy to use, and efficient C++ crypto
-library. It currently supports the following algorithms:
-
- Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST,
- IDEA, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128,
- Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA
- Stream Ciphers: ARC4, ISAAC, SEAL
- Hash Functions: HAVAL, MD2, MD4, MD5, RIPE-MD128, RIPE-MD160, SHA-1,
- SHA2-256, SHA2-512, Tiger
- MACs: EMAC, HMAC, MD5MAC
- Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG
- Cipher Modes: CBC w/ Padding, CFB, OFB, Counter
-
-WWW: http://opencl.sourceforge.net/
diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist
deleted file mode 100644
index 5a9a246fb7d0..000000000000
--- a/security/botan/pkg-plist
+++ /dev/null
@@ -1,73 +0,0 @@
-include/opencl/arc4.h
-include/opencl/blowfish.h
-include/opencl/cast256.h
-include/opencl/cast5.h
-include/opencl/checksum.h
-include/opencl/config.h
-include/opencl/cscipher.h
-include/opencl/des.h
-include/opencl/desx.h
-include/opencl/emac.h
-include/opencl/encoder.h
-include/opencl/exceptn.h
-include/opencl/filtbase.h
-include/opencl/filters.h
-include/opencl/filters.icc
-include/opencl/gost.h
-include/opencl/haval.h
-include/opencl/hmac.h
-include/opencl/idea.h
-include/opencl/isaac.h
-include/opencl/lubyrack.h
-include/opencl/md2.h
-include/opencl/md4.h
-include/opencl/md5.h
-include/opencl/md5mac.h
-include/opencl/misty1.h
-include/opencl/modes.h
-include/opencl/modes.icc
-include/opencl/opencl.h
-include/opencl/randpool.h
-include/opencl/rc2.h
-include/opencl/rc5.h
-include/opencl/rc6.h
-include/opencl/rijndael.h
-include/opencl/rmd128.h
-include/opencl/rmd160.h
-include/opencl/safer_sk.h
-include/opencl/seal.h
-include/opencl/secalloc.h
-include/opencl/secmem.h
-include/opencl/secqueue.h
-include/opencl/serpent.h
-include/opencl/sha1.h
-include/opencl/sha256.h
-include/opencl/sha512.h
-include/opencl/shark.h
-include/opencl/skipjack.h
-include/opencl/square.h
-include/opencl/symkey.h
-include/opencl/tea.h
-include/opencl/threeway.h
-include/opencl/tiger.h
-include/opencl/triple.h
-include/opencl/twofish.h
-include/opencl/types.h
-include/opencl/util.h
-include/opencl/version.h
-include/opencl/x917.h
-include/opencl/xtea.h
-@dirrm include/opencl
-lib/libopencl.a
-lib/libopencl-%%PORTVERSION%%.so
-lib/libopencl-0.7.so
-lib/libopencl-0.so
-lib/libopencl.so
-share/doc/OpenCL-%%PORTVERSION%%/license.txt
-share/doc/OpenCL-%%PORTVERSION%%/log.txt
-share/doc/OpenCL-%%PORTVERSION%%/opencl.ps
-share/doc/OpenCL-%%PORTVERSION%%/pgpkeys.asc
-share/doc/OpenCL-%%PORTVERSION%%/readme.txt
-share/doc/OpenCL-%%PORTVERSION%%/relnotes.txt
-share/doc/OpenCL-%%PORTVERSION%%/thanks.txt
-@dirrm share/doc/OpenCL-%%PORTVERSION%%