Date: Sun, 6 Jan 2019 13:08:39 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489489 - in head/devel: . p5-MooX-Locale-Passthrough Message-ID: <201901061308.x06D8dH3052351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sun Jan 6 13:08:39 2019 New Revision: 489489 URL: https://svnweb.freebsd.org/changeset/ports/489489 Log: MooX::Locale::Passthrough is made to allow CPAN modules use translator API without adding heavy dependencies (external software) or requirements (operating resulting solution). WWW: https://metacpan.org/release/MooX-Locale-Passthrough PR: 234077 Submitted by: espen@tagestad.no Added: head/devel/p5-MooX-Locale-Passthrough/ head/devel/p5-MooX-Locale-Passthrough/Makefile (contents, props changed) head/devel/p5-MooX-Locale-Passthrough/distinfo (contents, props changed) head/devel/p5-MooX-Locale-Passthrough/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 6 13:08:02 2019 (r489488) +++ head/devel/Makefile Sun Jan 6 13:08:39 2019 (r489489) @@ -2993,6 +2993,7 @@ SUBDIR += p5-MooX-ConfigFromFile SUBDIR += p5-MooX-File-ConfigDir SUBDIR += p5-MooX-HandlesVia + SUBDIR += p5-MooX-Locale-Passthrough SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-StrictConstructor SUBDIR += p5-MooX-Thunking Added: head/devel/p5-MooX-Locale-Passthrough/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Locale-Passthrough/Makefile Sun Jan 6 13:08:39 2019 (r489489) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= MooX-Locale-Passthrough +PORTVERSION= 0.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= espen@tagestad.no +COMMENT= Provide API used in translator modules without translating + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Moo>=2.003004:devel/p5-Moo + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= ${SITE_PERL_REL}/MooX/Locale/Passthrough.pm \ + ${SITE_MAN3_REL}/MooX::Locale::Passthrough.3.gz + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-MooX-Locale-Passthrough/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Locale-Passthrough/distinfo Sun Jan 6 13:08:39 2019 (r489489) @@ -0,0 +1,3 @@ +TIMESTAMP = 1545021733 +SHA256 (MooX-Locale-Passthrough-0.001.tar.gz) = 7a05827e52ab5a1dde2ea5c712927b1e58c8d251664d966627adf9dd30ec0512 +SIZE (MooX-Locale-Passthrough-0.001.tar.gz) = 4585 Added: head/devel/p5-MooX-Locale-Passthrough/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-Locale-Passthrough/pkg-descr Sun Jan 6 13:08:39 2019 (r489489) @@ -0,0 +1,5 @@ +MooX::Locale::Passthrough is made to allow CPAN modules use translator API +without adding heavy dependencies (external software) or requirements +(operating resulting solution). + +WWW: https://metacpan.org/release/MooX-Locale-Passthrough
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061308.x06D8dH3052351>