pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/gvfs
Module Name: pkgsrc
Committed By: vins
Date: Thu May 14 18:19:49 UTC 2026
Modified Files:
pkgsrc/sysutils/gvfs: DESCR PLIST options.mk
Log Message:
sysutils/gvfs: options.mk: s/cdda/cdparanoia
* NFC, made to reflect the naming convention found in our options.description
file.
* Update DESCR.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/sysutils/gvfs/DESCR
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/gvfs/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/gvfs/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/gvfs/DESCR
diff -u pkgsrc/sysutils/gvfs/DESCR:1.1.1.1 pkgsrc/sysutils/gvfs/DESCR:1.2
--- pkgsrc/sysutils/gvfs/DESCR:1.1.1.1 Fri Apr 11 19:25:38 2008
+++ pkgsrc/sysutils/gvfs/DESCR Thu May 14 18:19:48 2026
@@ -1,5 +1,6 @@
-gvfs is a userspace virtual filesystem designed to work with the i/o
-abstractions of gio (a library availible in glib >= 2.15.1). It
-installs several modules that are automatically used by applications
-using the APIs of libgio. There is also fuse support that allows
-applications not using gio to access the gvfs filesystems.
+GVfs is a userspace virtual filesystem implementation for GIO (a library
+available in GLib). GVfs comes with a set of backends, including trash
+support, SFTP, SMB, HTTP, DAV, and many others. GVfs also contains
+modules for GIO that implement volume monitors and persistent metadata
+storage. There is also FUSE support that provides limited access to the
+GVfs filesystems for applications not using GIO.
Index: pkgsrc/sysutils/gvfs/PLIST
diff -u pkgsrc/sysutils/gvfs/PLIST:1.18 pkgsrc/sysutils/gvfs/PLIST:1.19
--- pkgsrc/sysutils/gvfs/PLIST:1.18 Sun May 10 17:38:14 2026
+++ pkgsrc/sysutils/gvfs/PLIST Thu May 14 18:19:48 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2026/05/10 17:38:14 vins Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/05/14 18:19:48 vins Exp $
lib/gio/modules/libgioremote-volume-monitor.so
lib/gio/modules/libgvfsdbus.so
lib/gvfs/libgvfscommon.so
@@ -13,7 +13,7 @@ libexec/gvfsd-afp
libexec/gvfsd-afp-browse
libexec/gvfsd-archive
libexec/gvfsd-burn
-${PLIST.cdda}libexec/gvfsd-cdda
+${PLIST.cdparanoia}libexec/gvfsd-cdda
libexec/gvfsd-computer
libexec/gvfsd-dav
${PLIST.dnssd}libexec/gvfsd-dnssd
@@ -54,7 +54,7 @@ share/gvfs/mounts/afp-browse.mount
share/gvfs/mounts/afp.mount
share/gvfs/mounts/archive.mount
share/gvfs/mounts/burn.mount
-${PLIST.cdda}share/gvfs/mounts/cdda.mount
+${PLIST.cdparanoia}share/gvfs/mounts/cdda.mount
share/gvfs/mounts/computer.mount
share/gvfs/mounts/dav+sd.mount
share/gvfs/mounts/dav.mount
Index: pkgsrc/sysutils/gvfs/options.mk
diff -u pkgsrc/sysutils/gvfs/options.mk:1.7 pkgsrc/sysutils/gvfs/options.mk:1.8
--- pkgsrc/sysutils/gvfs/options.mk:1.7 Sun May 10 17:38:14 2026
+++ pkgsrc/sysutils/gvfs/options.mk Thu May 14 18:19:48 2026
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.7 2026/05/10 17:38:14 vins Exp $
+# $NetBSD: options.mk,v 1.8 2026/05/14 18:19:48 vins Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
-PKG_SUPPORTED_OPTIONS= bluray cdda dnssd fuse goa gcr gphoto idevice libgdata \
+PKG_SUPPORTED_OPTIONS= bluray cdparanoia dnssd fuse goa gcr gphoto idevice libgdata \
libmtp polkit samba secret udev
PKG_SUGGESTED_OPTIONS= gcr dnssd secret
@@ -18,7 +18,7 @@ PKG_SUGGESTED_OPTIONS+= fuse
.include "../../mk/udev.buildlink3.mk"
.if ${UDEV_TYPE} != "none"
PKG_SUGGESTED_OPTIONS+= udev
-PKG_SUGGESTED_OPTIONS+= cdda libmtp
+PKG_SUGGESTED_OPTIONS+= cdparanoia libmtp
.endif
.if ${OPSYS} == "Linux"
@@ -77,14 +77,14 @@ MESON_ARGS+= -Dbluray=false
###
### cdda://{DEVICE}
-### Access audio discs.
+### Access audio discs through cdparanoia.
###
-PLIST_VARS+= cdda
-.if !empty(PKG_OPTIONS:Mcdda)
+PLIST_VARS+= cdparanoia
+.if !empty(PKG_OPTIONS:Mcdparanoia)
MESON_ARGS+= -Dcdda=true
GUDEV_REQUIRED= yes
. include "../../misc/libcdio-paranoia/buildlink3.mk"
-PLIST.cdda= yes
+PLIST.cdparanoia= yes
.else
MESON_ARGS+= -Dcdda=false
.endif
Home |
Main Index |
Thread Index |
Old Index