The FreeBSD Ports Archive
FreeBSD security : borzoi4>
An Elliptic Curve Cryptography Library
borzoi history
v. 1.17
date: 2007/02/27 21:18:29; author: linimon; state: Exp; lines: +1 -1
Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.
Hat: portmgr
v. 1.16
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.15
date: 2006/02/23 10:38:52; 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:54; 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/05/26 07:49:37; author: krion; state: Exp; lines: +1 -1
- Update to version 1.0.2
PR: ports/67153
Submitted by: Roman Neuhauser
Approved by: maintainer
v. 1.12
date: 2004/03/14 06:17:17; 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.11
date: 2003/02/21 13:26:41; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.10
date: 2002/09/19 15:39:51; author: ijliao; state: Exp; lines: +1 -1
pass maintainership
v. 1.9
date: 2002/08/02 05:51:47; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.1
v. 1.8
date: 2002/05/28 05:46:58; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.0
v. 1.7
date: 2002/04/10 05:20:58; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.5
v. 1.6
date: 2002/03/26 06:14:22; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.3
v. 1.5
date: 2002/03/06 07:04:07; author: ijliao; state: Exp; lines: +1 -4
upgrade to 0.9.2
v. 1.4
date: 2002/01/15 03:04:01; author: pat; state: Exp; lines: +1 -1
Fix mastersites
PR: 33888 33890 33892 33900 33901 33905
Submitted by: Tilman Linneweh
v. 1.3
date: 2002/01/14 05:15:00; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.1
v. 1.2
date: 2001/08/31 14:20:27; author: sobomax; state: Exp; lines: +0 -1
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.1
date: 2001/08/23 08:24:35; author: ijliao; state: Exp;
add borzoi
An Elliptic Curve Cryptography Library
=============================================================================
v. 1.17
date: 2007/02/27 21:18:29; author: linimon; state: Exp; lines: +1 -1
Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.
Hat: portmgr
v. 1.16
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.15
date: 2006/02/23 10:38:52; 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:54; 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/05/26 07:49:37; author: krion; state: Exp; lines: +1 -1
- Update to version 1.0.2
PR: ports/67153
Submitted by: Roman Neuhauser
Approved by: maintainer
v. 1.12
date: 2004/03/14 06:17:17; 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.11
date: 2003/02/21 13:26:41; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.10
date: 2002/09/19 15:39:51; author: ijliao; state: Exp; lines: +1 -1
pass maintainership
v. 1.9
date: 2002/08/02 05:51:47; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.1
v. 1.8
date: 2002/05/28 05:46:58; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.0
v. 1.7
date: 2002/04/10 05:20:58; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.5
v. 1.6
date: 2002/03/26 06:14:22; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.3
v. 1.5
date: 2002/03/06 07:04:07; author: ijliao; state: Exp; lines: +1 -4
upgrade to 0.9.2
v. 1.4
date: 2002/01/15 03:04:01; author: pat; state: Exp; lines: +1 -1
Fix mastersites
PR: 33888 33890 33892 33900 33901 33905
Submitted by: Tilman Linneweh
v. 1.3
date: 2002/01/14 05:15:00; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.1
v. 1.2
date: 2001/08/31 14:20:27; author: sobomax; state: Exp; lines: +0 -1
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.1
date: 2001/08/23 08:24:35; author: ijliao; state: Exp;
add borzoi
An Elliptic Curve Cryptography Library
=============================================================================
v. 1.17
date: 2007/02/27 21:18:29; author: linimon; state: Exp; lines: +1 -1
Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.
Hat: portmgr
v. 1.16
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.15
date: 2006/02/23 10:38:52; 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:54; 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/05/26 07:49:37; author: krion; state: Exp; lines: +1 -1
- Update to version 1.0.2
PR: ports/67153
Submitted by: Roman Neuhauser
Approved by: maintainer
v. 1.12
date: 2004/03/14 06:17:17; 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.11
date: 2003/02/21 13:26:41; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.10
date: 2002/09/19 15:39:51; author: ijliao; state: Exp; lines: +1 -1
pass maintainership
v. 1.9
date: 2002/08/02 05:51:47; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.1
v. 1.8
date: 2002/05/28 05:46:58; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.0
v. 1.7
date: 2002/04/10 05:20:58; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.5
v. 1.6
date: 2002/03/26 06:14:22; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.3
v. 1.5
date: 2002/03/06 07:04:07; author: ijliao; state: Exp; lines: +1 -4
upgrade to 0.9.2
v. 1.4
date: 2002/01/15 03:04:01; author: pat; state: Exp; lines: +1 -1
Fix mastersites
PR: 33888 33890 33892 33900 33901 33905
Submitted by: Tilman Linneweh
v. 1.3
date: 2002/01/14 05:15:00; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.9.1
v. 1.2
date: 2001/08/31 14:20:27; author: sobomax; state: Exp; lines: +0 -1
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.1
date: 2001/08/23 08:24:35; author: ijliao; state: Exp;
add borzoi
An Elliptic Curve Cryptography Library
=============================================================================
|
| |

|