[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / converters / p5-MIME-Base64-URLSafe

File: [cvs.NetBSD.org] / pkgsrc / converters / p5-MIME-Base64-URLSafe / Attic / PLIST (download)

Revision 1.1.1.1 (vendor branch), Wed Feb 21 12:21:45 2007 UTC (17 years, 1 month ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.1: +0 -0 lines

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 (=)

@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/21 12:21:45 abs Exp $