aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sixarm_ruby_unaccent
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-04 15:02:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-04 15:02:28 +0000
commit092089ee0ebd30c71536c03a32cb6bb4d9791614 (patch)
tree11546af219d002fd3bcef60016771b3220b5c421 /textproc/rubygem-sixarm_ruby_unaccent
parentd3abeabca47155a738ad1dbbaa513fd964c5fab2 (diff)
downloadports-092089ee0ebd30c71536c03a32cb6bb4d9791614.tar.gz
ports-092089ee0ebd30c71536c03a32cb6bb4d9791614.zip
Notes
Diffstat (limited to 'textproc/rubygem-sixarm_ruby_unaccent')
-rw-r--r--textproc/rubygem-sixarm_ruby_unaccent/Makefile21
-rw-r--r--textproc/rubygem-sixarm_ruby_unaccent/distinfo3
-rw-r--r--textproc/rubygem-sixarm_ruby_unaccent/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-sixarm_ruby_unaccent/Makefile b/textproc/rubygem-sixarm_ruby_unaccent/Makefile
new file mode 100644
index 000000000000..f14ff47f5fa5
--- /dev/null
+++ b/textproc/rubygem-sixarm_ruby_unaccent/Makefile
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sixarm_ruby_unaccent
+PORTVERSION= 1.1.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Replaces accented characters with unaccented characters
+
+# https://github.com/SixArm/sixarm_ruby_unaccent/blob/master/LICENSE.md
+# The most common or latest version of each license is chosen.
+LICENSE= AGPLv3 APACHE20 ART20 BSD3CLAUSE CC-BY-NC-SA-4.0 GPLv3 LGPL3 MIT RUBY
+LICENSE_COMB= dual
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-sixarm_ruby_unaccent/distinfo b/textproc/rubygem-sixarm_ruby_unaccent/distinfo
new file mode 100644
index 000000000000..8226acf44d33
--- /dev/null
+++ b/textproc/rubygem-sixarm_ruby_unaccent/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483530451
+SHA256 (rubygem/sixarm_ruby_unaccent-1.1.1.gem) = 79ac63103532bb649792d924baedeb11743e7735b812aa8aae98d68380836ee7
+SIZE (rubygem/sixarm_ruby_unaccent-1.1.1.gem) = 74752
diff --git a/textproc/rubygem-sixarm_ruby_unaccent/pkg-descr b/textproc/rubygem-sixarm_ruby_unaccent/pkg-descr
new file mode 100644
index 000000000000..604640c13cdf
--- /dev/null
+++ b/textproc/rubygem-sixarm_ruby_unaccent/pkg-descr
@@ -0,0 +1,3 @@
+Unaccent replaces a string's accented characters with unaccented characters.
+
+WWW: https://github.com/SixArm/sixarm_ruby_unaccent