aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nautilus-sendto
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 12:42:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 12:42:45 +0000
commit2c8c6c8970972a7da5a3ee28fc61a52f90059c94 (patch)
treed0941216885b3e1a441f3cd818ed315d94f5893e /deskutils/nautilus-sendto
parent78602f2dfdde469def1f079217d3b21e5af1e987 (diff)
downloadports-2c8c6c8970972a7da5a3ee28fc61a52f90059c94.tar.gz
ports-2c8c6c8970972a7da5a3ee28fc61a52f90059c94.zip
2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
Notes
Notes: svn path=/head/; revision=350933
Diffstat (limited to 'deskutils/nautilus-sendto')
-rw-r--r--deskutils/nautilus-sendto/Makefile54
-rw-r--r--deskutils/nautilus-sendto/distinfo2
-rw-r--r--deskutils/nautilus-sendto/files/patch-configure13
-rw-r--r--deskutils/nautilus-sendto/pkg-descr8
-rw-r--r--deskutils/nautilus-sendto/pkg-plist141
5 files changed, 0 insertions, 218 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
deleted file mode 100644
index c2276e2c8831..000000000000
--- a/deskutils/nautilus-sendto/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.30 2010/09/30 06:21:18 kwm Exp $
-
-PORTNAME= nautilus-sendto
-PORTVERSION= 2.32.0
-PORTREVISION= 2
-CATEGORIES= deskutils
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Integration between nautilus, evolution, and pidgin
-
-DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x
-EXPIRATION_DATE=2014-04-10
-
-MAN1= nautilus-sendto.1
-GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USES= pathfix gettext gmake pkgconfig
-USE_GNOME= intlhack gnomeprefix nautilus2 gnomehack evolutiondataserver
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}"
-
-OPTIONS_DEFINE= PIDGIN UPNP
-PIDGIN_DESC= Build pidgin sendto plugin
-UPNP_DESC= Build upnp sendto plugin
-
-# check configure script for allowed_plugins="..." for new plugins
-SENDTO_PLUGINS= evolution gajim nautilus-burn removable-devices
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPIDGIN}
-SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin
-LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin
-PLIST_SUB+= PIDGIN=""
-.else
-PLIST_SUB+= PIDGIN="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MUPNP}
-SENDTO_PLUGINS:=${SENDTO_PLUGINS} upnp
-LIB_DEPENDS+= libgupnp-1.so:${PORTSDIR}/net/gupnp
-PLIST_SUB+= UPNP=""
-.else
-PLIST_SUB+= UPNP="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo
deleted file mode 100644
index 5771ca07804f..000000000000
--- a/deskutils/nautilus-sendto/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nautilus-sendto-2.32.0.tar.bz2) = 890090b24381d91f079610d5454cb786a3ecefc91fa06649b2222be9bb02269a
-SIZE (nautilus-sendto-2.32.0.tar.bz2) = 446731
diff --git a/deskutils/nautilus-sendto/files/patch-configure b/deskutils/nautilus-sendto/files/patch-configure
deleted file mode 100644
index 8cfe52049763..000000000000
--- a/deskutils/nautilus-sendto/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig 2010-08-18 11:22:51.000000000 +0200
-+++ configure 2010-08-18 11:26:00.000000000 +0200
-@@ -11030,8 +11030,8 @@
- .SECONDARY: $(gsettings_SCHEMAS)
-
- gsettings__base_list = \
-- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
-- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
-+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
-+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
-
- install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
- @$(NORMAL_INSTALL)
diff --git a/deskutils/nautilus-sendto/pkg-descr b/deskutils/nautilus-sendto/pkg-descr
deleted file mode 100644
index 34fdb0e386b2..000000000000
--- a/deskutils/nautilus-sendto/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Integration between nautilus, evolution, and pidgin.
-
-Nautilus context menu component ("Send To: Pidgin Buddy/Evolution Addressbook")
-with a dialog for insert the email account or IM account which you want to
-send the file/files. Contact with evolution-data-server and get the email
-accounts from your Evolution Addressbook.
-
-WWW: http://www.es.gnome.org/~telemaco/
diff --git a/deskutils/nautilus-sendto/pkg-plist b/deskutils/nautilus-sendto/pkg-plist
deleted file mode 100644
index e47d7d08d9bd..000000000000
--- a/deskutils/nautilus-sendto/pkg-plist
+++ /dev/null
@@ -1,141 +0,0 @@
-bin/nautilus-sendto
-include/nautilus-sendto/nautilus-sendto-plugin.h
-lib/nautilus-sendto/plugins/libnstburn.la
-lib/nautilus-sendto/plugins/libnstburn.so
-lib/nautilus-sendto/plugins/libnstevolution.la
-lib/nautilus-sendto/plugins/libnstevolution.so
-lib/nautilus-sendto/plugins/libnstgajim.la
-lib/nautilus-sendto/plugins/libnstgajim.so
-%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.la
-%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.so
-lib/nautilus-sendto/plugins/libnstremovable_devices.la
-lib/nautilus-sendto/plugins/libnstremovable_devices.so
-%%UPNP%%lib/nautilus-sendto/plugins/libnstupnp.la
-%%UPNP%%lib/nautilus-sendto/plugins/libnstupnp.so
-lib/nautilus/extensions-2.0/libnautilus-sendto.la
-lib/nautilus/extensions-2.0/libnautilus-sendto.so
-libdata/pkgconfig/nautilus-sendto.pc
-share/GConf/gsettings/nautilus-sendto-convert
-%%DOCSDIR%%/annotation-glossary.html
-%%DOCSDIR%%/api-index-full.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/nautilus-sendto-nautilus-sendto-plugin.html
-%%DOCSDIR%%/nautilus-sendto.devhelp
-%%DOCSDIR%%/nautilus-sendto.devhelp2
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-share/locale/af/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ar/LC_MESSAGES/nautilus-sendto.mo
-share/locale/as/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ast/LC_MESSAGES/nautilus-sendto.mo
-share/locale/be/LC_MESSAGES/nautilus-sendto.mo
-share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo
-share/locale/bg/LC_MESSAGES/nautilus-sendto.mo
-share/locale/bn/LC_MESSAGES/nautilus-sendto.mo
-share/locale/bn_IN/LC_MESSAGES/nautilus-sendto.mo
-share/locale/br/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ca/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ca@valencia/LC_MESSAGES/nautilus-sendto.mo
-share/locale/cs/LC_MESSAGES/nautilus-sendto.mo
-share/locale/da/LC_MESSAGES/nautilus-sendto.mo
-share/locale/de/LC_MESSAGES/nautilus-sendto.mo
-share/locale/dz/LC_MESSAGES/nautilus-sendto.mo
-share/locale/el/LC_MESSAGES/nautilus-sendto.mo
-share/locale/en@shaw/LC_MESSAGES/nautilus-sendto.mo
-share/locale/en_CA/LC_MESSAGES/nautilus-sendto.mo
-share/locale/en_GB/LC_MESSAGES/nautilus-sendto.mo
-share/locale/es/LC_MESSAGES/nautilus-sendto.mo
-share/locale/et/LC_MESSAGES/nautilus-sendto.mo
-share/locale/eu/LC_MESSAGES/nautilus-sendto.mo
-share/locale/fi/LC_MESSAGES/nautilus-sendto.mo
-share/locale/fr/LC_MESSAGES/nautilus-sendto.mo
-share/locale/gl/LC_MESSAGES/nautilus-sendto.mo
-share/locale/gu/LC_MESSAGES/nautilus-sendto.mo
-share/locale/he/LC_MESSAGES/nautilus-sendto.mo
-share/locale/hi/LC_MESSAGES/nautilus-sendto.mo
-share/locale/hu/LC_MESSAGES/nautilus-sendto.mo
-share/locale/id/LC_MESSAGES/nautilus-sendto.mo
-share/locale/it/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ja/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ka/LC_MESSAGES/nautilus-sendto.mo
-share/locale/kn/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ko/LC_MESSAGES/nautilus-sendto.mo
-share/locale/lt/LC_MESSAGES/nautilus-sendto.mo
-share/locale/lv/LC_MESSAGES/nautilus-sendto.mo
-share/locale/mk/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ml/LC_MESSAGES/nautilus-sendto.mo
-share/locale/mr/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ms/LC_MESSAGES/nautilus-sendto.mo
-share/locale/nb/LC_MESSAGES/nautilus-sendto.mo
-share/locale/nds/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ne/LC_MESSAGES/nautilus-sendto.mo
-share/locale/nl/LC_MESSAGES/nautilus-sendto.mo
-share/locale/nn/LC_MESSAGES/nautilus-sendto.mo
-share/locale/oc/LC_MESSAGES/nautilus-sendto.mo
-share/locale/or/LC_MESSAGES/nautilus-sendto.mo
-share/locale/pa/LC_MESSAGES/nautilus-sendto.mo
-share/locale/pl/LC_MESSAGES/nautilus-sendto.mo
-share/locale/pt/LC_MESSAGES/nautilus-sendto.mo
-share/locale/pt_BR/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ro/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ru/LC_MESSAGES/nautilus-sendto.mo
-share/locale/rw/LC_MESSAGES/nautilus-sendto.mo
-share/locale/sk/LC_MESSAGES/nautilus-sendto.mo
-share/locale/sl/LC_MESSAGES/nautilus-sendto.mo
-share/locale/sq/LC_MESSAGES/nautilus-sendto.mo
-share/locale/sr/LC_MESSAGES/nautilus-sendto.mo
-share/locale/sr@latin/LC_MESSAGES/nautilus-sendto.mo
-share/locale/sv/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ta/LC_MESSAGES/nautilus-sendto.mo
-share/locale/te/LC_MESSAGES/nautilus-sendto.mo
-share/locale/th/LC_MESSAGES/nautilus-sendto.mo
-share/locale/ug/LC_MESSAGES/nautilus-sendto.mo
-share/locale/uk/LC_MESSAGES/nautilus-sendto.mo
-share/locale/vi/LC_MESSAGES/nautilus-sendto.mo
-share/locale/zh_CN/LC_MESSAGES/nautilus-sendto.mo
-share/locale/zh_HK/LC_MESSAGES/nautilus-sendto.mo
-share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo
-share/nautilus-sendto/ui/nautilus-sendto.ui
-@dirrm %%DOCSDIR%%
-@dirrm share/nautilus-sendto/ui
-@dirrm share/nautilus-sendto
-@dirrm lib/nautilus-sendto/plugins
-@dirrm lib/nautilus-sendto
-@dirrm include/nautilus-sendto
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/GConf/gsettings
-@dirrmtry share/GConf