[35732] trunk/dports

gui_dos at macports.org gui_dos at macports.org
Fri Apr 4 08:14:22 PDT 2008


Revision: 35732
          http://trac.macosforge.org/projects/macports/changeset/35732
Author:   gui_dos at macports.org
Date:     2008-04-04 08:14:20 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
devel/gvfs: a first port of glib's new integrated virtual file
system used by Nautilus in Gnome 2.22+

Modified Paths:
--------------
    trunk/dports/gnome/gnome-desktop/Portfile

Added Paths:
-----------
    trunk/dports/devel/gvfs/
    trunk/dports/devel/gvfs/Portfile

Added: trunk/dports/devel/gvfs/Portfile
===================================================================
--- trunk/dports/devel/gvfs/Portfile	                        (rev 0)
+++ trunk/dports/devel/gvfs/Portfile	2008-04-04 15:14:20 UTC (rev 35732)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem      1.0
+
+name            gvfs
+version         0.2.2
+maintainers     nomaintainer
+categories      devel
+platforms       darwin
+description     The Gnome Virtual File System.
+
+long_description gvfs is a userspace virtual filesystem designed \
+                to work with the i/o abstractions of gio (a new \
+                library available with glib). It installs several \
+                modules that are automatically used by applications \
+                using the APIs of libgio. The gvfs model differs \
+                from e.g. gnome-vfs in that filesystems must be \
+                mounted before they are used. There is a central \
+                daemon (gvfsd) that handles coordinting mounts, and \
+                then each mount is (typically) in its own daemon \
+                process (although mounts can share daemon process). \
+                gvfs comes with a set of backends, including trash \
+                support, sftp, smb, http, dav and others. There is \
+                a set of command line programs starting with gvfs- \
+                that lets you run commands (like cat, ls, stat, etc) \
+                on files in the gvfs.
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
+use_bzip2       yes
+checksums       md5 084da50276a83b00725819799f4f1240 \
+                sha1 963938c163bada7d3e2096a81e0fbd406e71fbad \
+                rmd160 a748a862bb3808cacbc18dfe7315d7713241c0b5
+
+depends_lib     port:glib2 \
+                port:dbus \
+                port:gconf \
+                port:libsoup
+


Property changes on: trunk/dports/devel/gvfs/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: trunk/dports/gnome/gnome-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop/Portfile	2008-04-04 15:09:00 UTC (rev 35731)
+++ trunk/dports/gnome/gnome-desktop/Portfile	2008-04-04 15:14:20 UTC (rev 35732)
@@ -38,7 +38,8 @@
                 port:startup-notification \
                 port:gettext \
                 port:gnome-themes \
-                port:py25-gnome
+                port:py25-gnome \
+                port:gvfs
 
 configure.args  --with-gnome-distributor=MacPorts \
                 --with-kde-datadir=${prefix}/share \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080404/fe058263/attachment.html


More information about the macports-changes mailing list