diff options
author | marino <marino@FreeBSD.org> | 2014-06-19 17:01:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-19 17:01:15 +0800 |
commit | 5dbd05c833e903c17c175d7e7badc456715f3e8b (patch) | |
tree | e64eb31f55f73ace8b5ba5a6a559ab6b17a823a1 /net/Makefile | |
parent | 4dac5d2163e0ddfbf0e9062feb8f7b5f58947337 (diff) | |
download | freebsd-ports-gnome-5dbd05c833e903c17c175d7e7badc456715f3e8b.tar.gz freebsd-ports-gnome-5dbd05c833e903c17c175d7e7badc456715f3e8b.tar.zst freebsd-ports-gnome-5dbd05c833e903c17c175d7e7badc456715f3e8b.zip |
Add net port net/tclsoap (after 1.5 year wait)
This PR was submitted 5 January 2013. It suffered a bit of bitrot, but
staging worked out of the box. I made some minor adjustments.
PR: 174988
Submitted by: Sebastien Santoro
================================================================
tclsoap provides support for building clients and servers
for the SOAP remote procedure call protocol from Tcl. SOAP
is an XML based RPC mechanism which provides cross-platform
cross language compatability.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fa1df7656e1e..bab3c5008931 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1148,6 +1148,7 @@ SUBDIR += tac_plus4 SUBDIR += tapidbus SUBDIR += tayga + SUBDIR += tclsoap SUBDIR += tcludp SUBDIR += tcpcat SUBDIR += tcpdstat |