pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
findugendev: Import findugendev-0.0.1 as wip/findugendev
Module Name: pkgsrc-wip
Committed By: Denis Bodor <lefinnois%lefinnois.net@localhost>
Pushed By: drrb
Date: Tue Feb 14 06:18:31 2023 +0100
Changeset: 6670181d8b545e81386d51247a6755d78547234c
Modified Files:
Makefile
Added Files:
findugendev/DESCR
findugendev/Makefile
findugendev/PLIST
findugendev/distinfo
Log Message:
findugendev: Import findugendev-0.0.1 as wip/findugendev
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6670181d8b545e81386d51247a6755d78547234c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
findugendev/DESCR | 7 +++++++
findugendev/Makefile | 27 +++++++++++++++++++++++++++
findugendev/PLIST | 3 +++
findugendev/distinfo | 5 +++++
5 files changed, 43 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index ca492f97b7..4076e4327d 100644
--- a/Makefile
+++ b/Makefile
@@ -880,6 +880,7 @@ SUBDIR+= fidocrypt-git
SUBDIR+= filepp
SUBDIR+= filerunner
SUBDIR+= filevercmp
+SUBDIR+= findugendev
SUBDIR+= firebird
SUBDIR+= fireflysung-ttf
SUBDIR+= firefox-hg
diff --git a/findugendev/DESCR b/findugendev/DESCR
new file mode 100644
index 0000000000..64babbb969
--- /dev/null
+++ b/findugendev/DESCR
@@ -0,0 +1,7 @@
+findugendev scans /dev/ugenN.EE for device(s) and prints fullpath(s).
+Or display information on USB devices by reading all /dev/ugenN.EE entries
+one by one.
+
+The primary goal of this tool is to find the /dev/ugenN.EE entry
+corresponding to a USB device based on its IDs or textual information
+such as product name or serial number.
diff --git a/findugendev/Makefile b/findugendev/Makefile
new file mode 100644
index 0000000000..a19086b7fd
--- /dev/null
+++ b/findugendev/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+PROGNAME= findugendev
+VERS= 0.0.1
+
+DISTNAME= ${PROGNAME}-${VERS}
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITLAB:=0xDRRB/}
+GITLAB_TAG= a407eea2600b0ff1f13a30d1b6a0e8f03f25c7a8
+
+MAINTAINER= lefinnois%lefinnois.net@localhost
+HOMEPAGE= https://gitlab.com/0xDRRB/findugendev/
+COMMENT= Command line tool to find the right /dev/ugenN.EE from USB device info
+LICENSE= 2-clause-bsd
+
+
+WRKSRC= ${WRKDIR}/${PROGNAME}-${GITLAB_TAG}
+
+USE_LANGUAGES+= c
+
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PROGNAME} ${DESTDIR}${PREFIX}/sbin/${PROGNAME}
+ ${INSTALL_MAN} ${WRKSRC}/${PROGNAME}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/findugendev/PLIST b/findugendev/PLIST
new file mode 100644
index 0000000000..e364f0fd2b
--- /dev/null
+++ b/findugendev/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+man/man1/findugendev.1
+sbin/findugendev
diff --git a/findugendev/distinfo b/findugendev/distinfo
new file mode 100644
index 0000000000..69e43a3e78
--- /dev/null
+++ b/findugendev/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (findugendev-0.0.1-a407eea2600b0ff1f13a30d1b6a0e8f03f25c7a8.tar.gz) = 40bcdce93607eb674ad700a9472017b6e6b483f99aaec8701694fc61a50bd42a
+SHA512 (findugendev-0.0.1-a407eea2600b0ff1f13a30d1b6a0e8f03f25c7a8.tar.gz) = 4db0f13881e32a3d17e9b30c8baab6208fe68d6743d5b8838377fe1eb376c3cc4c5cddd7cb99af7fb381a501e5289981c4b46a425ba4fc0919b91e8819bcf4e3
+Size (findugendev-0.0.1-a407eea2600b0ff1f13a30d1b6a0e8f03f25c7a8.tar.gz) = 5509 bytes
Home |
Main Index |
Thread Index |
Old Index