Port details |
- libbeid Belgian eID PKCS
- 4.4.2 security
=0 4.4.2Version of this port present on the latest quarterly branch.
- Maintainer: tijl@FreeBSD.org
- Port Added: 2014-04-16 20:07:27
- Last Update: 2018-08-12 14:02:45
- SVN Revision: 476992
- License: LGPL3
- WWW:
- https://github.com/Fedict/eid-mw/
- Description:
- PKCS #11 module for Belgian government-issued electronic identity cards.
WWW: https://github.com/Fedict/eid-mw/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libbeid>0:security/libbeid
- No installation instructions:
- This port has been deleted.
- PKGNAME: libbeid
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1528377686
SHA256 (Fedict-eid-mw-v4.4.2_GH0.tar.gz) = c0d9882d9445e51bc57b2f7f003ae03d7842354101c3d27d6a2a68cdb9d3a0d2
SIZE (Fedict-eid-mw-v4.4.2_GH0.tar.gz) = 7716375
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf-2.69 : devel/autoconf
- autoheader-2.69 : devel/autoconf
- autoreconf-2.69 : devel/autoconf
- aclocal-1.15 : devel/automake
- automake-1.15 : devel/automake
- libtoolize : devel/libtool
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcsclite.so : devel/pcsc-lite
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libbeid-4.4.2:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf gettext-tools libtool pkgconfig gettext-runtime gnome
- pkg-message:
- WARNING:
The private keys on the eID cards are created by the Belgian government and
not by the citizens. You should assume that the government can forge digital
signatures and decrypt encrypted content.
The procfs file system must be mounted on /proc for these libraries to work
correctly. Add the following line to /etc/fstab and run "mount procfs".
procfs /proc procfs rw 0 0
To use your eID in Firefox you can add libbeidpkcs11.so as a security module:
- Make sure you have installed a pcsc-lite driver for your card reader (such
as devel/libccid) and that pcscd is running (add pcscd_enable="YES" to
/etc/rc.conf and start the service by running "service pcscd start").
- Connect your card reader.
- In Firefox go to Edit->Preferences->Advanced->Certificates and press
"Security Devices", then "Load".
- Enter a name such as "Belgian eID" and browse for libbeidpkcs11.so. Then
close the two windows by pressing "OK" twice.
- If all went well you can now plug in your eID card and see your certificates
listed under "View Certificates->Your Certificates".
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.2 12 Aug 2018 14:02:45 |
tijl |
Update Belgian eID middleware to 4.4.5. Enable the viewer application
and the Firefox extension. Rename the port from security/libbeid to
security/beid now that it's more than just a library. |
4.4.2 07 Jun 2018 13:31:21 |
tijl |
Update to 4.4.2. |
4.3.4 02 Nov 2017 18:11:30 |
tijl |
Update to 4.3.4. |
4.2.8 17 May 2017 16:30:35 |
tijl |
Remove configure checks for unused libraries. |
4.2.8 16 May 2017 19:16:37 |
tijl |
Update to 4.2.8. |
4.1.19 22 Nov 2016 15:13:11 |
tijl |
Update to 4.1.19. |
4.1.18 31 Oct 2016 18:03:39 |
tijl |
Update to 4.1.18. |
4.1.11 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.1.11 31 Dec 2015 14:15:14 |
tijl |
Update libbeid to 4.1.11 |
4.1.8 21 Oct 2015 11:53:37 |
tijl |
Update to 4.1.8 |
4.1.2 02 Jun 2015 09:23:15 |
tijl |
Update to 4.1.2 |
4.0.6.1614 18 Apr 2015 12:58:35 |
tijl |
Convert to USES=autoreconf |
4.0.6.1614 30 Sep 2014 18:34:58 |
marino |
security/libbeid: Add <stdlib.h> header for malloc
The existing patch removed "<malloc.h>" but didn't provide "<stdlib.h>".
Adjust to compound patch to fix that oversight.
FWIW, the extra work to partially fix a patch is one reason I don't like
one-patch-many-files. It's not the only reason. |
4.0.6.1614 15 Aug 2014 18:49:21 |
tijl |
Update to upstream revision 1614 |
4.0.6.1457 16 Apr 2014 20:07:15 |
tijl |
New port: security/libbeid
Support libraries for Belgian government-issued electronic identity cards.
A PKCS #11 module is included that can be used with Mozilla Firefox.
The distfile has been created from upstream trunk revision 1457.
The patches included in the port fix all clang compiler warnings for
-Wall -Wextra -Wno-unused-parameter. |