Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e5588816f199b1ad57fdfa6f3a0b67129b3d68a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e5588816f199b1ad57fdfa6f3a0b67129b3d68a7)
  • Date: Tue, 4 May 2021 16:54:43 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 6 ++++++
net/openvswitch/BUILD | 2 ++
net/openvswitch/DEPENDS | 13 +++++++++++++
net/openvswitch/DETAILS | 20
++++++++++++++++++++
net/openvswitch/HISTORY | 2 ++
python-pypi/python-sphinxcontrib-applehelp/DEPENDS | 1 +
python-pypi/python-sphinxcontrib-applehelp/DETAILS | 13 +++++++++++++
python-pypi/python-sphinxcontrib-applehelp/HISTORY | 2 ++
8 files changed, 59 insertions(+)

New commits:
commit e5588816f199b1ad57fdfa6f3a0b67129b3d68a7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openvswitch: new spell, Production Quality, Multilayer Open Virtual Switch

commit ae3a4930bb4bc03c62e007162dee6a244644c327
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python-sphinxcontrib-applehelp: new spell, a sphinx extension which
outputs Apple help books

diff --git a/ChangeLog b/ChangeLog
index 38f4c79..d9104d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-05-04 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-sphinxcontrib-applehelp: new spell, a sphinx
+ extension which outputs Apple help books
+ * net/openvswitch: new spell, Production Quality, Multilayer Open
+ Virtual Switch
+
2021-04-27 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: update Jakub Jelinek <jakub AT redhat.com>

diff --git a/net/openvswitch/BUILD b/net/openvswitch/BUILD
new file mode 100755
index 0000000..6463e56
--- /dev/null
+++ b/net/openvswitch/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --enable-ndebug' &&
+default_build
diff --git a/net/openvswitch/DEPENDS b/net/openvswitch/DEPENDS
new file mode 100755
index 0000000..d12c697
--- /dev/null
+++ b/net/openvswitch/DEPENDS
@@ -0,0 +1,13 @@
+depends python3 &&
+optional_depends SSL \
+ --{enable,disable}-ssl \
+ 'for SSL support' &&
+optional_depends libbpf \
+ --{enable,disable}-afxdp \
+ 'for XDP support' &&
+optional_depends libcap-ng \
+ --{enable,disable}-libcapng \
+ 'for Linux capabilities support' &&
+optional_depends python-sphinx \
+ '' SPHINXBUILD=none \
+ 'to build API documentation'
diff --git a/net/openvswitch/DETAILS b/net/openvswitch/DETAILS
new file mode 100755
index 0000000..d606ada
--- /dev/null
+++ b/net/openvswitch/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=openvswitch
+ VERSION=2.15.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://www.openvswitch.org/";
+ SOURCE_URL[0]="$WEB_SITE/releases/$SOURCE"
+
SOURCE_HASH=sha512:a4e49268d6dd7d9d8fbf2005e8ffe45ede0998d21c98d7018474142656c65c05b14c8a7e4c7d8e0eea36e28d87550826225205e1fa03055d35a8cb048617c832
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20210504
+ KEYWORDS=""
+ SHORT="Production Quality, Multilayer Open Virtual Switch"
+cat << EOF
+Open vSwitch is a production quality, multilayer virtual switch licensed
under
+the open source Apache 2.0 license. It is designed to enable massive network
+automation through programmatic extension, while still supporting standard
+management interfaces and protocols (e.g. NetFlow, sFlow, IPFIX, RSPAN, CLI,
+LACP, 802.1ag). In addition, it is designed to support distribution across
+multiple physical servers similar to VMware's vNetwork distributed vswitch
+or Cisco's Nexus 1000V.
+EOF
diff --git a/net/openvswitch/HISTORY b/net/openvswitch/HISTORY
new file mode 100644
index 0000000..0c76be8
--- /dev/null
+++ b/net/openvswitch/HISTORY
@@ -0,0 +1,2 @@
+2021-05-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/python-pypi/python-sphinxcontrib-applehelp/DEPENDS
b/python-pypi/python-sphinxcontrib-applehelp/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/python-sphinxcontrib-applehelp/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/python-sphinxcontrib-applehelp/DETAILS
b/python-pypi/python-sphinxcontrib-applehelp/DETAILS
new file mode 100755
index 0000000..b63eb81
--- /dev/null
+++ b/python-pypi/python-sphinxcontrib-applehelp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-sphinxcontrib-applehelp
+ VERSION=1.0.2
+ SOURCE="${SPELL#python-}-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/sphinx-doc/${SPELL#python-}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:9cb746ab27909b55e211a2a8f783150218441d291dd316b0012262e5fd8dcb27d8edeacda62aafa64edea0c17b98ea46735aaedf236f612ff1582580274b8c14
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ WEB_SITE="https://github.com/sphinx-doc/sphinxcontrib-applehelp";
+ LICENSE[0]=BSD
+ ENTERED=20210504
+ SHORT="a sphinx extension which outputs Apple help books"
+cat << EOF
+sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
+EOF
diff --git a/python-pypi/python-sphinxcontrib-applehelp/HISTORY
b/python-pypi/python-sphinxcontrib-applehelp/HISTORY
new file mode 100644
index 0000000..c65a511
--- /dev/null
+++ b/python-pypi/python-sphinxcontrib-applehelp/HISTORY
@@ -0,0 +1,2 @@
+2021-05-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e5588816f199b1ad57fdfa6f3a0b67129b3d68a7), Ismael Luceno, 05/04/2021

Archive powered by MHonArc 2.6.24.

Top of Page