From owner-svn-ports-all@FreeBSD.ORG Sat Jun 22 02:39:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 60561505; Sat, 22 Jun 2013 02:39:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 396C916EF; Sat, 22 Jun 2013 02:39:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5M2dwhV044325; Sat, 22 Jun 2013 02:39:58 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5M2dvUO044321; Sat, 22 Jun 2013 02:39:57 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306220239.r5M2dvUO044321@svn.freebsd.org> From: Steve Wills Date: Sat, 22 Jun 2013 02:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321527 - in head/devel: . rubygem-ascii85 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 02:39:58 -0000 Author: swills Date: Sat Jun 22 02:39:57 2013 New Revision: 321527 URL: http://svnweb.freebsd.org/changeset/ports/321527 Log: Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name WWW: http://rubyforge.org/projects/ascii85/ Added: head/devel/rubygem-ascii85/ head/devel/rubygem-ascii85/Makefile (contents, props changed) head/devel/rubygem-ascii85/distinfo (contents, props changed) head/devel/rubygem-ascii85/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jun 22 02:38:31 2013 (r321526) +++ head/devel/Makefile Sat Jun 22 02:39:57 2013 (r321527) @@ -3995,6 +3995,7 @@ SUBDIR += rubygem-ansi SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields + SUBDIR += rubygem-ascii85 SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic SUBDIR += rubygem-authlogic Added: head/devel/rubygem-ascii85/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ascii85/Makefile Sat Jun 22 02:39:57 2013 (r321527) @@ -0,0 +1,20 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= ascii85 +PORTVERSION= 1.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG +DISTNAME= Ascii85-${PORTVERSION} + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name + +GEM_NAME= ${DISTNAME} +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/ascii85 + +.include Added: head/devel/rubygem-ascii85/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ascii85/distinfo Sat Jun 22 02:39:57 2013 (r321527) @@ -0,0 +1,2 @@ +SHA256 (rubygem/Ascii85-1.0.2.gem) = f854f2ebb0bd13f80ee9018a904357175337cfe0816ecb60466ca2d0fad22549 +SIZE (rubygem/Ascii85-1.0.2.gem) = 10752 Added: head/devel/rubygem-ascii85/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ascii85/pkg-descr Sat Jun 22 02:39:57 2013 (r321527) @@ -0,0 +1,4 @@ +Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of +the same name + +WWW: http://rubyforge.org/projects/ascii85/