| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Mar 2013 19:33:42
1.2.18
|
cs  |
- Remove A/An in COMMENT
- Trim Header where applicable |
10 Dec 2012 13:43:44
1.2.18
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
13 Nov 2011 21:07:33
1.2.18
|
ale  |
Update to 1.2.18 release.
Feature safe: yes |
24 Oct 2011 04:17:38
1.2.17_1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
21 Jul 2011 05:03:02
1.2.17_1
|
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
03 Jul 2011 14:03:52
1.2.17_1
|
ohauer  |
-remove MD5 |
12 Apr 2011 13:52:54
1.2.17_1
|
ale  |
Optimize C_GetAttributeValues: remove not needed call. |
29 Dec 2008 09:15:48
1.2.17
|
ale  |
Fix build on 64-bit archs. |
15 Dec 2008 21:49:06
1.2.17
|
ale  |
Update to 1.2.17 release. |
06 Jun 2008 14:01:07
1.2.16_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Jan 2008 16:50:04
1.2.16_2
|
ale  |
Fix patch path. |
17 Jan 2008 13:12:34
1.2.16_2
|
ale  |
Null-terminate CK_CHAR_PTR strings, even if it should not be necessary.
This fixes broken softwares (like OpenSC) that do poor assumptions. |
18 Sep 2007 12:36:58
1.2.16_1
|
ale  |
Add COMMENT escaping. |
19 May 2007 20:32:57
1.2.16_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Feb 2007 07:06:58
1.2.16
|
ale  |
This is a library for the Java platform which makes PKCS#11 (also known
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a
software library with a defined API which allows access to cryptographic
hardware. It usually comes with hardware security modules (HSM), smart
cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper
provides Java software access to almost any crypto hardware. For
example, a Java application can use it to integrate a HSM or a smart
card to create digital signatures, to decrypt data or to unwrap keys.
WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper |