svn commit: r458086 - in head/devel: . rubygem-multipart-post

Steve Wills swills at FreeBSD.org
Thu Jan 4 20:55:20 UTC 2018


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 at 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


More information about the svn-ports-head mailing list