remove roxirc since it is broken since at least August 2004
ok maintainer kevlo
This commit is contained in:
parent
d0c551d490
commit
81aca35ece
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.406 2006/02/12 16:24:50 david Exp $
|
||||
# $OpenBSD: Makefile,v 1.407 2006/03/27 18:34:20 sturm Exp $
|
||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||
#
|
||||
|
||||
@ -264,7 +264,6 @@
|
||||
SUBDIR += quirc
|
||||
SUBDIR += radiusd-cistron
|
||||
SUBDIR += radiusd-lucent
|
||||
SUBDIR += roxirc
|
||||
SUBDIR += rrdtool
|
||||
SUBDIR += rrdtool,tcl
|
||||
SUBDIR += rsnapshot
|
||||
|
@ -1,35 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/08/14 20:24:46 pvalchev Exp $
|
||||
|
||||
BROKEN= "distfile continually changing, cannot keep correct checksum"
|
||||
|
||||
COMMENT= "Tcl/Tk irc client"
|
||||
|
||||
DISTNAME= roxirc-2.0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://roxirc.lighter.net/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/betas/
|
||||
|
||||
RUN_DEPENDS= :tk-8.4.*:x11/tk/8.4
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
DOCS= bindings config extras help hilight lagmeter menus mirccolors \
|
||||
oper prefs single startup
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/roxirc
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/roxirc
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (roxirc-2.0.tar.gz) = bf42446274e5519e30b4d6b1860ad5b9
|
||||
RMD160 (roxirc-2.0.tar.gz) = 4df0274009634a340ad070ef383f4a7e416f7df2
|
||||
SHA1 (roxirc-2.0.tar.gz) = a4b91790150f25fd7a3d2e5424f07e484fb1a93f
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-roxirc,v 1.3 2004/07/16 02:47:30 kevlo Exp $
|
||||
--- roxirc.orig Fri Jul 16 10:41:10 2004
|
||||
+++ roxirc Fri Jul 16 10:41:27 2004
|
||||
@@ -1,7 +1,4 @@
|
||||
-#!/bin/sh
|
||||
-# \
|
||||
-if [ -x "$HOME/.roxirc/.wish" ]; then exec $HOME/.roxirc/.wish "$0" -- "$@"; elif [ `which tclkit` ]; then exec tclkit "$0" -- "$@"; elif [ `which wish` ]; then exec wish "$0" -- "$@"; else echo "Please make sure tclkit or wish is in your PATH or link $HOME/.roxirc/.wish to wish 8.4 or newer"; exit; fi;
|
||||
-
|
||||
+#!/usr/local/bin/wish8.4
|
||||
# Copyright (c) 1997-2004 Aaron Faupell (roxirc@lighter.net)
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
@ -1,18 +0,0 @@
|
||||
RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
|
||||
easy to use, and powerful interface. The features include:
|
||||
|
||||
o ircII style /commands, with history
|
||||
o configurable colors for information types
|
||||
o dedicated query windows
|
||||
o dynamic configuration, no need to restart it
|
||||
o notify list
|
||||
o all tcl scripting
|
||||
o nicklist, see who is in the channel without /names
|
||||
o dialogs for banlist, modes, kick/ban, etc
|
||||
o popup menus when you right click on nicks, channels, querys...
|
||||
o auto reconnect to server/rejoin channels when disconnected
|
||||
o URL catcher
|
||||
o Supports bold and underlined text
|
||||
o Netsplit detection
|
||||
o DCC chat and file transfers
|
||||
|
@ -1,15 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/12/27 23:39:06 jose Exp $
|
||||
bin/roxirc
|
||||
share/doc/roxirc/bindings
|
||||
share/doc/roxirc/config
|
||||
share/doc/roxirc/extras
|
||||
share/doc/roxirc/help
|
||||
share/doc/roxirc/hilight
|
||||
share/doc/roxirc/lagmeter
|
||||
share/doc/roxirc/menus
|
||||
share/doc/roxirc/mirccolors
|
||||
share/doc/roxirc/oper
|
||||
share/doc/roxirc/prefs
|
||||
share/doc/roxirc/single
|
||||
share/doc/roxirc/startup
|
||||
@dirrm share/doc/roxirc
|
Loading…
Reference in New Issue
Block a user