From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 28 20:30:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 203041065676 for ; Sun, 28 Jun 2009 20:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC3F18FC2B for ; Sun, 28 Jun 2009 20:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5SKU7da031551 for ; Sun, 28 Jun 2009 20:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5SKU7SO031546; Sun, 28 Jun 2009 20:30:07 GMT (envelope-from gnats) Resent-Date: Sun, 28 Jun 2009 20:30:07 GMT Resent-Message-Id: <200906282030.n5SKU7SO031546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cezary Morga Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E0081065673 for ; Sun, 28 Jun 2009 20:21:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA338FC15 for ; Sun, 28 Jun 2009 20:21:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5SKLWTR092963 for ; Sun, 28 Jun 2009 20:21:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5SKLWev092962; Sun, 28 Jun 2009 20:21:32 GMT (envelope-from nobody) Message-Id: <200906282021.n5SKLWev092962@www.freebsd.org> Date: Sun, 28 Jun 2009 20:21:32 GMT From: Cezary Morga To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136146: [maintainer update] update editors/p5-Padre to 0.38 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 20:30:08 -0000 >Number: 136146 >Category: ports >Synopsis: [maintainer update] update editors/p5-Padre to 0.38 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 20:30:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cezary Morga >Release: >Organization: >Environment: >Description: - Update editors/p5-Padre from 0.36 to 0.38 - Add Padre's dependency devel/p5-Parse-ExuberantCTags >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN editors/p5-Padre.orig/Makefile editors/p5-Padre/Makefile --- editors/p5-Padre.orig/Makefile 2009-06-27 15:44:17.000000000 +0200 +++ editors/p5-Padre/Makefile 2009-06-28 22:18:04.080540000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= Padre -PORTVERSION= 0.36 +PORTVERSION= 0.38 CATEGORIES= editors perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -37,6 +37,7 @@ ${SITE_PERL}/PAR.pm:${PORTSDIR}/devel/p5-PAR \ ${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \ ${SITE_PERL}/Parse/ErrorString/Perl.pm:${PORTSDIR}/devel/p5-Parse-ErrorString-Perl \ + p5-Parse-ExuberantCTags>=1.00:${PORTSDIR}/devel/p5-Parse-ExuberantCTags \ p5-Pod-Abstract>=0.16:${PORTSDIR}/textproc/p5-Pod-Abstract \ ${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM \ ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \ @@ -119,6 +120,7 @@ Padre::PluginBuilder.3 \ Padre::PluginManager.3 \ Padre::Pod2HTML.3 \ + Padre::Search.3 \ Padre::Task.3 \ Padre::Task::HTTPClient.3 \ Padre::Task::LWP.3 \ @@ -127,6 +129,7 @@ Padre::Task::PPI.3 \ Padre::Task::PPI::FindUnmatchedBrace.3 \ Padre::Task::PPI::FindVariableDeclaration.3 \ + Padre::Task::PPI::IntroduceTemporaryVariable.3 \ Padre::Task::PPI::LexicalReplaceVariable.3 \ Padre::Task::SyntaxChecker.3 \ Padre::Task::SyntaxChecker::Perl.3 \ @@ -141,12 +144,14 @@ Padre::Wx::Dialog::Find.3 \ Padre::Wx::Dialog::PluginManager.3 \ Padre::Wx::Dialog::Preferences.3 \ + Padre::Wx::Dialog::Replace.3 \ Padre::Wx::Dialog::SessionManager.3 \ Padre::Wx::Dialog::SessionSave.3 \ Padre::Wx::DocBrowser.3 \ Padre::Wx::HtmlWindow.3 \ Padre::Wx::Main.3 \ Padre::Wx::PodFrame.3 \ + Padre::Wx::Role::MainChild.3 \ Padre::Wx::StatusBar.3 \ Wx::Perl::Dialog.3 \ Wx::Perl::Dialog::Simple.3 \ diff -ruN editors/p5-Padre.orig/distinfo editors/p5-Padre/distinfo --- editors/p5-Padre.orig/distinfo 2009-06-27 15:44:17.000000000 +0200 +++ editors/p5-Padre/distinfo 2009-06-28 21:54:19.731292000 +0200 @@ -1,3 +1,3 @@ -MD5 (Padre-0.36.tar.gz) = 1dc8221c650eeba0491fe41e9df78912 -SHA256 (Padre-0.36.tar.gz) = 1abcc914c9b2a3704c2786982561f623e8dd16a089b899dfa438da27eb2ea1e5 -SIZE (Padre-0.36.tar.gz) = 689672 +MD5 (Padre-0.38.tar.gz) = 827f6df9fdde0bfb778851ea14eebd3d +SHA256 (Padre-0.38.tar.gz) = c6e0ebe29d02232f7f2ebb7669da4b7f826bec9875ed5dd6af237525e701f68c +SIZE (Padre-0.38.tar.gz) = 723819 diff -ruN editors/p5-Padre.orig/pkg-plist editors/p5-Padre/pkg-plist --- editors/p5-Padre.orig/pkg-plist 2009-06-27 15:44:17.000000000 +0200 +++ editors/p5-Padre/pkg-plist 2009-06-28 22:11:27.740516000 +0200 @@ -206,6 +206,12 @@ %%SITE_PERL%%/auto/share/dist/Padre/timeline/migrate-6.pl %%SITE_PERL%%/auto/share/dist/Padre/timeline/migrate-7.pl %%SITE_PERL%%/auto/share/dist/Padre/timeline/migrate-8.pl +%%SITE_PERL%%/Padre/Task/PPI/IntroduceTemporaryVariable.pm +%%SITE_PERL%%/Padre/Wx/Dialog/Preferences/Editor.pm +%%SITE_PERL%%/Padre/Wx/Dialog/Replace.pm +%%SITE_PERL%%/Padre/Wx/Role/MainChild.pm +%%SITE_PERL%%/Padre/Search.pm +%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/actions/toggle-comments.png @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Padre @dirrmtry %%SITE_PERL%%/auto/share/dist/Padre/timeline @dirrmtry %%SITE_PERL%%/auto/share/dist/Padre/templates @@ -227,8 +233,10 @@ @dirrmtry %%SITE_PERL%%/Wx/Perl @dirrmtry %%SITE_PERL%%/Padre/Wx/Menu @dirrmtry %%SITE_PERL%%/Padre/Wx/History +@dirrmtry %%SITE_PERL%%/Padre/Wx/Dialog/Preferences @dirrmtry %%SITE_PERL%%/Padre/Wx/Dialog @dirrmtry %%SITE_PERL%%/Padre/Wx/CPAN +@dirrmtry %%SITE_PERL%%/Padre/Wx/Role @dirrmtry %%SITE_PERL%%/Padre/Wx @dirrmtry %%SITE_PERL%%/Padre/Transform/Perl @dirrmtry %%SITE_PERL%%/Padre/Transform diff -ruN devel/p5-Parse-ExuberantCTags.orig/Makefile devel/p5-Parse-ExuberantCTags/Makefile --- devel/p5-Parse-ExuberantCTags.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ devel/p5-Parse-ExuberantCTags/Makefile 2009-06-28 22:04:41.994324000 +0200 @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Parse-ExuberantCTags +# Date created: Jun 28th 2009 +# Whom: Cezary Morga +# +# $FreeBSD$ +# + +PORTNAME= Parse-ExuberantCTags +PORTVERSION= 1.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= cm@therek.net +COMMENT= Perl module to efficiently parse exuberant ctags files + +PERL_CONFIGURE= YES + +MAN3= Parse::ExuberantCTags.3 + +.include diff -ruN devel/p5-Parse-ExuberantCTags.orig/distinfo devel/p5-Parse-ExuberantCTags/distinfo --- devel/p5-Parse-ExuberantCTags.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ devel/p5-Parse-ExuberantCTags/distinfo 2009-06-28 22:01:21.899776000 +0200 @@ -0,0 +1,3 @@ +MD5 (Parse-ExuberantCTags-1.00.tar.gz) = ceb2f8218fe990772f52bd634cbecde2 +SHA256 (Parse-ExuberantCTags-1.00.tar.gz) = 491618efe1460cd991a5b69ab63db6c19f58147a8c44167952c264a70bffb922 +SIZE (Parse-ExuberantCTags-1.00.tar.gz) = 58502 diff -ruN devel/p5-Parse-ExuberantCTags.orig/pkg-descr devel/p5-Parse-ExuberantCTags/pkg-descr --- devel/p5-Parse-ExuberantCTags.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ devel/p5-Parse-ExuberantCTags/pkg-descr 2009-06-28 22:00:54.323288000 +0200 @@ -0,0 +1,8 @@ +This Perl module parses ctags files and handles both traditional +ctags as well as extended ctags files such as produced with Exuberant +ctags. + +The module is implemented as a wrapper around the readtags library +that normally ships with Exuberant ctags. + +WWW: http://search.cpan.org/dist/Parse-ExuberantCTags/ diff -ruN devel/p5-Parse-ExuberantCTags.orig/pkg-plist devel/p5-Parse-ExuberantCTags/pkg-plist --- devel/p5-Parse-ExuberantCTags.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ devel/p5-Parse-ExuberantCTags/pkg-plist 2009-06-28 22:04:26.535047000 +0200 @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Parse/ExuberantCTags.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ExuberantCTags/ExuberantCTags.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ExuberantCTags/ExuberantCTags.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ExuberantCTags/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ExuberantCTags +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Parse >Release-Note: >Audit-Trail: >Unformatted: