aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-24 04:53:42 +0800
committermiwi <miwi@FreeBSD.org>2009-03-24 04:53:42 +0800
commit1039fe6e20818d7c5f744a4c6440e1553438ac7a (patch)
tree373c7e89bd9e1edc00b90afbb189d726d21e33fc /irc
parent4e9bcf402274a3b4fe0fda838cd88ec512abeb0c (diff)
downloadfreebsd-ports-gnome-1039fe6e20818d7c5f744a4c6440e1553438ac7a.tar.gz
freebsd-ports-gnome-1039fe6e20818d7c5f744a4c6440e1553438ac7a.tar.zst
freebsd-ports-gnome-1039fe6e20818d7c5f744a4c6440e1553438ac7a.zip
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped 2009-03-17 irc/blackened: Broken and abandonware 2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped 2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/blackened/Makefile25
-rw-r--r--irc/blackened/distinfo3
-rw-r--r--irc/blackened/files/patch-ircflush.c18
-rw-r--r--irc/blackened/pkg-descr6
-rw-r--r--irc/blackened/pkg-plist87
6 files changed, 0 insertions, 140 deletions
diff --git a/irc/Makefile b/irc/Makefile
index b6cec9e5c156..03aa50de51aa 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -8,7 +8,6 @@
SUBDIR += bitchx
SUBDIR += bitlbee
SUBDIR += bitlbee-otr
- SUBDIR += blackened
SUBDIR += bnc
SUBDIR += bobot++
SUBDIR += bopm
diff --git a/irc/blackened/Makefile b/irc/blackened/Makefile
deleted file mode 100644
index bc65c3835b74..000000000000
--- a/irc/blackened/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: Blackened IRC client
-# Date created: 11 Jun 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= blackened
-PORTVERSION= 1.8.1
-CATEGORIES= irc
-MASTER_SITES= http://freebsd.aeternal.net/ports/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Blackened IRC Client
-
-GNU_CONFIGURE= yes
-PLIST_SUB= VERSION=${PORTVERSION}
-CONFIGURE_ARGS= --prefix=${PREFIX}
-
-MAN1= blackened.1
-
-DEPRECATED= Broken and abandonware
-EXPIRATION_DATE= 2009-03-17
-
-.include <bsd.port.mk>
diff --git a/irc/blackened/distinfo b/irc/blackened/distinfo
deleted file mode 100644
index ef530aba9329..000000000000
--- a/irc/blackened/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (blackened-1.8.1.tar.gz) = ac05ee48abefec701dddc5ad5426d16e
-SHA256 (blackened-1.8.1.tar.gz) = 07b090da5301ea73da7a9830c79747d297efe2c496d48d54bf8658ebfd3445e7
-SIZE (blackened-1.8.1.tar.gz) = 711374
diff --git a/irc/blackened/files/patch-ircflush.c b/irc/blackened/files/patch-ircflush.c
deleted file mode 100644
index e45811982ede..000000000000
--- a/irc/blackened/files/patch-ircflush.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- source/ircflush.c Sun Dec 9 04:35:25 2001
-+++ source/ircflush.c Thu Mar 15 21:57:14 2007
-@@ -12,15 +12,6 @@
- #include "irc.h"
- #include <sys/wait.h>
-
--#ifndef __linux__
--# ifdef __svr4__
--# include <sys/termios.h>
--# else
--# include <sgtty.h> /* SVR4 => sgtty = yuk */
--# endif /* SOLARIS */
--#endif /* __linux__ */
--
--
- #define BUFFER_SIZE 1024
-
- /* descriptors of the tty and pty */
diff --git a/irc/blackened/pkg-descr b/irc/blackened/pkg-descr
deleted file mode 100644
index 1726b740e731..000000000000
--- a/irc/blackened/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Blackened is an enhanced IRC client that offers a variety of features
-not found in other clients, including commands designed for IRC
-server operators and administrators. Normal users also benefit from
-additional functionality.
-
-IRC: irc.blackened.com #blackened
diff --git a/irc/blackened/pkg-plist b/irc/blackened/pkg-plist
deleted file mode 100644
index aed4b356dc6c..000000000000
--- a/irc/blackened/pkg-plist
+++ /dev/null
@@ -1,87 +0,0 @@
-bin/blackened
-bin/blackened-1.8.1
-bin/blackened-ircflush
-bin/blackened-ircserv
-bin/blackened-wserv
-%%DATADIR%%/1.8.1/help
-%%DATADIR%%/1.8.1/reasons
-%%DATADIR%%/1.8.1/script/action
-%%DATADIR%%/1.8.1/script/alias
-%%DATADIR%%/1.8.1/script/basical
-%%DATADIR%%/1.8.1/script/bigcheese
-%%DATADIR%%/1.8.1/script/brc
-%%DATADIR%%/1.8.1/script/channel
-%%DATADIR%%/1.8.1/script/columns
-%%DATADIR%%/1.8.1/script/commander
-%%DATADIR%%/1.8.1/script/compl.mods
-%%DATADIR%%/1.8.1/script/complete
-%%DATADIR%%/1.8.1/script/cursor
-%%DATADIR%%/1.8.1/script/deutsch
-%%DATADIR%%/1.8.1/script/disc
-%%DATADIR%%/1.8.1/script/dmsg
-%%DATADIR%%/1.8.1/script/edit
-%%DATADIR%%/1.8.1/script/english
-%%DATADIR%%/1.8.1/script/flood
-%%DATADIR%%/1.8.1/script/global
-%%DATADIR%%/1.8.1/script/history
-%%DATADIR%%/1.8.1/script/history-match
-%%DATADIR%%/1.8.1/script/imap
-%%DATADIR%%/1.8.1/script/ircIIhelp
-%%DATADIR%%/1.8.1/script/ircprimer
-%%DATADIR%%/1.8.1/script/ircrc
-%%DATADIR%%/1.8.1/script/kickmenu
-%%DATADIR%%/1.8.1/script/list
-%%DATADIR%%/1.8.1/script/log
-%%DATADIR%%/1.8.1/script/lynx_ircrc
-%%DATADIR%%/1.8.1/script/msg
-%%DATADIR%%/1.8.1/script/mudlike
-%%DATADIR%%/1.8.1/script/netsplit
-%%DATADIR%%/1.8.1/script/newformat
-%%DATADIR%%/1.8.1/script/nicks
-%%DATADIR%%/1.8.1/script/oper
-%%DATADIR%%/1.8.1/script/recursion
-%%DATADIR%%/1.8.1/script/repeat
-%%DATADIR%%/1.8.1/script/service
-%%DATADIR%%/1.8.1/script/shell
-%%DATADIR%%/1.8.1/script/smileys
-%%DATADIR%%/1.8.1/script/time
-%%DATADIR%%/1.8.1/script/traces
-%%DATADIR%%/1.8.1/script/troy
-%%DATADIR%%/1.8.1/script/voice
-%%DATADIR%%/1.8.1/script/wallopstat
-%%DATADIR%%/1.8.1/script/whowas
-%%DATADIR%%/1.8.1/script/window
-%%DATADIR%%/1.8.1/translation/ASCII
-%%DATADIR%%/1.8.1/translation/CP437
-%%DATADIR%%/1.8.1/translation/CP850
-%%DATADIR%%/1.8.1/translation/DANISH
-%%DATADIR%%/1.8.1/translation/DEC_MCS
-%%DATADIR%%/1.8.1/translation/DG_MCS
-%%DATADIR%%/1.8.1/translation/DUTCH
-%%DATADIR%%/1.8.1/translation/FINNISH
-%%DATADIR%%/1.8.1/translation/FRENCH
-%%DATADIR%%/1.8.1/translation/FRENCH_CANADIAN
-%%DATADIR%%/1.8.1/translation/GERMAN
-%%DATADIR%%/1.8.1/translation/HP_MCS
-%%DATADIR%%/1.8.1/translation/IRV
-%%DATADIR%%/1.8.1/translation/ITALIAN
-%%DATADIR%%/1.8.1/translation/JIS
-%%DATADIR%%/1.8.1/translation/MACINTOSH
-%%DATADIR%%/1.8.1/translation/NEXT
-%%DATADIR%%/1.8.1/translation/NORWEGIAN_1
-%%DATADIR%%/1.8.1/translation/NORWEGIAN_2
-%%DATADIR%%/1.8.1/translation/PORTUGUESE
-%%DATADIR%%/1.8.1/translation/PORTUGUESE_COM
-%%DATADIR%%/1.8.1/translation/RUSSIAN
-%%DATADIR%%/1.8.1/translation/RUSSIAN_ALT
-%%DATADIR%%/1.8.1/translation/SPANISH
-%%DATADIR%%/1.8.1/translation/SWEDISH
-%%DATADIR%%/1.8.1/translation/SWEDISH_NAMES
-%%DATADIR%%/1.8.1/translation/SWEDISH_NAMES_COM
-%%DATADIR%%/1.8.1/translation/SWISS
-%%DATADIR%%/1.8.1/translation/UNITED_KINGDOM
-%%DATADIR%%/1.8.1/translation/UNITED_KINGDOM_COM
-@dirrm %%DATADIR%%/1.8.1/translation
-@dirrm %%DATADIR%%/1.8.1/script
-@dirrm %%DATADIR%%/1.8.1
-@dirrm %%DATADIR%%