From owner-svn-ports-head@FreeBSD.ORG Mon Aug 11 06:23:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6660287C; Mon, 11 Aug 2014 06:23:19 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AE3B23FF; Mon, 11 Aug 2014 06:23:18 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id uy5so5669933obc.39 for ; Sun, 10 Aug 2014 23:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=cAPEY/TErqLpqE0LjTaXOlJpe9HSGh7AZ3C27iNFNHY=; b=ag85W6+f5paO0xTM1crmy20/zwJPtfayvj37WZE7JLh4uc2JIgIbQLdeZAtmHcfSB+ FThiUCD/1UQe4vEFSvQSoFtzwiRSBrkM36FRpWQdVRsvQEpMXlXnvL5jMVrQyiHAkPYn ymyzNJYhk7kwawba3PE6doolp6U3PjgLuTRHxtFaddh7dOzERMA08cR69p43wftvDJEf XrXFQ0aF4o2nPNHfrcVeg7Ev8A1L3V2hnSrejatda4wmMlr+yVrh4zfTrI0amOPE4i5H ST9IR+08SuVrIzni1wDRf0MTLwdGKUprld8DGsXiCCSCsi6o7F09sxr6Cv18nd+F5Sd8 7hTQ== MIME-Version: 1.0 X-Received: by 10.182.236.65 with SMTP id us1mr47927050obc.38.1407738198239; Sun, 10 Aug 2014 23:23:18 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.81.4 with HTTP; Sun, 10 Aug 2014 23:23:18 -0700 (PDT) In-Reply-To: <53E8547B.5020703@marino.st> References: <53e7f525.2d6d.2af7441e@svn.freebsd.org> <53E8547B.5020703@marino.st> Date: Mon, 11 Aug 2014 10:23:18 +0400 X-Google-Sender-Auth: oI6WFy44ZjJkeDkuPDh5G272kLI Message-ID: Subject: Re: svn commit: r364581 - in head/www: . p5-Dancer-Plugin-Lexicon From: Andrej Zverev To: John Marino Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 11 Aug 2014 06:23:19 -0000 as usual ;) i'll fix it for you. On Mon, Aug 11, 2014 at 9:28 AM, John Marino wrote: > On 8/11/2014 05:57, Andrej Zverev wrote: >> Hi, >> >> WWW line is wrong here: >> - 99% of p5-* ports contain link to search.cpan.org, so please respect >> this fact. > > It's not my port, I'm just committing one that passed all build tests > and looked visually correct. I have no idea what a perl WWW is supposed > to look like. > >> - You don't need hardcode version number and author. > > I don't know what you mean here. > I do this this got past me: "BUILD_DEPENDS:= ${RUN_DEPENDS}" > > > Look, the PR number is on the commit message. You can alway post your > recommendations on the PR so the person who submitted the PR gets the > benefit. It's lost on me. > > John > >> >> On Mon, Aug 11, 2014 at 2:41 AM, John Marino wrote: >>> Author: marino >>> Date: Sun Aug 10 22:41:40 2014 >>> New Revision: 364581 >>> URL: http://svnweb.freebsd.org/changeset/ports/364581 >>> QAT: https://qat.redports.org/buildarchive/r364581/ >>> >>> Log: >>> Add new port www/p5-Dancer-Plugin-Lexicon >>> >>> PR: 192352 >>> Submitted by: Henk van Oers >>> >>> Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N >>> functionality to your Dancer application. >>> >>> Translations are stored in PO or MO (compiled PO) gettext files in the >>> "languages/" dir. You can generate or update your PO files by >>> automatically extracting translatable strings from your code and >>> templates with xgettext.pl. >>> >>> The user's preferred language can be auto-detected from their browser >>> settings, and the current language is automatically stored in the user's >>> session. Including "lang=$lang_tag" in the query string change the >>> user's language. >>> >>> Added: >>> head/www/p5-Dancer-Plugin-Lexicon/ >>> head/www/p5-Dancer-Plugin-Lexicon/Makefile (contents, props changed) >>> head/www/p5-Dancer-Plugin-Lexicon/distinfo (contents, props changed) >>> head/www/p5-Dancer-Plugin-Lexicon/pkg-descr (contents, props changed) >>> head/www/p5-Dancer-Plugin-Lexicon/pkg-plist (contents, props changed) >>> Modified: >>> head/www/Makefile >>> >>> Modified: head/www/Makefile >>> ============================================================================== >>> --- head/www/Makefile Sun Aug 10 22:38:53 2014 (r364580) >>> +++ head/www/Makefile Sun Aug 10 22:41:40 2014 (r364581) >>> @@ -841,6 +841,7 @@ >>> SUBDIR += p5-Dancer-Logger-Log4perl >>> SUBDIR += p5-Dancer-Plugin-ExtDirect >>> SUBDIR += p5-Dancer-Plugin-Feed >>> + SUBDIR += p5-Dancer-Plugin-Lexicon >>> SUBDIR += p5-Dancer-Plugin-SiteMap >>> SUBDIR += p5-Dancer-Plugin-ValidationClass >>> SUBDIR += p5-Dancer-Session-Cookie >>> >>> Added: head/www/p5-Dancer-Plugin-Lexicon/Makefile >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/www/p5-Dancer-Plugin-Lexicon/Makefile Sun Aug 10 22:41:40 2014 (r364581) >>> @@ -0,0 +1,26 @@ >>> +# Created by: Henk van Oers >>> +# $FreeBSD$ >>> + >>> +PORTNAME= Dancer-Plugin-Lexicon >>> +PORTVERSION= 0.06 >>> +CATEGORIES= www perl5 >>> +MASTER_SITES= CPAN >>> +MASTER_SITE_SUBDIR= CPAN:DRTECH >>> +PKGNAMEPREFIX= p5- >>> + >>> +MAINTAINER= hvo.pm@xs4all.nl >>> +COMMENT= Flexible I18N using Locale::Maketext::Lexicon for Dancer apps >>> + >>> +LICENSE= ART10 GPLv1 >>> +LICENSE_COMB= dual >>> + >>> +RUN_DEPENDS= p5-Dancer>=1.3118:${PORTSDIR}/www/p5-Dancer \ >>> + p5-Locale-Maketext-Lexicon>0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ >>> + p5-Package-Stash>0:${PORTSDIR}/devel/p5-Package-Stash \ >>> + p5-PathTools>0:${PORTSDIR}/devel/p5-PathTools >>> +BUILD_DEPENDS:= ${RUN_DEPENDS} >>> + >>> +USES= perl5 >>> +USE_PERL5= configure >>> + >>> +.include >>> >>> Added: head/www/p5-Dancer-Plugin-Lexicon/distinfo >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/www/p5-Dancer-Plugin-Lexicon/distinfo Sun Aug 10 22:41:40 2014 (r364581) >>> @@ -0,0 +1,2 @@ >>> +SHA256 (Dancer-Plugin-Lexicon-0.06.tar.gz) = 4494b7057f66e6443d0df186b44db1ea3d30704b938b0998c9825631a1d8a645 >>> +SIZE (Dancer-Plugin-Lexicon-0.06.tar.gz) = 14594 >>> >>> Added: head/www/p5-Dancer-Plugin-Lexicon/pkg-descr >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/www/p5-Dancer-Plugin-Lexicon/pkg-descr Sun Aug 10 22:41:40 2014 (r364581) >>> @@ -0,0 +1,14 @@ >>> +Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N >>> +functionality to your Dancer application. >>> + >>> +Translations are stored in PO or MO (compiled PO) gettext files in the >>> +"languages/" dir. You can generate or update your PO files by >>> +automatically extracting translatable strings from your code and >>> +templates with xgettext.pl. >>> + >>> +The user's preferred language can be auto-detected from their browser >>> +settings, and the current language is automatically stored in the user's >>> +session. Including "lang=$lang_tag" in the query string change the >>> +user's language. >>> + >>> +WWW: https://metacpan.org/source/DRTECH/Dancer-Plugin-Lexicon-0.06 >>> >>> Added: head/www/p5-Dancer-Plugin-Lexicon/pkg-plist >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/www/p5-Dancer-Plugin-Lexicon/pkg-plist Sun Aug 10 22:41:40 2014 (r364581) >>> @@ -0,0 +1,5 @@ >>> +%%PERL5_MAN3%%/Dancer::Plugin::Lexicon.3.gz >>> +%%SITE_PERL%%/Dancer/Plugin/Lexicon.pm >>> +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Lexicon/.packlist >>> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Lexicon >>> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin >>>