ports/141108: [maintainer update] update editors/p5-Padre to 0.50
Cezary Morga
cm at therek.net
Wed Dec 2 12:00:09 UTC 2009
>Number: 141108
>Category: ports
>Synopsis: [maintainer update] update editors/p5-Padre to 0.50
>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: Wed Dec 02 12:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Cezary Morga
>Release:
>Organization:
>Environment:
>Description:
Update editors/p5-Padre to 0.50;
Add new dependency converters/p5-Format-Human-Bytes.
>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-10-17 01:01:19.000000000 +0200
+++ editors/p5-Padre/Makefile 2009-12-02 12:26:09.000000000 +0100
@@ -6,7 +6,7 @@
#
PORTNAME= Padre
-PORTVERSION= 0.47
+PORTVERSION= 0.50
CATEGORIES= editors perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -27,6 +27,7 @@
p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \
${SITE_PERL}/File/ShareDir.pm:${PORTSDIR}/devel/p5-File-ShareDir \
p5-File-Which>=1.08:${PORTSDIR}/sysutils/p5-File-Which \
+ p5-Format-Human-Bytes>=0:${PORTSDIR}/converters/p5-Format-Human-Bytes \
${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
@@ -40,8 +41,6 @@
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 \
- ${SITE_PERL}/Pod/Simple/XHTML.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
${SITE_PERL}/Probe/Perl.pm:${PORTSDIR}/sysutils/p5-Probe-Perl \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
@@ -49,10 +48,8 @@
${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
${SITE_PERL}/Text/FindIndent.pm:${PORTSDIR}/textproc/p5-Text-FindIndent \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
- ${SITE_PERL}/Wx/Perl/ProcessStream.pm:${PORTSDIR}/x11-toolkits/p5-Wx-Perl-ProcessStream \
${SITE_PERL}/YAML/Tiny.pm:${PORTSDIR}/textproc/p5-YAML-Tiny \
p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \
- p5-Class-XSAccessor-Array>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor-Array \
${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
@@ -60,7 +57,8 @@
${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
p5-pip>=0.13:${PORTSDIR}/devel/p5-pip \
p5-PPIx-EditorTools>=0.09:${PORTSDIR}/textproc/p5-PPIx-EditorTools \
- p5-Wx>=0.91:${PORTSDIR}/x11-toolkits/p5-Wx
+ p5-Wx>=0.91:${PORTSDIR}/x11-toolkits/p5-Wx \
+ p5-Wx-Perl-ProcessStream>=0.20:${PORTSDIR}/x11-toolkits/p5-Wx-Perl-ProcessStream
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -84,6 +82,11 @@
IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes
.endif
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+= p5-Pod-Simple>=3.07:${PORTSDIR}/textproc/p5-Pod-Simple \
+ p5-version>=0:${PORTSDIR}/devel/p5-version
+.endif
+
.if ${PERL_LEVEL} >= 501000 && ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \
p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \
@@ -102,10 +105,14 @@
MAN3= Padre.3 \
Padre::Action.3 \
+ Padre::Action::Perl.3 \
+ Padre::Action::Refactor.3 \
+ Padre::Action::Run.3 \
Padre::Autosave.3 \
Padre::Config.3 \
Padre::Config::Host.3 \
Padre::Config::Human.3 \
+ Padre::Config::Upgrade.3 \
Padre::Constant.3 \
Padre::Current.3 \
Padre::DB.3 \
@@ -147,6 +154,7 @@
Padre::Service.3 \
Padre::Task.3 \
Padre::Task::HTTPClient.3 \
+ Padre::Task::HTTPClient::LWP.3 \
Padre::Task::LWP.3 \
Padre::Task::OpenResource::SearchTask.3 \
Padre::Task::Outline.3 \
@@ -168,13 +176,16 @@
Padre::Wx::App.3 \
Padre::Wx::CPAN.3 \
Padre::Wx::Dialog.3 \
+ Padre::Wx::Dialog::FilterTool.3 \
Padre::Wx::Dialog::Find.3 \
Padre::Wx::Dialog::HelpSearch.3 \
Padre::Wx::Dialog::OpenResource.3 \
Padre::Wx::Dialog::OpenURL.3 \
Padre::Wx::Dialog::PluginManager.3 \
Padre::Wx::Dialog::Preferences.3 \
+ Padre::Wx::Dialog::Preferences::File.3 \
Padre::Wx::Dialog::QuickMenuAccess.3 \
+ Padre::Wx::Dialog::RegexEditor.3 \
Padre::Wx::Dialog::Replace.3 \
Padre::Wx::Dialog::SessionManager.3 \
Padre::Wx::Dialog::SessionSave.3 \
diff -ruN editors/p5-Padre.orig/distinfo editors/p5-Padre/distinfo
--- editors/p5-Padre.orig/distinfo 2009-10-17 01:01:19.000000000 +0200
+++ editors/p5-Padre/distinfo 2009-11-28 10:47:19.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (Padre-0.47.tar.gz) = b311ac8ff67e57bc5dfaba1dc7aaa40d
-SHA256 (Padre-0.47.tar.gz) = 39c827a36c81b57f0f847be8c6b215c604e7beef27458fc141e347f387f3f384
-SIZE (Padre-0.47.tar.gz) = 931756
+MD5 (Padre-0.50.tar.gz) = 53e2d9a1ec46b4c3cf2ea3c2897729b3
+SHA256 (Padre-0.50.tar.gz) = 6a978f9b77c82f949b3619523e0db4a95ff743d2c8ec1d99269c72595f146f58
+SIZE (Padre-0.50.tar.gz) = 1067563
diff -ruN editors/p5-Padre.orig/pkg-plist editors/p5-Padre/pkg-plist
--- editors/p5-Padre.orig/pkg-plist 2009-10-17 01:01:19.000000000 +0200
+++ editors/p5-Padre/pkg-plist 2009-12-02 12:30:23.000000000 +0100
@@ -2,6 +2,13 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Padre/.packlist
%%SITE_PERL%%/Padre.pm
%%SITE_PERL%%/Padre/Action.pm
+%%SITE_PERL%%/Padre/Action/Help.pm
+%%SITE_PERL%%/Padre/Action/Perl.pm
+%%SITE_PERL%%/Padre/Action/Plugins.pm
+%%SITE_PERL%%/Padre/Action/Refactor.pm
+%%SITE_PERL%%/Padre/Action/Run.pm
+%%SITE_PERL%%/Padre/Action/Search.pm
+%%SITE_PERL%%/Padre/Action/Window.pm
%%SITE_PERL%%/Padre/Autosave.pm
%%SITE_PERL%%/Padre/CPAN.pm
%%SITE_PERL%%/Padre/Config.pm
@@ -11,6 +18,7 @@
%%SITE_PERL%%/Padre/Config/Project.pm
%%SITE_PERL%%/Padre/Config/Setting.pm
%%SITE_PERL%%/Padre/Config/Style.pm
+%%SITE_PERL%%/Padre/Config/Upgrade.pm
%%SITE_PERL%%/Padre/Constant.pm
%%SITE_PERL%%/Padre/Current.pm
%%SITE_PERL%%/Padre/DB.pm
@@ -34,6 +42,7 @@
%%SITE_PERL%%/Padre/Document/Perl/Lexer.pm
%%SITE_PERL%%/Padre/Document/Perl/PPILexer.pm
%%SITE_PERL%%/Padre/File.pm
+%%SITE_PERL%%/Padre/File/FTP.pm
%%SITE_PERL%%/Padre/File/HTTP.pm
%%SITE_PERL%%/Padre/File/Local.pm
%%SITE_PERL%%/Padre/HelpProvider.pm
@@ -70,6 +79,7 @@
%%SITE_PERL%%/Padre/Task/ErrorParser.pm
%%SITE_PERL%%/Padre/Task/Examples/WxEvent.pm
%%SITE_PERL%%/Padre/Task/HTTPClient.pm
+%%SITE_PERL%%/Padre/Task/HTTPClient/LWP.pm
%%SITE_PERL%%/Padre/Task/LWP.pm
%%SITE_PERL%%/Padre/Task/LaunchDefaultBrowser.pm
%%SITE_PERL%%/Padre/Task/OpenResource/SearchTask.pm
@@ -99,6 +109,7 @@
%%SITE_PERL%%/Padre/Wx/Dialog.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Bookmarks.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Encode.pm
+%%SITE_PERL%%/Padre/Wx/Dialog/FilterTool.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Find.pm
%%SITE_PERL%%/Padre/Wx/Dialog/HTML.pm
%%SITE_PERL%%/Padre/Wx/Dialog/HelpSearch.pm
@@ -108,7 +119,10 @@
%%SITE_PERL%%/Padre/Wx/Dialog/PluginManager.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Preferences.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Preferences/Editor.pm
+%%SITE_PERL%%/Padre/Wx/Dialog/Preferences/File.pm
%%SITE_PERL%%/Padre/Wx/Dialog/QuickMenuAccess.pm
+%%SITE_PERL%%/Padre/Wx/Dialog/RefactorSelectFunction.pm
+%%SITE_PERL%%/Padre/Wx/Dialog/RegexEditor.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Replace.pm
%%SITE_PERL%%/Padre/Wx/Dialog/Search.pm
%%SITE_PERL%%/Padre/Wx/Dialog/SessionManager.pm
@@ -137,6 +151,7 @@
%%SITE_PERL%%/Padre/Wx/Menu/Help.pm
%%SITE_PERL%%/Padre/Wx/Menu/Perl.pm
%%SITE_PERL%%/Padre/Wx/Menu/Plugins.pm
+%%SITE_PERL%%/Padre/Wx/Menu/Refactor.pm
%%SITE_PERL%%/Padre/Wx/Menu/Run.pm
%%SITE_PERL%%/Padre/Wx/Menu/Search.pm
%%SITE_PERL%%/Padre/Wx/Menu/View.pm
@@ -160,8 +175,18 @@
%%SITE_PERL%%/Wx/Perl/Dialog/Simple.pm
%%SITE_PERL%%/Wx/Perl/Dialog/SingleChoice.pm
%%SITE_PERL%%/auto/share/dist/Padre/README.txt
-%%SITE_PERL%%/auto/share/dist/Padre/doc/perlopref.pod
+%%SITE_PERL%%/auto/share/dist/Padre/doc/perlopref/Artistic
+%%SITE_PERL%%/auto/share/dist/Padre/doc/perlopref/Copying
+%%SITE_PERL%%/auto/share/dist/Padre/doc/perlopref/README
+%%SITE_PERL%%/auto/share/dist/Padre/doc/perlopref/perlopref.pod
%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/01_hello_world.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/02_time.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/03_good_morning.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/04_math.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/05_do_it_again.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/06_salat.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/07_short_salat.pl
+%%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner/README
%%SITE_PERL%%/auto/share/dist/Padre/examples/wx/01_simple_frame.pl
%%SITE_PERL%%/auto/share/dist/Padre/examples/wx/02_label.pl
%%SITE_PERL%%/auto/share/dist/Padre/examples/wx/03_button.pl
@@ -211,6 +236,7 @@
%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-plugin-incompatible.png
%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-plugin.png
%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-syntax-error.png
+%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-syntax-ok.png
%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-syntax-warning.png
%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-tasks-load.png
%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-tasks-running.png
@@ -253,6 +279,7 @@
%%SITE_PERL%%/auto/share/dist/Padre/locale/zh-cn.po
%%SITE_PERL%%/auto/share/dist/Padre/locale/zh-tw.mo
%%SITE_PERL%%/auto/share/dist/Padre/locale/zh-tw.po
+%%SITE_PERL%%/auto/share/dist/Padre/padre-splash-ccnc.bmp
%%SITE_PERL%%/auto/share/dist/Padre/padre-splash.bmp
%%SITE_PERL%%/auto/share/dist/Padre/ppm/README.txt
%%SITE_PERL%%/auto/share/dist/Padre/styles/default.yml
@@ -275,6 +302,7 @@
%%SITE_PERL%%/auto/share/dist/Padre/timeline/migrate-8.pl
%%SITE_PERL%%/auto/share/dist/Padre/timeline/migrate-9.pl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Padre
+ at dirrmtry %%SITE_PERL%%/auto/share/dist/Padre/doc/perlopref
@dirrmtry %%SITE_PERL%%/auto/share/dist/Padre/doc
@dirrmtry %%SITE_PERL%%/auto/share/dist/Padre/examples/absolute_beginner
@dirrmtry %%SITE_PERL%%/auto/share/dist/Padre/examples/wx/img
@@ -304,6 +332,7 @@
@dirrmtry %%SITE_PERL%%/Wx/Perl/Dialog
@dirrmtry %%SITE_PERL%%/Wx/Perl
@dirrmtry %%SITE_PERL%%/Wx
+ at dirrmtry %%SITE_PERL%%/Padre/Action
@dirrmtry %%SITE_PERL%%/Padre/Config
@dirrmtry %%SITE_PERL%%/Padre/DB
@dirrmtry %%SITE_PERL%%/Padre/DocBrowser
@@ -319,6 +348,7 @@
@dirrmtry %%SITE_PERL%%/Padre/QuickFixProvider
@dirrmtry %%SITE_PERL%%/Padre/Task/Debug
@dirrmtry %%SITE_PERL%%/Padre/Task/Examples
+ at dirrmtry %%SITE_PERL%%/Padre/Task/HTTPClient
@dirrmtry %%SITE_PERL%%/Padre/Task/OpenResource
@dirrmtry %%SITE_PERL%%/Padre/Task/Outline
@dirrmtry %%SITE_PERL%%/Padre/Task/PPI
diff -ruN converters/p5-Format-Human-Bytes.orig/Makefile converters/p5-Format-Human-Bytes/Makefile
--- converters/p5-Format-Human-Bytes.orig/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ converters/p5-Format-Human-Bytes/Makefile 2009-11-28 11:00:45.000000000 +0100
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Format-Human-Bytes
+# Date created: November 28th 2009
+# Whom: Cezary Morga <cm at therek.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Format-Human-Bytes
+PORTVERSION= 0.04
+CATEGORIES= converters perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= cm at therek.net
+COMMENT= Perl module to format a bytecount and make it human readable
+
+PERL_CONFIGURE= YES
+
+MAN3= Format::Human::Bytes.3
+
+.include <bsd.port.mk>
diff -ruN converters/p5-Format-Human-Bytes.orig/distinfo converters/p5-Format-Human-Bytes/distinfo
--- converters/p5-Format-Human-Bytes.orig/distinfo 1970-01-01 01:00:00.000000000 +0100
+++ converters/p5-Format-Human-Bytes/distinfo 2009-11-28 10:56:04.000000000 +0100
@@ -0,0 +1,3 @@
+MD5 (Format-Human-Bytes-0.04.tar.gz) = d29701e4f1ac0914d11fb10bfbb5350a
+SHA256 (Format-Human-Bytes-0.04.tar.gz) = 4b521798e1fdc30e9cb7dd3c99bf1cbd8e51443792ab8015690172be96e63d68
+SIZE (Format-Human-Bytes-0.04.tar.gz) = 23322
diff -ruN converters/p5-Format-Human-Bytes.orig/pkg-descr converters/p5-Format-Human-Bytes/pkg-descr
--- converters/p5-Format-Human-Bytes.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100
+++ converters/p5-Format-Human-Bytes/pkg-descr 2009-11-28 10:54:49.000000000 +0100
@@ -0,0 +1,5 @@
+Ever showed 12345678 bytes to the user instead of just saying 11MB?
+This module returns you a printable string which is more readable
+by humans than a simple bytecount.
+
+WWW: http://search.cpan.org/dist/Format-Human-Bytes/
diff -ruN converters/p5-Format-Human-Bytes.orig/pkg-plist converters/p5-Format-Human-Bytes/pkg-plist
--- converters/p5-Format-Human-Bytes.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100
+++ converters/p5-Format-Human-Bytes/pkg-plist 2009-11-28 11:00:29.000000000 +0100
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Format/Human/Bytes.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Format/Human/Bytes/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Format/Human/Bytes
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Format/Human
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Format
+ at dirrmtry %%SITE_PERL%%/Format/Human
+ at dirrmtry %%SITE_PERL%%/Format
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list