Bug 174988 - New port: net/tclsoap
Summary: New port: net/tclsoap
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 04:40 UTC by dereckson
Modified: 2014-06-19 09:04 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (5.61 KB, text/plain)
2013-01-05 04:40 UTC, dereckson
no flags Details
patch.txt (1.23 KB, patch)
2013-07-05 22:20 UTC, dereckson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dereckson 2013-01-05 04:40:00 UTC
[ pkg-descr ]

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.

WWW: http://tclsoap.sourceforge.net/

Fix: Patch attached with submission follows:
Comment 1 dereckson 2013-07-05 22:20:25 UTC
Felippe de Meirelles Motta patch as followup.
Comment 2 John Marino freebsd_committer freebsd_triage 2014-06-19 08:30:08 UTC
Poor guy.  Why do your port submissions keep getting skipped?

I'll take this too.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-06-19 09:02:08 UTC
A commit references this bug:

Author: marino
Date: Thu Jun 19 09:01:17 UTC 2014
New revision: 358367
URL: http://svnweb.freebsd.org/changeset/ports/358367

Log:
  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.

Changes:
  head/net/Makefile
  head/net/tclsoap/
  head/net/tclsoap/Makefile
  head/net/tclsoap/distinfo
  head/net/tclsoap/files/
  head/net/tclsoap/files/patch-Makefile.in
  head/net/tclsoap/files/patch-SOAP.tcl
  head/net/tclsoap/files/patch-pkgIndex.tcl
  head/net/tclsoap/files/patch-xpath.tcl
  head/net/tclsoap/pkg-descr
  head/net/tclsoap/pkg-plist
Comment 4 John Marino freebsd_committer freebsd_triage 2014-06-19 09:04:57 UTC
Thanks!