summaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-sendto
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-18 17:32:04 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-18 17:32:04 +0800
commit04ace5d2206337b3e87a1b32afb05d9cf03fca22 (patch)
tree71a6a4a2c5e2ea299ab3fd5358cdc2b466828262 /deskutils/nautilus-sendto
parente0f642707a5915095add5c38ec950dd5c0d0614a (diff)
downloadmarcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.tar
marcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.tar.gz
marcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.tar.bz2
marcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.tar.lz
marcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.tar.xz
marcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.tar.zst
marcuscom-ports-04ace5d2206337b3e87a1b32afb05d9cf03fca22.zip
Update to 2.31.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14435 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-sendto')
-rw-r--r--deskutils/nautilus-sendto/Makefile48
-rw-r--r--deskutils/nautilus-sendto/distinfo3
-rw-r--r--deskutils/nautilus-sendto/files/patch-configure13
-rw-r--r--deskutils/nautilus-sendto/pkg-descr8
-rw-r--r--deskutils/nautilus-sendto/pkg-plist136
5 files changed, 208 insertions, 0 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
new file mode 100644
index 000000000..fbe024f9d
--- /dev/null
+++ b/deskutils/nautilus-sendto/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: nautilus-sendto
+# Date created: 2004-12-03
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.25 2010/04/10 23:24:02 kwm Exp $
+
+PORTNAME= nautilus-sendto
+PORTVERSION= 2.31.6
+CATEGORIES= deskutils
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Integration between nautilus, evolution, and pidgin
+
+MAN1= nautilus-sendto.1
+GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack \
+ evolutiondataserver
+GNOME_DESKTOP_VERSION=2
+USE_GETTEXT= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}"
+
+OPTIONS= PIDGIN "Build pidgin sendto plugin" off
+
+# check configure script for allowed_plugins="..." for new plugins
+SENDTO_PLUGINS= bluetooth evolution gajim nautilus-burn removable-devices
+
+# Not these plugins:
+# empathy (moved to empathy port) upnp
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_PIDGIN)
+SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin
+LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin
+PLIST_SUB+= PIDGIN=""
+.else
+PLIST_SUB+= PIDGIN="@comment "
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo
new file mode 100644
index 000000000..cd106de55
--- /dev/null
+++ b/deskutils/nautilus-sendto/distinfo
@@ -0,0 +1,3 @@
+MD5 (nautilus-sendto-2.31.6.tar.bz2) = 79735fa5822076243dcd484f52137a93
+SHA256 (nautilus-sendto-2.31.6.tar.bz2) = 6b393adda3655f7ead807d2d90b6aff2fb929d1dca2f1e26bc067f08d18382bd
+SIZE (nautilus-sendto-2.31.6.tar.bz2) = 438044
diff --git a/deskutils/nautilus-sendto/files/patch-configure b/deskutils/nautilus-sendto/files/patch-configure
new file mode 100644
index 000000000..8cfe52049
--- /dev/null
+++ b/deskutils/nautilus-sendto/files/patch-configure
@@ -0,0 +1,13 @@
+--- 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
new file mode 100644
index 000000000..34fdb0e38
--- /dev/null
+++ b/deskutils/nautilus-sendto/pkg-descr
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 000000000..5f2082896
--- /dev/null
+++ b/deskutils/nautilus-sendto/pkg-plist
@@ -0,0 +1,136 @@
+bin/nautilus-sendto
+include/nautilus-sendto/nautilus-sendto-plugin.h
+lib/nautilus-sendto/plugins/libnstbluetooth.la
+lib/nautilus-sendto/plugins/libnstbluetooth.so
+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
+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%%/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/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/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/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