mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
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)
7 lines
401 B
Text
7 lines
401 B
Text
This module implements the frame (de)serialization and representation
|
|
of the Advanced Message Queue Protocol (http://www.amqp.org/).
|
|
|
|
It is to be used in conjunction with client or server software that
|
|
does the actual TCP/IP communication. While it's being written with
|
|
AMQP version 0-8 in mind, as the spec is defined by an external xml
|
|
file, support for 0-9, 0-9-1 and eventually 0-10 is hoped for.
|