summaryrefslogtreecommitdiffstats
path: root/www/gnome-user-share
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 01:19:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 01:19:05 +0800
commitaab795544ca10d3b1a7ff81368d6e20d2dd4ee39 (patch)
treecf8b6c1721eb10e8a8ef71621b5582d3463db8bc /www/gnome-user-share
parent0abdcad35371b55ab16ba1a433580b10a9534aed (diff)
downloadmarcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.tar
marcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.tar.gz
marcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.tar.bz2
marcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.tar.lz
marcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.tar.xz
marcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.tar.zst
marcuscom-ports-aab795544ca10d3b1a7ff81368d6e20d2dd4ee39.zip
share/gnome -> share
Remove 4.x patch git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8729 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gnome-user-share')
-rw-r--r--www/gnome-user-share/Makefile38
-rw-r--r--www/gnome-user-share/distinfo3
-rw-r--r--www/gnome-user-share/pkg-descr11
-rw-r--r--www/gnome-user-share/pkg-message15
-rw-r--r--www/gnome-user-share/pkg-plist43
5 files changed, 110 insertions, 0 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile
new file mode 100644
index 000000000..8549e59f8
--- /dev/null
+++ b/www/gnome-user-share/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnome-user-share
+# Date created: 26 November 2004
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-user-share
+PORTVERSION= 0.11
+PORTREVISION= 1
+CATEGORIES= www deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Personal file-sharing service for the GNOME Desktop
+
+LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
+USE_APACHE= 2.0+
+USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-howl
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
+ ${WRKSRC}/dav_user_${APACHE_VERSION:C/([0-9])$/.\1/}.conf
+
+.include <bsd.port.mk>
diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo
new file mode 100644
index 000000000..1e5e4656b
--- /dev/null
+++ b/www/gnome-user-share/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gnome-user-share-0.11.tar.bz2) = 4961e49c858fbb7d6050c62a73286d74
+SHA256 (gnome2/gnome-user-share-0.11.tar.bz2) = f9f1afd1e5d827367f7868080285803ab70cc929702ab5ef44fb896dfcaf1d64
+SIZE (gnome2/gnome-user-share-0.11.tar.bz2) = 299313
diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr
new file mode 100644
index 000000000..0c6244b1b
--- /dev/null
+++ b/www/gnome-user-share/pkg-descr
@@ -0,0 +1,11 @@
+gnome-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/bonjour, so that it shows
+up in the Network location in Gnome.
+
+-- gnome-user-share README
diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message
new file mode 100644
index 000000000..66593e1d0
--- /dev/null
+++ b/www/gnome-user-share/pkg-message
@@ -0,0 +1,15 @@
+In order to take full advantage of gnome-user-share, you must have
+devel/gnomevfs2 built with Howl support. If you do not, simply rebuild
+devel/gnomevfs2 after gnome-user-share is installed:
+
+# portupgrade -f devel/gnomevfs2
+
+Next, start mDNSResponder as root. You might consider adding an rc.d script
+for this:
+
+# mDNSResponder
+
+Finally, run gnome-file-share-properties as the user with which you want
+to use gnome-user-share, then logout and log back into GNOME. Now everything
+under ~/Public should be shared. You can view this by opening Nautilus, and
+clicking on the Network icon under Computer.
diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist
new file mode 100644
index 000000000..6ddcca5ef
--- /dev/null
+++ b/www/gnome-user-share/pkg-plist
@@ -0,0 +1,43 @@
+bin/gnome-file-share-properties
+libexec/gnome-user-share
+share/applications/gnome-user-share-properties.desktop
+share/gnome-user-share/dav_groupfile
+share/gnome-user-share/dav_user.conf
+share/gnome-user-share/dav_user_2.0.conf
+share/gnome-user-share/dav_user_2.2.conf
+share/gnome-user-share/file-share-properties.glade
+share/locale/ar/LC_MESSAGES/gnome-user-share.mo
+share/locale/bg/LC_MESSAGES/gnome-user-share.mo
+share/locale/ca/LC_MESSAGES/gnome-user-share.mo
+share/locale/cs/LC_MESSAGES/gnome-user-share.mo
+share/locale/da/LC_MESSAGES/gnome-user-share.mo
+share/locale/de/LC_MESSAGES/gnome-user-share.mo
+share/locale/dz/LC_MESSAGES/gnome-user-share.mo
+share/locale/el/LC_MESSAGES/gnome-user-share.mo
+share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo
+share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo
+share/locale/fi/LC_MESSAGES/gnome-user-share.mo
+share/locale/fr/LC_MESSAGES/gnome-user-share.mo
+share/locale/gl/LC_MESSAGES/gnome-user-share.mo
+share/locale/gu/LC_MESSAGES/gnome-user-share.mo
+share/locale/hu/LC_MESSAGES/gnome-user-share.mo
+share/locale/it/LC_MESSAGES/gnome-user-share.mo
+share/locale/ja/LC_MESSAGES/gnome-user-share.mo
+share/locale/ko/LC_MESSAGES/gnome-user-share.mo
+share/locale/lt/LC_MESSAGES/gnome-user-share.mo
+share/locale/nb/LC_MESSAGES/gnome-user-share.mo
+share/locale/ne/LC_MESSAGES/gnome-user-share.mo
+share/locale/nl/LC_MESSAGES/gnome-user-share.mo
+share/locale/pa/LC_MESSAGES/gnome-user-share.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo
+share/locale/ru/LC_MESSAGES/gnome-user-share.mo
+share/locale/rw/LC_MESSAGES/gnome-user-share.mo
+share/locale/sk/LC_MESSAGES/gnome-user-share.mo
+share/locale/sq/LC_MESSAGES/gnome-user-share.mo
+share/locale/sv/LC_MESSAGES/gnome-user-share.mo
+share/locale/uk/LC_MESSAGES/gnome-user-share.mo
+share/locale/vi/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo
+@dirrm share/locale/dz/LC_MESSAGES
+@dirrm share/locale/dz
+@dirrm share/gnome-user-share