From owner-svn-ports-all@freebsd.org Thu Jan 4 20:55:20 2018 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 5F2DAEB6716; Thu, 4 Jan 2018 20:55:20 +0000 (UTC) (envelope-from swills@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 1032F80D96; Thu, 4 Jan 2018 20:55:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w04KtIUm073831; Thu, 4 Jan 2018 20:55:18 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w04KtIJe073827; Thu, 4 Jan 2018 20:55:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201801042055.w04KtIJe073827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 4 Jan 2018 20:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458086 - in head/devel: . rubygem-multipart-post X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . rubygem-multipart-post X-SVN-Commit-Revision: 458086 X-SVN-Commit-Repository: ports 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.25 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 Jan 2018 20:55:20 -0000 Author: swills Date: Thu Jan 4 20:55:18 2018 New Revision: 458086 URL: https://svnweb.freebsd.org/changeset/ports/458086 Log: devel/rubygem-multipart-post: create port Multipart form post accessory for Net::HTTP WWW: https://github.com/nicksieger/multipart-post Added: head/devel/rubygem-multipart-post/ head/devel/rubygem-multipart-post/Makefile (contents, props changed) head/devel/rubygem-multipart-post/distinfo (contents, props changed) head/devel/rubygem-multipart-post/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 4 20:40:52 2018 (r458085) +++ head/devel/Makefile Thu Jan 4 20:55:18 2018 (r458086) @@ -5565,6 +5565,7 @@ SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_test + SUBDIR += rubygem-multipart-post SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache SUBDIR += rubygem-mustache0 Added: head/devel/rubygem-multipart-post/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-multipart-post/Makefile Thu Jan 4 20:55:18 2018 (r458086) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= multipart-post +PORTVERSION= 2.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Multipart form post accessory for Net::HTTP + +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-multipart-post/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-multipart-post/distinfo Thu Jan 4 20:55:18 2018 (r458086) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515098527 +SHA256 (rubygem/multipart-post-2.0.0.gem) = 3dc44e50d3df3d42da2b86272c568fd7b75c928d8af3cc5f9834e2e5d9586026 +SIZE (rubygem/multipart-post-2.0.0.gem) = 11264 Added: head/devel/rubygem-multipart-post/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-multipart-post/pkg-descr Thu Jan 4 20:55:18 2018 (r458086) @@ -0,0 +1,3 @@ +Multipart form post accessory for Net::HTTP + +WWW: https://github.com/nicksieger/multipart-post