aboutsummaryrefslogtreecommitdiff
path: root/sysutils/npmount
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2023-06-10 12:05:07 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2023-06-10 12:05:07 +0000
commit31e744b505365cef38ee65dd469b51a62872f298 (patch)
tree652277f941a39cad60a99b481ae2ac7ac957647a /sysutils/npmount
parent14eec85db9889a92b41a92a2e518d0c49d5482f1 (diff)
downloadports-31e744b505365cef38ee65dd469b51a62872f298.tar.gz
ports-31e744b505365cef38ee65dd469b51a62872f298.zip
sysutils/npmount: Command line tool for non-privileged [un]mount
NPMount is a command-line tool to provide limited mount and unmount capabilities to non-privileged users, such as mounting and unmounting external media including optical discs and thumb drives.
Diffstat (limited to 'sysutils/npmount')
-rw-r--r--sysutils/npmount/Makefile19
-rw-r--r--sysutils/npmount/distinfo3
-rw-r--r--sysutils/npmount/pkg-descr3
-rw-r--r--sysutils/npmount/pkg-plist5
4 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/npmount/Makefile b/sysutils/npmount/Makefile
new file mode 100644
index 000000000000..5826b4d744ef
--- /dev/null
+++ b/sysutils/npmount/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= npmount
+DISTVERSION= 0.1.1
+CATEGORIES= sysutils
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Command line tool for non-privileged [un]mount
+WWW= https://github.com/outpaddling/npmount
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libxtend.so:devel/libxtend
+
+USE_GITHUB= yes
+GH_ACCOUNT= outpaddling
+
+WITH_DEBUG= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/npmount/distinfo b/sysutils/npmount/distinfo
new file mode 100644
index 000000000000..e0714d38285d
--- /dev/null
+++ b/sysutils/npmount/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1686347552
+SHA256 (outpaddling-npmount-0.1.1_GH0.tar.gz) = fb5a48d36edd93e84352d01f24c8fe35c76461c4797de6486ad17e15013d48a4
+SIZE (outpaddling-npmount-0.1.1_GH0.tar.gz) = 6773
diff --git a/sysutils/npmount/pkg-descr b/sysutils/npmount/pkg-descr
new file mode 100644
index 000000000000..5165313d1a15
--- /dev/null
+++ b/sysutils/npmount/pkg-descr
@@ -0,0 +1,3 @@
+NPMount is a command-line tool to provide limited mount and unmount
+capabilities to non-privileged users, such as mounting and unmounting
+external media including optical discs and thumb drives.
diff --git a/sysutils/npmount/pkg-plist b/sysutils/npmount/pkg-plist
new file mode 100644
index 000000000000..c29f83af97c2
--- /dev/null
+++ b/sysutils/npmount/pkg-plist
@@ -0,0 +1,5 @@
+@mode 4711
+bin/npmount
+@mode
+@sample %%ETCDIR%%.conf.sample
+man/man1/npmount.1.gz