diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-20 21:21:08 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-20 21:21:08 +0000 |
commit | 50bf8c71670c90ac0572b97417b27437e236945f (patch) | |
tree | 96dd91c8f0cc28c7b292cdd38cdeb943eca01405 /net | |
parent | 075da553c182c7776a3b75c0d1779d6c85af8940 (diff) | |
download | pkgsrc-50bf8c71670c90ac0572b97417b27437e236945f.tar.gz |
Import gnome-vfs-dns-sd version 2.24.0.
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.
This package provides the dns-sd module for GNOME VFS, which allows it to
discover sftp, webdav, and ftp services advertised with multicast DNS.
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-vfs-dns-sd/DESCR | 6 | ||||
-rw-r--r-- | net/gnome-vfs-dns-sd/Makefile | 15 | ||||
-rw-r--r-- | net/gnome-vfs-dns-sd/PLIST | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/net/gnome-vfs-dns-sd/DESCR b/net/gnome-vfs-dns-sd/DESCR new file mode 100644 index 00000000000..68ea9344d0f --- /dev/null +++ b/net/gnome-vfs-dns-sd/DESCR @@ -0,0 +1,6 @@ +GNOME VFS provides an abstraction layer of the file system; applications +use this layer to access many different protocols and simulate that they +are part of the local file system. + +This package provides the dns-sd module for GNOME VFS, which allows it to +discover sftp, webdav, and ftp services advertised with multicast DNS. diff --git a/net/gnome-vfs-dns-sd/Makefile b/net/gnome-vfs-dns-sd/Makefile new file mode 100644 index 00000000000..97e3b317860 --- /dev/null +++ b/net/gnome-vfs-dns-sd/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 21:21:08 jmcneill Exp $ +# + +GNOME_VFS_NAME= dns-sd +GNOME_VFS_FLAG= avahi +CATEGORIES= net + +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS+= ${EGDIR}/modules + +.include "../../sysutils/gnome-vfs/Makefile.common" + +.include "../../net/avahi/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/gnome-vfs-dns-sd/PLIST b/net/gnome-vfs-dns-sd/PLIST new file mode 100644 index 00000000000..9401b009730 --- /dev/null +++ b/net/gnome-vfs-dns-sd/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/20 21:21:08 jmcneill Exp $ +lib/gnome-vfs-2.0/modules/libdns-sd.la +@comment in gnome-vfs: @dirrm lib/gnome-vfs-2.0/modules |