Next | Query returned 3 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.

Next | Query returned 3 messages, browsing 1 to 10 | previous