diff options
author | manu <manu@pkgsrc.org> | 2005-02-16 08:51:46 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2005-02-16 08:51:46 +0000 |
commit | 054ba52d93c6de5295c34db39c6f15166662f83e (patch) | |
tree | 6c090d5779396c76676e002ec27def9a63d1180b /net | |
parent | 16000086e37e381a204d5c8a0a6a20b396c3414b (diff) | |
download | pkgsrc-054ba52d93c6de5295c34db39c6f15166662f83e.tar.gz |
hobbitclient is a free-software client for Hobbit monitor and Big Brother
Diffstat (limited to 'net')
-rw-r--r-- | net/hobbitclient/DESCR | 2 | ||||
-rw-r--r-- | net/hobbitclient/Makefile | 16 | ||||
-rw-r--r-- | net/hobbitclient/PLIST | 4 | ||||
-rw-r--r-- | net/hobbitclient/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/hobbitclient/DESCR b/net/hobbitclient/DESCR new file mode 100644 index 00000000000..e0818ad92ea --- /dev/null +++ b/net/hobbitclient/DESCR @@ -0,0 +1,2 @@ +hobbitclient is a free-software client for the Hobbit monitor or Big Brother. +It is written in C with OS-dependant back-ends. diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile new file mode 100644 index 00000000000..f76c396d397 --- /dev/null +++ b/net/hobbitclient/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/16 08:51:46 manu Exp $ +# + +DISTNAME= hobbitclient-0.3 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/} +EXTRACT_SUFX= .tgz + +MAINTAINER= manu@NetBSD.org +HOMEPAGE= http://hobbitmon.sourceforge.net/ +COMMENT= Client for Hobbit Monitor or Big brother + +GNU_CONFIGURE= yes +ALL_TARGET= hobbitc + +.include "../../mk/bsd.pkg.mk" diff --git a/net/hobbitclient/PLIST b/net/hobbitclient/PLIST new file mode 100644 index 00000000000..979d08e7bd2 --- /dev/null +++ b/net/hobbitclient/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/16 08:51:46 manu Exp $ +etc/hobbitc.conf +bin/hobbitc +man/man8/hobbitc.8 diff --git a/net/hobbitclient/distinfo b/net/hobbitclient/distinfo new file mode 100644 index 00000000000..31a123afc2c --- /dev/null +++ b/net/hobbitclient/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/16 08:51:46 manu Exp $ + +SHA1 (hobbitclient-0.3.tgz) = cc7b31e6e6ba3ae81d5e16c808fbcbf8af98527c +Size (hobbitclient-0.3.tgz) = 50675 bytes |