diff options
author | rene <rene@FreeBSD.org> | 2013-07-27 03:19:20 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-27 03:19:20 +0800 |
commit | c945ab9477002608dac69f344be7d3f1f1b7d511 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /irc | |
parent | 16876857cc4291ce83cf938fde7ea3a988e9a904 (diff) | |
download | freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 4 | ||||
-rw-r--r-- | irc/eggcreator/Makefile | 36 | ||||
-rw-r--r-- | irc/eggcreator/distinfo | 2 | ||||
-rw-r--r-- | irc/eggcreator/pkg-descr | 2 | ||||
-rw-r--r-- | irc/kmyirc/Makefile | 29 | ||||
-rw-r--r-- | irc/kmyirc/distinfo | 2 | ||||
-rw-r--r-- | irc/kmyirc/files/patch-kmyirc_ircgui-mdirawircwin.ui | 13 | ||||
-rw-r--r-- | irc/kmyirc/pkg-descr | 6 | ||||
-rw-r--r-- | irc/kmyirc/pkg-plist | 67 | ||||
-rw-r--r-- | irc/konversation/Makefile | 26 | ||||
-rw-r--r-- | irc/konversation/distinfo | 2 | ||||
-rw-r--r-- | irc/konversation/files/patch-konversation-src-dcccommon.cpp | 10 | ||||
-rw-r--r-- | irc/konversation/pkg-descr | 18 | ||||
-rw-r--r-- | irc/konversation/pkg-plist | 323 | ||||
-rw-r--r-- | irc/kwirc/Makefile | 28 | ||||
-rw-r--r-- | irc/kwirc/distinfo | 2 | ||||
-rw-r--r-- | irc/kwirc/pkg-descr | 8 | ||||
-rw-r--r-- | irc/kwirc/pkg-plist | 65 |
18 files changed, 0 insertions, 643 deletions
diff --git a/irc/Makefile b/irc/Makefile index a1840e0795b8..5c1afe442d6a 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -19,7 +19,6 @@ SUBDIR += dcc SUBDIR += dircproxy SUBDIR += dxirc - SUBDIR += eggcreator SUBDIR += eggdrop SUBDIR += eggdrop-devel SUBDIR += epic4 @@ -61,12 +60,9 @@ SUBDIR += irssistats SUBDIR += keitairc SUBDIR += keitairc2 - SUBDIR += kmyirc - SUBDIR += konversation SUBDIR += konversation-kde4 SUBDIR += kvirc SUBDIR += kvirc-qt4 - SUBDIR += kwirc SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau diff --git a/irc/eggcreator/Makefile b/irc/eggcreator/Makefile deleted file mode 100644 index cdb8657058fc..000000000000 --- a/irc/eggcreator/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: eggcreator -# Date created: May 4, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= eggcreator -PORTVERSION= 0.1 -PORTREVISION= 6 -CATEGORIES= irc -MASTER_SITES= http://www.oook.cz/bsd/distfiles/ \ - LOCAL/beech - -MAINTAINER= beech@FreeBSD.org -COMMENT= Eggdrop.conf creator - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -WRKSRC= ${WRKDIR}/eggconfcreator -USE_QT_VER= 3 -MAKE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ - QTDIR=${QT_PREFIX} -QMAKE= ${LOCALBASE}/bin/qmake - -PLIST_FILES= bin/egg - -do-build: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} egg.pro && \ - ${SETENV} ${MAKE_ENV} make) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/egg ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/irc/eggcreator/distinfo b/irc/eggcreator/distinfo deleted file mode 100644 index 8e3e0b7edfb5..000000000000 --- a/irc/eggcreator/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (eggcreator-0.1.tar.gz) = 42a601bcb96284900fdac76b8158273a9ea7fa5af17eeb30ad953d4e660568af -SIZE (eggcreator-0.1.tar.gz) = 23572 diff --git a/irc/eggcreator/pkg-descr b/irc/eggcreator/pkg-descr deleted file mode 100644 index aaa2b0d1c0cf..000000000000 --- a/irc/eggcreator/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Eggdrop.conf creator is a small X11 application for helping beginning eggdrop -users generate .conf files. diff --git a/irc/kmyirc/Makefile b/irc/kmyirc/Makefile deleted file mode 100644 index ec8d7d13b601..000000000000 --- a/irc/kmyirc/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kmyirc -# Date created: 25 November 2002 -# Whom: Frank Laszlo <laszlof@vonostingroup.com> -# -# $FreeBSD$ - -PORTNAME= kmyirc -PORTVERSION= 0.2.9 -PORTREVISION= 11 -CATEGORIES= irc kde -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Easy to use IRC client for KDE - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_AUTOTOOLS= libtool -USE_KDELIBS_VER= 3 -USE_GMAKE= yes - -post-patch: - ${REINPLACE_CMD} -e "s,-O0,${CFLAGS},g;s,NOOPT_,,g; \ - s,-pedantic ,,g;s,-pedantic-errors,,g" ${WRKSRC}/configure - ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e "s,NOOPT_,,g;s,FLAGS@,FLAGS@ -fPIC," - -.include <bsd.port.mk> diff --git a/irc/kmyirc/distinfo b/irc/kmyirc/distinfo deleted file mode 100644 index 29e4fabbf463..000000000000 --- a/irc/kmyirc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kmyirc-0.2.9.tar.gz) = 12fbfc6f7e7d3e14d729b76476ac20da91774e11a398602a23b78358899d28cc -SIZE (kmyirc-0.2.9.tar.gz) = 937341 diff --git a/irc/kmyirc/files/patch-kmyirc_ircgui-mdirawircwin.ui b/irc/kmyirc/files/patch-kmyirc_ircgui-mdirawircwin.ui deleted file mode 100644 index fd0ab877bd15..000000000000 --- a/irc/kmyirc/files/patch-kmyirc_ircgui-mdirawircwin.ui +++ /dev/null @@ -1,13 +0,0 @@ ---- kmyirc/ircgui/mdirawircwin.ui.orig Wed Sep 28 10:01:53 2005 -+++ kmyirc/ircgui/mdirawircwin.ui Wed Sep 28 10:02:08 2005 -@@ -159,10 +159,7 @@ - </slots> - <layoutdefaults spacing="6" margin="11"/> - <includehints> -- <includehint>qextmdichildview.h</includehint> -- <includehint>kmitextbrowser.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>klineedit.h</includehint> -- <includehint>kpushbutton.h</includehint> - </includehints> - </UI> diff --git a/irc/kmyirc/pkg-descr b/irc/kmyirc/pkg-descr deleted file mode 100644 index 29762c8a6cb5..000000000000 --- a/irc/kmyirc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -KMyIRC is an attempt to bring a good and easy, -IRC client to KDE. Of course, there are several other IRC clients -like ksirc or kvirc, but they're - not userfriendly - fully bloated, -with too much of stuff that the normal irc user doesn't need. - -WWW: http://kmyirc.sourceforge.net/ diff --git a/irc/kmyirc/pkg-plist b/irc/kmyirc/pkg-plist deleted file mode 100644 index df752a3769dc..000000000000 --- a/irc/kmyirc/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/kmyirc -lib/libnetwork.a -lib/libnetwork.la -lib/libnetwork.so -lib/libnetwork.so.0 -lib/libircgui.a -lib/libircgui.la -lib/libircgui.so -lib/libircgui.so.0 -lib/liblogic.a -lib/liblogic.la -lib/liblogic.so -lib/liblogic.so.0 -lib/libkmyircqextmdi.a -lib/libkmyircqextmdi.la -lib/libkmyircqextmdi.so -lib/libkmyircqextmdi.so.3 -lib/libkmiwidgets.a -lib/libkmiwidgets.la -lib/libkmiwidgets.so -lib/libkmiwidgets.so.0 -share/config/kmyircrc -share/apps/kmyirc/icons/filenew.xpm -share/apps/kmyirc/icons/kde2_closebutton.xpm -share/apps/kmyirc/icons/kde2_maxbutton.xpm -share/apps/kmyirc/icons/kde2_minbutton.xpm -share/apps/kmyirc/icons/kde2_restorebutton.xpm -share/apps/kmyirc/icons/kde2_undockbutton.xpm -share/apps/kmyirc/icons/kde2laptop_closebutton.xpm -share/apps/kmyirc/icons/kde2laptop_closebutton_menu.xpm -share/apps/kmyirc/icons/kde2laptop_maxbutton.xpm -share/apps/kmyirc/icons/kde2laptop_minbutton.xpm -share/apps/kmyirc/icons/kde2laptop_restorebutton.xpm -share/apps/kmyirc/icons/kde2laptop_undockbutton.xpm -share/apps/kmyirc/icons/kde_closebutton.xpm -share/apps/kmyirc/icons/kde_maxbutton.xpm -share/apps/kmyirc/icons/kde_minbutton.xpm -share/apps/kmyirc/icons/kde_restorebutton.xpm -share/apps/kmyirc/icons/kde_undockbutton.xpm -share/apps/kmyirc/icons/win_closebutton.xpm -share/apps/kmyirc/icons/win_maxbutton.xpm -share/apps/kmyirc/icons/win_minbutton.xpm -share/apps/kmyirc/icons/win_restorebutton.xpm -share/apps/kmyirc/icons/win_undockbutton..xpm -share/apps/kmyirc/pics/nostatus.png -share/apps/kmyirc/pics/operator.png -share/apps/kmyirc/pics/voice.png -share/apps/kmyirc/pics/server.png -share/applnk/Internet/kmyirc.desktop -share/doc/HTML/en/kmyirc/index.docbook -share/doc/HTML/en/kmyirc/index.cache.bz2 -share/doc/HTML/en/kmyirc/common -share/icons/locolor/32x32/apps/kmyirc.png -share/icons/locolor/16x16/apps/kmyirc.png -share/locale/de/LC_MESSAGES/kmyirc.mo -share/locale/pt_BR/LC_MESSAGES/kmyirc.mo -@dirrm share/doc/HTML/en/kmyirc -@dirrm share/apps/kmyirc/icons -@dirrm share/apps/kmyirc/pics -@dirrm share/apps/kmyirc -@dirrmtry share/applnk/Internet -@dirrmtry share/icons/locolor/32x32/apps -@dirrmtry share/icons/locolor/32x32 -@dirrmtry share/icons/locolor/16x16/apps -@dirrmtry share/icons/locolor/16x16 -@dirrmtry share/icons/locolor -@dirrmtry share/config diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile deleted file mode 100644 index 21a43125e913..000000000000 --- a/irc/konversation/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Kirill Ponomarew <ponomarew@oberon.net> -# $FreeBSD$ - -PORTNAME= konversation -PORTVERSION= 1.1 -PORTREVISION= 5 -CATEGORIES= irc kde -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= User friendly IRC client for KDE - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GMAKE= yes -USE_XORG= xcursor xrandr xscrnsaver - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/irc/konversation/distinfo b/irc/konversation/distinfo deleted file mode 100644 index 53a099cec716..000000000000 --- a/irc/konversation/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (konversation-1.1.tar.bz2) = 3ef15e7a46c10a11aa369ff80dd33b3e2feb54834dfc036d3609c1ed94476d33 -SIZE (konversation-1.1.tar.bz2) = 5468714 diff --git a/irc/konversation/files/patch-konversation-src-dcccommon.cpp b/irc/konversation/files/patch-konversation-src-dcccommon.cpp deleted file mode 100644 index 6ad5249fe594..000000000000 --- a/irc/konversation/files/patch-konversation-src-dcccommon.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ./konversation/src/dcccommon.cpp.orig 2008-08-06 19:56:27.000000000 +0400 -+++ ./konversation/src/dcccommon.cpp 2008-08-16 21:11:14.000000000 +0400 -@@ -15,6 +15,7 @@ - #include "server.h" - - #include <arpa/inet.h> -+#include <netinet/in.h> - - #include <qhostaddress.h> - diff --git a/irc/konversation/pkg-descr b/irc/konversation/pkg-descr deleted file mode 100644 index 5a58fe49e6be..000000000000 --- a/irc/konversation/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Konversation is a user friendly IRC (Internet Relay Chat) client for KDE. - -Features: - o Standard IRC features - o SSL server support - o Bookmarking support - o Easy to use graphical user interface - o Multiple servers and channels in one single window - o DCC file transfer - o Multiple identities for different servers - o Text decorations and colors - o OnScreen Display for notifications - o Automatic UTF-8 detection - o Per channel encoding support - o Theme support for nick icons - o Highly configurable - -WWW: http://konversation.kde.org diff --git a/irc/konversation/pkg-plist b/irc/konversation/pkg-plist deleted file mode 100644 index db6005c47bd0..000000000000 --- a/irc/konversation/pkg-plist +++ /dev/null @@ -1,323 +0,0 @@ -bin/konversation -share/applications/kde/konversation.desktop -share/apps/kconf_update/konversation-0.19-appearance.pl -share/apps/kconf_update/konversation-0.19-colorcodes.pl -share/apps/kconf_update/konversation-0.19-colors.pl -share/apps/kconf_update/konversation-0.19-custombrowser.pl -share/apps/kconf_update/konversation-0.19-notifylists.pl -share/apps/kconf_update/konversation-0.19-sortorder.pl -share/apps/kconf_update/konversation-0.19-tabplacement.pl -share/apps/kconf_update/konversation-0.20-customfonts.pl -share/apps/kconf_update/konversation-0.20-quickbuttons.pl -share/apps/kconf_update/konversation.upd -share/apps/konversation/eventsrc -share/apps/konversation/konversationui.rc -share/apps/konversation/scripts/bug -share/apps/konversation/scripts/cmd -share/apps/konversation/scripts/fortune -share/apps/konversation/scripts/fortunes.dat -share/apps/konversation/scripts/gauge -share/apps/konversation/scripts/kdeversion -share/apps/konversation/scripts/mail -share/apps/konversation/scripts/media -share/apps/konversation/scripts/sayclip -share/apps/konversation/scripts/sysinfo -share/apps/konversation/scripts/tinyurl -share/apps/konversation/scripts/uptime -share/apps/konversation/scripts/weather -share/apps/konversation/themes/alternative/index.desktop -share/apps/konversation/themes/alternative/irc_admin.png -share/apps/konversation/themes/alternative/irc_away.png -share/apps/konversation/themes/alternative/irc_halfop.png -share/apps/konversation/themes/alternative/irc_normal.png -share/apps/konversation/themes/alternative/irc_op.png -share/apps/konversation/themes/alternative/irc_owner.png -share/apps/konversation/themes/alternative/irc_voice.png -share/apps/konversation/themes/christmas/index.desktop -share/apps/konversation/themes/christmas/irc_admin.png -share/apps/konversation/themes/christmas/irc_away.png -share/apps/konversation/themes/christmas/irc_halfop.png -share/apps/konversation/themes/christmas/irc_normal.png -share/apps/konversation/themes/christmas/irc_op.png -share/apps/konversation/themes/christmas/irc_owner.png -share/apps/konversation/themes/christmas/irc_voice.png -share/apps/konversation/themes/classic/index.desktop -share/apps/konversation/themes/classic/irc_admin.png -share/apps/konversation/themes/classic/irc_away.png -share/apps/konversation/themes/classic/irc_halfop.png -share/apps/konversation/themes/classic/irc_normal.png -share/apps/konversation/themes/classic/irc_op.png -share/apps/konversation/themes/classic/irc_owner.png -share/apps/konversation/themes/classic/irc_voice.png -share/apps/konversation/themes/default/index.desktop -share/apps/konversation/themes/default/irc_admin.png -share/apps/konversation/themes/default/irc_away.png -share/apps/konversation/themes/default/irc_halfop.png -share/apps/konversation/themes/default/irc_normal.png -share/apps/konversation/themes/default/irc_op.png -share/apps/konversation/themes/default/irc_owner.png -share/apps/konversation/themes/default/irc_voice.png -share/apps/konversation/themes/oxygen/index.desktop -share/apps/konversation/themes/oxygen/irc_admin.png -share/apps/konversation/themes/oxygen/irc_away.png -share/apps/konversation/themes/oxygen/irc_halfop.png -share/apps/konversation/themes/oxygen/irc_normal.png -share/apps/konversation/themes/oxygen/irc_op.png -share/apps/konversation/themes/oxygen/irc_owner.png -share/apps/konversation/themes/oxygen/irc_voice.png -share/apps/konversation/themes/smiling/index.desktop -share/apps/konversation/themes/smiling/irc_admin.png -share/apps/konversation/themes/smiling/irc_away.png -share/apps/konversation/themes/smiling/irc_halfop.png -share/apps/konversation/themes/smiling/irc_normal.png -share/apps/konversation/themes/smiling/irc_op.png -share/apps/konversation/themes/smiling/irc_owner.png -share/apps/konversation/themes/smiling/irc_voice.png -share/apps/konversation/themes/square/index.desktop -share/apps/konversation/themes/square/irc_admin.png -share/apps/konversation/themes/square/irc_away.png -share/apps/konversation/themes/square/irc_halfop.png -share/apps/konversation/themes/square/irc_normal.png -share/apps/konversation/themes/square/irc_op.png -share/apps/konversation/themes/square/irc_owner.png -share/apps/konversation/themes/square/irc_voice.png -share/config.kcfg/konversation.kcfg -share/doc/HTML/da/konversation/common -share/doc/HTML/da/konversation/index.cache.bz2 -share/doc/HTML/da/konversation/index.docbook -share/doc/HTML/en/konversation/addchannel.png -share/doc/HTML/en/konversation/addnetwork_co.png -share/doc/HTML/en/konversation/addserver_co.png -share/doc/HTML/en/konversation/channel_screen_co.png -share/doc/HTML/en/konversation/channel_screen_tour_co.png -share/doc/HTML/en/konversation/channellist_screen_co.png -share/doc/HTML/en/konversation/checkidentities.png -share/doc/HTML/en/konversation/colorchooser_screen.png -share/doc/HTML/en/konversation/colorize.png -share/doc/HTML/en/konversation/common -share/doc/HTML/en/konversation/configure.png -share/doc/HTML/en/konversation/dccstatus_screen_co.png -share/doc/HTML/en/konversation/editserver_screen_co.png -share/doc/HTML/en/konversation/first_channel_co.png -share/doc/HTML/en/konversation/first_serverlist_co.png -share/doc/HTML/en/konversation/highlighting_screen_co.png -share/doc/HTML/en/konversation/identities_adv_co.png -share/doc/HTML/en/konversation/identities_away_co.png -share/doc/HTML/en/konversation/identities_gen_co.png -share/doc/HTML/en/konversation/index.cache.bz2 -share/doc/HTML/en/konversation/index.docbook -share/doc/HTML/en/konversation/irc_admin.png -share/doc/HTML/en/konversation/irc_away.png -share/doc/HTML/en/konversation/irc_halfop.png -share/doc/HTML/en/konversation/irc_normal.png -share/doc/HTML/en/konversation/irc_op.png -share/doc/HTML/en/konversation/irc_owner.png -share/doc/HTML/en/konversation/irc_voice.png -share/doc/HTML/en/konversation/kaddressbook.png -share/doc/HTML/en/konversation/kimproxy_create_screen2.png -share/doc/HTML/en/konversation/kimproxy_create_screen_co.png -share/doc/HTML/en/konversation/led_blue_off.png -share/doc/HTML/en/konversation/led_blue_on.png -share/doc/HTML/en/konversation/led_green_off.png -share/doc/HTML/en/konversation/led_green_on.png -share/doc/HTML/en/konversation/led_red_off.png -share/doc/HTML/en/konversation/led_red_on.png -share/doc/HTML/en/konversation/led_yellow_off.png -share/doc/HTML/en/konversation/led_yellow_on.png -share/doc/HTML/en/konversation/logviewer_co.png -share/doc/HTML/en/konversation/nicksonline_co.png -share/doc/HTML/en/konversation/nickthemes_screen_co.png -share/doc/HTML/en/konversation/notification_screen_co.png -share/doc/HTML/en/konversation/notifylist_screen_co.png -share/doc/HTML/en/konversation/osd_demo.png -share/doc/HTML/en/konversation/osd_screen_co.png -share/doc/HTML/en/konversation/prefs_identity_screen_co.png -share/doc/HTML/en/konversation/quickbuttons_screen.png -share/doc/HTML/en/konversation/quickconnect_screen.png -share/doc/HTML/en/konversation/serverlist_co.png -share/doc/HTML/en/konversation/serverlist_screen_co.png -share/doc/HTML/en/konversation/urlcatcher_screen_co.png -share/doc/HTML/en/konversation/webbrowser_screen_co.png -share/doc/HTML/es/konversation/addchannel.png -share/doc/HTML/es/konversation/addnetwork_co.png -share/doc/HTML/es/konversation/addserver_co.png -share/doc/HTML/es/konversation/channel_screen_tour_co.png -share/doc/HTML/es/konversation/channellist_screen_co.png -share/doc/HTML/es/konversation/checkidentities.png -share/doc/HTML/es/konversation/colorchooser_screen.png -share/doc/HTML/es/konversation/colorize.png -share/doc/HTML/es/konversation/configure.png -share/doc/HTML/es/konversation/dccstatus_screen_co.png -share/doc/HTML/es/konversation/first_channel_co.png -share/doc/HTML/es/konversation/first_serverlist_co.png -share/doc/HTML/es/konversation/highlighting_screen_co.png -share/doc/HTML/es/konversation/identities_adv_co.png -share/doc/HTML/es/konversation/identities_away_co.png -share/doc/HTML/es/konversation/identities_gen_co.png -share/doc/HTML/es/konversation/irc_admin.png -share/doc/HTML/es/konversation/irc_away.png -share/doc/HTML/es/konversation/irc_halfop.png -share/doc/HTML/es/konversation/irc_normal.png -share/doc/HTML/es/konversation/irc_op.png -share/doc/HTML/es/konversation/irc_owner.png -share/doc/HTML/es/konversation/irc_voice.png -share/doc/HTML/es/konversation/kaddressbook.png -share/doc/HTML/es/konversation/kimproxy_create_screen2.png -share/doc/HTML/es/konversation/kimproxy_create_screen_co.png -share/doc/HTML/es/konversation/led_blue_off.png -share/doc/HTML/es/konversation/led_blue_on.png -share/doc/HTML/es/konversation/led_green_off.png -share/doc/HTML/es/konversation/led_green_on.png -share/doc/HTML/es/konversation/led_red_off.png -share/doc/HTML/es/konversation/led_red_on.png -share/doc/HTML/es/konversation/led_yellow_off.png -share/doc/HTML/es/konversation/led_yellow_on.png -share/doc/HTML/es/konversation/logviewer_co.png -share/doc/HTML/es/konversation/nicksonline_co.png -share/doc/HTML/es/konversation/nickthemes_screen_co.png -share/doc/HTML/es/konversation/notification_screen_co.png -share/doc/HTML/es/konversation/notifylist_screen_co.png -share/doc/HTML/es/konversation/osd_demo.png -share/doc/HTML/es/konversation/osd_screen_co.png -share/doc/HTML/es/konversation/quickbuttons_screen.png -share/doc/HTML/es/konversation/quickconnect_screen.png -share/doc/HTML/es/konversation/serverlist_co.png -share/doc/HTML/es/konversation/urlcatcher_screen_co.png -share/doc/HTML/es/konversation/webbrowser_screen_co.png -share/doc/HTML/et/konversation/common -share/doc/HTML/et/konversation/index.cache.bz2 -share/doc/HTML/et/konversation/index.docbook -share/doc/HTML/it/konversation/addchannel.png -share/doc/HTML/it/konversation/addnetwork_co.png -share/doc/HTML/it/konversation/addserver_co.png -share/doc/HTML/it/konversation/channel_screen_tour_co.png -share/doc/HTML/it/konversation/channellist_screen_co.png -share/doc/HTML/it/konversation/checkidentities.png -share/doc/HTML/it/konversation/colorchooser_screen.png -share/doc/HTML/it/konversation/common -share/doc/HTML/it/konversation/first_channel_co.png -share/doc/HTML/it/konversation/first_serverlist_co.png -share/doc/HTML/it/konversation/identities_adv_co.png -share/doc/HTML/it/konversation/identities_away_co.png -share/doc/HTML/it/konversation/identities_gen_co.png -share/doc/HTML/it/konversation/index.cache.bz2 -share/doc/HTML/it/konversation/index.docbook -share/doc/HTML/it/konversation/nicksonline_co.png -share/doc/HTML/it/konversation/notification_screen_co.png -share/doc/HTML/it/konversation/notifylist_screen_co.png -share/doc/HTML/it/konversation/osd_demo.png -share/doc/HTML/it/konversation/osd_screen_co.png -share/doc/HTML/it/konversation/quickbuttons_screen.png -share/doc/HTML/it/konversation/quickconnect_screen.png -share/doc/HTML/it/konversation/serverlist_co.png -share/doc/HTML/pt/konversation/common -share/doc/HTML/pt/konversation/index.cache.bz2 -share/doc/HTML/pt/konversation/index.docbook -share/doc/HTML/ru/konversation/common -share/doc/HTML/ru/konversation/index.cache.bz2 -share/doc/HTML/ru/konversation/index.docbook -share/doc/HTML/sv/konversation/addchannel.png -share/doc/HTML/sv/konversation/addnetwork_co.png -share/doc/HTML/sv/konversation/addserver_co.png -share/doc/HTML/sv/konversation/channel_screen_tour_co.png -share/doc/HTML/sv/konversation/channellist_screen_co.png -share/doc/HTML/sv/konversation/checkidentities.png -share/doc/HTML/sv/konversation/colorchooser_screen.png -share/doc/HTML/sv/konversation/common -share/doc/HTML/sv/konversation/dccstatus_screen_co.png -share/doc/HTML/sv/konversation/first_channel_co.png -share/doc/HTML/sv/konversation/first_serverlist_co.png -share/doc/HTML/sv/konversation/highlighting_screen_co.png -share/doc/HTML/sv/konversation/identities_adv_co.png -share/doc/HTML/sv/konversation/identities_away_co.png -share/doc/HTML/sv/konversation/identities_gen_co.png -share/doc/HTML/sv/konversation/index.cache.bz2 -share/doc/HTML/sv/konversation/index.docbook -share/doc/HTML/sv/konversation/kimproxy_create_screen2.png -share/doc/HTML/sv/konversation/kimproxy_create_screen_co.png -share/doc/HTML/sv/konversation/logviewer_co.png -share/doc/HTML/sv/konversation/nicksonline_co.png -share/doc/HTML/sv/konversation/nickthemes_screen_co.png -share/doc/HTML/sv/konversation/notification_screen_co.png -share/doc/HTML/sv/konversation/notifylist_screen_co.png -share/doc/HTML/sv/konversation/osd_demo.png -share/doc/HTML/sv/konversation/osd_screen_co.png -share/doc/HTML/sv/konversation/quickbuttons_screen.png -share/doc/HTML/sv/konversation/quickconnect_screen.png -share/doc/HTML/sv/konversation/serverlist_co.png -share/doc/HTML/sv/konversation/urlcatcher_screen_co.png -share/doc/HTML/sv/konversation/webbrowser_screen_co.png -share/icons/crystalsvg/16x16/actions/kimproxyaway.png -share/icons/crystalsvg/16x16/actions/kimproxyoffline.png -share/icons/crystalsvg/16x16/actions/kimproxyonline.png -share/icons/crystalsvg/22x22/actions/char.png -share/icons/crystalsvg/22x22/actions/kimproxyaway.png -share/icons/crystalsvg/22x22/actions/kimproxyoffline.png -share/icons/crystalsvg/22x22/actions/kimproxyonline.png -share/icons/crystalsvg/22x22/actions/konv_message.png -share/icons/crystalsvg/32x32/actions/kimproxyaway.png -share/icons/crystalsvg/32x32/actions/kimproxyoffline.png -share/icons/crystalsvg/32x32/actions/kimproxyonline.png -share/icons/crystalsvg/scalable/actions/kimproxyaway.svgz -share/icons/crystalsvg/scalable/actions/kimproxyoffline.svgz -share/icons/crystalsvg/scalable/actions/kimproxyonline.svgz -share/icons/crystalsvg/scalable/actions/konv_message.svgz -share/icons/hicolor/128x128/apps/konversation.png -share/icons/hicolor/16x16/apps/konversation.png -share/icons/hicolor/22x22/apps/konversation.png -share/icons/hicolor/32x32/apps/konversation.png -share/icons/hicolor/48x48/apps/konversation.png -share/icons/hicolor/64x64/apps/konversation.png -share/icons/hicolor/scalable/apps/konversation.svgz -share/locale/ar/LC_MESSAGES/konversation.mo -share/locale/bg/LC_MESSAGES/konversation.mo -share/locale/ca/LC_MESSAGES/konversation.mo -share/locale/da/LC_MESSAGES/konversation.mo -share/locale/de/LC_MESSAGES/konversation.mo -share/locale/el/LC_MESSAGES/konversation.mo -share/locale/en_GB/LC_MESSAGES/konversation.mo -share/locale/es/LC_MESSAGES/konversation.mo -share/locale/et/LC_MESSAGES/konversation.mo -share/locale/fi/LC_MESSAGES/konversation.mo -share/locale/fr/LC_MESSAGES/konversation.mo -share/locale/gl/LC_MESSAGES/konversation.mo -share/locale/he/LC_MESSAGES/konversation.mo -share/locale/hu/LC_MESSAGES/konversation.mo -share/locale/it/LC_MESSAGES/konversation.mo -share/locale/ja/LC_MESSAGES/konversation.mo -share/locale/ka/LC_MESSAGES/konversation.mo -share/locale/ko/LC_MESSAGES/konversation.mo -share/locale/pa/LC_MESSAGES/konversation.mo -share/locale/pt/LC_MESSAGES/konversation.mo -share/locale/ru/LC_MESSAGES/konversation.mo -share/locale/sr/LC_MESSAGES/konversation.mo -share/locale/sr@Latn/LC_MESSAGES/konversation.mo -share/locale/sv/LC_MESSAGES/konversation.mo -share/locale/tr/LC_MESSAGES/konversation.mo -share/locale/zh_CN/LC_MESSAGES/konversation.mo -share/locale/zh_TW/LC_MESSAGES/konversation.mo -share/services/konvirc.protocol -share/services/konvirc6.protocol -@dirrm share/doc/HTML/sv/konversation -@dirrm share/doc/HTML/ru/konversation -@dirrm share/doc/HTML/pt/konversation -@dirrm share/doc/HTML/it/konversation -@dirrm share/doc/HTML/et/konversation -@dirrm share/doc/HTML/es/konversation -@dirrm share/doc/HTML/en/konversation-apidocs/konversation/html -@dirrm share/doc/HTML/en/konversation-apidocs/konversation -@dirrm share/doc/HTML/en/konversation-apidocs -@dirrm share/doc/HTML/en/konversation -@dirrm share/doc/HTML/da/konversation -@dirrm share/apps/konversation/themes/square -@dirrm share/apps/konversation/themes/smiling -@dirrm share/apps/konversation/themes/oxygen -@dirrm share/apps/konversation/themes/default -@dirrm share/apps/konversation/themes/classic -@dirrm share/apps/konversation/themes/christmas -@dirrm share/apps/konversation/themes/alternative -@dirrm share/apps/konversation/themes -@dirrm share/apps/konversation/scripts -@dirrm share/apps/konversation -@dirrmtry share/apps/kconf_update -@dirrmtry share/applications/kde diff --git a/irc/kwirc/Makefile b/irc/kwirc/Makefile deleted file mode 100644 index 80d12ae56c32..000000000000 --- a/irc/kwirc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: kwirc -# Date created: Mon Mar 15 12:38:09 CET 2004 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kwirc -PORTVERSION= 0.1.0 -PORTREVISION= 10 -CATEGORIES= irc kde -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20_sexybaby_ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IRC client for KDE - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/irc/kwirc/distinfo b/irc/kwirc/distinfo deleted file mode 100644 index 29324b909536..000000000000 --- a/irc/kwirc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kwirc-0.1.0.tar.bz2) = e6ed7702ed5c9ad0179d946d88515e0abd6d4cd482cee2c88617075d12bdeaf0 -SIZE (kwirc-0.1.0.tar.bz2) = 662305 diff --git a/irc/kwirc/pkg-descr b/irc/kwirc/pkg-descr deleted file mode 100644 index a78640c5f259..000000000000 --- a/irc/kwirc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Kwirc is an IRC client for KDE. It features: - - o SSL Support - o Multiserver - o Lame mode with smileys - o Ruby scripting - -WWW: http://kwirc.sourceforge.net/ diff --git a/irc/kwirc/pkg-plist b/irc/kwirc/pkg-plist deleted file mode 100644 index ec888076e1d3..000000000000 --- a/irc/kwirc/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/kwirc -share/applications/kde/kwirc.desktop -share/apps/kwirc/eventsrc -share/apps/kwirc/icons/op.png -share/apps/kwirc/icons/op_away.png -share/apps/kwirc/icons/standard.png -share/apps/kwirc/icons/standard_away.png -share/apps/kwirc/icons/voice.png -share/apps/kwirc/icons/voice_away.png -share/apps/kwirc/scripts/YS.rb -share/apps/kwirc/scripts/annoy.rb -share/apps/kwirc/scripts/autoslaps.rb -share/apps/kwirc/scripts/beepme.rb -share/apps/kwirc/scripts/ircutils.rb -share/apps/kwirc/scripts/testerror.rb -share/apps/kwirc/scripts/testscript.rb -share/apps/kwirc/scripts/wordautocomplete.rb -share/apps/kwirc/smileys/icon_ass.png -share/apps/kwirc/smileys/icon_biggrin.png -share/apps/kwirc/smileys/icon_borne.png -share/apps/kwirc/smileys/icon_confused.png -share/apps/kwirc/smileys/icon_cool.png -share/apps/kwirc/smileys/icon_cry.png -share/apps/kwirc/smileys/icon_dick.png -share/apps/kwirc/smileys/icon_eek.png -share/apps/kwirc/smileys/icon_razz.png -share/apps/kwirc/smileys/icon_smile.png -share/apps/kwirc/smileys/icon_turtle.png -share/apps/kwirc/smileys/icon_wink.png -share/apps/kwirc/themes/blackmore.theme -share/apps/kwirc/themes/default.theme -share/apps/kwirc/themes/nohar.theme -share/config.kcfg/kwircsettings.kcfg -share/doc/HTML/en/kwirc/common -share/doc/HTML/en/kwirc/index.cache.bz2 -share/doc/HTML/en/kwirc/index.docbook -share/icons/hicolor/16x16/apps/kwirc.png -share/icons/hicolor/22x22/apps/kwirc.png -share/icons/hicolor/32x32/apps/kwirc.png -share/icons/hicolor/48x48/apps/kwirc.png -share/icons/hicolor/64x64/apps/kwirc.png -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrm share/doc/HTML/en/kwirc -@dirrmtry share/doc/HTML/en -@dirrmtry share/doc/HTML -@dirrmtry share/config.kcfg -@dirrm share/apps/kwirc/themes -@dirrm share/apps/kwirc/smileys -@dirrm share/apps/kwirc/scripts -@dirrm share/apps/kwirc/icons -@dirrm share/apps/kwirc -@dirrmtry share/apps -@dirrmtry share/applications/kde -@dirrmtry share/applications |