diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-16 12:01:25 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-16 12:01:25 +0000 |
commit | a03e16bee0af8b7524e3c81b0a39465ed0d3e23a (patch) | |
tree | 5ad77a79ca87e0a337f04c8dd801a0b50cc7c6d0 /net/gnet/pkg-plist | |
parent | Add cricket. (diff) |
Initial import.
a simple network library built upon glib.
Notes
Notes:
svn path=/head/; revision=25886
Diffstat (limited to 'net/gnet/pkg-plist')
-rw-r--r-- | net/gnet/pkg-plist | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gnet/pkg-plist b/net/gnet/pkg-plist new file mode 100644 index 000000000000..508d765063f1 --- /dev/null +++ b/net/gnet/pkg-plist @@ -0,0 +1,35 @@ +bin/gnet-config +include/gnet/gnet.h +include/gnet/inetaddr.h +include/gnet/mcast.h +include/gnet/tcp.h +include/gnet/udp.h +lib/libgnet-0.1.so +lib/libgnet-0.1.so.9 +lib/libgnet.a +lib/libgnet.la +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +share/aclocal/gnet.m4 +share/doc/libgnet0.1-dev/html/book1.html +share/doc/libgnet0.1-dev/html/dnstest.html +share/doc/libgnet0.1-dev/html/gnet-developers-tips.html +share/doc/libgnet0.1-dev/html/gnet-developers.html +share/doc/libgnet0.1-dev/html/gnet-examples.html +share/doc/libgnet0.1-dev/html/gnet-gnet.html +share/doc/libgnet0.1-dev/html/gnet-inetaddr.html +share/doc/libgnet0.1-dev/html/gnet-mcast.html +share/doc/libgnet0.1-dev/html/gnet-overview.html +share/doc/libgnet0.1-dev/html/gnet-tcp.html +share/doc/libgnet0.1-dev/html/gnet-udp.html +share/doc/libgnet0.1-dev/html/hfetch.html +share/doc/libgnet0.1-dev/html/hostinfo.html +share/doc/libgnet0.1-dev/html/index.html +share/doc/libgnet0.1-dev/html/index.sgml +share/doc/libgnet0.1-dev/html/jmtransfer.html +share/doc/libgnet0.1-dev/html/libgnet-reference.html +share/doc/libgnet0.1-dev/html/ljoust.html +share/doc/libgnet0.1-dev/html/sdr.html +@dirrm include/gnet +@dirrm share/doc/libgnet0.1-dev/html +@dirrm share/doc/libgnet0.1-dev |