Remove the dircproxy package in pkgsrc-wip as it contains an unstable version.
pkgsrc/chat/dircproxy has been updated to the latest stable version, 1.0.5.
This commit is contained in:
parent
f7989923aa
commit
44ce551729
6 changed files with 2 additions and 45 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.204 2003/06/02 14:12:57 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.204 2003/06/02 14:12:57 jmmv Exp $
|
||||
# $Id: Makefile,v 1.205 2003/06/02 15:26:04 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.205 2003/06/02 15:26:04 jmmv Exp $
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
||||
|
@ -31,7 +31,6 @@ SUBDIR+= dancer-ircd
|
|||
SUBDIR+= darkice
|
||||
SUBDIR+= defendguin
|
||||
SUBDIR+= devhelp
|
||||
SUBDIR+= dircproxy
|
||||
SUBDIR+= directfb
|
||||
SUBDIR+= dosbox
|
||||
SUBDIR+= drweb
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
dircproxy is an IRC proxy server ("bouncer") 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!
|
|
@ -1,6 +0,0 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2003/04/15 04:03:58 icmp Exp $
|
||||
|
||||
Example configuration is in ${PREFIX}/share/dircproxy/dircproxyrc.
|
||||
|
||||
===========================================================================
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2003/04/27 15:04:55 cjep Exp $
|
||||
|
||||
DISTNAME= dircproxy-1.1.0
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= http://www.dircproxy.net/download/1.1/
|
||||
|
||||
MAINTAINER= sb125499@ohiou.edu
|
||||
HOMEPAGE= http://www.dircproxy.net/
|
||||
COMMENT= detachable internet relay chat proxy server
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,8 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/15 04:03:58 icmp Exp $
|
||||
bin/dircproxy
|
||||
bin/dircproxy-crypt
|
||||
man/man1/dircproxy.1
|
||||
man/man1/dircproxy-crypt.1
|
||||
share/dircproxy/dircproxyrc
|
||||
share/dircproxy/log.pl
|
||||
@dirrm share/dircproxy
|
|
@ -1,4 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/15 04:03:58 icmp Exp $
|
||||
|
||||
SHA1 (dircproxy-1.1.0.tar.gz) = a967a542c4c6063e8f977276b68deb6692c9d150
|
||||
Size (dircproxy-1.1.0.tar.gz) = 250060 bytes
|
Loading…
Reference in a new issue