freebsd-ports/net/ulxmlrpcpp/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
457 B
Text

XML-RPC is an extensible mechanism allowing a computer to offer a limited set
of services which can be accessed from anywhere in the net.
XML-RPC uses common and easy to learn internet standards like XML. and HTTP.
ulxmlrpcpp is a library to perform such calls in an object oriented approach
implemented in C++. It is intended to have simple interfaces and to be easy to
learn. But it shall still be fully compliant to the standards and safe in it's
use.