The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : cryptplug

A collection of plug-ins to cryptographic engines

 This is a collection of plug-ins to cryptographic engines, accessible
by the crypt-plug interface.  Applications can make use of the crypto
operations provided by the CryptPlug interface, and the plug-ins
provided by this package implement the interface for various
cryptographic engines, like GnuPG. 

http://www.gnupg.org/aegypten



cryptplug history


v. 1.18
date: 2007/02/01 02:41:54;  author: kris;  state: Exp;  lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch

v. 1.17 date: 2006/12/21 20:04:46; author: lofi; state: Exp; lines: +2 -2 Looks like I missed this
v. 1.16 date: 2006/05/13 04:15:01; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.15 date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.14 date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.13 date: 2004/12/21 08:59:42; author: clement; state: Exp; lines: +7 -2 - Rework gpgme03 port to avoid conflict with gpgme 1.0 - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus)
v. 1.12 date: 2004/12/18 19:43:33; author: lofi; state: Exp; lines: +1 -1 Change dependency file to something gpgme03-specific.
v. 1.11 date: 2004/12/13 20:29:45; author: lofi; state: Exp; lines: +2 -2 Change dependency to gpgme03.
v. 1.10 date: 2004/07/09 17:42:46; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.9 date: 2004/05/03 19:22:03; author: lofi; state: Exp; lines: +1 -1 Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
v. 1.8 date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.7 date: 2004/02/04 05:08:43; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.6 date: 2003/08/28 16:40:02; author: lofi; state: Exp; lines: +1 -1 Change maintainer address. Approved by: arved (Mentor)
v. 1.5 date: 2003/06/18 03:01:55; author: foxfair; state: Exp; lines: +1 -1 PR: 53404 Submitted by: maintainer Update to 0.3.16, which is the latest version and fix minor problem in pkg-plist.
v. 1.4 date: 2003/02/21 13:26:42; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2003/02/15 12:55:20; author: arved; state: Exp; lines: +2 -1 Use MASTER_SITE_GNUPG
v. 1.2 date: 2003/01/30 22:44:55; author: will; state: Exp; lines: +0 -0 These ports were: (a) Necessary for Äegypten support in KMail (KDE 3.1), along with the upgrade earlier of security/gpgme to 0.3.14. This provides PGP/MIME support to KMail (in addition to inline PGP signatures). (b) ...: Submitted by: Michael Nottebrock
v. 1.1 date: 2003/01/30 22:40:59; author: will; state: Exp; Add cryptplug 0.3.15, a collection of plug-ins to cryptographic engines. ============================================================================= v. 1.18 date: 2007/02/01 02:41:54; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.17 date: 2006/12/21 20:04:46; author: lofi; state: Exp; lines: +2 -2 Looks like I missed this
v. 1.16 date: 2006/05/13 04:15:01; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.15 date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.14 date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.13 date: 2004/12/21 08:59:42; author: clement; state: Exp; lines: +7 -2 - Rework gpgme03 port to avoid conflict with gpgme 1.0 - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus)
v. 1.12 date: 2004/12/18 19:43:33; author: lofi; state: Exp; lines: +1 -1 Change dependency file to something gpgme03-specific.
v. 1.11 date: 2004/12/13 20:29:45; author: lofi; state: Exp; lines: +2 -2 Change dependency to gpgme03.
v. 1.10 date: 2004/07/09 17:42:46; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.9 date: 2004/05/03 19:22:03; author: lofi; state: Exp; lines: +1 -1 Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
v. 1.8 date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.7 date: 2004/02/04 05:08:43; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.6 date: 2003/08/28 16:40:02; author: lofi; state: Exp; lines: +1 -1 Change maintainer address. Approved by: arved (Mentor)
v. 1.5 date: 2003/06/18 03:01:55; author: foxfair; state: Exp; lines: +1 -1 PR: 53404 Submitted by: maintainer Update to 0.3.16, which is the latest version and fix minor problem in pkg-plist.
v. 1.4 date: 2003/02/21 13:26:42; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2003/02/15 12:55:20; author: arved; state: Exp; lines: +2 -1 Use MASTER_SITE_GNUPG
v. 1.2 date: 2003/01/30 22:44:55; author: will; state: Exp; lines: +0 -0 These ports were: (a) Necessary for Äegypten support in KMail (KDE 3.1), along with the upgrade earlier of security/gpgme to 0.3.14. This provides PGP/MIME support to KMail (in addition to inline PGP signatures). (b) ...: Submitted by: Michael Nottebrock
v. 1.1 date: 2003/01/30 22:40:59; author: will; state: Exp; Add cryptplug 0.3.15, a collection of plug-ins to cryptographic engines. ============================================================================= v. 1.18 date: 2007/02/01 02:41:54; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.17 date: 2006/12/21 20:04:46; author: lofi; state: Exp; lines: +2 -2 Looks like I missed this
v. 1.16 date: 2006/05/13 04:15:01; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.15 date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.14 date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.13 date: 2004/12/21 08:59:42; author: clement; state: Exp; lines: +7 -2 - Rework gpgme03 port to avoid conflict with gpgme 1.0 - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus)
v. 1.12 date: 2004/12/18 19:43:33; author: lofi; state: Exp; lines: +1 -1 Change dependency file to something gpgme03-specific.
v. 1.11 date: 2004/12/13 20:29:45; author: lofi; state: Exp; lines: +2 -2 Change dependency to gpgme03.
v. 1.10 date: 2004/07/09 17:42:46; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.9 date: 2004/05/03 19:22:03; author: lofi; state: Exp; lines: +1 -1 Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
v. 1.8 date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.7 date: 2004/02/04 05:08:43; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.6 date: 2003/08/28 16:40:02; author: lofi; state: Exp; lines: +1 -1 Change maintainer address. Approved by: arved (Mentor)
v. 1.5 date: 2003/06/18 03:01:55; author: foxfair; state: Exp; lines: +1 -1 PR: 53404 Submitted by: maintainer Update to 0.3.16, which is the latest version and fix minor problem in pkg-plist.
v. 1.4 date: 2003/02/21 13:26:42; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2003/02/15 12:55:20; author: arved; state: Exp; lines: +2 -1 Use MASTER_SITE_GNUPG
v. 1.2 date: 2003/01/30 22:44:55; author: will; state: Exp; lines: +0 -0 These ports were: (a) Necessary for Äegypten support in KMail (KDE 3.1), along with the upgrade earlier of security/gpgme to 0.3.14. This provides PGP/MIME support to KMail (in addition to inline PGP signatures). (b) ...: Submitted by: Michael Nottebrock
v. 1.1 date: 2003/01/30 22:40:59; author: will; state: Exp; Add cryptplug 0.3.15, a collection of plug-ins to cryptographic engines. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm