Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2012 21:09:31 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/converters Makefile ports/converters/libb64 Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201204152109.q3FL9VX7095089@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pawel       2012-04-15 21:09:31 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/libb64    Makefile distinfo pkg-descr pkg-plist 
  Log:
  libb64 is a library of ANSI C routines for fast encoding/decoding data
  into and from a base64-encoded format.
  C++ wrappers are included, as well as the source code for
  standalone encoding and decoding executables.
  
  Base64 uses a subset of displayable ASCII characters, and is
  therefore a useful encoding for storing binary data in a text file,
  such as XML, or sending binary data over text-only email.
  
  WWW: http://libb64.sourceforge.net
  
  PR:             ports/166670
  Submitted by:   Ismail Yenigul <ismail.yenigul@surgate.com>
  
  Revision  Changes    Path
  1.203     +1 -0      ports/converters/Makefile
  1.1       +28 -0     ports/converters/libb64/Makefile (new)
  1.1       +2 -0      ports/converters/libb64/distinfo (new)
  1.1       +10 -0     ports/converters/libb64/pkg-descr (new)
  1.1       +6 -0      ports/converters/libb64/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204152109.q3FL9VX7095089>