From owner-svn-ports-head@freebsd.org Fri Sep 15 17:32:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1940E2447A; Fri, 15 Sep 2017 17:32:32 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC18770817; Fri, 15 Sep 2017 17:32:32 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8FHWVIU082306; Fri, 15 Sep 2017 17:32:31 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FHWVgs082302; Fri, 15 Sep 2017 17:32:31 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201709151732.v8FHWVgs082302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 15 Sep 2017 17:32:31 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/textproc: . rubygem-iso-639 X-SVN-Commit-Revision: 449910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 17:32:33 -0000 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 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