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 /news | |
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 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/klibido/Makefile | 35 | ||||
-rw-r--r-- | news/klibido/distinfo | 2 | ||||
-rw-r--r-- | news/klibido/files/patch-src__addserver.cpp | 20 | ||||
-rw-r--r-- | news/klibido/files/patch-src__nntpthreadsocket.h | 11 | ||||
-rw-r--r-- | news/klibido/files/patch-src__yydecoder.h | 11 | ||||
-rw-r--r-- | news/klibido/pkg-descr | 6 | ||||
-rw-r--r-- | news/klibido/pkg-plist | 32 |
8 files changed, 0 insertions, 118 deletions
diff --git a/news/Makefile b/news/Makefile index 3685ebcca81e..09c0cdd399c2 100644 --- a/news/Makefile +++ b/news/Makefile @@ -38,7 +38,6 @@ SUBDIR += husky-sqpack SUBDIR += ifmail SUBDIR += inn - SUBDIR += klibido SUBDIR += knews SUBDIR += leafnode SUBDIR += lottanzb diff --git a/news/klibido/Makefile b/news/klibido/Makefile deleted file mode 100644 index d851c0afc9ff..000000000000 --- a/news/klibido/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: klibido -# Date created: 2 December 2004 -# Whom: conrads@cox.net -# -# $FreeBSD$ -# - -PORTNAME= klibido -PORTVERSION= 0.2.5 -PORTREVISION= 9 -CATEGORIES= news -MASTER_SITES= SF - -MAINTAINER= conrads@cox.net -COMMENT= A very fast and efficient KDE/QT-based downloader for Usenet binaries - -LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ - db-4.4:${PORTSDIR}/databases/db44 - -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -INSTALLS_ICONS= yes -USES= gettext - -LDFLAGS+= -L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS} -CFLAGS+= -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS} -CXXFLAGS+= -I${LOCALBASE}/include/db44 - -post-install: -.if defined(NOPORTDOCS) - ${RM} -rf ${PREFIX}/share/doc/HTML/en/klibido -.endif - -.include <bsd.port.mk> diff --git a/news/klibido/distinfo b/news/klibido/distinfo deleted file mode 100644 index 94e6d47a0b30..000000000000 --- a/news/klibido/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (klibido-0.2.5.tar.gz) = 7bd35c5cf6f1b9b26f802e78d63e9ae7a66763ca4c0c4a78ecc87d45a20b1d22 -SIZE (klibido-0.2.5.tar.gz) = 720741 diff --git a/news/klibido/files/patch-src__addserver.cpp b/news/klibido/files/patch-src__addserver.cpp deleted file mode 100644 index 836378554c8e..000000000000 --- a/news/klibido/files/patch-src__addserver.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/addserver.cpp.orig 2006-01-06 09:44:19.000000000 -0600 -+++ ./src/addserver.cpp 2007-06-25 23:04:41.000000000 -0500 -@@ -27,7 +27,7 @@ - buttonOk->setIconSet(KGlobal::iconLoader()->loadIcon("button_ok", KIcon::Small, 0, false)); - buttonCancel->setIconSet(KGlobal::iconLoader()->loadIcon("button_cancel", KIcon::Small, 0, false)); - m_priorityInput->setRange(1,10,1,false); -- m_threadInput->setRange(1,10,1,false); -+ m_threadInput->setRange(1,20,1,false); - m_timeoutInput->setRange(60,600,5,false); - m_threadTimeoutInput->setRange(1,30,1,false); - validator=new QIntValidator(1,65535,this); -@@ -90,7 +90,7 @@ - buttonOk->setIconSet(KGlobal::iconLoader()->loadIcon("button_ok", KIcon::Small, 0, false)); - buttonCancel->setIconSet(KGlobal::iconLoader()->loadIcon("button_cancel", KIcon::Small, 0, false)); - m_priorityInput->setRange(1,10,1,false); -- m_threadInput->setRange(1,10,1,false); -+ m_threadInput->setRange(1,20,1,false); - m_timeoutInput->setRange(60,600,5,false); - m_threadTimeoutInput->setRange(1,30,1,false); - validator=new QIntValidator(1,65535,this); diff --git a/news/klibido/files/patch-src__nntpthreadsocket.h b/news/klibido/files/patch-src__nntpthreadsocket.h deleted file mode 100644 index 455e621e4a38..000000000000 --- a/news/klibido/files/patch-src__nntpthreadsocket.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/nntpthreadsocket.h.orig 2007-06-25 23:05:29.000000000 -0500 -+++ ./src/nntpthreadsocket.h 2007-06-25 23:06:23.000000000 -0500 -@@ -234,7 +234,7 @@ - bool getHead(QString group, int artnum); //Unimplemented - int m_getError() {return error;} - const char *m_getErrorDesc() {return (const char *) errorString;} -- char * NntpThreadSocket::m_findEndLine( char * start, char * end ); -+ char * m_findEndLine( char * start, char * end ); - void setHost(NntpHost *nh); - bool m_sendCmd( QString& cmd, int response ); - QTime prevTime, currentTime; diff --git a/news/klibido/files/patch-src__yydecoder.h b/news/klibido/files/patch-src__yydecoder.h deleted file mode 100644 index 5db1f18b1828..000000000000 --- a/news/klibido/files/patch-src__yydecoder.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/yydecoder.h.orig 2007-06-25 23:05:38.000000000 -0500 -+++ ./src/yydecoder.h 2007-06-25 23:06:50.000000000 -0500 -@@ -87,7 +87,7 @@ - - private: - -- inline void yyDecoder::charCRC(const unsigned char *c); -+ inline void charCRC(const unsigned char *c); - - QStringList m_fileParts; - QStringList::Iterator fileIterator; diff --git a/news/klibido/pkg-descr b/news/klibido/pkg-descr deleted file mode 100644 index 8b6742f02181..000000000000 --- a/news/klibido/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Klibido is a very fast and efficient KDE/QT-based downloader for Usenet -binaries. It has a nice, clean user interface, and supports using multiple -news servers with multiple connections per server. Articles may also be -viewed within the program, including graphic images. - -WWW: http://klibido.sourceforge.net/ diff --git a/news/klibido/pkg-plist b/news/klibido/pkg-plist deleted file mode 100644 index 62c129e6eacd..000000000000 --- a/news/klibido/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/klibido -share/applnk/Utilities/klibido.desktop -share/apps/klibido/icons/hicolor/16x16/actions/icon_article_new.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_article_read.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_article_unread.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_binary.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_binary_complete.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_binary_incomplete.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_filter_only_attachments.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_filter_only_new.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_newsgroup.png -share/apps/klibido/icons/hicolor/16x16/actions/icon_server.png -share/apps/klibido/icons/hicolor/16x16/apps/klibido.png -share/apps/klibido/icons/hicolor/32x32/actions/decode.png -share/apps/klibido/icons/hicolor/32x32/apps/klibido.png -share/apps/klibido/klibidoui.rc -%%PORTDOCS%%share/doc/HTML/en/klibido/common -%%PORTDOCS%%share/doc/HTML/en/klibido/index.cache.bz2 -%%PORTDOCS%%share/doc/HTML/en/klibido/index.docbook -share/icons/hicolor/16x16/apps/klibido.png -share/icons/hicolor/32x32/apps/klibido.png -share/locale/fr/LC_MESSAGES/klibido.mo -@dirrm share/apps/klibido/icons/hicolor/16x16/actions -@dirrm share/apps/klibido/icons/hicolor/16x16/apps -@dirrm share/apps/klibido/icons/hicolor/32x32/actions -@dirrm share/apps/klibido/icons/hicolor/32x32/apps -@dirrm share/apps/klibido/icons/hicolor/16x16 -@dirrm share/apps/klibido/icons/hicolor/32x32 -@dirrm share/apps/klibido/icons/hicolor -@dirrm share/apps/klibido/icons -@dirrm share/apps/klibido -%%PORTDOCS%%@dirrm share/doc/HTML/en/klibido |