From owner-cvs-ports@FreeBSD.ORG Sun Apr 15 21:09:31 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91DF61065673; Sun, 15 Apr 2012 21:09:31 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64CEB8FC0A; Sun, 15 Apr 2012 21:09:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3FL9VUn095090; Sun, 15 Apr 2012 21:09:31 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3FL9VX7095089; Sun, 15 Apr 2012 21:09:31 GMT (envelope-from pawel) Message-Id: <201204152109.q3FL9VX7095089@repoman.freebsd.org> From: Pawel Pekala Date: Sun, 15 Apr 2012 21:09:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters Makefile ports/converters/libb64 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2012 21:09:31 -0000 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 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)