pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pinentry*: remove, used for updating pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sat Feb 6 11:28:10 2021 +0100
Changeset: 333c3bb9abd6e2367a624fd49f479ec397664d3a
Modified Files:
Makefile
Removed Files:
pinentry-fltk/DESCR
pinentry-fltk/Makefile
pinentry-fltk/PLIST
pinentry-gnome3/DESCR
pinentry-gnome3/Makefile
pinentry-gnome3/PLIST
pinentry-gtk2/DESCR
pinentry-gtk2/Makefile
pinentry-gtk2/PLIST
pinentry-qt4/DESCR
pinentry-qt4/Makefile
pinentry-qt4/PLIST
pinentry-qt4/TODO
pinentry-qt5/DESCR
pinentry-qt5/Makefile
pinentry-qt5/PLIST
pinentry-qt5/TODO
pinentry-qt5/distinfo
pinentry-qt5/patches/patch-m4_qt.m4
pinentry/DESCR
pinentry/Makefile
pinentry/Makefile.common
pinentry/PLIST
pinentry/buildlink3.mk
pinentry/distinfo
Log Message:
pinentry*: remove, used for updating pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=333c3bb9abd6e2367a624fd49f479ec397664d3a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 6 ------
pinentry-fltk/DESCR | 6 ------
pinentry-fltk/Makefile | 24 ------------------------
pinentry-fltk/PLIST | 2 --
pinentry-gnome3/DESCR | 6 ------
pinentry-gnome3/Makefile | 22 ----------------------
pinentry-gnome3/PLIST | 2 --
pinentry-gtk2/DESCR | 6 ------
pinentry-gtk2/Makefile | 23 -----------------------
pinentry-gtk2/PLIST | 2 --
pinentry-qt4/DESCR | 6 ------
pinentry-qt4/Makefile | 27 ---------------------------
pinentry-qt4/PLIST | 2 --
pinentry-qt4/TODO | 3 ---
pinentry-qt5/DESCR | 6 ------
pinentry-qt5/Makefile | 31 -------------------------------
pinentry-qt5/PLIST | 2 --
pinentry-qt5/TODO | 9 ---------
pinentry-qt5/distinfo | 7 -------
pinentry-qt5/patches/patch-m4_qt.m4 | 15 ---------------
pinentry/DESCR | 4 ----
pinentry/Makefile | 21 ---------------------
pinentry/Makefile.common | 34 ----------------------------------
pinentry/PLIST | 6 ------
pinentry/buildlink3.mk | 13 -------------
pinentry/distinfo | 6 ------
26 files changed, 291 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index e46044c09d..597308b188 100644
--- a/Makefile
+++ b/Makefile
@@ -3079,13 +3079,7 @@ SUBDIR+= pike8.0-Odbc
SUBDIR+= pilemc-svn
SUBDIR+= pimcommon
SUBDIR+= pinball
-SUBDIR+= pinentry
SUBDIR+= pinentry-dmenu
-SUBDIR+= pinentry-fltk
-SUBDIR+= pinentry-gnome3
-SUBDIR+= pinentry-gtk2
-SUBDIR+= pinentry-qt4
-SUBDIR+= pinentry-qt5
SUBDIR+= pinkpony
SUBDIR+= pioneer
SUBDIR+= pipes-c
diff --git a/pinentry-fltk/DESCR b/pinentry-fltk/DESCR
deleted file mode 100644
index 768642085a..0000000000
--- a/pinentry-fltk/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index f610084316..0000000000
--- a/pinentry-fltk/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $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-pinentry-efl
-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
deleted file mode 100644
index 57eea7c429..0000000000
--- a/pinentry-fltk/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/13 17:39:36 wiz Exp $
-bin/pinentry-fltk
diff --git a/pinentry-gnome3/DESCR b/pinentry-gnome3/DESCR
deleted file mode 100644
index 09d3380714..0000000000
--- a/pinentry-gnome3/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 GNOME 3 frontend.
diff --git a/pinentry-gnome3/Makefile b/pinentry-gnome3/Makefile
deleted file mode 100644
index 8eb799da35..0000000000
--- a/pinentry-gnome3/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gnome3-/}
-COMMENT= Applications for entering PINs or Passphrases, GNOME 3 enabled
-
-.include "../../wip/pinentry/Makefile.common"
-
-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+= --enable-pinentry-gnome3
-CONFIGURE_ARGS+= --disable-pinentry-fltk
-CONFIGURE_ARGS+= --disable-pinentry-efl
-CONFIGURE_ARGS+= --disable-libsecret
-
-INSTALL_DIRS= gnome3
-
-.include "../../security/gcr/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-gnome3/PLIST b/pinentry-gnome3/PLIST
deleted file mode 100644
index 334e5a5a0c..0000000000
--- a/pinentry-gnome3/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/30 23:53:23 wiz Exp $
-bin/pinentry-gnome3
diff --git a/pinentry-gtk2/DESCR b/pinentry-gtk2/DESCR
deleted file mode 100644
index e91a8b66ad..0000000000
--- a/pinentry-gtk2/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 GTK2 frontend.
diff --git a/pinentry-gtk2/Makefile b/pinentry-gtk2/Makefile
deleted file mode 100644
index 880d4ffa10..0000000000
--- a/pinentry-gtk2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
-COMMENT= Applications for entering PINs or Passphrases, GTK+ enabled
-
-.include "../../wip/pinentry/Makefile.common"
-
-USE_TOOLS+= pkg-config
-CONFIGURE_ARGS+= --enable-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-pinentry-fltk
-CONFIGURE_ARGS+= --disable-pinentry-efl
-CONFIGURE_ARGS+= --disable-libsecret
-
-INSTALL_DIRS= gtk+-2
-
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-gtk2/PLIST b/pinentry-gtk2/PLIST
deleted file mode 100644
index 0f1d4e0065..0000000000
--- a/pinentry-gtk2/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $
-bin/pinentry-gtk-2
diff --git a/pinentry-qt4/DESCR b/pinentry-qt4/DESCR
deleted file mode 100644
index 4fb4c06278..0000000000
--- a/pinentry-qt4/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 GTK+ and
-QT, as well as for the console, using curses.
-
-This package contains the QT4 frontend.
diff --git a/pinentry-qt4/Makefile b/pinentry-qt4/Makefile
deleted file mode 100644
index 0f725f4592..0000000000
--- a/pinentry-qt4/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt4-/}
-COMMENT= Applications for entering PINs or Passphrases, qt4 enabled
-CONFLICTS= pinentry-qt5-[0-9]*
-
-.include "../../wip/pinentry/Makefile.common"
-
-USE_LANGUAGES+= c c++
-USE_TOOLS+= pkg-config gmake
-
-CONFIGURE_ARGS+= --enable-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-pinentry-gtk2
-CONFIGURE_ARGS+= --disable-pinentry-fltk
-CONFIGURE_ARGS+= --disable-pinentry-efl
-CONFIGURE_ARGS+= --disable-libsecret
-
-INSTALL_DIRS= qt
-
-BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
-.include "../../x11/qt4-libs/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-qt4/PLIST b/pinentry-qt4/PLIST
deleted file mode 100644
index e40cf66bf7..0000000000
--- a/pinentry-qt4/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/09/30 19:56:42 wiz Exp $
-bin/pinentry-qt
diff --git a/pinentry-qt4/TODO b/pinentry-qt4/TODO
deleted file mode 100644
index 3d6834762e..0000000000
--- a/pinentry-qt4/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Doesn't work anymore because QWindow class is used by pinentry 1.1.1.
-According to Qt documentation <https://doc.qt.io/qt-5/qwindow.html>
-this class does not exist in Qt 4 and older versions.
diff --git a/pinentry-qt5/DESCR b/pinentry-qt5/DESCR
deleted file mode 100644
index 3e3241b862..0000000000
--- a/pinentry-qt5/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 GTK+ and
-QT, as well as for the console, using curses.
-
-This package contains the QT5 frontend.
diff --git a/pinentry-qt5/Makefile b/pinentry-qt5/Makefile
deleted file mode 100644
index 404cf0d1bc..0000000000
--- a/pinentry-qt5/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt5-/}
-COMMENT= Applications for entering PINs or Passphrases, qt5 enabled
-CONFLICTS= pinentry-qt4-[0-9]*
-
-.include "../../wip/pinentry/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/distinfo
-USE_LANGUAGES+= c c++
-USE_TOOLS+= pkg-config gmake autoconf
-
-CONFIGURE_ARGS+= --enable-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-pinentry-gtk2
-CONFIGURE_ARGS+= --disable-pinentry-fltk
-CONFIGURE_ARGS+= --disable-pinentry-efl
-CONFIGURE_ARGS+= --disable-libsecret
-
-INSTALL_DIRS= qt
-
-pre-configure:
- cd ${WRKSRC} && autoreconf -i -f
-
-BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-qt5/PLIST b/pinentry-qt5/PLIST
deleted file mode 100644
index e40cf66bf7..0000000000
--- a/pinentry-qt5/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/09/30 19:56:42 wiz Exp $
-bin/pinentry-qt
diff --git a/pinentry-qt5/TODO b/pinentry-qt5/TODO
deleted file mode 100644
index c25b03d7d3..0000000000
--- a/pinentry-qt5/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
-[X] Fix buildlink dependency for moc
- x11/qt5-qtbase should make moc visible
- Manually adding a symlink "work/.buildlink/bin/moc" works
- => Fix for bl3 file of x11/qt5-qtbase is pending
- => Tested to work now
- Thanks to ryoon@ for adding the fix
-[X] Fix malformed -rpath option
- Looks like an equal sign is missing
- => Patch for "m4/qt.m4" added
diff --git a/pinentry-qt5/distinfo b/pinentry-qt5/distinfo
deleted file mode 100644
index a2a92e97e9..0000000000
--- a/pinentry-qt5/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-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-m4_qt.m4) = 70e9386c86e96e97ad2fd12312bd167005eeda65
diff --git a/pinentry-qt5/patches/patch-m4_qt.m4 b/pinentry-qt5/patches/patch-m4_qt.m4
deleted file mode 100644
index b592420b31..0000000000
--- a/pinentry-qt5/patches/patch-m4_qt.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-The "-rpath" option requires an equal sign.
-
---- m4/qt.m4.orig 2020-03-11 20:06:21.000000000 +0000
-+++ m4/qt.m4
-@@ -59,7 +59,7 @@ AC_DEFUN([FIND_QT],
-
- qtlibdir=`"$PKG_CONFIG" --variable libdir Qt5Core`
- if test -n "$qtlibdir"; then
-- PINENTRY_QT_LDFLAGS="$PINENTRY_QT_LDFLAGS -Wl,-rpath \"$qtlibdir\""
-+ PINENTRY_QT_LDFLAGS="$PINENTRY_QT_LDFLAGS -Wl,-rpath=\"$qtlibdir\""
- fi
-
- AC_CHECK_TOOL(MOC, moc)
diff --git a/pinentry/DESCR b/pinentry/DESCR
deleted file mode 100644
index eca2e9c121..0000000000
--- a/pinentry/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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 GTK+ and
-QT, as well as for the console, using curses.
diff --git a/pinentry/Makefile b/pinentry/Makefile
deleted file mode 100644
index cf0686fc9a..0000000000
--- a/pinentry/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-COMMENT= Applications for entering PINs or Passphrases
-
-CONFIGURE_ARGS+= --enable-pinentry-tty
-CONFIGURE_ARGS+= --enable-pinentry-emacs
-CONFIGURE_ARGS+= --disable-pinentry-qt5
-CONFIGURE_ARGS+= --disable-pinentry-gnome3
-CONFIGURE_ARGS+= --disable-pinentry-gtk2
-CONFIGURE_ARGS+= --disable-pinentry-fltk
-
-.include "../../wip/pinentry/Makefile.common"
-
-.if defined(PINENTRY_DEFAULT)
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${LN} -sf pinentry-${PINENTRY_DEFAULT} pinentry
-.endif
-
-.include "../../security/libksba/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry/Makefile.common b/pinentry/Makefile.common
deleted file mode 100644
index 761a53ddd1..0000000000
--- a/pinentry/Makefile.common
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD$
-# -*- Makefile -*-
-#
-# used by security/pinentry/Makefile
-# used by security/pinentry-fltk/Makefile
-# used by security/pinentry-gnome3/Makefile
-# used by security/pinentry-gtk2/Makefile
-# used by security/pinentry-qt4/Makefile
-
-PINENTRY_VERSION= 1.1.1
-DISTNAME= pinentry-${PINENTRY_VERSION}
-
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://gnupg.org/related_software/pinentry/index.html
-LICENSE= gnu-gpl-v2
-
-#PATCHDIR= ${.CURDIR}/../../security/pinentry/patches
-DISTINFO_FILE= ${.CURDIR}/../../wip/pinentry/distinfo
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
-
-INFO_FILES= yes
-
-.include "../../security/libassuan2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.16
-.include "../../security/libgpg-error/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
diff --git a/pinentry/PLIST b/pinentry/PLIST
deleted file mode 100644
index 511f4b3fa5..0000000000
--- a/pinentry/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2015/07/06 10:31:00 wiz Exp $
-bin/pinentry
-bin/pinentry-curses
-bin/pinentry-emacs
-bin/pinentry-tty
-info/pinentry.info
diff --git a/pinentry/buildlink3.mk b/pinentry/buildlink3.mk
deleted file mode 100644
index d3cb950b63..0000000000
--- a/pinentry/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= pinentry
-
-.if !defined(PINENTRY_BUILDLINK3_MK)
-PINENTRY_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.pinentry+= pinentry>=0.7.1
-BUILDLINK_ABI_DEPENDS.pinentry+= pinentry>=0.7.1nb3
-BUILDLINK_PKGSRCDIR.pinentry?= ../../wip/pinentry
-.endif # PINENTRY_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -pinentry
diff --git a/pinentry/distinfo b/pinentry/distinfo
deleted file mode 100644
index 0c1d82189e..0000000000
--- a/pinentry/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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
Home |
Main Index |
Thread Index |
Old Index