diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-23 08:25:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-23 08:25:08 +0000 |
commit | 0652bebd8a5915dfd038f8f6a54d99e945d73013 (patch) | |
tree | b55a3ea36880785ec61a6e9a0329292d45406e8e /net/gnet1 | |
parent | 5f1593ae4f22ecce4903ca0e746456ec7799a803 (diff) | |
download | pkgsrc-0652bebd8a5915dfd038f8f6a54d99e945d73013.tar.gz |
Note that this package is the gnet-1.x series in COMMENT/DESCR.
Diffstat (limited to 'net/gnet1')
-rw-r--r-- | net/gnet1/DESCR | 2 | ||||
-rw-r--r-- | net/gnet1/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/gnet1/DESCR b/net/gnet1/DESCR index 8b7a14438b4..6437e5de69b 100644 --- a/net/gnet1/DESCR +++ b/net/gnet1/DESCR @@ -1,3 +1,5 @@ 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. + +This package contains the old 1.x series. diff --git a/net/gnet1/Makefile b/net/gnet1/Makefile index a19a30ef1f1..29573259152 100644 --- a/net/gnet1/Makefile +++ b/net/gnet1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/04/15 12:17:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/23 08:25:08 wiz Exp $ # DISTNAME= gnet-1.1.8 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.gnetlibrary.org/src/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnetlibrary.org/ -COMMENT= simple network library +COMMENT= simple network library (older version) CONFLICTS= gnet<=1.1.8 |