The Wayback Machine - https://web.archive.org/all/20050301073915/http://www.freshports.org:80/security/cryptplug/

FreshPorts -- The Place For Ports Mon, 28 Feb 2005 11:39 PM PST

Adaptec 2400A wanted!

I need an Adaptec 2400A. If you would consider donating one, please let me know.
Port details
cryptplug 0.3.16_3 / security  on this many watch lists=2
A collection of plug-ins to cryptographic engines
Maintained by: lofi@freebsd.org
port added: 30 Jan 2003 22:41:18

To add the package: pkg_add -r cryptplug

People watching this port, also watch: pth, portupgrade, libao, arts, kdemultimedia

required to build: security/gpgme03, security/gnupg-devel, devel/gmake, devel/libtool13
master sites:
ftp://ftp.gnupg.org/gcrypt/alpha/cryptplug/
http://ftp.sunsite.dk/pub/security/gcrypt/alpha/cryptplug/
http://ftp.linux.it/pub/mirrors/gnupg/alpha/cryptplug/
ftp://ftp.demon.nl/pub/mirrors/gnupg/alpha/cryptplug/
ftp://ftp.ayamura.org/pub/gnupg/alpha/cryptplug/
ftp://sunsite.dk/pub/security/gcrypt/alpha/cryptplug/
ftp://ftp.jyu.fi/pub/crypt/gcrypt/alpha/cryptplug/
ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/alpha/cryptplug/
ftp://ftp.surfnet.nl/pub/security/gnupg/alpha/cryptplug/
ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/alpha/cryptplug/
ftp://sunsite.cnlab-switch.ch/mirror/gcrypt/alpha/cryptplug/
ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/alpha/cryptplug/
ftp://www.t.ring.gr.jp/pub/net/gnupg/alpha/cryptplug/
http://www.t.ring.gr.jp/archives/net/gnupg/alpha/cryptplug/
http://trumpetti.atm.tut.fi/gcrypt/alpha/cryptplug/
ftp://igloo.linux.gr/pub/crypto/gnupg/alpha/cryptplug/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

CVSWeb : Sources : Main Web Site : PortsMon
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.

WWW: http://www.gnupg.org/aegypten
Notes from /usr/ports/UPDATING
  • 2004-12-13
    Affects: users of security/cryptplug, deskutils/kdepim3
    Author: lofi@freebsd.org
    Reason: 
      The cryptplug port is not compatible with recent versions of gpgme
      and has been changed to depend on gpgme03 (the last version of gpg-
      me compatible with cryptplug).
      Users who have been using cryptplug in order to enable PGP/MIME support
      in KMail should DEINSTALL BOTH cryptplug and gpgme03 before updating
      KDE to version 3.3.2. Cryptplug is NOT necessary anymore to enable
      PGP/MIME support in KMail and will cause the kdepim3 build to fail due
      to conflicting dependencies.
    
    
Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Dec 2004 08:59:42
Original commit  Commit details files touched by this commit   0.3.16_3
clement
- 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)
18 Dec 2004 19:43:33
Original commit  Commit details files touched by this commit   0.3.16_2
lofi
Change dependency file to something gpgme03-specific.
13 Dec 2004 20:29:46
Original commit  Commit details files touched by this commit   0.3.16_2
lofi
Change dependency to gpgme03.
09 Jul 2004 18:43:11
Original commit  Commit details files touched by this commit   0.3.16_1
marcus
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
04 May 2004 15:40:42
Original commit  Commit details files touched by this commit   0.3.16_1
lofi
Update WWW:
03 May 2004 20:22:05
Original commit  Commit details files touched by this commit   0.3.16_1
lofi
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
18 Mar 2004 01:41:17
Original commit  Commit details files touched by this commit   0.3.16_1
lofi
SIZEify.
14 Mar 2004 06:17:56
Original commit  Commit details files touched by this commit   0.3.16_1
ade
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.
04 Feb 2004 05:10:27
Original commit  Commit details files touched by this commit   0.3.16_1
marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
28 Aug 2003 17:40:02
Original commit  Commit details files touched by this commit   0.3.16
lofi
Change maintainer address.

Approved by:    arved (Mentor)
18 Jun 2003 04:01:55
Original commit  Commit details files touched by this commit   0.3.16
foxfair
PR:             53404
Submitted by:   maintainer
Update to 0.3.16, which is the latest version and fix minor problem
in pkg-plist.
21 Feb 2003 13:26:58
Original commit  Commit details files touched by this commit   0.3.15
knu
De-pkg-comment.
15 Feb 2003 12:55:20
Original commit  Commit details files touched by this commit   0.3.15
arved
Use MASTER_SITE_GNUPG
30 Jan 2003 22:44:55
Original commit  Commit details Encoding Errors (not all of the commit message was ASCII) files touched by this commit   0.3.15
will
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 <michaelnottebrock@gmx.net>
30 Jan 2003 22:40:59
Original commit  Commit details files touched by this commit   0.3.15
will
Add cryptplug 0.3.15, a collection of plug-ins to cryptographic
engines.
Login
User Login
Create account
Forums

Server and bandwidth provided by BChosting.com

Search
Enter Keywords:
 
more...


Statistics
Graphs
Traffic

Calculated hourly:
Port count 12458
Broken 313
Deprecated 56
Ignore 658
Forbidden 10
new 24 hours 57
new 48 hours67
new 7 days86
new fortnight131
new month207

Ports
Home
Categories
Deleted ports
Broken ports
New ports
Ignored ports
Deprecated ports
Forbidden ports

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy

Add tab to Netscape 6

Server and bandwidth provided by BChosting.com
This page created in 0.956 seconds.
Valid HTML, CSS, and RSS.
Copyright © 2000-2005 DVL Software Limited. All rights reserved.