From e7e7a3b6ae46faf451b84e7abfd57774d221fe94 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 13 Apr 2004 14:06:10 +0000 Subject: Initial import of uptimec-0.2p1. The Uptime Project consist of three parts, one tiny client that runs on each host that take part of the project, and sends information about it's uptime to the project. The second part is a central database-server that collects and stores updates from all participating hosts, and the third part which is this website, where statistics can be viewed, and users can administrate their accounts and add new hosts. This package provides the client. --- misc/uptimec/DESCR | 6 ++++++ misc/uptimec/Makefile | 15 +++++++++++++++ misc/uptimec/PLIST | 2 ++ misc/uptimec/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 misc/uptimec/DESCR create mode 100644 misc/uptimec/Makefile create mode 100644 misc/uptimec/PLIST create mode 100644 misc/uptimec/distinfo diff --git a/misc/uptimec/DESCR b/misc/uptimec/DESCR new file mode 100644 index 00000000000..1b43072980a --- /dev/null +++ b/misc/uptimec/DESCR @@ -0,0 +1,6 @@ +The Uptime Project consist of three parts, one tiny client that runs on each +host that take part of the project, and sends information about it's uptime +to the project. The second part is a central database-server that collects +and stores updates from all participating hosts, and the third part which is +this website, where statistics can be viewed, and users can administrate +their accounts and add new hosts. diff --git a/misc/uptimec/Makefile b/misc/uptimec/Makefile new file mode 100644 index 00000000000..efe979a8bbc --- /dev/null +++ b/misc/uptimec/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/13 14:06:10 xtraeme Exp $ +# + +DISTNAME= uptimec-0.2p1 +CATEGORIES= misc +MASTER_SITES= http://www.mreriksson.net/downloads/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.mreriksson.net/downloads/ +COMMENT= Uptime Project client + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/uptimec/PLIST b/misc/uptimec/PLIST new file mode 100644 index 00000000000..f9c1b4ce78b --- /dev/null +++ b/misc/uptimec/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/13 14:06:10 xtraeme Exp $ +bin/uptimec diff --git a/misc/uptimec/distinfo b/misc/uptimec/distinfo new file mode 100644 index 00000000000..fcf7c56d139 --- /dev/null +++ b/misc/uptimec/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/13 14:06:10 xtraeme Exp $ + +SHA1 (uptimec-0.2p1.tar.gz) = 7cc60aaf6a5d846699948d3072fec061933e2e42 +Size (uptimec-0.2p1.tar.gz) = 73363 bytes -- cgit v1.2.3