NOTICE: This package has been removed from pkgsrc

./wip/libglobalplatform, C library for managing GlobalPlatform smart card contents

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 6.0.0, Package name: libglobalplatform-6.0.0, Maintainer: rhansen

C library for managing the contents of a GlobalPlatform smart card.


Required to run:
[security/pcsc-lite]

Master sites:

SHA1: 5a08bec4cbcc8caffa7c646a35600712f468553c
RMD160: ac147749605733a47fe6678f88ec07a3d8f61984
Filesize: 411.3 KB

Version history: (Expand)


CVS history: (Expand)


   2014-03-12 22:32:38 by Greg Troxel | Files touched by this commit (5) | Package removed
Log message:
Remove libglobalplatform and gpshell; I just imported them to pkgsrc/security.
   2014-03-12 21:11:01 by Richard Hansen | Files touched by this commit (1)
Log message:
comment why MASTER_SITES isn't assigned in the usual way

The pkgsrc guide says to do:

  MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=project_name/}

but this doesn't work if project_name/ contains a % character (e.g., a
space in the URL that was encoded to %20) because % is a special
control character.  So this Makefile instead does:

  MASTER_SITES=${MASTER_SITE_SOURCEFORGE@.SITE.@${.SITE.}project_name/}

to accomplish the same thing without the % limitation.  Add a comment
explaining this.
   2014-02-27 01:00:25 by Richard Hansen | Files touched by this commit (5)
Log message:
Import libglobalplatform-6.0.0 as wip/libglobalplatform.

The GlobalPlatform Library is a C library for managing the contents of
a GlobalPlatform smart card.