summaryrefslogtreecommitdiff
path: root/net/mate-user-share
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2016-05-21 19:17:29 +0000
committeryouri <youri@pkgsrc.org>2016-05-21 19:17:29 +0000
commit76b5fc9d59a58d03a0afb20111c02978d6ea7d2e (patch)
treec254ab09259d1b1e4970bb563fe3f15f70e67ee6 /net/mate-user-share
parentab3ff3b824162ec8b218b1346a88c4b616047d32 (diff)
downloadpkgsrc-76b5fc9d59a58d03a0afb20111c02978d6ea7d2e.tar.gz
Import mate-user-share-1.14.0 as net/mate-user-share.
mate-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses. The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in Gnome. The dav server used is apache, so you need that installed. Avahi or Howl is used for mDNS support, so you need to have that installed and mDNSResolver running.
Diffstat (limited to 'net/mate-user-share')
-rw-r--r--net/mate-user-share/DESCR13
-rw-r--r--net/mate-user-share/Makefile41
-rw-r--r--net/mate-user-share/PLIST186
-rw-r--r--net/mate-user-share/distinfo6
4 files changed, 246 insertions, 0 deletions
diff --git a/net/mate-user-share/DESCR b/net/mate-user-share/DESCR
new file mode 100644
index 00000000000..55357e1a944
--- /dev/null
+++ b/net/mate-user-share/DESCR
@@ -0,0 +1,13 @@
+mate-user-share is a small package that binds together various free
+software projects to bring easy to use user-level file sharing to the
+masses.
+
+The program is meant to run in the background when the user is logged
+in, and when file sharing is enabled a webdav server is started that
+shares the $HOME/Public folder. The share is then published to all
+computers on the local network using mDNS/rendezvous, so that it shows
+up in the Network location in Gnome.
+
+The dav server used is apache, so you need that installed. Avahi or
+Howl is used for mDNS support, so you need to have that installed and
+mDNSResolver running.
diff --git a/net/mate-user-share/Makefile b/net/mate-user-share/Makefile
new file mode 100644
index 00000000000..0d8c8541056
--- /dev/null
+++ b/net/mate-user-share/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1 2016/05/21 19:17:29 youri Exp $
+
+.include "../../meta-pkgs/mate/Makefile.common"
+
+DISTNAME= mate-user-share-${MATE_VERSION}
+CATEGORIES= net
+
+COMMENT= MATE user-leve file shareing
+
+DEPENDS+= ${APACHE_PKG_PREFIX}-dnssd>=0.6:../../www/ap22-dnssd
+TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+= --with-httpd=${BUILDLINK_PREFIX.apache}/sbin/httpd
+CONFIGURE_ARGS+= --with-modules-path=${BUILDLINK_PREFIX.apache}/lib/httpd
+
+INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/${PKGBASE}
+
+MAKE_DIRS+= ${PKG_SYSCONFBASEDIR}/xdg/autostart
+CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/xdg/autostart/mate-user-share-obexftp.desktop \
+ ${PKG_SYSCONFBASEDIR}/xdg/autostart/mate-user-share-obexftp.desktop
+CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/xdg/autostart/mate-user-share-obexpush.desktop \
+ ${PKG_SYSCONFBASEDIR}/xdg/autostart/mate-user-share-obexpush.desktop
+CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/xdg/autostart/mate-user-share-webdav.desktop \
+ ${PKG_SYSCONFBASEDIR}/xdg/autostart/mate-user-share-webdav.desktop
+
+.include "../../devel/glib2/schemas.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+
+.include "../../sysutils/caja/buildlink3.mk"
+.include "../../audio/libcanberra/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libunique/buildlink3.mk"
+.include "../../mk/apache.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/mate-user-share/PLIST b/net/mate-user-share/PLIST
new file mode 100644
index 00000000000..08308097590
--- /dev/null
+++ b/net/mate-user-share/PLIST
@@ -0,0 +1,186 @@
+@comment $NetBSD: PLIST,v 1.1 2016/05/21 19:17:29 youri Exp $
+bin/mate-file-share-properties
+lib/caja/extensions-2.0/libcaja-user-share.la
+libexec/mate-user-share
+man/man1/mate-file-share-properties.1
+share/applications/mate-user-share-properties.desktop
+share/caja/extensions/libcaja-user-share.caja-extension
+share/examples/mate-user-share/xdg/autostart/mate-user-share-obexftp.desktop
+share/examples/mate-user-share/xdg/autostart/mate-user-share-obexpush.desktop
+share/examples/mate-user-share/xdg/autostart/mate-user-share-webdav.desktop
+share/glib-2.0/schemas/org.mate.FileSharing.gschema.xml
+share/help/C/mate-user-share/figures/file-sharing-preferences.png
+share/help/C/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/C/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/C/mate-user-share/figures/sharing-over-the-network.png
+share/help/C/mate-user-share/index.docbook
+share/help/C/mate-user-share/legal.xml
+share/help/ca/mate-user-share/figures/file-sharing-preferences.png
+share/help/ca/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/ca/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/ca/mate-user-share/figures/sharing-over-the-network.png
+share/help/ca/mate-user-share/index.docbook
+share/help/ca/mate-user-share/legal.xml
+share/help/cs/mate-user-share/figures/file-sharing-preferences.png
+share/help/cs/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/cs/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/cs/mate-user-share/figures/sharing-over-the-network.png
+share/help/cs/mate-user-share/index.docbook
+share/help/cs/mate-user-share/legal.xml
+share/help/de/mate-user-share/figures/file-sharing-preferences.png
+share/help/de/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/de/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/de/mate-user-share/figures/sharing-over-the-network.png
+share/help/de/mate-user-share/index.docbook
+share/help/de/mate-user-share/legal.xml
+share/help/el/mate-user-share/figures/file-sharing-preferences.png
+share/help/el/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/el/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/el/mate-user-share/figures/sharing-over-the-network.png
+share/help/el/mate-user-share/index.docbook
+share/help/el/mate-user-share/legal.xml
+share/help/en_GB/mate-user-share/figures/file-sharing-preferences.png
+share/help/en_GB/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/en_GB/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/en_GB/mate-user-share/figures/sharing-over-the-network.png
+share/help/en_GB/mate-user-share/index.docbook
+share/help/en_GB/mate-user-share/legal.xml
+share/help/es/mate-user-share/figures/file-sharing-preferences.png
+share/help/es/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/es/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/es/mate-user-share/figures/sharing-over-the-network.png
+share/help/es/mate-user-share/index.docbook
+share/help/es/mate-user-share/legal.xml
+share/help/fr/mate-user-share/figures/file-sharing-preferences.png
+share/help/fr/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/fr/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/fr/mate-user-share/figures/sharing-over-the-network.png
+share/help/fr/mate-user-share/index.docbook
+share/help/fr/mate-user-share/legal.xml
+share/help/it/mate-user-share/figures/file-sharing-preferences.png
+share/help/it/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/it/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/it/mate-user-share/figures/sharing-over-the-network.png
+share/help/it/mate-user-share/index.docbook
+share/help/it/mate-user-share/legal.xml
+share/help/pt_BR/mate-user-share/figures/file-sharing-preferences.png
+share/help/pt_BR/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/pt_BR/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/pt_BR/mate-user-share/figures/sharing-over-the-network.png
+share/help/pt_BR/mate-user-share/index.docbook
+share/help/pt_BR/mate-user-share/legal.xml
+share/help/ro/mate-user-share/figures/file-sharing-preferences.png
+share/help/ro/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/ro/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/ro/mate-user-share/figures/sharing-over-the-network.png
+share/help/ro/mate-user-share/index.docbook
+share/help/ro/mate-user-share/legal.xml
+share/help/sl/mate-user-share/figures/file-sharing-preferences.png
+share/help/sl/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/sl/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/sl/mate-user-share/figures/sharing-over-the-network.png
+share/help/sl/mate-user-share/index.docbook
+share/help/sl/mate-user-share/legal.xml
+share/help/sv/mate-user-share/figures/file-sharing-preferences.png
+share/help/sv/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/sv/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/sv/mate-user-share/figures/sharing-over-the-network.png
+share/help/sv/mate-user-share/index.docbook
+share/help/sv/mate-user-share/legal.xml
+share/help/zh_CN/mate-user-share/figures/file-sharing-preferences.png
+share/help/zh_CN/mate-user-share/figures/receiving-over-bluetooth.png
+share/help/zh_CN/mate-user-share/figures/sharing-over-bluetooth.png
+share/help/zh_CN/mate-user-share/figures/sharing-over-the-network.png
+share/help/zh_CN/mate-user-share/index.docbook
+share/help/zh_CN/mate-user-share/legal.xml
+share/icons/hicolor/16x16/apps/mate-obex-server.png
+share/icons/hicolor/22x22/apps/mate-obex-server.png
+share/icons/hicolor/32x32/apps/mate-obex-server.png
+share/icons/hicolor/48x48/apps/mate-obex-server.png
+share/locale/am/LC_MESSAGES/mate-user-share.mo
+share/locale/ar/LC_MESSAGES/mate-user-share.mo
+share/locale/as/LC_MESSAGES/mate-user-share.mo
+share/locale/ast/LC_MESSAGES/mate-user-share.mo
+share/locale/be/LC_MESSAGES/mate-user-share.mo
+share/locale/bg/LC_MESSAGES/mate-user-share.mo
+share/locale/bn/LC_MESSAGES/mate-user-share.mo
+share/locale/bn_IN/LC_MESSAGES/mate-user-share.mo
+share/locale/br/LC_MESSAGES/mate-user-share.mo
+share/locale/ca/LC_MESSAGES/mate-user-share.mo
+share/locale/ca@valencia/LC_MESSAGES/mate-user-share.mo
+share/locale/cmn/LC_MESSAGES/mate-user-share.mo
+share/locale/cs/LC_MESSAGES/mate-user-share.mo
+share/locale/cy/LC_MESSAGES/mate-user-share.mo
+share/locale/da/LC_MESSAGES/mate-user-share.mo
+share/locale/de/LC_MESSAGES/mate-user-share.mo
+share/locale/dz/LC_MESSAGES/mate-user-share.mo
+share/locale/el/LC_MESSAGES/mate-user-share.mo
+share/locale/en_AU/LC_MESSAGES/mate-user-share.mo
+share/locale/en_CA/LC_MESSAGES/mate-user-share.mo
+share/locale/en_GB/LC_MESSAGES/mate-user-share.mo
+share/locale/eo/LC_MESSAGES/mate-user-share.mo
+share/locale/es/LC_MESSAGES/mate-user-share.mo
+share/locale/et/LC_MESSAGES/mate-user-share.mo
+share/locale/eu/LC_MESSAGES/mate-user-share.mo
+share/locale/fi/LC_MESSAGES/mate-user-share.mo
+share/locale/fr/LC_MESSAGES/mate-user-share.mo
+share/locale/frp/LC_MESSAGES/mate-user-share.mo
+share/locale/ga/LC_MESSAGES/mate-user-share.mo
+share/locale/gl/LC_MESSAGES/mate-user-share.mo
+share/locale/gu/LC_MESSAGES/mate-user-share.mo
+share/locale/he/LC_MESSAGES/mate-user-share.mo
+share/locale/hi/LC_MESSAGES/mate-user-share.mo
+share/locale/hr/LC_MESSAGES/mate-user-share.mo
+share/locale/hu/LC_MESSAGES/mate-user-share.mo
+share/locale/hy/LC_MESSAGES/mate-user-share.mo
+share/locale/id/LC_MESSAGES/mate-user-share.mo
+share/locale/is/LC_MESSAGES/mate-user-share.mo
+share/locale/it/LC_MESSAGES/mate-user-share.mo
+share/locale/ja/LC_MESSAGES/mate-user-share.mo
+share/locale/kk/LC_MESSAGES/mate-user-share.mo
+share/locale/kn/LC_MESSAGES/mate-user-share.mo
+share/locale/ko/LC_MESSAGES/mate-user-share.mo
+share/locale/ky/LC_MESSAGES/mate-user-share.mo
+share/locale/lt/LC_MESSAGES/mate-user-share.mo
+share/locale/lv/LC_MESSAGES/mate-user-share.mo
+share/locale/mai/LC_MESSAGES/mate-user-share.mo
+share/locale/mk/LC_MESSAGES/mate-user-share.mo
+share/locale/ml/LC_MESSAGES/mate-user-share.mo
+share/locale/mr/LC_MESSAGES/mate-user-share.mo
+share/locale/ms/LC_MESSAGES/mate-user-share.mo
+share/locale/nb/LC_MESSAGES/mate-user-share.mo
+share/locale/ne/LC_MESSAGES/mate-user-share.mo
+share/locale/nl/LC_MESSAGES/mate-user-share.mo
+share/locale/nn/LC_MESSAGES/mate-user-share.mo
+share/locale/oc/LC_MESSAGES/mate-user-share.mo
+share/locale/or/LC_MESSAGES/mate-user-share.mo
+share/locale/pa/LC_MESSAGES/mate-user-share.mo
+share/locale/pl/LC_MESSAGES/mate-user-share.mo
+share/locale/pt/LC_MESSAGES/mate-user-share.mo
+share/locale/pt_BR/LC_MESSAGES/mate-user-share.mo
+share/locale/ro/LC_MESSAGES/mate-user-share.mo
+share/locale/ru/LC_MESSAGES/mate-user-share.mo
+share/locale/rw/LC_MESSAGES/mate-user-share.mo
+share/locale/si/LC_MESSAGES/mate-user-share.mo
+share/locale/sk/LC_MESSAGES/mate-user-share.mo
+share/locale/sl/LC_MESSAGES/mate-user-share.mo
+share/locale/sq/LC_MESSAGES/mate-user-share.mo
+share/locale/sr/LC_MESSAGES/mate-user-share.mo
+share/locale/sr@latin/LC_MESSAGES/mate-user-share.mo
+share/locale/sv/LC_MESSAGES/mate-user-share.mo
+share/locale/ta/LC_MESSAGES/mate-user-share.mo
+share/locale/te/LC_MESSAGES/mate-user-share.mo
+share/locale/th/LC_MESSAGES/mate-user-share.mo
+share/locale/tr/LC_MESSAGES/mate-user-share.mo
+share/locale/ug/LC_MESSAGES/mate-user-share.mo
+share/locale/uk/LC_MESSAGES/mate-user-share.mo
+share/locale/ur/LC_MESSAGES/mate-user-share.mo
+share/locale/uz/LC_MESSAGES/mate-user-share.mo
+share/locale/vi/LC_MESSAGES/mate-user-share.mo
+share/locale/zh_CN/LC_MESSAGES/mate-user-share.mo
+share/locale/zh_HK/LC_MESSAGES/mate-user-share.mo
+share/locale/zh_TW/LC_MESSAGES/mate-user-share.mo
+share/mate-user-share/dav_groupfile
+share/mate-user-share/dav_user_2.2.conf
+share/mate-user-share/dav_user_2.4.conf
+share/mate-user-share/file-share-properties.ui
diff --git a/net/mate-user-share/distinfo b/net/mate-user-share/distinfo
new file mode 100644
index 00000000000..6f6d1458c61
--- /dev/null
+++ b/net/mate-user-share/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/05/21 19:17:29 youri Exp $
+
+SHA1 (mate-user-share-1.14.0.tar.xz) = 95491485a0769f252e068ed2256f1a3386330094
+RMD160 (mate-user-share-1.14.0.tar.xz) = 706c098e0e5510c726d3f6099cb0d3fdd77a40ea
+SHA512 (mate-user-share-1.14.0.tar.xz) = a9ad934b0681d1168d7ea3b7d3120cb39f230b7267cd71a91f511f03f132a8e8022bb339fcd017c243988214a82dd337cacb65875d9e35e4c10f014f39eefbe1
+Size (mate-user-share-1.14.0.tar.xz) = 902728 bytes