aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-04-20 00:24:37 +0800
committermm <mm@FreeBSD.org>2010-04-20 00:24:37 +0800
commit481d374d01bf85244e3f4f6c77313b47bc5dbd2e (patch)
treee109f09c323c3e51fa4cb121693d26e70b319009 /irc
parentf17b06d7fbe80eed428b0097d46de24114322703 (diff)
downloadfreebsd-ports-gnome-481d374d01bf85244e3f4f6c77313b47bc5dbd2e.tar.gz
freebsd-ports-gnome-481d374d01bf85244e3f4f6c77313b47bc5dbd2e.tar.zst
freebsd-ports-gnome-481d374d01bf85244e3f4f6c77313b47bc5dbd2e.zip
irc/dircproxy-devel
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/dircproxy-devel/Makefile32
-rw-r--r--irc/dircproxy-devel/distinfo3
-rw-r--r--irc/dircproxy-devel/files/patch-doc-Makefile.in11
-rw-r--r--irc/dircproxy-devel/files/pkg-message.in8
-rw-r--r--irc/dircproxy-devel/pkg-descr19
-rw-r--r--irc/dircproxy-devel/pkg-message5
-rw-r--r--irc/dircproxy-devel/pkg-plist7
8 files changed, 0 insertions, 86 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 0720a6768107..dcc781d2d207 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -18,7 +18,6 @@
SUBDIR += darkbot
SUBDIR += dcc
SUBDIR += dircproxy
- SUBDIR += dircproxy-devel
SUBDIR += eggcreator
SUBDIR += eggdrop
SUBDIR += epic4
diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile
deleted file mode 100644
index b69fc486cc30..000000000000
--- a/irc/dircproxy-devel/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: dircproxy
-# Date created: 11 January 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dircproxy
-DISTVERSION= 1.2.0-RC1
-CATEGORIES= irc
-MASTER_SITES= http://dircproxy.googlecode.com/files/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= mm@FreeBSD.org
-COMMENT= A detachable irc proxy server with many features
-
-GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
-SUB_FILES+= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-.if !defined(NO_INSTALL_MANPAGES)
-MAN1= dircproxy.1 dircproxy-crypt.1
-.endif
-
-post-install:
-.if !defined(NO_INSTALL_MANPAGES)
- @cd ${WRKSRC}/doc && make install-man
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/irc/dircproxy-devel/distinfo b/irc/dircproxy-devel/distinfo
deleted file mode 100644
index 84e68f69373a..000000000000
--- a/irc/dircproxy-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (dircproxy-1.2.0-RC1.tar.gz) = 4fe2e82619c7b575599bfb236adbd872
-SHA256 (dircproxy-1.2.0-RC1.tar.gz) = 40ad50ffd13681114f995519dc3f65f48cb5eac41e780ad14ce8ffd49463757f
-SIZE (dircproxy-1.2.0-RC1.tar.gz) = 811366
diff --git a/irc/dircproxy-devel/files/patch-doc-Makefile.in b/irc/dircproxy-devel/files/patch-doc-Makefile.in
deleted file mode 100644
index ae3441c66a3b..000000000000
--- a/irc/dircproxy-devel/files/patch-doc-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Thu Feb 8 14:47:57 2007
-+++ doc/Makefile.in Thu Feb 8 14:48:11 2007
-@@ -295,7 +295,7 @@
-
- info-am:
-
--install-data-am: install-man
-+install-data-am:
-
- install-exec-am:
-
diff --git a/irc/dircproxy-devel/files/pkg-message.in b/irc/dircproxy-devel/files/pkg-message.in
deleted file mode 100644
index 376da0d3bfbf..000000000000
--- a/irc/dircproxy-devel/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-##################################################################
-
-A default dircproxy configuration file has been installed as:
-%%DATADIR%%/dircproxyrc.sample
-
-Please read this and the dircproxy(1) manpage to set up dircproxy.
-
-##################################################################
diff --git a/irc/dircproxy-devel/pkg-descr b/irc/dircproxy-devel/pkg-descr
deleted file mode 100644
index 2eb934b37bd4..000000000000
--- a/irc/dircproxy-devel/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-dircproxy is an IRC proxy server designed for people who use IRC
-from lots of different workstations or clients, but wish to remain
-connected and see what they missed while they were away. You connect
-to IRC through dircproxy, and it keeps you connected to the server,
-even after you detach your client from it. While you're detached,
-it logs channel and private messages as well as important events,
-and when you re-attach it'll let you know what you missed.
-
-This can be used to give you roughly the same functionality as
-using ircII and screen together, except you can use whatever IRC
-client you like, including X ones!
-
-dircproxy has a whole host of features. Please read the file README in
-the source distribution for a list.
-
-WWW: http://code.google.com/p/dircproxy/
-
-- George Reid
-greid@ukug.uk.freebsd.org
diff --git a/irc/dircproxy-devel/pkg-message b/irc/dircproxy-devel/pkg-message
deleted file mode 100644
index 9f22fed4f654..000000000000
--- a/irc/dircproxy-devel/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-
-A default dircproxy configuration file has been installed as
-%%PREFIX%%/share/dircproxy/dircproxyrc.
-Please read this and the dircproxy(1) manpage to set up dircproxy.
-
diff --git a/irc/dircproxy-devel/pkg-plist b/irc/dircproxy-devel/pkg-plist
deleted file mode 100644
index 1034d2296fcc..000000000000
--- a/irc/dircproxy-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/dircproxy
-bin/dircproxy-crypt
-%%DATADIR%%/cronchk.sh
-%%DATADIR%%/dircproxyrc.sample
-%%DATADIR%%/log.pl
-%%DATADIR%%/privmsg-log.pl
-@dirrm %%DATADIR%%