svn commit: r413888 - in head/devel: . rubygem-arr-pm
Steve Wills
swills at FreeBSD.org
Sat Apr 23 16:46:39 UTC 2016
Author: swills
Date: Sat Apr 23 16:46:38 2016
New Revision: 413888
URL: https://svnweb.freebsd.org/changeset/ports/413888
Log:
devel/rubygem-arr-pm: create port
This library allows to you to read and write rpm packages. Written in pure ruby
because librpm is not available on all systems
WWW: https://rubygems.org/gems/arr-pm
Added:
head/devel/rubygem-arr-pm/
head/devel/rubygem-arr-pm/Makefile (contents, props changed)
head/devel/rubygem-arr-pm/distinfo (contents, props changed)
head/devel/rubygem-arr-pm/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Apr 23 16:45:14 2016 (r413887)
+++ head/devel/Makefile Sat Apr 23 16:46:38 2016 (r413888)
@@ -4771,6 +4771,7 @@
SUBDIR += rubygem-apipie-bindings
SUBDIR += rubygem-apipie-params
SUBDIR += rubygem-app_config
+ SUBDIR += rubygem-arr-pm
SUBDIR += rubygem-arrayfields
SUBDIR += rubygem-ascii85
SUBDIR += rubygem-asetus
Added: head/devel/rubygem-arr-pm/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-arr-pm/Makefile Sat Apr 23 16:46:38 2016 (r413888)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= arr-pm
+PORTVERSION= 0.0.10
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Read and write rpm packages
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-arr-pm/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-arr-pm/distinfo Sat Apr 23 16:46:38 2016 (r413888)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/arr-pm-0.0.10.gem) = 0fa2d425a84eeeaf8f95268568e826723b41aeefa14511d1f0ed1368c30bdd1f
+SIZE (rubygem/arr-pm-0.0.10.gem) = 15360
Added: head/devel/rubygem-arr-pm/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-arr-pm/pkg-descr Sat Apr 23 16:46:38 2016 (r413888)
@@ -0,0 +1,4 @@
+This library allows to you to read and write rpm packages. Written in pure ruby
+because librpm is not available on all systems
+
+WWW: https://rubygems.org/gems/arr-pm
More information about the svn-ports-all
mailing list