diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:32:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:32:11 +0000 |
commit | 10b295ddc3bfe067aaca00bdf6b23764edaa5f2f (patch) | |
tree | a6c06e4ec393160c050290016b43d04412ab6f90 /irc | |
parent | 635fa2b5f4ea0db9319a469180aa067f9bafef2d (diff) | |
download | ports-10b295ddc3bfe067aaca00bdf6b23764edaa5f2f.tar.gz ports-10b295ddc3bfe067aaca00bdf6b23764edaa5f2f.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/ircg/Makefile | 25 | ||||
-rw-r--r-- | irc/ircg/distinfo | 3 | ||||
-rw-r--r-- | irc/ircg/pkg-descr | 15 | ||||
-rw-r--r-- | irc/ircg/pkg-plist | 9 |
5 files changed, 0 insertions, 53 deletions
diff --git a/irc/Makefile b/irc/Makefile index c4cae22cbae8..7dfc9f8c098b 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -46,7 +46,6 @@ SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircd-rusnet - SUBDIR += ircg SUBDIR += irchat-jp SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs21-mule diff --git a/irc/ircg/Makefile b/irc/ircg/Makefile deleted file mode 100644 index 73551c7be167..000000000000 --- a/irc/ircg/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: iRCG -# Date created: 2005-09-21 -# Whom: Alexander Novitsky <alecn2002@yandex.ru> -# -# $FreeBSD$ -# - -PORTNAME= iRCG -PORTVERSION= 2.7 -CATEGORIES= irc -MASTER_SITES= http://www.matthiaswinkelmann.com/files/ - -MAINTAINER= alecn2002@yandex.ru -COMMENT= Gateway betwean IRC server and PHP-powered Web server - -BROKEN= Does not build with newer st - -LIB_DEPENDS= st.1:${PORTSDIR}/devel/st - -WRKSRC= ${WRKDIR}/${DISTNAME:U} - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-st=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/irc/ircg/distinfo b/irc/ircg/distinfo deleted file mode 100644 index 7edead39a2fc..000000000000 --- a/irc/ircg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (iRCG-2.7.tar.gz) = 1ae4439dbd596d597a31eff8784e2b64 -SHA256 (iRCG-2.7.tar.gz) = 646da5bc17137c499fee973d007492ce8258a7aee15a1b4695a0a448d1dce94a -SIZE (iRCG-2.7.tar.gz) = 51488 diff --git a/irc/ircg/pkg-descr b/irc/ircg/pkg-descr deleted file mode 100644 index 999118126a1c..000000000000 --- a/irc/ircg/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -IRCG is a fast, scalable web chat framework that connects -a php frontend with an irc backend. Sascha Schumann created -IRCG a few years ago. Unfortunately, he decided to change the -license to a commercial one starting with Version 3 and -removed all traces of the BSD-Licensed IRCG 2. I kept on -using the IRCG 2 sources and never had a problem with this setup. -IRCG connects an irc server of your choice with a thttpd webserver. -Using PHP, the frontend can be scripted. It?s mainly a framework -for web-based chats, but could be used to pass any type of xml -messages between multiple clients. Memory and CPU usage per client -is quite low, so even an entry-level server can support hundreds of -clients. - -Author: Matthias Winkelmann -WWW: http://www.matthiaswinkelmann.com/ diff --git a/irc/ircg/pkg-plist b/irc/ircg/pkg-plist deleted file mode 100644 index ae4d60cbd8bd..000000000000 --- a/irc/ircg/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@comment $FreeBSD$ -bin/driver -bin/ircg-config -include/if_irc.h -include/queue.h -include/php_smart_str_public.h -include/irc_write_buffer.h -include/ircg_config.h -lib/libircg.a |