svn commit: r439721 - in head/net: . rubygem-xmlrpc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 29 06:49:42 UTC 2017


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xmlrpc
+PORTVERSION=	0.3.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list