Port details |
- libcryptui GNOME application for managing encryption keys (PGP, SSH)
- 3.12.2_6 security
=3 3.12.2_6Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2015-08-05 19:13:50
- Last Update: 2024-02-25 13:19:45
- Commit Hash: a0ed1ef
- People watching this port, also watch:: libXdamage, xfce4-settings, noto-tc, woff2, libevent
- Also Listed In: gnome
- License: not specified in port
- WWW:
- https://gitlab.gnome.org/GNOME/libcryptui
- Description:
- Libcryptui: Interface components for OpenPGP
libcryptui is a library used for prompting for PGP keys.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libcryptui>0:security/libcryptui
- To install the port:
- cd /usr/ports/security/libcryptui/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libcryptui
- pkg install libcryptui
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcryptui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1657827035
SHA256 (gnome/libcryptui-3.12.2.tar.xz) = 71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866
SIZE (gnome/libcryptui-3.12.2.tar.xz) = 1163784
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- seahorse>=3.0.0 : security/seahorse
- gpg : security/gnupg
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- intltool-extract : textproc/intltool
- g-ir-scanner : devel/gobject-introspection
- pkgconf>=1.3.0_1 : devel/pkgconf
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- Runtime dependencies:
-
- seahorse>=3.0.0 : security/seahorse
- gpg : security/gnupg
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- Library dependencies:
-
- libgpgme.so : security/gpgme
- libdbus-glib-1.so : devel/dbus-glib
- libgnome-keyring.so : security/libgnome-keyring
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Libraries
-
- mail/evolution
Configuration Options:
- ===> The following configuration options are available for libcryptui-3.12.2_6:
NOTIFY=off: Desktop notification support
===> Use 'make config' to modify these settings
- Options name:
- security_libcryptui
- USES:
- gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.12.2_6 25 Feb 2024 13:19:45
    |
Muhammad Moinur Rahman (bofh)  |
security/libcryptui: Moved man to share/man
Approved by: portmgr (blanket) |
3.12.2_5 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.12.2_4 11 Jul 2023 12:39:00
    |
Dima Panov (fluffy)  |
security/libcryptui: unbreak after 29b3afa37e3c6b607e92e45d27b504982775033c (+)
GnuPG was updated to 2.4.x series and libcryptui cannot recognize it as walid
version.
Update post-patch REINPLACE macro to extend allowed range.
==> checking for GPGME - version >= 1.0.0... yes
==> configure: error: Appropriate version of GnuPG not found. Please install one
of versions: 1.2 1.4 2.0 2.1 2.2 2.3
Reported by: poudriere failure
Approved by: portmgr blanket |
3.12.2_3 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.12.2_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.12.2_2 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.12.2_2 14 Jul 2022 19:30:47
    |
Neel Chauhan (nc)  |
security/libcryptui: Use 'gnome' dir not 'gnome3' |
3.12.2_2 13 Apr 2021 13:06:17
    |
Adriaan de Groot (adridg)  |
security/libcryptui: accept current gnupg 2.3 in configure
Massage our crummy REINPLACE to also accept the current version
of gnupg that is in ports, so this can build agani. While here,
fix the pkg-descr which was still a copy of seahorse (from which
this package was split several years ago).
Upstream has marked this as "likely to be deprecated", and there
has been no release in 4 years. There *has* been an upstream
commit doing what our REINPLACE does, up to gnupg 2.2. |
3.12.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.12.2_1 07 Nov 2019 17:17:54
  |
zeising  |
Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.12.2_1 20 Sep 2017 19:48:38
  |
kwm  |
Allow configure to accept gnupg 2.2.x
Reported by: pkg-fallout via antoine@ |
3.12.2_1 26 Nov 2016 23:41:17
  |
jhale  |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
3.12.2 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.12.2 05 Aug 2015 19:13:26
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980 |