pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/pinentry-dmenu: import pinentry-dmenu-0.2.2
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Oct 27 01:33:15 2020 +0100
Changeset: 9c9315b3a9af5ab85b9cb5815a81bc682f4e18a4
Added Files:
pinentry-dmenu/DESCR
pinentry-dmenu/Makefile
pinentry-dmenu/PLIST
pinentry-dmenu/distinfo
pinentry-dmenu/patches/patch-pinentry_pinentry.c
Log Message:
wip/pinentry-dmenu: import pinentry-dmenu-0.2.2
pinentry-dmenu is a pinentry program with the charm of dmenu.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c9315b3a9af5ab85b9cb5815a81bc682f4e18a4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pinentry-dmenu/DESCR | 1 +
pinentry-dmenu/Makefile | 23 +++++++++++++++++++++++
pinentry-dmenu/PLIST | 4 ++++
pinentry-dmenu/distinfo | 7 +++++++
pinentry-dmenu/patches/patch-pinentry_pinentry.c | 14 ++++++++++++++
5 files changed, 49 insertions(+)
diffs:
diff --git a/pinentry-dmenu/DESCR b/pinentry-dmenu/DESCR
new file mode 100644
index 0000000000..4d0044b0ad
--- /dev/null
+++ b/pinentry-dmenu/DESCR
@@ -0,0 +1 @@
+pinentry-dmenu is a pinentry program with the charm of dmenu.
diff --git a/pinentry-dmenu/Makefile b/pinentry-dmenu/Makefile
new file mode 100644
index 0000000000..ff8c2eb56c
--- /dev/null
+++ b/pinentry-dmenu/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME= pinentry-dmenu-0.2.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ritze/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ritze/pinentry-dmenu/
+COMMENT= A pinentry program with the charm of dmenu
+LICENSE= gnu-gpl-v2
+
+WRKSRC= ${WRKDIR}/pinentry-dmenu-0.2.2
+
+CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+
+USE_X11=yes
+
+#.include "../../x11/libXft/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+#.include "../../x11/libX11/buildlink3.mk"
+.include "../../devel/libconfig/buildlink3.mk"
+.include "../../security/libassuan2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-dmenu/PLIST b/pinentry-dmenu/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/pinentry-dmenu/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/pinentry-dmenu/distinfo b/pinentry-dmenu/distinfo
new file mode 100644
index 0000000000..07d306e4d5
--- /dev/null
+++ b/pinentry-dmenu/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (pinentry-dmenu/0.2.2.zip) = 0eac07b2990f39dcba079e837efa52f26c278cf5
+RMD160 (pinentry-dmenu/0.2.2.zip) = fc47dd4363e2fb61ae3aae522b579dd629dccd09
+SHA512 (pinentry-dmenu/0.2.2.zip) = 8eb897542fcde9db6c8b2137a80d706801071957ba30f699b97e96a264227943908834859bf4a86fe831358b7f5ace3ce1dfca82bd7851f940d2face3567d24d
+Size (pinentry-dmenu/0.2.2.zip) = 67065 bytes
+SHA1 (patch-pinentry_pinentry.c) = f5817cc4e2bede300e93a1f1d42fb374d4a7c897
diff --git a/pinentry-dmenu/patches/patch-pinentry_pinentry.c b/pinentry-dmenu/patches/patch-pinentry_pinentry.c
new file mode 100644
index 0000000000..53d8ae588b
--- /dev/null
+++ b/pinentry-dmenu/patches/patch-pinentry_pinentry.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+- include strings.h for strcasecmp(3) on NetBSD
+
+--- pinentry/pinentry.c.orig 2020-05-23 11:50:06.000000000 +0000
++++ pinentry/pinentry.c
+@@ -19,6 +19,7 @@
+
+ #include <stdlib.h>
+ #include <string.h>
++#include <strings.h>
+ #include <unistd.h>
+ #include <assert.h>
+
Home |
Main Index |
Thread Index |
Old Index