pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
olm: remove, imported as security/olm
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun May 23 11:32:55 2021 +0200
Changeset: 598247f5ccf29e8b589174301d18df72b12ff312
Removed Files:
olm/DESCR
olm/Makefile
olm/PLIST
olm/buildlink3.mk
olm/distinfo
Log Message:
olm: remove, imported as security/olm
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=598247f5ccf29e8b589174301d18df72b12ff312
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
olm/DESCR | 6 ------
olm/Makefile | 20 --------------------
olm/PLIST | 14 --------------
olm/buildlink3.mk | 12 ------------
olm/distinfo | 6 ------
5 files changed, 58 deletions(-)
diffs:
diff --git a/olm/DESCR b/olm/DESCR
deleted file mode 100644
index 9215996d9e..0000000000
--- a/olm/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-An implementation of the Double Ratchet cryptographic ratchet described by
-https://whispersystems.org/docs/specifications/doubleratchet/, written in C and
-C++11 and exposed as a C API.
-
-This library also includes an implementation of the Megolm cryptographic
-ratchet.
diff --git a/olm/Makefile b/olm/Makefile
deleted file mode 100644
index 7cf7a250ff..0000000000
--- a/olm/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME= olm-3.2.2
-CATEGORIES= security
-MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://gitlab.matrix.org/matrix-org/olm
-COMMENT= Implementation of the Double Ratchet cryptographic ratchet
-LICENSE= apache-2.0
-
-USE_CMAKE= yes
-USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
-
-PKGCONFIG_OVERRIDE+= olm.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/olm/PLIST b/olm/PLIST
deleted file mode 100644
index d3bf1a309e..0000000000
--- a/olm/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD$
-include/olm/inbound_group_session.h
-include/olm/olm.h
-include/olm/outbound_group_session.h
-include/olm/pk.h
-include/olm/sas.h
-lib/cmake/Olm/OlmConfig.cmake
-lib/cmake/Olm/OlmConfigVersion.cmake
-lib/cmake/Olm/OlmTargets-release.cmake
-lib/cmake/Olm/OlmTargets.cmake
-lib/libolm.so
-lib/libolm.so.3
-lib/libolm.so.${PKGVERSION}
-lib/pkgconfig/olm.pc
diff --git a/olm/buildlink3.mk b/olm/buildlink3.mk
deleted file mode 100644
index b5eeb0a3f0..0000000000
--- a/olm/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= olm
-
-.if !defined(OLM_BUILDLINK3_MK)
-OLM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.olm+= olm>=3.2.2
-BUILDLINK_PKGSRCDIR.olm?= ../../wip/olm
-.endif # OLM_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -olm
diff --git a/olm/distinfo b/olm/distinfo
deleted file mode 100644
index a58a88a546..0000000000
--- a/olm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (olm-3.2.2.tar.bz2) = 34469f03511c08494fa0eb6230f2f8344026901b
-RMD160 (olm-3.2.2.tar.bz2) = dcf8d0e458654c25926fee897e111652b126c034
-SHA512 (olm-3.2.2.tar.bz2) = a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
-Size (olm-3.2.2.tar.bz2) = 475682 bytes
Home |
Main Index |
Thread Index |
Old Index