Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 20:55:18 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
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
Message-ID:  <201801042055.w04KtIJe073827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801042055.w04KtIJe073827>