Bug 166670 - New Port :converter/libb64 Base64 Encoding/Decoding Routines
Summary: New Port :converter/libb64 Base64 Encoding/Decoding Routines
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-05 16:30 UTC by Ismail YENIGUL
Modified: 2012-04-15 22:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.37 KB, text/plain)
2012-04-05 16:30 UTC, Ismail YENIGUL
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail YENIGUL 2012-04-05 16:30:15 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-04-15 22:09:45 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2012-04-15 22:10:13 UTC
State Changed
From-To: open->closed

New port added. Thanks!