aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-ruby-bsdconv
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-03 09:49:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-03 09:49:53 +0000
commit35ace941732392d0777ec279f4d2d42af8c0ca7a (patch)
tree3ff8bbac9785c1b7a26c55c48f69ff56270ab3a1 /converters/rubygem-ruby-bsdconv
parent6d554d267d3dfaacf0562c7dbbe43cb90b9c29fe (diff)
downloadports-35ace941732392d0777ec279f4d2d42af8c0ca7a.tar.gz
ports-35ace941732392d0777ec279f4d2d42af8c0ca7a.zip
Move converters/rubygem-bsdconv to converters/rubygem-ruby-bsdconv
PR: 226742 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
Notes
Notes: svn path=/head/; revision=466305
Diffstat (limited to 'converters/rubygem-ruby-bsdconv')
-rw-r--r--converters/rubygem-ruby-bsdconv/Makefile20
-rw-r--r--converters/rubygem-ruby-bsdconv/distinfo2
-rw-r--r--converters/rubygem-ruby-bsdconv/pkg-descr5
3 files changed, 27 insertions, 0 deletions
diff --git a/converters/rubygem-ruby-bsdconv/Makefile b/converters/rubygem-ruby-bsdconv/Makefile
new file mode 100644
index 000000000000..7feedf77dc30
--- /dev/null
+++ b/converters/rubygem-ruby-bsdconv/Makefile
@@ -0,0 +1,20 @@
+# Created by: buganini@gmail.com
+# $FreeBSD$
+
+PORTNAME= ruby-bsdconv
+PORTVERSION= 11.3.1
+CATEGORIES= converters rubygems
+MASTER_SITES= RG
+
+MAINTAINER= buganini@gmail.com
+COMMENT= Ruby wrapper for bsdconv
+
+LICENSE= ISCL
+
+LIB_DEPENDS= libbsdconv.so:converters/bsdconv
+
+CONFIGURE_ARGS= --with-bsdconv-dir=${LOCALBASE}
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/converters/rubygem-ruby-bsdconv/distinfo b/converters/rubygem-ruby-bsdconv/distinfo
new file mode 100644
index 000000000000..57e6bd458321
--- /dev/null
+++ b/converters/rubygem-ruby-bsdconv/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ruby-bsdconv-11.3.1.gem) = 51cf5030e638ec9678980d4390390a233bae99fe04b1dc28786cba974d0c23d0
+SIZE (rubygem/ruby-bsdconv-11.3.1.gem) = 11776
diff --git a/converters/rubygem-ruby-bsdconv/pkg-descr b/converters/rubygem-ruby-bsdconv/pkg-descr
new file mode 100644
index 000000000000..779c04e2c6b3
--- /dev/null
+++ b/converters/rubygem-ruby-bsdconv/pkg-descr
@@ -0,0 +1,5 @@
+BSD licensed charset/encoding converter library with more function than
+libiconv. (Currently, only a few codecs are supported)
+This port is a ruby wrapper for bsdconv.
+
+WWW: https://github.com/buganini/ruby-bsdconv