irc/dircproxy-devel

This commit is contained in:
Martin Matuska 2010-04-19 16:24:37 +00:00
parent da8fe2be97
commit 56b9036f51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252918
9 changed files with 1 additions and 86 deletions

1
MOVED
View File

@ -4365,3 +4365,4 @@ databases/php5-oci8||2010-04-11|Doesn't support Oracle8 client library
databases/php5-pdo_oci||2010-04-11|Doesn't support Oracle8 client library
sysutils/rc_subr||2010-04-16|No longer needed
math/libgmp4|math/gmp|2010-04-19|Switch to newer performance release
irc/dircproxy-devel||2010-04-19|Removed

View File

@ -18,7 +18,6 @@
SUBDIR += darkbot
SUBDIR += dcc
SUBDIR += dircproxy
SUBDIR += dircproxy-devel
SUBDIR += eggcreator
SUBDIR += eggdrop
SUBDIR += epic4

View File

@ -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>

View File

@ -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

View File

@ -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:

View File

@ -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.
##################################################################

View File

@ -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

View File

@ -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.

View File

@ -1,7 +0,0 @@
bin/dircproxy
bin/dircproxy-crypt
%%DATADIR%%/cronchk.sh
%%DATADIR%%/dircproxyrc.sample
%%DATADIR%%/log.pl
%%DATADIR%%/privmsg-log.pl
@dirrm %%DATADIR%%