From owner-svn-ports-all@freebsd.org Sat Apr 29 06:49:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60605D54962; Sat, 29 Apr 2017 06:49:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 160531901; Sat, 29 Apr 2017 06:49:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3T6nfiC000992; Sat, 29 Apr 2017 06:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3T6negl000987; Sat, 29 Apr 2017 06:49:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704290649.v3T6negl000987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Apr 2017 06:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439721 - in head/net: . rubygem-xmlrpc 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.23 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, 29 Apr 2017 06:49:42 -0000 Author: sunpoet Date: Sat Apr 29 06:49:40 2017 New Revision: 439721 URL: https://svnweb.freebsd.org/changeset/ports/439721 Log: Add rubygem-xmlrpc 0.3.0 The Ruby standard library package 'xmlrpc' enables you to create a server that implements remote procedures and a client that calls them. Very little code is required to achieve either of these. WWW: https://github.com/ruby/xmlrpc Added: head/net/rubygem-xmlrpc/ head/net/rubygem-xmlrpc/Makefile (contents, props changed) head/net/rubygem-xmlrpc/distinfo (contents, props changed) head/net/rubygem-xmlrpc/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Apr 29 06:32:03 2017 (r439720) +++ head/net/Makefile Sat Apr 29 06:49:40 2017 (r439721) @@ -1237,6 +1237,7 @@ SUBDIR += rubygem-u2f0 SUBDIR += rubygem-uri-redis SUBDIR += rubygem-whois + SUBDIR += rubygem-xmlrpc SUBDIR += rude SUBDIR += s3ql SUBDIR += samba42 Added: head/net/rubygem-xmlrpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-xmlrpc/Makefile Sat Apr 29 06:49:40 2017 (r439721) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= xmlrpc +PORTVERSION= 0.3.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby standard library package 'xmlrpc' + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/net/rubygem-xmlrpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-xmlrpc/distinfo Sat Apr 29 06:49:40 2017 (r439721) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493446265 +SHA256 (rubygem/xmlrpc-0.3.0.gem) = 03996896fec56a9f04b7f928ba7584a93397daf0f39e32e4134670ba7824e4e8 +SIZE (rubygem/xmlrpc-0.3.0.gem) = 28672 Added: head/net/rubygem-xmlrpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-xmlrpc/pkg-descr Sat Apr 29 06:49:40 2017 (r439721) @@ -0,0 +1,5 @@ +The Ruby standard library package 'xmlrpc' enables you to create a server that +implements remote procedures and a client that calls them. Very little code is +required to achieve either of these. + +WWW: https://github.com/ruby/xmlrpc