diff options
-rw-r--r-- | net/gnet/DESCR | 3 | ||||
-rw-r--r-- | net/gnet/Makefile | 18 | ||||
-rw-r--r-- | net/gnet/PLIST | 56 | ||||
-rw-r--r-- | net/gnet/distinfo | 3 |
4 files changed, 80 insertions, 0 deletions
diff --git a/net/gnet/DESCR b/net/gnet/DESCR new file mode 100644 index 00000000000..8b7a14438b4 --- /dev/null +++ b/net/gnet/DESCR @@ -0,0 +1,3 @@ +GNet is a simple network library. It is written in C, object-oriented, +and built upon GLib. It is intended to be small, fast, easy-to-use, +and easy to port. GNet comes with documentation and examples. diff --git a/net/gnet/Makefile b/net/gnet/Makefile new file mode 100644 index 00000000000..4ca7f548712 --- /dev/null +++ b/net/gnet/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/16 18:13:26 wiz Exp $ +# + +DISTNAME= gnet-1.1.4 +CATEGORIES= net +MASTER_SITES= http://www.gnetlibrary.org/src/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnetlibrary.org/ +COMMENT= simple network library + +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../devel/glib/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/gnet/PLIST b/net/gnet/PLIST new file mode 100644 index 00000000000..9e34f966cce --- /dev/null +++ b/net/gnet/PLIST @@ -0,0 +1,56 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/16 18:13:26 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.1 +lib/libgnet-1.1.so.1.3 +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 diff --git a/net/gnet/distinfo b/net/gnet/distinfo new file mode 100644 index 00000000000..6a6adc8efef --- /dev/null +++ b/net/gnet/distinfo @@ -0,0 +1,3 @@ + +SHA1 (gnet-1.1.4.tar.gz) = 1970534bebbfbd9a5255e7d23c26fdbad1ea6acb +Size (gnet-1.1.4.tar.gz) = 363006 bytes |