summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-13 18:28:45 +0100
committerIsmael Luceno2021-01-13 18:28:45 +0100
commit0f95b1f37ff3e8582e4cb082c28ac7e000e17472 (patch)
tree3c092718bf2822c90411f13444534a5c58d980ac /net
parentc271032007cfd5e350b384aafa50fbc96d0b4c6d (diff)
wsdd2: new spell, WSD/LLMNR Discovery/Name Service Daemon
Diffstat (limited to 'net')
-rwxr-xr-xnet/wsdd2/BUILD1
-rwxr-xr-xnet/wsdd2/DETAILS22
-rw-r--r--net/wsdd2/HISTORY2
3 files changed, 25 insertions, 0 deletions
diff --git a/net/wsdd2/BUILD b/net/wsdd2/BUILD
new file mode 100755
index 0000000000..44c8799052
--- /dev/null
+++ b/net/wsdd2/BUILD
@@ -0,0 +1 @@
+default_build_make \ No newline at end of file
diff --git a/net/wsdd2/DETAILS b/net/wsdd2/DETAILS
new file mode 100755
index 0000000000..6a6530103b
--- /dev/null
+++ b/net/wsdd2/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=wsdd2
+ VERSION=1.8.3.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/Andy2244/wsdd2"
+ SOURCE_URL[0]="$WEB_SITE/archive/$VERSION.tar.gz"
+ SOURCE_HASH=sha512:16debb4c012b619980b09f0c8221994a8985ef1aff445c5f83e71b6f20847b15d6f11cbe6c8ad2fb3cce79b16753ff035995abb6d69f91e743f28b56c751eb24
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="GPL-3.0-or-later"
+ ENTERED=20210113
+ KEYWORDS=""
+ SHORT="WSD/LLMNR Discovery/Name Service Daemon"
+cat << EOF
+WSDD - Web Service Dynamic Discovery protocol server.
+
+Web Services for Devices or Web Services on Devices (WSD), is a Microsoft
+API to simplify programming connections to web service enabled devices,
+such as Printers, Scanners and File Shares.
+
+This daemon advertises and responds to probe requests from Windows clients
+looking for File Shares. It also implements LLMNR Multicast name lookup
+services.
+EOF
diff --git a/net/wsdd2/HISTORY b/net/wsdd2/HISTORY
new file mode 100644
index 0000000000..838ab4b2e7
--- /dev/null
+++ b/net/wsdd2/HISTORY
@@ -0,0 +1,2 @@
+2021-01-13 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DETAILS: spell created