pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
automount-devpubd: NetBSD's devpubd(8) based automount
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Wed Jun 14 07:36:28 2023 -0500
Changeset: 7a17564f1dd2ce0948fc361719f8b1eb4b007c01
Modified Files:
Makefile
Added Files:
automount-devpubd/DESCR
automount-devpubd/Makefile
automount-devpubd/PLIST
automount-devpubd/distinfo
Log Message:
automount-devpubd: NetBSD's devpubd(8) based automount
The automount(8) is devd(8) based automounter for NetBSD. It supports
most popular filesystems: NTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/ISO9660
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a17564f1dd2ce0948fc361719f8b1eb4b007c01
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
automount-devpubd/DESCR | 5 +++++
automount-devpubd/Makefile | 33 +++++++++++++++++++++++++++++++++
automount-devpubd/PLIST | 4 ++++
automount-devpubd/distinfo | 5 +++++
5 files changed, 48 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 6d7acc9b28..59f8393217 100644
--- a/Makefile
+++ b/Makefile
@@ -227,6 +227,7 @@ SUBDIR+= auto-admin
SUBDIR+= auto-complete-git
SUBDIR+= auto-complete-mode
SUBDIR+= auto-dev
+SUBDIR+= automount-devpubd
SUBDIR+= autoproject
SUBDIR+= autopsy
SUBDIR+= autossh
diff --git a/automount-devpubd/DESCR b/automount-devpubd/DESCR
new file mode 100644
index 0000000000..ee91a0d71c
--- /dev/null
+++ b/automount-devpubd/DESCR
@@ -0,0 +1,5 @@
+The automount(8) is devd(8) based automounter for FreeBSD. It
+supports most popular filesystems:
+NTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/HFS/XFS/ISO9660 There are several
+ways to automount devices on FreeBSD. Make sure you are using only
+one solution at any given time.
diff --git a/automount-devpubd/Makefile b/automount-devpubd/Makefile
new file mode 100644
index 0000000000..95021a3523
--- /dev/null
+++ b/automount-devpubd/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+#
+###########################################################
+# Generated by fbsd2pkg #
+# Wed Jun 14 07:16:37 CDT 2023 #
+###########################################################
+
+DISTNAME= automount-devpubd-0.0.0.144
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG= f1e45ee13f009afc1932a342ea4b1e60c2b99136
+
+OWNER= bacon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/outpaddling/automount-devpubd/
+COMMENT= NetBSD's devpubd(8) based automount solution
+LICENSE= 2-clause-bsd
+
+NO_BUILD= yes
+
+DATADIR= ${PREFIX}/share/automount-devpubd
+EGDIR= ${PREFIX}/share/examples/automount-devpubd
+
+CONF_FILES= ${EGDIR}/automount.conf.sample ${PREFIX}/etc/automount.conf
+
+INSTALLATION_DIRS= sbin share/examples/automount-devpubd share/automount-devpubd
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/automount ${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_DATA} ${WRKSRC}/automount.conf \
+ ${DESTDIR}${EGDIR}/automount.conf.sample
+ ${INSTALL_DATA} ${WRKSRC}/03-automount ${DESTDIR}${DATADIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/automount-devpubd/PLIST b/automount-devpubd/PLIST
new file mode 100644
index 0000000000..b430a69563
--- /dev/null
+++ b/automount-devpubd/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+sbin/automount
+share/automount-devpubd/03-automount
+share/examples/automount-devpubd/automount.conf.sample
diff --git a/automount-devpubd/distinfo b/automount-devpubd/distinfo
new file mode 100644
index 0000000000..01f5e95470
--- /dev/null
+++ b/automount-devpubd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (automount-devpubd-0.0.0.144-f1e45ee13f009afc1932a342ea4b1e60c2b99136.tar.gz) = a08e3bb963e001a79271448be635b86ada9189c56154bc14eb688a17264cbba7
+SHA512 (automount-devpubd-0.0.0.144-f1e45ee13f009afc1932a342ea4b1e60c2b99136.tar.gz) = 6b213a2693cdd5118d2073a7f5c35fbbe9f0bfb66f0d1a8e5e6ddd3676f08a26abb015b52279362663c2990aa7011014548034975776ae2beee7e948404e4731
+Size (automount-devpubd-0.0.0.144-f1e45ee13f009afc1932a342ea4b1e60c2b99136.tar.gz) = 107160 bytes
Home |
Main Index |
Thread Index |
Old Index