Date: Fri, 15 Sep 2017 17:32:31 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449910 - in head/textproc: . rubygem-iso-639 Message-ID: <201709151732.v8FHWVgs082302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Fri Sep 15 17:32:31 2017 New Revision: 449910 URL: https://svnweb.freebsd.org/changeset/ports/449910 Log: New port, textproc/rubygem-iso-639: New net-im/mastodon dependency, which includes ISO 639-1 and ISO 639-2 language code entries and convenience methods. WWW: http://github.com/alphabetum/iso-639 Added: head/textproc/rubygem-iso-639/ head/textproc/rubygem-iso-639/Makefile (contents, props changed) head/textproc/rubygem-iso-639/distinfo (contents, props changed) head/textproc/rubygem-iso-639/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 15 17:27:35 2017 (r449909) +++ head/textproc/Makefile Fri Sep 15 17:32:31 2017 (r449910) @@ -1510,6 +1510,7 @@ SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-inifile + SUBDIR += rubygem-iso-639 SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-assets SUBDIR += rubygem-jekyll-feed Added: head/textproc/rubygem-iso-639/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-iso-639/Makefile Fri Sep 15 17:32:31 2017 (r449910) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= iso-639 +DISTVERSION= 0.2.8 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= ISO 639-1 and ISO 639-2 language code entries and convenience methods + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-iso-639/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-iso-639/distinfo Fri Sep 15 17:32:31 2017 (r449910) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505004975 +SHA256 (rubygem/iso-639-0.2.8.gem) = ff7f534abfb3fb6c48bd11de2cc2284bfefebc180d12f8e5d36af535e77d6182 +SIZE (rubygem/iso-639-0.2.8.gem) = 18432 Added: head/textproc/rubygem-iso-639/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-iso-639/pkg-descr Fri Sep 15 17:32:31 2017 (r449910) @@ -0,0 +1,12 @@ +ISO-639A is a Ruby gem that provides the ISO 639-2 and ISO 639-1 data sets along +with some convenience methods for accessing different entries and entry +fields. The data comes from the LOC ISO 639-2 UTF-8 data set. + +The ISO 639-1 specification uses a two-letter code to identify a language and is +often the recommended way to identify languages in computer applications. The +ISO 639-1 specification covers most developed and widely used languages. The +ISO 639-2 (Wikipedia) specification uses a three-letter code, is used primarily +in bibliography and terminology and covers many more languages than the ISO +639-1 specification. + +WWW: http://github.com/alphabetum/iso-639
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709151732.v8FHWVgs082302>