summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-06-15 14:54:51 -0400
committerVineet Kumar <git@vineetk.net>2026-06-15 14:54:51 -0400
commite81f04fa53e7e01afdc834d9c22b5c982c98f59b (patch)
tree763d6d68516ca9d184ddd2402978adcc4027a99d /security
parent92e45e47c29ec037842c4a34ebc0c14143d413ff (diff)
remove all ports to start from clean slateHEADmaster
This is due to the following two reasons: 1. it's very out of date compared with current ports tree (like by 2+ years!) - some of the ports here were mainly just updates I didn't upstream, which have since now been part of openbsd, like verilator 2. removing dependencies is a lot of headache to stay in sync and/or for ports I no longer use - e.g. dbus is very difficult to remove in a desktop while patching to remove from gtk and downstream - I don't want to spend more time reducing number of dependencies when I can be working instead. I no longer have as much free time as I did in high school :(
Diffstat (limited to 'security')
-rw-r--r--security/bearssl/CVS/Entries4
-rw-r--r--security/bearssl/CVS/Repository1
-rw-r--r--security/bearssl/CVS/Root1
-rw-r--r--security/bearssl/Makefile23
-rw-r--r--security/bearssl/distinfo2
-rw-r--r--security/bearssl/pkg/CVS/Entries3
-rw-r--r--security/bearssl/pkg/CVS/Repository1
-rw-r--r--security/bearssl/pkg/CVS/Root1
-rw-r--r--security/bearssl/pkg/DESCR19
-rw-r--r--security/bearssl/pkg/PLIST16
10 files changed, 0 insertions, 71 deletions
diff --git a/security/bearssl/CVS/Entries b/security/bearssl/CVS/Entries
deleted file mode 100644
index 2edd3b6..0000000
--- a/security/bearssl/CVS/Entries
+++ /dev/null
@@ -1,4 +0,0 @@
1/Makefile/1.41/Fri Mar 11 19:51:40 2022//
2/distinfo/1.22/Sat May 1 13:42:25 2021//
3D/patches////
4D/pkg////
diff --git a/security/bearssl/CVS/Repository b/security/bearssl/CVS/Repository
deleted file mode 100644
index bf3c4dd..0000000
--- a/security/bearssl/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
1ports/productivity/calcurse
diff --git a/security/bearssl/CVS/Root b/security/bearssl/CVS/Root
deleted file mode 100644
index 3811072..0000000
--- a/security/bearssl/CVS/Root
+++ /dev/null
@@ -1 +0,0 @@
1/cvs
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile
deleted file mode 100644
index 24856ce..0000000
--- a/security/bearssl/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
1COMMENT= a C implementation of the SSL/TLS protocol (RFC 5246)
2
3DISTNAME= bearssl-0.6
4REVISION= 1
5
6CATEGORIES= security
7
8HOMEPAGE= https://www.bearssl.org/
9
10# MIT
11PERMIT_PACKAGE= Yes
12
13WANTLIB += c
14
15MASTER_SITES= ${HOMEPAGE}
16
17do-install:
18 ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${PREFIX}/bin/
19 ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.a ${PREFIX}/lib/
20 ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.so ${PREFIX}/lib/
21 ${INSTALL_DATA} ${WRKSRC}/inc/* ${PREFIX}/include/
22
23.include <bsd.port.mk>
diff --git a/security/bearssl/distinfo b/security/bearssl/distinfo
deleted file mode 100644
index f807c94..0000000
--- a/security/bearssl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
1SHA256 (bearssl-0.6.tar.gz) = ZwW7oXFJYbQaco38Xeu+NI0pZsEXZJOS+MgTnvyD/xQ=
2SIZE (bearssl-0.6.tar.gz) = 765094
diff --git a/security/bearssl/pkg/CVS/Entries b/security/bearssl/pkg/CVS/Entries
deleted file mode 100644
index 5b5f4d3..0000000
--- a/security/bearssl/pkg/CVS/Entries
+++ /dev/null
@@ -1,3 +0,0 @@
1/DESCR/1.1.1.1/Sat Oct 27 15:25:37 2007//
2/PLIST/1.13/Fri Mar 11 19:51:40 2022//
3D
diff --git a/security/bearssl/pkg/CVS/Repository b/security/bearssl/pkg/CVS/Repository
deleted file mode 100644
index d1c715b..0000000
--- a/security/bearssl/pkg/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
1ports/productivity/calcurse/pkg
diff --git a/security/bearssl/pkg/CVS/Root b/security/bearssl/pkg/CVS/Root
deleted file mode 100644
index 3811072..0000000
--- a/security/bearssl/pkg/CVS/Root
+++ /dev/null
@@ -1 +0,0 @@
1/cvs
diff --git a/security/bearssl/pkg/DESCR b/security/bearssl/pkg/DESCR
deleted file mode 100644
index 668ef66..0000000
--- a/security/bearssl/pkg/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
1BearSSL is an implementation of the SSL/TLS protocol (RFC 5246) written
2in C. It aims at offering the following features:
3
4* Be correct and secure. In particular, insecure protocol versions and
5 choices of algorithms are not supported, by design; cryptographic
6 algorithm implementations are constant-time by default.
7
8* Be small, both in RAM and code footprint. For instance, a minimal
9 server implementation may fit in about 20 kilobytes of compiled code and
10 25 kilobytes of RAM.
11
12* Be highly portable. BearSSL targets not operating systems like Linux
13 and Windows, but also small embedded systems and even special contexts
14 like bootstrap code.
15
16* Be feature-rich and extensible. SSL/TLS has many defined cipher suites
17 and extensions; BearSSL should implement most of them, and allow extra
18 algorithm implementations to be added afterwards, possibly from third
19 parties.
diff --git a/security/bearssl/pkg/PLIST b/security/bearssl/pkg/PLIST
deleted file mode 100644
index be7a25d..0000000
--- a/security/bearssl/pkg/PLIST
+++ /dev/null
@@ -1,16 +0,0 @@
1@bin bin/brssl
2include/bearssl.h
3include/bearssl_aead.h
4include/bearssl_block.h
5include/bearssl_ec.h
6include/bearssl_hash.h
7include/bearssl_hmac.h
8include/bearssl_kdf.h
9include/bearssl_pem.h
10include/bearssl_prf.h
11include/bearssl_rand.h
12include/bearssl_rsa.h
13include/bearssl_ssl.h
14include/bearssl_x509.h
15@static-lib lib/libbearssl.a
16@so lib/libbearssl.so