summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-24 04:25:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-24 04:25:03 +0800
commit24ad65021e877c5c2f97d8cdd84d2db3519b56a5 (patch)
tree42564b49b27daf1f246b4b14614d14ea691e0a90 /deskutils
parentec4f27c4ffda602440b2e6837d7679550f513c79 (diff)
downloadmarcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.tar
marcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.tar.gz
marcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.tar.bz2
marcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.tar.lz
marcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.tar.xz
marcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.tar.zst
marcuscom-ports-24ad65021e877c5c2f97d8cdd84d2db3519b56a5.zip
Update to 2.90.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14360 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/nautilus-sendto3/Makefile48
-rw-r--r--deskutils/nautilus-sendto3/distinfo3
-rw-r--r--deskutils/nautilus-sendto3/pkg-descr8
-rw-r--r--deskutils/nautilus-sendto3/pkg-plist132
4 files changed, 191 insertions, 0 deletions
diff --git a/deskutils/nautilus-sendto3/Makefile b/deskutils/nautilus-sendto3/Makefile
new file mode 100644
index 000000000..69fb8ea4c
--- /dev/null
+++ b/deskutils/nautilus-sendto3/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.90.0
+CATEGORIES= deskutils
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Integration between nautilus, evolution, and pidgin
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
+MAN1= nautilus-sendto.1
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= intlhack gnomeprefix gnometarget nautilus3 gnomehack \
+ evolutiondataserver3
+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-sendto3/distinfo b/deskutils/nautilus-sendto3/distinfo
new file mode 100644
index 000000000..b53e58516
--- /dev/null
+++ b/deskutils/nautilus-sendto3/distinfo
@@ -0,0 +1,3 @@
+MD5 (nautilus-sendto-2.90.0.tar.bz2) = 3f8fa39be123697c0c6502858d634784
+SHA256 (nautilus-sendto-2.90.0.tar.bz2) = 68d5d1a77bd07bac73a7570649bc5e888380a3a0a6cfcdc0a975fc6eebd0cac2
+SIZE (nautilus-sendto-2.90.0.tar.bz2) = 432796
diff --git a/deskutils/nautilus-sendto3/pkg-descr b/deskutils/nautilus-sendto3/pkg-descr
new file mode 100644
index 000000000..34fdb0e38
--- /dev/null
+++ b/deskutils/nautilus-sendto3/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-sendto3/pkg-plist b/deskutils/nautilus-sendto3/pkg-plist
new file mode 100644
index 000000000..4005c4b70
--- /dev/null
+++ b/deskutils/nautilus-sendto3/pkg-plist
@@ -0,0 +1,132 @@
+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
+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