summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2015-07-05 18:33:01 +0000
committerwiz <wiz>2015-07-05 18:33:01 +0000
commit5b963652090db661020b0f8199308f752d81d6e3 (patch)
treecc000c8fdf33c9f6e8ab9feb1c8909ce74c2f175
parent7e10e9550bbb19ebc8b88fb305ec72addef0a584 (diff)
downloadpkgsrc-5b963652090db661020b0f8199308f752d81d6e3.tar.gz
Update to 0.9.7:
Noteworthy changes in version 0.9.7 (2014-12-12) ------------------------------------------------ * Support sending keys for GnuPG 2.1. Noteworthy changes in version 0.9.6 (2014-11-21) ------------------------------------------------ * Support keyserver operations for GnuPG 2.1. * Implement the IMPORT_FILES server command. * New "Refresh Key" action in the key manager's context menu. Noteworthy changes in version 0.9.5 (2014-09-01) ------------------------------------------------ * GPA now starts with the UI server enabled and tests on startup whether such a server is already running to open that one instead of launching a second instance. * GPA is now aware of ECC keys. * Improved detection of CMS objects (which are used by S/MIME) and detached OpenPGP signatures. * Allow import and export of X.509 certificates. Allow backup of X.509 keys. * The key creation date is now displayed in the key listing. * Armored detached signature files are now created with an ".asc" suffix and not with ".sig". * The GnuPG home directory is now detected using the gpgconf tool. * Added launch-gpa wrapper for Windows. * Fixed several bugs leading to crashs. Noteworthy changes in version 0.9.4 (2013-05-01) ------------------------------------------------ * Added scrollbars to the verification result window. * Improved searching in the key listing. * Now uses the native theme under Windows. Noteworthy changes in version 0.9.3 (2012-08-08) ------------------------------------------------ * Allow searching in the keylist. * Collected bug fixes. Noteworthy changes in version 0.9.2 (2012-05-02) ------------------------------------------------ * Adjust server mode to modern Libassuan. * Add options --enable-logging for W32. * Add options --gpg-binary, --gpgsm-binary and --debug-edit-fsm. * Properly process CMS data in the clipboard and with the server's VERIFY_FILES and DECRYPT_FILES commands. * Minor code cleanups. Noteworthy changes in version 0.9.1 (2012-04-18) ------------------------------------------------ * The key selection dialogs for encryption and signing do not anymore list expired, revoked or otherwise invalid keys. * If no recipients are given to the server, a generic key selection dialog is now used. * Now works with Libassuan 2.x. * The card manager now displays the ATR for an unknown card. Noteworthy changes in version 0.9.0 (2009-06-20) ------------------------------------------------ * Added a smartcard manager. * GPA now requires GnuPG-2. * X.509 support is now always enabled. * Major internal cleanups. More to follow soon. Noteworthy changes in version 0.8.0 (2008-09-04) ------------------------------------------------ * Add basic UI server mode and option --daemon. * GPA now supports direct crypto operations to and from the clipboard, and features a simple text edit area as well. * GPA supports manipulating the backend configuration through gpg-conf. * GPA has now basic support for X.509; use the command line switch --cms to enable this. * The default keyserver is now taken from gpg.conf and not from gpa.conf. Noteworthy changes in version 0.7.6 (2007-05-24) ------------------------------------------------ * Czech translation by Zdenek Hatas. * Russian translation by Maxim Britov. * Files may now be dropped onto the file manager window. Noteworthy changes in version 0.7.5 (2007-02-26) ------------------------------------------------ * Allow setting a password if it was empty. * Fixed changing of expiration date for non-C-99 systems. * Fixed a crash while encrypting several files. * Fixed a bug while encrypting to several keys. Noteworthy changes in version 0.7.4 (2006-07-25) ------------------------------------------------ * Added icon to the Windows version. * Other minor fixes. Noteworthy changes in version 0.7.3 (2006-03-21) ------------------------------------------------ * Minor fixes. Noteworthy changes in version 0.7.2 (2006-03-03) ------------------------------------------------ * The key generation wizard does not allow to set a comment anymore. This is an advanced feature available in the advanced GUI version of key generation. * Bug fixes for the Windows target, in particular internationalization and binary mode file handling. Noteworthy changes in version 0.7.1 (2006-01-09) ------------------------------------------------ * When verifying the signature on a file, GPA now tries to find detached signatures and asks the user whether to verify them. * A "refresh" command was added to the keyring. So, if the keyring is modified outside GPA (i.e. by reading emails with auto-key-retrieve on), you can see the new keys without restarting GPA. * A .desktop file for integration with the Gnome and KDE menus is now distributed with the tarball. * The GPA icon has been changed. The new icon is now used by all windows when minimized (and on the window title if supported by the window manager). * It is again possible to do a build for Windows using the latest glib version along with a glib patch as available in the gpg4win package.
-rw-r--r--security/gpa/Makefile11
-rw-r--r--security/gpa/PLIST17
-rw-r--r--security/gpa/distinfo8
3 files changed, 22 insertions, 14 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 47435534bef..269e8ba3358 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.46 2015/04/25 14:24:48 tnn Exp $
-#
+# $NetBSD: Makefile,v 1.47 2015/07/05 18:33:01 wiz Exp $
-DISTNAME= gpa-0.7.0
-PKGREVISION= 27
+DISTNAME= gpa-0.9.7
CATEGORIES= x11 security
-MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
+MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpa/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pr@alles.prima.de
HOMEPAGE= http://www.gnupg.org/related_software/gpa/
COMMENT= GUI frontend to gnupg
+LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
@@ -20,5 +20,6 @@ CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q}
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/gpa/PLIST b/security/gpa/PLIST
index 96e0199f56e..69fbdc4fbe6 100644
--- a/security/gpa/PLIST
+++ b/security/gpa/PLIST
@@ -1,13 +1,20 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:13:29 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/07/05 18:33:01 wiz Exp $
bin/gpa
-share/gpa/gpa_tips.en
-share/gpa/gpa_tips.de
-share/gpa/gpa_logo.ppm
+man/man1/gpa.1
+share/applications/gpa.desktop
+share/gpa/gpa-logo.ppm
+share/gpa/gpa.png
+share/locale/ar/LC_MESSAGES/gpa.mo
+share/locale/cs/LC_MESSAGES/gpa.mo
share/locale/de/LC_MESSAGES/gpa.mo
share/locale/es/LC_MESSAGES/gpa.mo
share/locale/fr/LC_MESSAGES/gpa.mo
share/locale/ja/LC_MESSAGES/gpa.mo
share/locale/nl/LC_MESSAGES/gpa.mo
+share/locale/pl/LC_MESSAGES/gpa.mo
share/locale/pt_BR/LC_MESSAGES/gpa.mo
+share/locale/ru/LC_MESSAGES/gpa.mo
share/locale/sv/LC_MESSAGES/gpa.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gpa.mo
+share/locale/tr/LC_MESSAGES/gpa.mo
+share/locale/zh_TW/LC_MESSAGES/gpa.mo
+share/pixmaps/gpa.png
diff --git a/security/gpa/distinfo b/security/gpa/distinfo
index 612d468ce02..19e3f6ea39d 100644
--- a/security/gpa/distinfo
+++ b/security/gpa/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 13:10:06 agc Exp $
+$NetBSD: distinfo,v 1.7 2015/07/05 18:33:01 wiz Exp $
-SHA1 (gpa-0.7.0.tar.gz) = cdaf03fab206b91b7b425673c2526bf56a482419
-RMD160 (gpa-0.7.0.tar.gz) = 052349f75663c235e7f12aa3ac9e4a215535f8f1
-Size (gpa-0.7.0.tar.gz) = 647457 bytes
+SHA1 (gpa-0.9.7.tar.bz2) = 9eb07bcceeb986c7b6dbce8a18b82a2c344b50ce
+RMD160 (gpa-0.9.7.tar.bz2) = 82bc56336c23f66b8cb77ff50296360ad1a07d12
+Size (gpa-0.9.7.tar.bz2) = 734750 bytes