Subject: CVS commit: pkgsrc/converters/p5-MIME-Base64-URLSafe
From: David Brownlee
Date: 2007-02-21 13:21:45
Message id: 20070221122145.E69202150A@cvs.netbsd.org

Log Message:
Import convertors/MIME-Base64-URLSafe-0.01:

This module is a perl version of python's URL-safe base64 encoder
/ decoder.

When embedding binary data in URL, it is preferable to use base64
encoding. However, two characters ('+' and '/') used in the standard
base64 encoding have special meanings in URLs, often leading to
re-encoding with URL-encoding, or worse, interoperability problems.

To overcome the problem, the module provides a variation of base64
codec compatible with python's urlsafe_b64encode / urlsafe_b64decode.

Modification rules from base64:

    use '-' and '_' instead of '+' and '/'
    no line feeds
    no trailing equals (=)


Files:
RevisionActionfile
1.1importpkgsrc/converters/p5-MIME-Base64-URLSafe/DESCR
1.1importpkgsrc/converters/p5-MIME-Base64-URLSafe/PLIST
1.1importpkgsrc/converters/p5-MIME-Base64-URLSafe/Makefile
1.1importpkgsrc/converters/p5-MIME-Base64-URLSafe/distinfo