1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Remove expired ports:

2013-11-05 net-im/qutim: Old version, a new one needs to be ported from scratch
2013-11-05 textproc/gtkdiff: Gnome1 EOLed by upstream for a while.
This commit is contained in:
Rene Ladan 2013-11-05 11:48:18 +00:00
parent 500e786086
commit e97e7a0a56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332832
13 changed files with 2 additions and 136 deletions

2
MOVED
View File

@ -5165,3 +5165,5 @@ deskutils/blogtk||2013-11-03|Has expired: This is dead upstream and is no longer
devel/ruby-io-reactor||2013-11-03|Has expired: Does not work with Ruby 1.9
textproc/p5-Text-Emoticon-MSN||2013-11-03|Has expired: Primary MSN Messenger service terminated 30 APR 2013
textproc/jakarta-poi|textproc/apache-poi|2013-11-04|Replaced with apache-poi
net-im/qutim||2013-11-05|Has expired: Old version, a new one needs to be ported from scratch
textproc/gtkdiff||2013-11-05|Has expired: Gnome1 EOLed by upstream for a while.

View File

@ -138,7 +138,6 @@
SUBDIR += py-xmpppy-irc
SUBDIR += py-xmpppy-yahoo
SUBDIR += qq
SUBDIR += qutim
SUBDIR += qwit
SUBDIR += qwit-devel
SUBDIR += qxmpp

View File

@ -1,40 +0,0 @@
# Created by: webmaster@kibab.com
# $FreeBSD$
PORTNAME= qutim
PORTVERSION= 0.2
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= net-im
MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \
ftp://ftp.inferra.ru/pub/qutim/
DISTNAME= qutim_${PORTVERSION}_svn529
MAINTAINER= webmaster@kibab.com
COMMENT= Qt4-based multiprotocol IM client with advanced features
DEPRECATED= Old version, a new one needs to be ported from scratch
EXPIRATION_DATE= 2013-11-05
USE_QT4= designer_build \
gui \
imageformats \
moc_build \
network \
qmake_build \
rcc_build \
script_build \
uic_build \
webkit \
xml
USE_XORG= xscrnsaver
USES= cmake
CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1
LDFLAGS+= -L${LOCALBASE}/lib -lX11
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (qutim_0.2_svn529.tar.gz) = bd631b714aa16f6efa28a071b359b63400a0c13a3aeb33a0f9b0f6b0f70b47fe
SIZE (qutim_0.2_svn529.tar.gz) = 831722

View File

@ -1,11 +0,0 @@
--- CMakeLists.txt.orig 2009-10-11 14:09:56.000000000 +0000
+++ CMakeLists.txt
@@ -11,7 +11,7 @@ if( UNIX )
if( BSD )
SET( CMAKE_THREAD_LIBS -pthread )
SET( CMAKE_USE_PTHREADS ON )
- SET( CMAKE_EXE_LINKER_FLAGS -pthread )
+ SET( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread" )
endif( BSD )
endif( UNIX )

View File

@ -1,10 +0,0 @@
--- src/3rdparty/qtsolutions/qtlocalpeer.cpp.orig 2009-06-03 11:32:52.000000000 +0000
+++ src/3rdparty/qtsolutions/qtlocalpeer.cpp
@@ -56,6 +56,7 @@ typedef BOOL(WINAPI*PProcessIdToSessionI
static PProcessIdToSessionId pProcessIdToSessionId = 0;
#endif
#if defined(Q_OS_UNIX)
+#include <unistd.h>
#include <time.h>
#endif

View File

@ -1,6 +0,0 @@
qutIM is a multiprotocol IM client, supports Jabber, ICQ and some other protocols.
It offers a shiny QT4-based look and extra features like spam control,
tabbed chat windows and others.
Author: Rustam Chakin qutim.develop@gmail.com
WWW: http://sourceforge.net/projects/qutim

View File

@ -1,19 +0,0 @@
bin/qutim
include/qutim/iconmanagerinterface.h
include/qutim/layerinterface.h
include/qutim/layerscity.h
include/qutim/plugininterface.h
include/qutim/protocolinterface.h
include/qutim/settings.h
share/applications/qutim.desktop
share/cmake/Modules/FindQutIM.cmake
share/cmake/Modules/qutimuic.cmake
share/icons/hicolor/64x64/apps/qutim.png
share/pixmaps/qutim.xpm
@dirrmtry share/icons/hicolor/64x64/apps
@dirrmtry share/icons/hicolor/64x64
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/cmake/Modules
@dirrmtry share/cmake
@dirrm include/qutim

View File

@ -221,7 +221,6 @@
SUBDIR += groonga
SUBDIR += gsed
SUBDIR += gtk-doc
SUBDIR += gtkdiff
SUBDIR += gtkspell
SUBDIR += gtkspell-reference
SUBDIR += gu-aspell

View File

@ -1,27 +0,0 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkdiff
PORTVERSION= 1.8.0
PORTREVISION= 9
CATEGORIES= textproc gnome
MASTER_SITES= TUCOWS
MAINTAINER= cy@FreeBSD.org
COMMENT= A frontend for diff(1)
DEPRECATED= Gnome1 EOLed by upstream for a while.
EXPIRATION_DATE= 2013-11-05
USE_GNOME= gnomehack gnomeprefix gnomelibs
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gtkdiff.1 gtkdiff-rcs.1
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gtkdiff-1.8.0.tar.gz) = 08e73f969abc69f9eb325d30916ff2c25af943638aa0659097fa91989737109f
SIZE (gtkdiff-1.8.0.tar.gz) = 282002

View File

@ -1,5 +0,0 @@
gtkdiff is a frontend for diff. It's written with GTK+ and
requires GNOME.
Author: INOUE Seiichiro <inoue@ainet.or.jp>
WWW: http://directory.fsf.org/gtkdiff.html

View File

@ -1,12 +0,0 @@
bin/gtkdiff
bin/gtkdiff-cvs
bin/gtkdiff-rcs
share/gnome/apps/Utilities/gtkdiff.desktop
%%DATADIR%%/gtkdiffrc
share/locale/da/LC_MESSAGES/gtkdiff.mo
share/locale/de/LC_MESSAGES/gtkdiff.mo
share/locale/es/LC_MESSAGES/gtkdiff.mo
share/locale/fr/LC_MESSAGES/gtkdiff.mo
share/locale/ja/LC_MESSAGES/gtkdiff.mo
share/locale/tr/LC_MESSAGES/gtkdiff.mo
@dirrm %%DATADIR%%