aboutsummaryrefslogtreecommitdiff
path: root/irc/smuxi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-27 18:57:00 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-27 18:57:00 +0000
commit829b60e37de6ce706f13d4ca1d972ea82fc97208 (patch)
treef7d554eaba8519da25f58c6e80eeb8a5bdf4c6f5 /irc/smuxi
parent7cde1eac4068a2f82ceead2c541d4ebbe1af90d9 (diff)
downloadports-829b60e37de6ce706f13d4ca1d972ea82fc97208.tar.gz
ports-829b60e37de6ce706f13d4ca1d972ea82fc97208.zip
Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
Notes
Notes: svn path=/head/; revision=325483
Diffstat (limited to 'irc/smuxi')
-rw-r--r--irc/smuxi/Makefile41
-rw-r--r--irc/smuxi/distinfo2
-rw-r--r--irc/smuxi/pkg-descr14
-rw-r--r--irc/smuxi/pkg-plist98
4 files changed, 0 insertions, 155 deletions
diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile
deleted file mode 100644
index 0790e18094b8..000000000000
--- a/irc/smuxi/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Romain Tartiere <romain@blogreen.org>
-# $FreeBSD$
-
-PORTNAME= smuxi
-PORTVERSION= 0.8
-CATEGORIES= irc
-MASTER_SITES= http://www.smuxi.org/jaws/data/files/
-
-MAINTAINER= mono@FreeBSD.org
-COMMENT= Smart MUltipleXed Irc
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-08-27
-
-BROKEN= Does not build
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/smartirc4net.pc:${PORTSDIR}/irc/smartirc4net \
- ${LOCALBASE}/libdata/pkgconfig/nini-1.1.pc:${PORTSDIR}/devel/nini \
- ${LOCALBASE}/libdata/pkgconfig/log4net.pc:${PORTSDIR}/devel/log4net
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= intltool gnomehack gnomesharp20
-
-post-patch:
- @${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
- 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g ; \
- s|@libdir@/locale|@prefix@/share/locale|g'
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/smuxi/distinfo b/irc/smuxi/distinfo
deleted file mode 100644
index d3109da1994b..000000000000
--- a/irc/smuxi/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (smuxi-0.8.tar.gz) = 76ac79b24e0ac3aa7994fd56c70bef34c0bcd435b0acf4be5135aea5e0e8a41a
-SIZE (smuxi-0.8.tar.gz) = 1135506
diff --git a/irc/smuxi/pkg-descr b/irc/smuxi/pkg-descr
deleted file mode 100644
index 6eb0325486bf..000000000000
--- a/irc/smuxi/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
-client for sophisticated users, targeting the GNOME desktop.
-
-Smuxi is based on the client-server model: The core application (engine) can
-be placed onto a server which is connected to the Internet around-the-clock;
-one or more frontends then connect to the core. This way, the connection to
-IRC can be kept up even when all frontends have been closed. The combination
-of screen and irssi served as example for this architecture.
-
-Smuxi also supports the regular single application mode. This behaves like a
-typical IRC client; it doesn't need separate core management and utilizes a
-local engine that is used by the local frontend client.
-
-WWW: http://www.smuxi.org
diff --git a/irc/smuxi/pkg-plist b/irc/smuxi/pkg-plist
deleted file mode 100644
index 297a345d7a8e..000000000000
--- a/irc/smuxi/pkg-plist
+++ /dev/null
@@ -1,98 +0,0 @@
-@comment $FreeBSD$
-bin/smuxi-frontend-gnome
-bin/smuxi-server
-lib/smuxi/Meebey.SmartIrc4net.dll
-lib/smuxi/Meebey.SmartIrc4net.dll.mdb
-lib/smuxi/Newtonsoft.Json.dll
-lib/smuxi/Newtonsoft.Json.dll.mdb
-lib/smuxi/Twitterizer2.dll
-lib/smuxi/Twitterizer2.dll.mdb
-lib/smuxi/smuxi-common.dll
-lib/smuxi/smuxi-engine-irc.dll
-lib/smuxi/smuxi-engine-irc.dll.mdb
-lib/smuxi/smuxi-engine-twitter.dll
-lib/smuxi/smuxi-engine.dll
-lib/smuxi/smuxi-engine.dll.mdb
-lib/smuxi/smuxi-frontend-gnome-irc.dll
-lib/smuxi/smuxi-frontend-gnome.exe
-lib/smuxi/smuxi-frontend-gnome.exe.config
-lib/smuxi/smuxi-frontend-gnome.exe.mdb
-lib/smuxi/smuxi-frontend.dll
-lib/smuxi/smuxi-frontend.dll.mdb
-lib/smuxi/smuxi-server.exe
-lib/smuxi/smuxi-server.exe.config
-libdata/pkgconfig/smuxi-common.pc
-libdata/pkgconfig/smuxi-engine-irc.pc
-libdata/pkgconfig/smuxi-engine.pc
-libdata/pkgconfig/smuxi-frontend.pc
-share/applications/smuxi-frontend-gnome.desktop
-%%NLS%%share/locale/ca/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/smuxi-server.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/da/LC_MESSAGES/smuxi-server.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/de/LC_MESSAGES/smuxi-server.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/es/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/es/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/es/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/es/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/es/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/es_AR/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/es_AR/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/es_AR/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/es_AR/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/es_AR/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/smuxi-server.mo
-%%NLS%%share/locale/it/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/it/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/it/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/it/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/it/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/it/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/smuxi-server.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-engine-irc.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-engine-twitter.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-engine.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-frontend-gnome.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-frontend.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/smuxi-server.mo
-share/pixmaps/smuxi-frontend-gnome.svg
-@dirrm lib/smuxi/icons
-@dirrm lib/smuxi