pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/npmount



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Jun 17 15:21:46 UTC 2023

Added Files:
        pkgsrc/sysutils/npmount: DESCR Makefile PLIST distinfo

Log Message:
sysutils/npmount: CLI 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.  It is
primarily intended to be a companion tool for automount services
such as FreeBSD's devd, NetBSD's devpubd, etc. and client tools such
as qmediamanager.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/npmount/DESCR \
    pkgsrc/sysutils/npmount/Makefile pkgsrc/sysutils/npmount/PLIST \
    pkgsrc/sysutils/npmount/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/npmount/DESCR
diff -u /dev/null pkgsrc/sysutils/npmount/DESCR:1.1
--- /dev/null   Sat Jun 17 15:21:46 2023
+++ pkgsrc/sysutils/npmount/DESCR       Sat Jun 17 15:21:45 2023
@@ -0,0 +1,6 @@
+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.  It is
+primarily intended to be a companion tool for automount services
+such as FreeBSD's devd, NetBSD's devpubd, etc. and client tools such
+as qmediamanager.
Index: pkgsrc/sysutils/npmount/Makefile
diff -u /dev/null pkgsrc/sysutils/npmount/Makefile:1.1
--- /dev/null   Sat Jun 17 15:21:46 2023
+++ pkgsrc/sysutils/npmount/Makefile    Sat Jun 17 15:21:45 2023
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 15:21:45 bacon Exp $
+
+DISTNAME=      npmount-0.1.1.1
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=    61db68f8c8f14eeb7798b06578a34512c1a5574f
+
+OWNER=         bacon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/outpaddling/npmount
+COMMENT=       Command line tool for non-privileged [un]mount
+LICENSE=       2-clause-bsd
+
+EGDIR=         ${PREFIX}/share/examples/npmount
+CONF_FILES=    ${EGDIR}/npmount.conf.sample ${PREFIX}/etc/npmount.conf
+
+SUBST_CLASSES+=                prefix
+SUBST_STAGE.prefix=    pre-configure
+SUBST_SED.prefix=      -e 's|/usr/local|${PREFIX}|g'
+SUBST_FILES.prefix=    npmount.c
+
+SPECIAL_PERMS+=                bin/npmount ${SETUID_ROOT_PERMS}
+INSTALLATION_DIRS=     bin
+
+post-install:
+       ${MKDIR} ${DESTDIR}${EGDIR}
+       ${MV} ${DESTDIR}${PREFIX}/etc/npmount.conf.sample ${DESTDIR}${EGDIR}
+
+.include "../../devel/libxtend/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/npmount/PLIST
diff -u /dev/null pkgsrc/sysutils/npmount/PLIST:1.1
--- /dev/null   Sat Jun 17 15:21:46 2023
+++ pkgsrc/sysutils/npmount/PLIST       Sat Jun 17 15:21:45 2023
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 15:21:45 bacon Exp $
+bin/npmount
+man/man1/npmount.1
+share/examples/npmount/npmount.conf.sample
+@pkgdir etc
Index: pkgsrc/sysutils/npmount/distinfo
diff -u /dev/null pkgsrc/sysutils/npmount/distinfo:1.1
--- /dev/null   Sat Jun 17 15:21:46 2023
+++ pkgsrc/sysutils/npmount/distinfo    Sat Jun 17 15:21:45 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 15:21:45 bacon Exp $
+
+BLAKE2s (npmount-0.1.1.1-61db68f8c8f14eeb7798b06578a34512c1a5574f.tar.gz) = 3268eae295163f2a19985b64d38375a70d01fe05227d8d395a096259a38bae36
+SHA512 (npmount-0.1.1.1-61db68f8c8f14eeb7798b06578a34512c1a5574f.tar.gz) = 
64bddcc65d9c307c6751520cd4113a33e2f177beb4775572a146df6b1e4ac0baf2bca60e78410d7e96754f3d3c2faaf0add453c943e213e34ee59efd88161b32
+Size (npmount-0.1.1.1-61db68f8c8f14eeb7798b06578a34512c1a5574f.tar.gz) = 6784 bytes



Home | Main Index | Thread Index | Old Index