mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove expired ports:
2014-01-04 net-im/xfce4-messenger-plugin: Deprecated and no update for 7 years 2014-01-04 multimedia/xfce4-media: Upstream development dead, use multimedia/xfce4-parole instead
This commit is contained in:
parent
aa14daea58
commit
ceef4a45c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338642
2
MOVED
2
MOVED
@ -5357,3 +5357,5 @@ www/mod_lisp2||2014-01-01|Has expired: distfile unfetchable
|
||||
irc/xchat-gnome||2014-01-02|Has expired: broken and no release since 2009
|
||||
net-mgmt/unifi|net-mgmt/unifi3|2014-01-02|Rename to unifi3; unifi2 is coming to ports tree as well
|
||||
www/codeigniter17|www/codeigniter|2014-01-04|Unsupported upstream, consider using newer version
|
||||
net-im/xfce4-messenger-plugin||2014-01-04|Has expired: Deprecated and no update for 7 years
|
||||
multimedia/xfce4-media|multimedia/xfce4-parole|2014-01-04|Has expired: Upstream development dead, use multimedia/xfce4-parole instead
|
||||
|
@ -393,7 +393,6 @@
|
||||
SUBDIR += xbmc-addon-pvr
|
||||
SUBDIR += xbmc-addon-xvdr
|
||||
SUBDIR += xbmc-pvr
|
||||
SUBDIR += xfce4-media
|
||||
SUBDIR += xfce4-parole
|
||||
SUBDIR += xfce4-xmms-plugin
|
||||
SUBDIR += xine
|
||||
|
@ -1,70 +0,0 @@
|
||||
# Created by: Matt Lancereau <ports@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-media
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 28
|
||||
CATEGORIES= multimedia xfce
|
||||
MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/
|
||||
DISTNAME= xfmedia-${PORTVERSION}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Lightweight media player for Xfce4 based on the xine engine
|
||||
|
||||
LIB_DEPENDS= xine:${PORTSDIR}/multimedia/libxine
|
||||
|
||||
DEPRECATED= Upstream development dead, use multimedia/xfce4-parole instead
|
||||
EXPIRATION_DATE= 2014-01-04
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix pkgconfig gettext
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libexo libgui libutil panel
|
||||
USE_XORG= x11 sm
|
||||
|
||||
OPTIONS_DEFINE= TAGLIB DBUS STARTUP
|
||||
OPTIONS_DEFAULT= DBUS STARTUP
|
||||
|
||||
TAGLIB_DESC= metadata editing support
|
||||
STARTUP_DESC= startup notification support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTABLIB}
|
||||
LIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib
|
||||
CONFIGURE_ARGS+=--with-taglib
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-taglib
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDBUS}
|
||||
LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
|
||||
CONFIGURE_ARGS+=--enable-dbus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-dbus
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSTARTUP}
|
||||
LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification
|
||||
CONFIGURE_ARGS+=--enable-startup-notification
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-startup-notification
|
||||
.endif
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|xfmedia_remote_LDADD = |&@LIBXFCEGUI4_LIBS@|" \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s|exo-0.3|exo-1|" ${WRKSRC}/configure
|
||||
.for file in mediamarks.c playlist.c settings-dialog.c xfmedia-playlist-queue.c
|
||||
@${REINPLACE_CMD} -e "s|EXO_PANGO_ELLIPSIZE_END|PANGO_ELLIPSIZE_END|" \
|
||||
${WRKSRC}/src/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (xfce4/xfmedia-0.9.2.tar.bz2) = 451b67541527cde7f96693fa1ef7776eb03ac40edcef3023bfb2c1ebcf3e7e0c
|
||||
SIZE (xfce4/xfmedia-0.9.2.tar.bz2) = 893228
|
@ -1,11 +0,0 @@
|
||||
--- po/Makefile.in.in.orig Thu Feb 8 14:27:07 2007
|
||||
+++ po/Makefile.in.in Thu Feb 8 14:27:52 2007
|
||||
@@ -44,7 +44,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
-GMSGFMT = @GMSGFMT@
|
||||
+GMSGFMT = @INTLTOOL_MSGFMT@
|
||||
MSGFMT = @MSGFMT@
|
||||
XGETTEXT_ARGS = @XGETTEXT_ARGS@
|
||||
XGETTEXT = @XGETTEXT@ $(XGETTEXT_ARGS)
|
@ -1,12 +0,0 @@
|
||||
--- src/playlist-files.c.orig 2006-11-26 23:21:23.000000000 -0800
|
||||
+++ src/playlist-files.c 2011-11-04 12:28:14.000000000 -0700
|
||||
@@ -815,3 +815,3 @@
|
||||
|
||||
- md5sum = exo_str_get_md5_str(original_uri);
|
||||
+ md5sum = g_compute_checksum_for_string(G_CHECKSUM_MD5, original_uri, -1);
|
||||
|
||||
@@ -843,3 +843,3 @@
|
||||
|
||||
- md5sum = exo_str_get_md5_str(original_uri);
|
||||
+ md5sum = g_compute_checksum_for_string(G_CHECKSUM_MD5, original_uri, -1);
|
||||
|
@ -1,31 +0,0 @@
|
||||
--- src/xfmedia-xine.c.orig
|
||||
+++ src/xfmedia-xine.c
|
||||
@@ -38,15 +38,15 @@
|
||||
#ifdef HAVE_MATH_H
|
||||
#include <math.h>
|
||||
#endif
|
||||
+#ifdef HAVE_SYS_TYPES_H
|
||||
+#include <sys/types.h>
|
||||
+#endif
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
-#ifdef HAVE_SYS_TYPES_H
|
||||
-#include <sys/types.h>
|
||||
-#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
@@ -1457,7 +1457,8 @@ xfmedia_xine_trick_mode(XfmediaXine * xf
|
||||
g_return_val_if_fail(XFMEDIA_IS_XINE(xfx), 0);
|
||||
g_return_val_if_fail(xfx->priv->stream != NULL, 0);
|
||||
|
||||
- return xine_trick_mode(xfx->priv->stream, mode, value);
|
||||
+ //return xine_trick_mode(xfx->priv->stream, mode, value);
|
||||
+ return 0;
|
||||
}
|
||||
|
||||
gboolean
|
@ -1,3 +0,0 @@
|
||||
Xfmedia is a lightweight media player based on the xine engine
|
||||
|
||||
WWW: http://www.spuriousinterrupt.org/projects/xfmedia/
|
@ -1,71 +0,0 @@
|
||||
bin/xfmedia
|
||||
bin/xfmedia-remote
|
||||
etc/xdg/xfmedia/keybindings.rc
|
||||
include/xfmedia/xfmedia-interface.h
|
||||
include/xfmedia/xfmedia-playlist.h
|
||||
include/xfmedia/xfmedia-playlist-queue.h
|
||||
include/xfmedia/xfmedia-plugin.h
|
||||
include/xfmedia/xfmedia-remote-client.h
|
||||
include/xfmedia/xfmedia-remote-common.h
|
||||
include/xfmedia/xfmedia-settings.h
|
||||
include/xfmedia/xfmedia-video-window.h
|
||||
lib/xfmedia/plugins/xfmedia-infopipe.a
|
||||
lib/xfmedia/plugins/xfmedia-infopipe.la
|
||||
lib/xfmedia/plugins/xfmedia-infopipe.so
|
||||
libdata/pkgconfig/xfmedia-plugin.pc
|
||||
share/applications/xfmedia.desktop
|
||||
share/icons/hicolor/48x48/apps/xfmedia.png
|
||||
share/icons/hicolor/22x22/actions/xfmedia-repeat.png
|
||||
share/icons/hicolor/22x22/actions/xfmedia-shuffle.png
|
||||
share/locale/de/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/es/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/eu/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/fi/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/fr/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/gu/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/hu/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/lt/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/pl/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/sk/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/vi/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/he/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/it/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/ja/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/ka/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/ru/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/ca/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/cs/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/dz/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/gl/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/uk/LC_MESSAGES/xfmedia.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfmedia.mo
|
||||
share/xfmedia/doc/C/ch01s02.html
|
||||
share/xfmedia/doc/C/ch01s03.html
|
||||
share/xfmedia/doc/C/ch01.html
|
||||
share/xfmedia/doc/C/ch02.html
|
||||
share/xfmedia/doc/C/ch03s02.html
|
||||
share/xfmedia/doc/C/ch03s03.html
|
||||
share/xfmedia/doc/C/ch03.html
|
||||
share/xfmedia/doc/C/ch04s02.html
|
||||
share/xfmedia/doc/C/ch04.html
|
||||
share/xfmedia/doc/C/images/mainwin.png
|
||||
share/xfmedia/doc/C/images/mediamarks-add.png
|
||||
share/xfmedia/doc/C/images/mediamarks-editor.png
|
||||
share/xfmedia/doc/C/images/prefs-audiovis.png
|
||||
share/xfmedia/doc/C/images/prefs-keybindings.png
|
||||
share/xfmedia/doc/C/images/prefs-options.png
|
||||
share/xfmedia/doc/C/index.html
|
||||
share/xfmedia/doc/xfce.css
|
||||
@dirrm share/xfmedia/doc/C/images
|
||||
@dirrm share/xfmedia/doc/C
|
||||
@dirrm share/xfmedia/doc
|
||||
@dirrm share/xfmedia
|
||||
@dirrm etc/xdg/xfmedia
|
||||
@dirrmtry etc/xdg
|
||||
@dirrm include/xfmedia
|
||||
@dirrm lib/xfmedia/plugins
|
||||
@dirrm lib/xfmedia
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
@ -172,7 +172,6 @@
|
||||
SUBDIR += vacuum-im
|
||||
SUBDIR += vicq
|
||||
SUBDIR += vqcc-gtk
|
||||
SUBDIR += xfce4-messenger-plugin
|
||||
SUBDIR += yoono
|
||||
SUBDIR += ysm
|
||||
SUBDIR += zephyr
|
||||
|
@ -1,33 +0,0 @@
|
||||
# Created by: Martin Wilke (freebsd@unixfreunde.de)
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-messenger-plugin
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= net-im xfce
|
||||
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Messenger plugin for Xfce
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
DEPRECATED= Deprecated and no update for 7 years
|
||||
EXPIRATION_DATE= 2014-01-04
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gettext pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libgui libutil panel
|
||||
USE_XORG= x11 xt xaw
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
|
||||
s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (xfce4/xfce4-messenger-plugin-0.1.0.tar.bz2) = a55fafd50b9cd0fc3db9baef3357ea064bdcdc9e5d8127a3124bfc3422562193
|
||||
SIZE (xfce4/xfce4-messenger-plugin-0.1.0.tar.bz2) = 291166
|
@ -1,3 +0,0 @@
|
||||
Is a Messenger Plugin for Xfce4
|
||||
|
||||
WWW: http://goodies.xfce.org/
|
@ -1,6 +0,0 @@
|
||||
libexec/xfce4/panel-plugins/xfce4-messenger-plugin
|
||||
share/xfce4/panel-plugins/messenger.desktop
|
||||
@dirrmtry share/xfce4/panel-plugins
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry libexec/xfce4/panel-plugins
|
||||
@dirrmtry libexec/xfce4
|
Loading…
Reference in New Issue
Block a user