svn commit: r507451 - in head/misc: . p5-Geo-Address-Formatter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 27 14:01:35 UTC 2019


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Geo-Address-Formatter
+PORTVERSION=	1.77
+CATEGORIES=	misc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list