aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-01 00:20:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-01 00:20:13 +0000
commit19d5c30013f259f0184e6cd962c0e40fe34e4da9 (patch)
treeba02c468f982b146847f4a4187675bfae2f57f0a /irc
parent3ad6d5bee53cd4dbdab7b58614d1af5866c684c0 (diff)
remove files from ports/irc/ircproxy-freebsd-port,
it has been moved to ports/irc/ircproxy. Noticed by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=89937
Diffstat (limited to 'irc')
-rw-r--r--irc/ircproxy-freebsd-port/Makefile36
-rw-r--r--irc/ircproxy-freebsd-port/distinfo1
-rw-r--r--irc/ircproxy-freebsd-port/files/patch-configure9
-rw-r--r--irc/ircproxy-freebsd-port/pkg-deinstall111
-rw-r--r--irc/ircproxy-freebsd-port/pkg-descr6
-rw-r--r--irc/ircproxy-freebsd-port/pkg-plist5
6 files changed, 0 insertions, 168 deletions
diff --git a/irc/ircproxy-freebsd-port/Makefile b/irc/ircproxy-freebsd-port/Makefile
deleted file mode 100644
index a7c4b342515b..000000000000
--- a/irc/ircproxy-freebsd-port/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: ircproxy
-# Date created: 10 July 2003
-# Whom: Jonas Kvinge <jonas@night-light.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ircproxy
-PORTVERSION= 1.2.41
-CATEGORIES= irc
-MASTER_SITES= ftp://ftp.night-light.net/pub/unix/ircproxy/
-DISTNAME= ircproxy-1.2.41d.pl2
-
-MAINTAINER= jonas@jonas.night-light.net
-COMMENT= An IRC proxy server
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${LOCALBASE}
-
-#
-# Copy the freebsd port setup file to automatically generate setup.h
-# So we dont need to do make config, I think this might be the best
-# solution.
-#
-pre-build:
- @if [ ! -f ${WRKSRC}/config/setup-file ]; then ( \
- if [ ! -f ${WRKSRC}/setup/setup-freebsd ]; then ( ${ECHO} "Missing the setup-freebsd file!"; exit 1; ) fi; \
- ${CP} ${WRKSRC}/setup/setup-freebsd ${WRKSRC}/setup/setup-file || exit 1; \
- cd ${WRKSRC}/setup; SETUP_BATCH=y SETUP_QUIET=y ${SH} ./setup || exit 1; \
- cd ${WRKSRC}/setup; ${SH} ./setup-makefile || exit 1; \
- ) \
- fi;
- ${CHMOD} u+x ${WRKSRC}/pkg-install || exit 1
- ${CHMOD} u+x ${WRKSRC}/pkg-deinstall || exit 1
-
-.include "bsd.port.mk"
diff --git a/irc/ircproxy-freebsd-port/distinfo b/irc/ircproxy-freebsd-port/distinfo
deleted file mode 100644
index 8b55fd347ff4..000000000000
--- a/irc/ircproxy-freebsd-port/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ircproxy-1.2.41d.pl2.tar.gz) = 0fda244dd742e2e7ee848e96b6ec04c2
diff --git a/irc/ircproxy-freebsd-port/files/patch-configure b/irc/ircproxy-freebsd-port/files/patch-configure
deleted file mode 100644
index 5b6a52fb5bf5..000000000000
--- a/irc/ircproxy-freebsd-port/files/patch-configure
+++ /dev/null
@@ -1,9 +0,0 @@
---- configure.orig Mon Sep 8 00:59:36 2003
-+++ configure Mon Sep 8 00:59:44 2003
-@@ -6,5 +6,5 @@
-
- cd config
- chmod u+x configure
--./configure
-+./configure $*
- cd ..
diff --git a/irc/ircproxy-freebsd-port/pkg-deinstall b/irc/ircproxy-freebsd-port/pkg-deinstall
deleted file mode 100644
index 0b0c3915ebe3..000000000000
--- a/irc/ircproxy-freebsd-port/pkg-deinstall
+++ /dev/null
@@ -1,111 +0,0 @@
-#!/bin/sh
-#
-# Night Light IRC Proxy
-# Deinstallation script for FreeBSD ports
-# Written by Jonas Kvinge
-#
-# Last modified: Jonas Kvinge (10.07.2003)
-#
-
-c=''
-n=''
-if [ "`eval echo -n 'a'`" = "-n a" ] ; then
- c='\c'
-else
- n='-n'
-fi
-
-EGROUP="ircproxy"
-EUSER="ircproxy"
-PIDFILEPATH="$PKG_PREFIX/ircproxy/ircproxy.pid"
-
-if [ "$2" = "DEINSTALL" ]; then
-
- echo "*-----------------------------------------------------------------------------"
- echo "* Night Light IRC Proxy FreeBSD de-installation script"
- echo "* Copyright (C) 2003 Jonas Kvinge, all rights reserved."
- echo "*-----------------------------------------------------------------------------"
-
- echo $n "Checking to see whether ircproxy is installed in crontab... $c"
- grep -q "^[^#]*$PKG_PREFIX/ircproxy/ircproxy\.sh" /etc/crontab >/dev/null 2>&1
- if [ $? -eq 0 ]; then
- echo "YES"
- echo $n "Removing ircproxy from crontab... $c"
- sed -e "s:^[^#]*$PKG_PREFIX/ircproxy/ircproxy\.sh::" -e '/^$/d' /etc/crontab >/tmp/crontab || exit 1
- mv /tmp/crontab /etc/crontab || exit
- chmod 644 /etc/crontab || exit
- echo "OK"
- else
- echo "NO"
- fi
- echo $n "Checking to see whether ircproxy is running... $c"
- if [ -f $PIDFILEPATH ] ; then
- if [ ! -r $PIDFILEPATH ] ; then
- echo "ERROR"
- echo "Error: Cannot read PID file $PIDFILEPATH!"
- exit 1
- fi
- PID=`cat "$PIDFILEPATH"`
- if ps -p "$PID" >/dev/null 2>&1 ; then
- echo "YES"
- for count in 1 2 3 4 5 6 7 8 9 10; do
- if [ $count -ge 5 ]; then
- echo $n "Sending KILL signal to ircproxy... $c"
- kill -KILL "$PID" || break
- echo "OK"
- break
- fi
- echo $n "Sending TERM signal to ircproxy and waiting two seconds... $c"
- kill -TERM "$PID" || break
- sleep 2
- if ps -p `cat "$PIDFILEPATH"` >/dev/null 2>&1 ; then
- echo "Still Running!"
- else
- echo "Successfully terminated!"
- break
- fi
- done
- else
- echo "NO"
- fi
- else
- echo "NO"
- fi
-fi
-
-if [ "$2" = "POST-DEINSTALL" ]; then
-
- echo "*-----------------------------------------------------------------------------"
- echo "* Night Light IRC Proxy FreeBSD post de-installation script"
- echo "* Copyright (C) 2003 Jonas Kvinge, all rights reserved."
- echo "*-----------------------------------------------------------------------------"
-
- echo $n "Checking if $PKG_PREFIX/ircproxy exist... $c"
- if [ -d "$PKG_PREFIX/ircproxy" ]; then
- echo "YES"
- echo $n "Removing $PKG_PREFIX/ircproxy... $c"
- rm -R -f "$PKG_PREFIX/ircproxy" && echo "OK" || exit 1
- else
- echo "NO"
- fi
- echo $n "Checking if $EGROUP group exist... $c"
- pw group show ${EGROUP} >/dev/null 2>&1
- if [ $? -eq 0 ] ; then
- echo "YES"
- echo $n "Removing the $EGROUP group from the system... $c"
- pw groupdel -n "$EGROUP" && echo "OK" || exit 1
- else
- echo "NO"
- fi
- echo $n "Checking if $EUSER user account exist... $c"
- pw user show ${EUSER} >/dev/null 2>&1
- if [ $? -eq 0 ] ; then
- echo "YES"
- echo $n "Removing the $EUSER user account from the system... $c"
- pw userdel -n "$EUSER" && echo "OK" || exit 1
- else
- echo "NO"
- fi
-fi
-
-exit 0
diff --git a/irc/ircproxy-freebsd-port/pkg-descr b/irc/ircproxy-freebsd-port/pkg-descr
deleted file mode 100644
index 67d24a55ccca..000000000000
--- a/irc/ircproxy-freebsd-port/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a port of ircproxy, it is an Internet Relay Chat Proxy.
-
-WWW: http://www.ircproxy.night-light.net/
-
-- Jonas Kvinge
-jonas@jonas.night-light.net
diff --git a/irc/ircproxy-freebsd-port/pkg-plist b/irc/ircproxy-freebsd-port/pkg-plist
deleted file mode 100644
index 075ac0ab612e..000000000000
--- a/irc/ircproxy-freebsd-port/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-ircproxy/ircproxy
-ircproxy/mkpasswd
-ircproxy/data/listen.conf
-ircproxy/data/access.conf
-ircproxy/data/conn.conf