pkgsrc-WIP-changes archive

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

pinentry-fltk: Update to 1.1.1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 29 13:43:02 2021 +0100
Changeset:	c250ef283255131fad83427cc2e2eb2e745b90ca

Modified Files:
	Makefile
Added Files:
	pinentry-fltk/DESCR
	pinentry-fltk/Makefile
	pinentry-fltk/PLIST
	pinentry-fltk/distinfo

Log Message:
pinentry-fltk: Update to 1.1.1

Remove pkgsrc patches (merged upstream).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c250ef283255131fad83427cc2e2eb2e745b90ca

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

diffstat:
 Makefile               |  1 +
 pinentry-fltk/DESCR    |  6 ++++++
 pinentry-fltk/Makefile | 23 +++++++++++++++++++++++
 pinentry-fltk/PLIST    |  2 ++
 pinentry-fltk/distinfo |  7 +++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6972fc530e..53b276a583 100644
--- a/Makefile
+++ b/Makefile
@@ -3072,6 +3072,7 @@ SUBDIR+=	pimcommon
 SUBDIR+=	pinball
 SUBDIR+=	pinentry
 SUBDIR+=	pinentry-dmenu
+SUBDIR+=	pinentry-fltk
 SUBDIR+=	pinkpony
 SUBDIR+=	pioneer
 SUBDIR+=	pipes-c
diff --git a/pinentry-fltk/DESCR b/pinentry-fltk/DESCR
new file mode 100644
index 0000000000..768642085a
--- /dev/null
+++ b/pinentry-fltk/DESCR
@@ -0,0 +1,6 @@
+This is a collection of simple PIN or passphrase entry dialogs which
+utilize the Assuan protocol as described by the aegypten project.
+It provides programs for several graphical toolkits, such as FLTK,
+GTK+ and QT, as well as for the console, using curses.
+
+This package contains the FLTK frontend.
diff --git a/pinentry-fltk/Makefile b/pinentry-fltk/Makefile
new file mode 100644
index 0000000000..9f7f9266cc
--- /dev/null
+++ b/pinentry-fltk/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+PKGNAME=		${DISTNAME:S/pinentry-/pinentry-fltk-/}
+COMMENT=		Applications for entering PINs or Passphrases, FLTK enabled
+
+.include		"../../wip/pinentry/Makefile.common"
+
+DISTINFO_FILE=		${.CURDIR}/distinfo
+USE_LANGUAGES+=		c c++
+USE_TOOLS+=		pkg-config
+
+CONFIGURE_ARGS+=	--disable-pinentry-gtk2
+CONFIGURE_ARGS+=	--disable-pinentry-qt
+CONFIGURE_ARGS+=	--disable-pinentry-curses
+CONFIGURE_ARGS+=	--disable-pinentry-emacs
+#CONFIGURE_ARGS+=	--disable-fallback-curses
+CONFIGURE_ARGS+=	--disable-pinentry-gnome3
+CONFIGURE_ARGS+=	--disable-libsecret
+
+INSTALL_DIRS=		fltk
+
+.include "../../x11/fltk13/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-fltk/PLIST b/pinentry-fltk/PLIST
new file mode 100644
index 0000000000..57eea7c429
--- /dev/null
+++ b/pinentry-fltk/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/13 17:39:36 wiz Exp $
+bin/pinentry-fltk
diff --git a/pinentry-fltk/distinfo b/pinentry-fltk/distinfo
new file mode 100644
index 0000000000..25240a6e48
--- /dev/null
+++ b/pinentry-fltk/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/02/13 17:40:53 wiz Exp $
+
+SHA1 (pinentry-1.1.1.tar.bz2) = b8b88cab4fd844e3616d55aeba8f084f2b98fb0f
+RMD160 (pinentry-1.1.1.tar.bz2) = 1b1a42245564b57c0fc0695d1c3c2d68e1cbf3ba
+SHA512 (pinentry-1.1.1.tar.bz2) = d6ab5af8ac2f3c9c05e09703e95d8e2676f9b2b7ceb97f6a31d101d0e9da7a1e106a6d3eabe86cab1bb35a4b119a7cba1380ac64bf13c61af0b3c48803116c12
+Size (pinentry-1.1.1.tar.bz2) = 515723 bytes
+SHA1 (patch-fltk_main.cxx) = f74f3eb14f16e632386c46f5febea158700447fb


Home | Main Index | Thread Index | Old Index