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/gnet2 | |
parent | 6b42f3cbc8d63888d6a68e9d355c38ceab54d411 (diff) | |
download | ports-a03e16bee0af8b7524e3c81b0a39465ed0d3e23a.tar.gz ports-a03e16bee0af8b7524e3c81b0a39465ed0d3e23a.zip |
Notes
Diffstat (limited to 'net/gnet2')
-rw-r--r-- | net/gnet2/Makefile | 20 | ||||
-rw-r--r-- | net/gnet2/distinfo | 1 | ||||
-rw-r--r-- | net/gnet2/pkg-comment | 1 | ||||
-rw-r--r-- | net/gnet2/pkg-descr | 3 | ||||
-rw-r--r-- | net/gnet2/pkg-plist | 35 |
5 files changed, 60 insertions, 0 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile new file mode 100644 index 000000000000..0c148011fcaa --- /dev/null +++ b/net/gnet2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnet +# Version required: 0.1.9 +# Date created: 16 February 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= gnet-0.1.9 +CATEGORIES= net +MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ + +MAINTAINER= nakai@FreeBSD.org + +GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config + +GNU_CONFIGURE= yes +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" + +.include <bsd.port.mk> diff --git a/net/gnet2/distinfo b/net/gnet2/distinfo new file mode 100644 index 000000000000..f4ab04d677ce --- /dev/null +++ b/net/gnet2/distinfo @@ -0,0 +1 @@ +MD5 (gnet-0.1.9.tar.gz) = defaa952cf76ab4b4c0f0a2c3c76789a diff --git a/net/gnet2/pkg-comment b/net/gnet2/pkg-comment new file mode 100644 index 000000000000..b2720eecbf56 --- /dev/null +++ b/net/gnet2/pkg-comment @@ -0,0 +1 @@ +a simple network library built upon glib diff --git a/net/gnet2/pkg-descr b/net/gnet2/pkg-descr new file mode 100644 index 000000000000..4421f71e1e5e --- /dev/null +++ b/net/gnet2/pkg-descr @@ -0,0 +1,3 @@ +a simple network library built upon glib + +WWW: http://www.eecs.umich.edu/~dhelder/misc/gnet/ diff --git a/net/gnet2/pkg-plist b/net/gnet2/pkg-plist new file mode 100644 index 000000000000..508d765063f1 --- /dev/null +++ b/net/gnet2/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 |