diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/uptimec/DESCR | 6 | ||||
-rw-r--r-- | misc/uptimec/Makefile | 15 | ||||
-rw-r--r-- | misc/uptimec/PLIST | 2 | ||||
-rw-r--r-- | misc/uptimec/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
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 |