From owner-svn-ports-head@freebsd.org Sat Jul 27 14:01:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE5C5BA7B8; Sat, 27 Jul 2019 14:01:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06C8086B92; Sat, 27 Jul 2019 14:01:35 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47187663; Sat, 27 Jul 2019 14:01:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6RE1X7J056288; Sat, 27 Jul 2019 14:01:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6RE1Win056283; Sat, 27 Jul 2019 14:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201907271401.x6RE1Win056283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Jul 2019 14:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507451 - in head/misc: . p5-Geo-Address-Formatter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/misc: . p5-Geo-Address-Formatter X-SVN-Commit-Revision: 507451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 06C8086B92 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 27 Jul 2019 14:01:35 -0000 Author: sunpoet Date: Sat Jul 27 14:01:31 2019 New Revision: 507451 URL: https://svnweb.freebsd.org/changeset/ports/507451 Log: Add p5-Geo-Address-Formatter 1.77 Geo::Address::Formatter takes structured address data and formats it according to the various global/country rules. If you have a structured postal address (hash) and need to convert it into a readable address based on the format of the address country, it gets more complicated with 200+ countries and territories and dozens more address components to consider. WWW: https://metacpan.org/release/Geo-Address-Formatter Added: head/misc/p5-Geo-Address-Formatter/ head/misc/p5-Geo-Address-Formatter/Makefile (contents, props changed) head/misc/p5-Geo-Address-Formatter/distinfo (contents, props changed) head/misc/p5-Geo-Address-Formatter/pkg-descr (contents, props changed) head/misc/p5-Geo-Address-Formatter/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat Jul 27 14:01:25 2019 (r507450) +++ head/misc/Makefile Sat Jul 27 14:01:31 2019 (r507451) @@ -307,6 +307,7 @@ SUBDIR += p5-Data-Buffer SUBDIR += p5-File-CounterFile SUBDIR += p5-File-Sort + SUBDIR += p5-Geo-Address-Formatter SUBDIR += p5-Geo-Cache SUBDIR += p5-Geo-Coder-Bing SUBDIR += p5-Geo-Coder-Google Added: head/misc/p5-Geo-Address-Formatter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Geo-Address-Formatter/Makefile Sat Jul 27 14:01:31 2019 (r507451) @@ -0,0 +1,33 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Geo-Address-Formatter +PORTVERSION= 1.77 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Take structured address data and format it according to the various global/country rules + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ + p5-File-Slurper>=0:devel/p5-File-Slurper \ + p5-Text-Hogan>=2.01:textproc/p5-Text-Hogan \ + p5-Text-Trim>=1.02:textproc/p5-Text-Trim \ + p5-Try-Catch>=0:lang/p5-Try-Catch \ + p5-YAML-LibYAML>=0.75:textproc/p5-YAML-LibYAML +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Warn>=0:devel/p5-Test-Warn + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/misc/p5-Geo-Address-Formatter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Geo-Address-Formatter/distinfo Sat Jul 27 14:01:31 2019 (r507451) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564229302 +SHA256 (Geo-Address-Formatter-1.77.tar.gz) = d87dad01fe88ca6675345c31ed473dba89cdb9dc101f1d452987ee24e5ee434e +SIZE (Geo-Address-Formatter-1.77.tar.gz) = 105090 Added: head/misc/p5-Geo-Address-Formatter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Geo-Address-Formatter/pkg-descr Sat Jul 27 14:01:31 2019 (r507451) @@ -0,0 +1,9 @@ +Geo::Address::Formatter takes structured address data and formats it according +to the various global/country rules. + +If you have a structured postal address (hash) and need to convert it into a +readable address based on the format of the address country, it gets more +complicated with 200+ countries and territories and dozens more address +components to consider. + +WWW: https://metacpan.org/release/Geo-Address-Formatter Added: head/misc/p5-Geo-Address-Formatter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Geo-Address-Formatter/pkg-plist Sat Jul 27 14:01:31 2019 (r507451) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Geo/Address/Formatter.pm +%%PERL5_MAN3%%/Geo::Address::Formatter.3.gz