From owner-svn-ports-all@FreeBSD.ORG Thu Dec 4 15:22:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E38194AD; Thu, 4 Dec 2014 15:22:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C48FB36C; Thu, 4 Dec 2014 15:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4FMUPd077052; Thu, 4 Dec 2014 15:22:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB4FMTwZ077043; Thu, 4 Dec 2014 15:22:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412041522.sB4FMTwZ077043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Dec 2014 15:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373947 - in head/devel: . rubygem-CFPropertyList 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.18-1 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: Thu, 04 Dec 2014 15:22:31 -0000 Author: sunpoet Date: Thu Dec 4 15:22:29 2014 New Revision: 373947 URL: https://svnweb.freebsd.org/changeset/ports/373947 QAT: https://qat.redports.org/buildarchive/r373947/ Log: - Add rubygem-CFPropertyList 2.2.8 CFPropertyList implements class to read, manipulate and write both XML and binary property list files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List for more documentation. WWW: https://github.com/ckruse/CFPropertyList RG: https://rubygems.org/gems/CFPropertyList Added: head/devel/rubygem-CFPropertyList/ head/devel/rubygem-CFPropertyList/Makefile (contents, props changed) head/devel/rubygem-CFPropertyList/distinfo (contents, props changed) head/devel/rubygem-CFPropertyList/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 4 15:12:31 2014 (r373946) +++ head/devel/Makefile Thu Dec 4 15:22:29 2014 (r373947) @@ -4261,6 +4261,7 @@ SUBDIR += ruby-subversion SUBDIR += ruby-tzfile SUBDIR += ruby-wirble + SUBDIR += rubygem-CFPropertyList SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionview Added: head/devel/rubygem-CFPropertyList/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-CFPropertyList/Makefile Thu Dec 4 15:22:29 2014 (r373947) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= CFPropertyList +PORTVERSION= 2.2.8 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read, write and manipulate both binary and XML property lists + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-CFPropertyList/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-CFPropertyList/distinfo Thu Dec 4 15:22:29 2014 (r373947) @@ -0,0 +1,2 @@ +SHA256 (rubygem/CFPropertyList-2.2.8.gem) = b693d9b4e6609c9dcdb651d0d65a3bdb54c04cdc16291b4272a86f48e51f57b7 +SIZE (rubygem/CFPropertyList-2.2.8.gem) = 15872 Added: head/devel/rubygem-CFPropertyList/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-CFPropertyList/pkg-descr Thu Dec 4 15:22:29 2014 (r373947) @@ -0,0 +1,6 @@ +CFPropertyList implements class to read, manipulate and write both XML and +binary property list files (plist(5)) as defined by Apple. Have a look at +CFPropertyList::List for more documentation. + +WWW: https://github.com/ckruse/CFPropertyList +RG: https://rubygems.org/gems/CFPropertyList