diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-02 19:17:58 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-02 19:17:58 +0000 |
commit | 1f4049bf91d91e81d996502b6d252f05811e0d7f (patch) | |
tree | 473cfd56b2e9d5cb35179bf162426350f7904cdd /net/libunpipc/pkg-descr | |
parent | Activate libunp (diff) |
libunp is the library used in W. Richard Steven's book "UNIX Network
Programming Volume 2, 2nd Edition". It contains the library and headers
used in the examples as well as all programs from the text that compile on
FreeBSD systems.
For more information on the book, see
http://www.phptr.com/ptrbooks/ptr_013490012X.html
For more info on W. Richard Stevens, see
http://www.kohala.com/~rstevens/
PR: ports/14058
Submitted by: James FitzGibbon <james@targetnet.com>
Diffstat (limited to 'net/libunpipc/pkg-descr')
-rw-r--r-- | net/libunpipc/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/libunpipc/pkg-descr b/net/libunpipc/pkg-descr new file mode 100644 index 000000000000..a4515a02bb84 --- /dev/null +++ b/net/libunpipc/pkg-descr @@ -0,0 +1,12 @@ +libunp is the library used in W. Richard Steven's book "UNIX Network +Programming Volume 2, 2nd Edition". It contains the library and headers +used in the examples as well as all programs from the text that compile on +FreeBSD systems. + +For more information on the book, see + +http://www.phptr.com/ptrbooks/ptr_013490012X.html + +For more info on W. Richard Stevens, see + +http://www.kohala.com/~rstevens/ |