diff --git a/net/openresolv/BUILD b/net/openresolv/BUILD
new file mode 100755
index 0000000..20a96a7
--- /dev/null
+++ b/net/openresolv/BUILD
@@ -0,0 +1 @@
+default_build
diff --git a/net/openresolv/DEPENDS b/net/openresolv/DEPENDS
new file mode 100755
index 0000000..a780ada
--- /dev/null
+++ b/net/openresolv/DEPENDS
@@ -0,0 +1 @@
+suggest_depends systemd "" "" "for systemd support"
diff --git a/net/openresolv/DETAILS b/net/openresolv/DETAILS
new file mode 100755
index 0000000..79ee410
--- /dev/null
+++ b/net/openresolv/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=openresolv
+ VERSION=3.9.0
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+ SOURCE_URL[0]=https://roy.marples.name/downloads/${SPELL}/${SOURCE}
+ SOURCE_URL[1]=ftp://roy.marples.name/pub/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:4498db60f0b5a762194dd3651b94cc8b01a349a8cfb891e10d040cd6b8e22fa0e9897909517831591787ad22ffad97c78d3281e32296aa1ee67de5dff9bf765e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://roy.marples.name/projects/openresolv
+ LICENSE[0]=BSD
+ ENTERED=20180403
+ KEYWORDS="net"
+ SHORT="DNS management framework"
+cat << EOF
+openresolv is a resolvconf implementation which manages resolv.conf.
+
+This resolvconf implementation, along with its subscribers, work with a POSIX
+compliant shell and userland utilities. It is designed to work without tools
+such as sed as it *has* to work without /usr being available.
+
+On systems where resolvconf is expected to be used before /var/run is
available
+for writing, you can configure openresolv to write somewhere else, like say a
+ramdisk.
+EOF
diff --git a/net/openresolv/HISTORY b/net/openresolv/HISTORY
new file mode 100644
index 0000000..f528c68
--- /dev/null
+++ b/net/openresolv/HISTORY
@@ -0,0 +1,3 @@
+2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE, INSTALL: created spell, version
+ 3.9.0
diff --git a/net/openresolv/INSTALL b/net/openresolv/INSTALL
new file mode 100755
index 0000000..5a6f8f4
--- /dev/null
+++ b/net/openresolv/INSTALL
@@ -0,0 +1 @@
+default_install
diff --git a/net/zeromq/DETAILS b/net/zeromq/DETAILS
index acbfe54..573f697 100755
--- a/net/zeromq/DETAILS
+++ b/net/zeromq/DETAILS
@@ -1,8 +1,8 @@
SPELL=zeromq
- VERSION=4.2.3
+ VERSION=4.2.5
SOURCE="${SPELL}-${VERSION}.tar.gz"