diff options
author | reed <reed@pkgsrc.org> | 2011-04-15 15:00:27 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2011-04-15 15:00:27 +0000 |
commit | 80771ac6bddd44f0c9d9f945fa3bb77180285804 (patch) | |
tree | f688d979557da320daae68cb9231e56c49b4ca6b /net/gssdp | |
parent | f7234e0053992aa98d1485de797a3761f41f4ed8 (diff) | |
download | pkgsrc-80771ac6bddd44f0c9d9f945fa3bb77180285804.tar.gz |
Change description and comment to spell out Simple Service Discovery Protocol
and to mention the included tool.
Diffstat (limited to 'net/gssdp')
-rw-r--r-- | net/gssdp/DESCR | 3 | ||||
-rw-r--r-- | net/gssdp/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/gssdp/DESCR b/net/gssdp/DESCR index 259c01c7a8e..74085f80716 100644 --- a/net/gssdp/DESCR +++ b/net/gssdp/DESCR @@ -1,2 +1,3 @@ A GObject-based API for handling resource discovery and announcement -over SSDP. +over SSDP (Simple Service Discovery Protocol). This package also +provides a GTK-based device sniffer. diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 016b3a187a6..e75731dc2f5 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/01/13 13:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2011/04/15 15:00:27 reed Exp $ # DISTNAME= gssdp-0.7.2 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.gupnp.org/sources/gssdp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gupnp.org/ -COMMENT= SSDP library +COMMENT= Simple Service Discovery Protocol library and device sniffer LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes |