From owner-cvs-ports@FreeBSD.ORG Tue May 3 03:11:28 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BCC5106566B; Tue, 3 May 2011 03:11:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AFAB8FC16; Tue, 3 May 2011 03:11:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p433BRh0073730; Tue, 3 May 2011 03:11:27 GMT (envelope-from swills@repoman.freebsd.org) Received: (from swills@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p433BRLj073729; Tue, 3 May 2011 03:11:27 GMT (envelope-from swills) Message-Id: <201105030311.p433BRLj073729@repoman.freebsd.org> From: Steve Wills Date: Tue, 3 May 2011 03:11:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-sundawg_country_codes Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 03:11:28 -0000 swills 2011-05-03 03:11:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-sundawg_country_codes Makefile distinfo pkg-descr Log: A Ruby gem to manage ISO 3166 country names and their corresponding alpha-2 and alpha-3 codes. Additional support has been added for ISO 4127 currency information and standard conventions for states in the USA (based on the the 3166-2:US code). ISO 3166 country codes reference: http://en.wikipedia.org/wiki/ISO_3166-1 ISO 4217 currency information: http://www.xe.com/iso4217.php http://www.xe.com/symbols.php ISO 3166-2:US code reference: http://code.google.com/apis/chart/statecodes.html http://en.wikipedia.org/wiki/ISO_3166-2:US ISO 639 language reference: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes WWW: http://github.com/SunDawg/country_codes PR: ports/156678 Submitted by: Eric Freeman Revision Changes Path 1.4315 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/rubygem-sundawg_country_codes/Makefile (new) 1.1 +2 -0 ports/devel/rubygem-sundawg_country_codes/distinfo (new) 1.1 +21 -0 ports/devel/rubygem-sundawg_country_codes/pkg-descr (new)