aboutsummaryrefslogtreecommitdiff
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-Makefile53
-rw-r--r--security/botan/pkg-comment1
-rw-r--r--security/botan/pkg-descr14
-rw-r--r--security/botan/pkg-plist71
6 files changed, 0 insertions, 171 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
deleted file mode 100644
index 86715c3aac3d..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.0
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= OpenCL-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ijliao@FreeBSD.org
-
-USE_NEWGCC= yes
-
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= configure.pl
-CONFIGURE_ARGS= --nodebug gcc-freebsd-generic
-
-USE_GMAKE= yes
-
-INSTALLS_SHLIB= yes
-
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.mk>
diff --git a/security/botan/distinfo b/security/botan/distinfo
deleted file mode 100644
index 1f421efff9d0..000000000000
--- a/security/botan/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (OpenCL-0.7.0.tgz) = 551e39f327ea2eb8b7ca3e1d470a0fea
diff --git a/security/botan/files/patch-Makefile b/security/botan/files/patch-Makefile
deleted file mode 100644
index e81dbb699ced..000000000000
--- a/security/botan/files/patch-Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
---- Makefile.orig Thu Mar 1 07:14:54 2001
-+++ Makefile Sat Mar 3 02:51:20 2001
-@@ -23,7 +23,7 @@
- DOCDIR = $(INSTALLROOT)/share/doc/$(NAME)-$(VERSION)
-
- OWNER = root
--GROUP = root
-+GROUP = wheel
- DATA_MODE = 644
- EXEC_MODE = 755
-
-@@ -79,7 +79,7 @@
- SYMLINK1 = $(LIBNAME)-$(MAJOR).$(MINOR).so
- SYMLINK2 = $(LIBNAME)-$(MAJOR).so
- SYMLINK3 = $(LIBNAME).so
--SYMLINKS = $(SYMLINK1) $(SYMLINK2) $(SYMLINK3)
-+SYMLINKS = $(SYMLINK3)
-
- LIBRARIES = $(STATIC_LIB) $(SHARED_LIB)
- else
-@@ -105,9 +105,7 @@
- ifneq (,$(findstring yes,$(MAKE_SHARED)))
- $(SHARED_LIB): $(LIBOBJS)
- $(CXX) $(SO_LINK_FLAGS) $(LIBOBJS) -o $(SHARED_LIB)
-- $(call LN,.,$(SYMLINK0),$(SYMLINK1))
-- $(call LN,.,$(SYMLINK1),$(SYMLINK2))
-- $(call LN,.,$(SYMLINK2),$(SYMLINK3))
-+ $(call LN,.,$(SYMLINK0),$(SYMLINK3))
- endif
-
- ##################################################
-@@ -154,9 +152,7 @@
- $(call INSTALL,$(DATA_MODE)) $(STATIC_LIB) $(LIBDIR)
- ifneq (,$(findstring yes,$(MAKE_SHARED)))
- $(call INSTALL,$(EXEC_MODE)) $(SHARED_LIB) $(LIBDIR)
-- $(call LN,$(LIBDIR),$(SYMLINK0),$(SYMLINK1))
-- $(call LN,$(LIBDIR),$(SYMLINK1),$(SYMLINK2))
-- $(call LN,$(LIBDIR),$(SYMLINK2),$(SYMLINK3))
-+ $(call LN,$(LIBDIR),$(SYMLINK0),$(SYMLINK3))
- endif
-
- install_user: $(LIBRARIES)
-@@ -165,9 +161,7 @@
- $(call INSTALL,$(DATA_MODE)) $(USER_DOCS) $(DOCDIR)
- ifneq (,$(findstring yes,$(MAKE_SHARED)))
- $(call INSTALL,$(EXEC_MODE)) $(SHARED_LIB) $(LIBDIR)
-- $(call LN,$(LIBDIR),$(SYMLINK0),$(SYMLINK1))
-- $(call LN,$(LIBDIR),$(SYMLINK1),$(SYMLINK2))
-- $(call LN,$(LIBDIR),$(SYMLINK2),$(SYMLINK3))
-+ $(call LN,$(LIBDIR),$(SYMLINK0),$(SYMLINK3))
- endif
-
- install_devel: $(LIBRARIES)
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 9d0add8eb7bc..000000000000
--- a/security/botan/pkg-plist
+++ /dev/null
@@ -1,71 +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/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/x917.h
-include/opencl/xtea.h
-@dirrm include/opencl
-lib/libopencl.a
-lib/libopencl-%%PORTVERSION%%.so
-lib/libopencl.so
-share/doc/OpenCL-%%PORTVERSION%%/OpenCL.spec
-share/doc/OpenCL-%%PORTVERSION%%/license.txt
-share/doc/OpenCL-%%PORTVERSION%%/opencl.asc
-share/doc/OpenCL-%%PORTVERSION%%/opencl.ps
-share/doc/OpenCL-%%PORTVERSION%%/opencl.tex
-share/doc/OpenCL-%%PORTVERSION%%/readme.txt
-share/doc/OpenCL-%%PORTVERSION%%/relnotes.txt
-share/doc/OpenCL-%%PORTVERSION%%/thanks.txt
-share/doc/OpenCL-%%PORTVERSION%%/todo.txt
-@dirrm share/doc/OpenCL-%%PORTVERSION%%