diff options
author | wiz <wiz> | 2003-04-15 12:19:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-15 12:19:17 +0000 |
commit | a4edad9bea192e8f3c8782d79187e439eefd2b3f (patch) | |
tree | d06ceadaa04729dedce00572e3b19df65044b783 /net/gnet/PLIST | |
parent | e199d1841a4cdeb2aa5eda6170c7985954a7b32e (diff) | |
download | pkgsrc-a4edad9bea192e8f3c8782d79187e439eefd2b3f.tar.gz |
Update to 2.0.0.
* DNS bug fixes
* FreeBSD compile fixes and UDP send bug fix
* New functions: gnet_{udp,mcast}_socket_get_local_inetaddr
* Build improvements: library is now named libgnet-MAJOR.MINOR,
favors GLib 2 over GLib 1.2
* New Base64 module (by Alfred Reibenschuh)
* Major documentation improvements
* Some minor API renaming in Inetaddr and TcpSocket
* IPv6 support
* Server, Conn, URI, and Unix modules are no longer "experimental"
* Header files are now in gnet-2.0
* gnet-config removed. Use pkg-config.
* Many API changes
* gnet_server_new() changed, but the prototype is the same. Make sure
you are using the new version correctly.
Diffstat (limited to 'net/gnet/PLIST')
-rw-r--r-- | net/gnet/PLIST | 116 |
1 files changed, 60 insertions, 56 deletions
diff --git a/net/gnet/PLIST b/net/gnet/PLIST index 9276ddf4c59..fbb9cf4f35e 100644 --- a/net/gnet/PLIST +++ b/net/gnet/PLIST @@ -1,56 +1,60 @@ -@comment $NetBSD: PLIST,v 1.4 2003/03/04 14:03:04 wiz Exp $ -bin/gnet-config -include/gnet/conn.h -include/gnet/gnet.h -include/gnet/inetaddr.h -include/gnet/iochannel.h -include/gnet/mcast.h -include/gnet/md5.h -include/gnet/pack.h -include/gnet/server.h -include/gnet/sha.h -include/gnet/socks.h -include/gnet/tcp.h -include/gnet/udp.h -include/gnet/unix.h -include/gnet/url.h -lib/gnet/include/gnetconfig.h -lib/libgnet-1.1.so -lib/libgnet-1.1.so.7 -lib/libgnet-1.1.so.7.1 -lib/libgnet.a -lib/libgnet.la -lib/libgnet.so -lib/pkgconfig/gnet.pc -man/man1/gnet-config.1 -share/aclocal/gnet.m4 -share/doc/libgnet1.1-dev/html/book1.html -share/doc/libgnet1.1-dev/html/gnet-conn.html -share/doc/libgnet1.1-dev/html/gnet-developers-tips.html -share/doc/libgnet1.1-dev/html/gnet-developers.html -share/doc/libgnet1.1-dev/html/gnet-examples.html -share/doc/libgnet1.1-dev/html/gnet-gnet.html -share/doc/libgnet1.1-dev/html/gnet-inetaddr.html -share/doc/libgnet1.1-dev/html/gnet-iochannel.html -share/doc/libgnet1.1-dev/html/gnet-mcast.html -share/doc/libgnet1.1-dev/html/gnet-md5.html -share/doc/libgnet1.1-dev/html/gnet-overview.html -share/doc/libgnet1.1-dev/html/gnet-pack.html -share/doc/libgnet1.1-dev/html/gnet-server.html -share/doc/libgnet1.1-dev/html/gnet-sha.html -share/doc/libgnet1.1-dev/html/gnet-socks.html -share/doc/libgnet1.1-dev/html/gnet-tcp.html -share/doc/libgnet1.1-dev/html/gnet-udp.html -share/doc/libgnet1.1-dev/html/gnet-unix.html -share/doc/libgnet1.1-dev/html/gnet-url.html -share/doc/libgnet1.1-dev/html/hfetch.html -share/doc/libgnet1.1-dev/html/index.html -share/doc/libgnet1.1-dev/html/index.sgml -share/doc/libgnet1.1-dev/html/libgnet-reference.html -share/doc/libgnet1.1-dev/html/sdr.html -share/doc/libgnet1.1-dev/html/tests.html -@dirrm share/doc/libgnet1.1-dev/html -@dirrm share/doc/libgnet1.1-dev -@dirrm lib/gnet/include -@dirrm lib/gnet -@dirrm include/gnet +@comment $NetBSD: PLIST,v 1.5 2003/04/15 12:19:17 wiz Exp $ +include/gnet-2.0/base64.h +include/gnet-2.0/conn.h +include/gnet-2.0/gnet.h +include/gnet-2.0/inetaddr.h +include/gnet-2.0/iochannel.h +include/gnet-2.0/ipv6.h +include/gnet-2.0/mcast.h +include/gnet-2.0/md5.h +include/gnet-2.0/pack.h +include/gnet-2.0/server.h +include/gnet-2.0/sha.h +include/gnet-2.0/socks.h +include/gnet-2.0/tcp.h +include/gnet-2.0/udp.h +include/gnet-2.0/unix.h +include/gnet-2.0/uri.h +lib/gnet-2.0/include/gnetconfig.h +lib/libgnet-2.0.a +lib/libgnet-2.0.la +lib/libgnet-2.0.so +lib/libgnet-2.0.so.0 +lib/libgnet-2.0.so.0.0 +lib/pkgconfig/gnet-2.0.pc +share/aclocal/gnet-2.0.m4 +share/doc/libgnet2.0-dev/html/gnet/book1.html +share/doc/libgnet2.0-dev/html/gnet/gnet-base64.html +share/doc/libgnet2.0-dev/html/gnet/gnet-conn.html +share/doc/libgnet2.0-dev/html/gnet/gnet-developers-async.html +share/doc/libgnet2.0-dev/html/gnet/gnet-developers-tips.html +share/doc/libgnet2.0-dev/html/gnet/gnet-developers.html +share/doc/libgnet2.0-dev/html/gnet/gnet-examples-other.html +share/doc/libgnet2.0-dev/html/gnet/gnet-examples.html +share/doc/libgnet2.0-dev/html/gnet/gnet-gnet.html +share/doc/libgnet2.0-dev/html/gnet/gnet-inetaddr.html +share/doc/libgnet2.0-dev/html/gnet/gnet-iochannel.html +share/doc/libgnet2.0-dev/html/gnet/gnet-ipv6.html +share/doc/libgnet2.0-dev/html/gnet/gnet-mcast.html +share/doc/libgnet2.0-dev/html/gnet/gnet-md5.html +share/doc/libgnet2.0-dev/html/gnet/gnet-overview.html +share/doc/libgnet2.0-dev/html/gnet/gnet-pack.html +share/doc/libgnet2.0-dev/html/gnet/gnet-server.html +share/doc/libgnet2.0-dev/html/gnet/gnet-sha.html +share/doc/libgnet2.0-dev/html/gnet/gnet-socks.html +share/doc/libgnet2.0-dev/html/gnet/gnet-tcp.html +share/doc/libgnet2.0-dev/html/gnet/gnet-udp.html +share/doc/libgnet2.0-dev/html/gnet/gnet-unix.html +share/doc/libgnet2.0-dev/html/gnet/gnet-uri.html +share/doc/libgnet2.0-dev/html/gnet/home.png +share/doc/libgnet2.0-dev/html/gnet/index.sgml +share/doc/libgnet2.0-dev/html/gnet/left.png +share/doc/libgnet2.0-dev/html/gnet/libgnet-reference.html +share/doc/libgnet2.0-dev/html/gnet/right.png +share/doc/libgnet2.0-dev/html/gnet/up.png +@dirrm share/doc/libgnet2.0-dev/html/gnet +@dirrm share/doc/libgnet2.0-dev/html +@dirrm share/doc/libgnet2.0-dev +@dirrm lib/gnet-2.0/include +@dirrm lib/gnet-2.0 +@dirrm include/gnet-2.0 |