diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-26 02:56:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-26 02:56:44 +0800 |
commit | f881056cb175cc0bb23a5e8adba9a570e64e57f1 (patch) | |
tree | 5f97541857cca219354d9a4edc61969c8abb5011 /www | |
parent | 3a68d8ea4b140030fc56b9c4fa5898ccaadda7cc (diff) | |
download | marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.tar marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.tar.gz marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.tar.bz2 marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.tar.lz marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.tar.xz marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.tar.zst marcuscom-ports-f881056cb175cc0bb23a5e8adba9a570e64e57f1.zip |
Update to 0.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10234 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/gnome-user-share/Makefile | 38 | ||||
-rw-r--r-- | www/gnome-user-share/distinfo | 3 | ||||
-rw-r--r-- | www/gnome-user-share/pkg-descr | 11 | ||||
-rw-r--r-- | www/gnome-user-share/pkg-message | 15 | ||||
-rw-r--r-- | www/gnome-user-share/pkg-plist | 57 |
5 files changed, 124 insertions, 0 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile new file mode 100644 index 000000000..666a1f5a8 --- /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: ports/www/gnome-user-share/Makefile,v 1.5 2007/05/19 21:36:26 marcus Exp $ +# + +PORTNAME= gnome-user-share +PORTVERSION= 0.21 +CATEGORIES= www deskutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Personal file-sharing service for the GNOME Desktop + +LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_XLIB= 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..93b72f8c8 --- /dev/null +++ b/www/gnome-user-share/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-user-share-0.21.tar.bz2) = b04c64edaff246a75162b3b346ce449e +SHA256 (gnome2/gnome-user-share-0.21.tar.bz2) = e710fe3f27bb3766a9b4dd465b466667736bbada10d9e07f3bb1439e71021602 +SIZE (gnome2/gnome-user-share-0.21.tar.bz2) = 310368 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..9b6634149 --- /dev/null +++ b/www/gnome-user-share/pkg-plist @@ -0,0 +1,57 @@ +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/gnome/autostart/gnome-user-share.desktop +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/es/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/mk/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/oc/LC_MESSAGES/gnome-user-share.mo +share/locale/pa/LC_MESSAGES/gnome-user-share.mo +share/locale/pl/LC_MESSAGES/gnome-user-share.mo +share/locale/pt/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/sl/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/tr/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_CN/LC_MESSAGES/gnome-user-share.mo +share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo +@dirrm share/gnome-user-share +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/applications |