aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/mugshot/Makefile67
-rw-r--r--net/mugshot/distinfo3
-rw-r--r--net/mugshot/files/patch-firefox-update.sh30
-rw-r--r--net/mugshot/pkg-descr9
-rw-r--r--net/mugshot/pkg-install13
-rw-r--r--net/mugshot/pkg-plist55
8 files changed, 1 insertions, 178 deletions
diff --git a/MOVED b/MOVED
index eac85c908fe7..1819e8c1739e 100644
--- a/MOVED
+++ b/MOVED
@@ -4301,3 +4301,4 @@ multimedia/sabbu||2010-01-20|Has expired: has been broken for 3 months
net/adasockets||2010-01-20|Has expired: has been broken for 3 months
textproc/bidiv||2010-01-20|Has expired: has been broken for 3 months
textproc/xmlada-gps||2010-01-20|Has expired: has been broken for 3 months
+net/mugshot||2010-01-23|No longer working, Mastersite disappeared
diff --git a/net/Makefile b/net/Makefile
index de88e15d6fca..523d03d40dc7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -379,7 +379,6 @@
SUBDIR += msntp
SUBDIR += mtr
SUBDIR += mudix
- SUBDIR += mugshot
SUBDIR += nakenchat
SUBDIR += nam
SUBDIR += nast
diff --git a/net/mugshot/Makefile b/net/mugshot/Makefile
deleted file mode 100644
index e578b181498e..000000000000
--- a/net/mugshot/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: mugshot
-# Date Created: 24 December 2006
-# Whom: wahjava
-#
-# $FreeBSD$
-#
-
-PORTNAME= mugshot
-PORTVERSION= 1.1.95
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://download.mugshot.org/client/sources/linux/
-
-MAINTAINER= wahjava@gmail.com
-COMMENT= The official client for Mugshot network
-
-LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg:install \
- Xss.1:${PORTSDIR}/x11/xorg-libraries:install \
- dbus-1.3:${PORTSDIR}/devel/dbus \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- cairo.2:${PORTSDIR}/graphics/cairo \
- hippocanvas-1.0:${PORTSDIR}/x11-toolkits/hippo-canvas \
- ddm-1.0:${PORTSDIR}/net/desktop-data-model
-BUILD_DEPENDS= ${PKGCONFIG_LOCAL_BASE}/dbus-1.pc:${PORTSDIR}/devel/dbus:install \
- ${PKGCONFIG_LOCAL_BASE}/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib:install \
- ${PKGCONFIG_LOCAL_BASE}/loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth:install \
- ${PKGCONFIG_LOCAL_BASE}/cairo.pc:${PORTSDIR}/graphics/cairo:install \
- ${PKGCONFIG_LOCAL_BASE}/libcurl.pc:${PORTSDIR}/ftp/curl:install \
- ${LOCALBASE}/include/firefox/caps/nsIScriptSecurityManager.h:${PORTSDIR}/www/firefox:install \
- ${LOCALBASE}/lib/firefox/xpidl:${PORTSDIR}/www/firefox:install \
- ${LOCALBASE}/include/X11/extensions/scrnsaver.h:${PORTSDIR}/x11/xorg-libraries:install \
- dbus>=1.0.2:${PORTSDIR}/devel/dbus:install \
- ${PKGCONFIG_LOCAL_BASE}/hippo-canvas-1.pc:${PORTSDIR}/x11-toolkits/hippo-canvas:install \
- ${PKGCONFIG_LOCAL_BASE}/ddm-1.pc:${PORTSDIR}/net/desktop-data-model:install
-
-USE_GNOME= gnomehack gconf2 glib20 gtk20 pango gnomevfs2 gnomedesktop
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-GCONF_SCHEMAS= mugshot-uri-handler.schemas
-INSTALLS_ICONS= yes
-
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/mugshot/firefox/components
-
-PKGCONFIG_LOCAL_BASE= ${LOCALBASE}/libdata/pkgconfig
-PKGCONFIG_X11_BASE= ${LOCALBASE}/libdata/pkgconfig
-
-mugshot_INSTALL_cmd= install
-
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= "--with-gecko-idl=${FIREFOX_IDL_PATH}" \
- "--with-gecko-headers=${LOCALBASE}/include/firefox" \
- "--with-xpidl=${LOCALBASE}/lib/firefox/xpidl" \
- "--x-includes=${LOCALBASE}/include" \
- "--x-libraries=${LOCALBASE}/lib"
-
-FIREFOX_IDL_PATH!=${SH} -c 'for i in ${LOCALBASE}/share/idl/firefox-*; do [ -f $$i/nsIURI.idl ] && ${ECHO} $$i && break; done; exit 0;'
-BUILD_DEPENDS+=${FIREFOX_IDL_PATH}/nsIURI.idl:${PORTSDIR}/www/firefox:install
-
-post-install:
- @${SED} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${PREFIX}/share/mugshot/firefox-update.sh
- @${PREFIX}/share/mugshot/firefox-update.sh ${mugshot_INSTALL_cmd}
-
-.include <bsd.port.post.mk>
diff --git a/net/mugshot/distinfo b/net/mugshot/distinfo
deleted file mode 100644
index 806ba1c0f8e3..000000000000
--- a/net/mugshot/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mugshot-1.1.95.tar.gz) = 474dd21d52600d2130be479f4a79843e
-SHA256 (mugshot-1.1.95.tar.gz) = 13b33f46371a504b34bc7bafa68b801b01944542025a6acf5522272e68491351
-SIZE (mugshot-1.1.95.tar.gz) = 657088
diff --git a/net/mugshot/files/patch-firefox-update.sh b/net/mugshot/files/patch-firefox-update.sh
deleted file mode 100644
index 07bcf6242824..000000000000
--- a/net/mugshot/files/patch-firefox-update.sh
+++ /dev/null
@@ -1,30 +0,0 @@
---- firefox-update.sh.pristine 2008-04-27 22:42:09.000000000 +0530
-+++ firefox-update.sh 2008-04-27 22:46:58.000000000 +0530
-@@ -8,7 +8,7 @@
-
- EXT_ID=firefox@mugshot.org
- if [ "$1" = "install" ] ; then
-- for libdir in /usr/lib /usr/lib64 ; do
-+ libdir=%%PREFIX%%/lib
- # Add symlinks to any firefox directory that looks like it is part of a
- # currently installed package
- for d in $libdir/firefox* $libdir/iceweasel*; do
-@@ -25,9 +25,8 @@
- if [ -d $libdir/mozilla/extensions -a ! -L "$link" ]; then
- ln -s $libdir/mugshot/firefox "$link"
- fi
-- done
- elif [ "$1" = "remove" ] ; then
-- for libdir in /usr/lib /usr/lib64 ; do
-+ libdir=%%PREFIX%%/lib
- # Remove any symlinks we've created into any firefox directory
- for d in $libdir/firefox* $libdir/iceweasel*; do
- if [ "$d" = "$libdir/firefox*" -o "$d" = "$libdir/iceweasel*" ] ; then
-@@ -38,7 +37,6 @@
- rm $link
- fi
- done
-- done
- if [ -d $libdir/mozilla/extensions ]; then
- rm $libdir/mozilla/extensions/$EXT_ID
- fi
diff --git a/net/mugshot/pkg-descr b/net/mugshot/pkg-descr
deleted file mode 100644
index 332807ac8826..000000000000
--- a/net/mugshot/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is the port of mugshot, an official client for
-Mugshot network. Mugshot makes it easy to show off
-what you're doing online and keep track of what
-your friends are up to.
-
-WWW: http://www.mugshot.org/
-
-- Ashish Shukla
-wahjava@gmail.com
diff --git a/net/mugshot/pkg-install b/net/mugshot/pkg-install
deleted file mode 100644
index 5233c87bfd60..000000000000
--- a/net/mugshot/pkg-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-FFUPDATE=${PKG_PREFIX}/share/mugshot/firefox-update.sh
-
-case $2 in
-POST-INSTALL)
- ${FFUPDATE} install
- ;;
-PRE-DEINSTALL)
- killall mugshot
- ${FFUPDATE} remove
- ;;
-esac
diff --git a/net/mugshot/pkg-plist b/net/mugshot/pkg-plist
deleted file mode 100644
index a9995440dec0..000000000000
--- a/net/mugshot/pkg-plist
+++ /dev/null
@@ -1,55 +0,0 @@
-@unexec killall mugshot 2>/dev/null >/dev/null || exit 0
-bin/mugshot
-bin/mugshot-uri-handler
-lib/mugshot/firefox/chrome.manifest
-lib/mugshot/firefox/chrome/content/chatWindow.js
-lib/mugshot/firefox/chrome/content/chatWindow.xul
-lib/mugshot/firefox/chrome/content/hippo.js
-lib/mugshot/firefox/chrome/content/overlay.js
-lib/mugshot/firefox/chrome/content/overlay.xul
-lib/mugshot/firefox/chrome/content/tabcontext.js
-lib/mugshot/firefox/chrome/content/windowcontext.js
-lib/mugshot/firefox/chrome/icons/default/mugshot.xpm
-lib/mugshot/firefox/chrome/locale/en-US/overlay.dtd
-lib/mugshot/firefox/chrome/skin/chatWindow.css
-lib/mugshot/firefox/chrome/skin/linkswarm16x16.png
-lib/mugshot/firefox/chrome/skin/linkswarm24x24.png
-lib/mugshot/firefox/chrome/skin/mugshot32x32.png
-lib/mugshot/firefox/chrome/skin/toolbar.css
-lib/mugshot/firefox/components/hippoIControl.xpt
-lib/mugshot/firefox/components/hippoIControlListener.xpt
-lib/mugshot/firefox/components/hippoIExtension.xpt
-lib/mugshot/firefox/components/libhippofirefox.la
-lib/mugshot/firefox/components/libhippofirefox.so
-lib/mugshot/firefox/defaults/preferences/prefs.js
-lib/mugshot/firefox/install.rdf
-libexec/mugshot-autostart-check
-share/applications/mugshot.desktop
-share/gnome/autostart/mugshot-autostart.desktop
-@unexec %%PREFIX%%/%%DATADIR%%/firefox-update.sh remove
-share/icons/hicolor/128x128/apps/mugshot.png
-share/icons/hicolor/16x16/apps/mugshot.png
-share/icons/hicolor/16x16/apps/mugshot_note_off.png
-share/icons/hicolor/16x16/apps/mugshot_note_on.png
-share/icons/hicolor/22x22/apps/mugshot_notification.png
-share/icons/hicolor/22x22/apps/mugshot_notification_disabled.png
-share/icons/hicolor/24x24/apps/mugshot.png
-share/icons/hicolor/32x32/apps/mugshot.png
-share/icons/hicolor/48x48/apps/mugshot.png
-share/icons/hicolor/64x64/apps/mugshot.png
-%%DATADIR%%/firefox-update.sh
-%%DATADIR%%/stacker.css
-%%DATADIR%%/version
-@dirrm %%DATADIR%%
-@dirrm lib/mugshot/firefox/defaults/preferences
-@dirrm lib/mugshot/firefox/defaults
-@dirrm lib/mugshot/firefox/components
-@dirrm lib/mugshot/firefox/chrome/skin
-@dirrm lib/mugshot/firefox/chrome/locale/en-US
-@dirrm lib/mugshot/firefox/chrome/locale
-@dirrm lib/mugshot/firefox/chrome/icons/default
-@dirrm lib/mugshot/firefox/chrome/icons
-@dirrm lib/mugshot/firefox/chrome/content
-@dirrm lib/mugshot/firefox/chrome
-@dirrm lib/mugshot/firefox
-@dirrm lib/mugshot