diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-23 22:18:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-23 22:18:06 +0800 |
commit | ae84f29d1d126b16f3ba0465a9569681da203333 (patch) | |
tree | 774004e804f86dd9219adf8f20ea90e44ae4db46 /sysutils | |
parent | 64cee13a24bfc25e55d4857bf2021ed95e163fa1 (diff) | |
download | freebsd-ports-gnome-ae84f29d1d126b16f3ba0465a9569681da203333.tar.gz freebsd-ports-gnome-ae84f29d1d126b16f3ba0465a9569681da203333.tar.zst freebsd-ports-gnome-ae84f29d1d126b16f3ba0465a9569681da203333.zip |
- Remove systutils/uptimec project is dead since 2007
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/uptimec/Makefile | 40 | ||||
-rw-r--r-- | sysutils/uptimec/distinfo | 3 | ||||
-rw-r--r-- | sysutils/uptimec/files/pkg-message.in | 13 | ||||
-rw-r--r-- | sysutils/uptimec/files/uptimec.in | 52 | ||||
-rw-r--r-- | sysutils/uptimec/files/uptimecrc.sample | 5 | ||||
-rw-r--r-- | sysutils/uptimec/pkg-descr | 6 |
7 files changed, 0 insertions, 120 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bb68337e53e0..f19717fdeeb9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -801,7 +801,6 @@ SUBDIR += upsd SUBDIR += upsdaemon SUBDIR += upsmon - SUBDIR += uptimec SUBDIR += uptimed SUBDIR += usbhotkey SUBDIR += usbutil diff --git a/sysutils/uptimec/Makefile b/sysutils/uptimec/Makefile deleted file mode 100644 index d3bcacd026d7..000000000000 --- a/sysutils/uptimec/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: uptimec -# Date created: 5 Apr 2004 -# Whom: Radim Kolar -# -# $FreeBSD$ -# - -PORTNAME= uptimec -PORTVERSION= 0.2p5 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://www.mrEriksson.net/downloads/ \ - ftp://ftp.mrEriksson.net/pub/uptimec/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Client for Uptime Project - -USE_RC_SUBR= ${PORTNAME} -USE_GMAKE= yes -GNU_CONFIGURE= yes - -PLIST_FILES= sbin/uptimec etc/uptimecrc.sample -PORTDOCS= README ChangeLog INSTALL protocol.txt - -SUB_FILES= pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/uptimec ${PREFIX}/sbin - ${INSTALL_DATA} ${FILESDIR}/uptimecrc.sample ${PREFIX}/etc -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/sysutils/uptimec/distinfo b/sysutils/uptimec/distinfo deleted file mode 100644 index a63bd25d4954..000000000000 --- a/sysutils/uptimec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (uptimec-0.2p5.tar.gz) = 621b5c4c421d5d1ce892cb730ca3d359 -SHA256 (uptimec-0.2p5.tar.gz) = a1f4bb0c598c61c14898d3396a5ba36b8ad6b6d07dfb87f0f8946b487667ea20 -SIZE (uptimec-0.2p5.tar.gz) = 82940 diff --git a/sysutils/uptimec/files/pkg-message.in b/sysutils/uptimec/files/pkg-message.in deleted file mode 100644 index 54e40abd258b..000000000000 --- a/sysutils/uptimec/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -Tips for participating in Uptime contest: - - - You need to obtain hostid and password on project home page - http://mreriksson.net/uptimes/ - - - Enter hostid and password into %%LOCALBASE%%/etc/uptimecrc - - - client uses UDP protocol for talking to server on port 2050 - - You may need to open this port in firewall: - ipfw add allow udp from any to any dst-port 2050 out keep-state - -Radim Kolar diff --git a/sysutils/uptimec/files/uptimec.in b/sysutils/uptimec/files/uptimec.in deleted file mode 100644 index 0b0a10b4c265..000000000000 --- a/sysutils/uptimec/files/uptimec.in +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/sysutils/uptimec/files/Attic/uptimec.in,v 1.1 2009-07-15 06:41:07 pgollucci Exp $ -# - -# PROVIDE: uptimec -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# Uptimec is enabled by default, if you have configuration file -# -# Add the following line to /etc/rc.conf to disable uptimec: -# -#uptimec_enable="NO" -# - -. %%RC_SUBR%% - -name=uptimec -rcvar=`set_rcvar` - -command=%%PREFIX%%/sbin/uptimec -required_files=%%PREFIX%%/etc/uptimecrc - -# default to enable -uptimec_enable=${uptimec_enable:-"YES"} -uptimec_user=${uptimec_user:-"nobody"} - -load_rc_config $name - -#if no uptimec_flags, parse rcfile -if [ -z "$uptimec_flags" -a -r $required_files ]; then - #get hostid from configuration file - hostid=`awk -F '( |\t)*=( |\t)*' '/^HOSTID/ { print $2;exit 0;}' $required_files` - password=`awk -F '( |\t)*=( |\t)*' '/^PASSWORD/ { print $2;exit 0;}' $required_files` - server=`awk -F '( |\t)*=( |\t)*' '/^SERVER/ { print $2;exit 0;}' $required_files` - port=`awk -F '( |\t)*=( |\t)*' '/^PORT/ { print $2;exit 0;}' $required_files` - if [ -z "$hostid" -o -z "$password" ]; then - exit 0; - fi - if [ -n "$server" ]; then - uptimec_flags="-s $server" - fi - if [ -n "$port" ]; then - uptimec_flags="$uptimec_flags -P $port" - fi - uptimec_flags="$uptimec_flags -i $hostid -p $password" -else - exit 0; -fi - -run_rc_command "$1" diff --git a/sysutils/uptimec/files/uptimecrc.sample b/sysutils/uptimec/files/uptimecrc.sample deleted file mode 100644 index 5c9b675d8944..000000000000 --- a/sysutils/uptimec/files/uptimecrc.sample +++ /dev/null @@ -1,5 +0,0 @@ -# Uptimec configuration file. This file is used by startup script -HOSTID=2345 -PASSWORD=blabla -#SERVER=uptimes.mreriksson.net -#PORT=2050
\ No newline at end of file diff --git a/sysutils/uptimec/pkg-descr b/sysutils/uptimec/pkg-descr deleted file mode 100644 index 6e75d5744bec..000000000000 --- a/sysutils/uptimec/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Uptime Client - -The Uptime Client is a tiny daemon process that is installed on participating -hosts, and sends details about uptime etc to the central server. - -WWW: http://mreriksson.net/uptimes/ |