FreeBSD Bugzilla – Attachment 97892 Details for
Bug 136699
[maintainer update] update editors/p5-Padre to 0.39
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 12.07 KB, created by
Cezary Morga
on 2009-07-12 19:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cezary Morga
Created:
2009-07-12 19:10:01 UTC
Size:
12.07 KB
patch
obsolete
>diff -ruN editors/p5-Padre.orig/Makefile editors/p5-Padre/Makefile >--- editors/p5-Padre.orig/Makefile 2009-06-30 20:57:41.000000000 +0200 >+++ editors/p5-Padre/Makefile 2009-07-12 19:54:25.318613000 +0200 >@@ -6,7 +6,7 @@ > # > > PORTNAME= Padre >-PORTVERSION= 0.38 >+PORTVERSION= 0.39 > CATEGORIES= editors perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -29,6 +29,7 @@ > ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ > ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ > p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ >+ p5-Locale-Msgfmt>=0.14:${PORTSDIR}/devel/p5-Locale-Msgfmt \ > ${SITE_PERL}/Module/Inspector.pm:${PORTSDIR}/devel/p5-Module-Inspector \ > ${SITE_PERL}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \ > ${SITE_PERL}/Module/Starter.pm:${PORTSDIR}/devel/p5-Module-Starter \ >@@ -59,6 +60,7 @@ > ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ > ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ > ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ >+ p5-PPIx-EditorTools>=0.04:${PORTSDIR}/textproc/p5-PPIx-EditorTools \ > p5-Wx>=0.91:${PORTSDIR}/x11-toolkits/p5-Wx > RUN_DEPENDS= ${BUILD_DEPENDS} > >@@ -121,6 +123,7 @@ > Padre::PluginManager.3 \ > Padre::Pod2HTML.3 \ > Padre::Search.3 \ >+ Padre::Service.3 \ > Padre::Task.3 \ > Padre::Task::HTTPClient.3 \ > Padre::Task::LWP.3 \ >@@ -137,6 +140,7 @@ > Padre::Transform.3 \ > Padre::Transform::Perl::UpdateCopyright.3 \ > Padre::Util.3 \ >+ Padre::Wx.3 \ > Padre::Wx::Ack.3 \ > Padre::Wx::App.3 \ > Padre::Wx::CPAN.3 \ >diff -ruN editors/p5-Padre.orig/distinfo editors/p5-Padre/distinfo >--- editors/p5-Padre.orig/distinfo 2009-06-30 20:57:41.000000000 +0200 >+++ editors/p5-Padre/distinfo 2009-07-12 19:15:36.939194000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (Padre-0.38.tar.gz) = 827f6df9fdde0bfb778851ea14eebd3d >-SHA256 (Padre-0.38.tar.gz) = c6e0ebe29d02232f7f2ebb7669da4b7f826bec9875ed5dd6af237525e701f68c >-SIZE (Padre-0.38.tar.gz) = 723819 >+MD5 (Padre-0.39.tar.gz) = 8519dd5dc78968e28af746b7bd562c0f >+SHA256 (Padre-0.39.tar.gz) = 0fd867b285d0ea27d240c20617803c392f11188aa9c9c84179a079f22d2de699 >+SIZE (Padre-0.39.tar.gz) = 540428 >diff -ruN editors/p5-Padre.orig/pkg-plist editors/p5-Padre/pkg-plist >--- editors/p5-Padre.orig/pkg-plist 2009-06-30 20:57:41.000000000 +0200 >+++ editors/p5-Padre/pkg-plist 2009-07-12 19:51:51.842450000 +0200 >@@ -47,6 +47,8 @@ > %%SITE_PERL%%/Padre/Project.pm > %%SITE_PERL%%/Padre/Project/Null.pm > %%SITE_PERL%%/Padre/Project/Perl.pm >+%%SITE_PERL%%/Padre/Search.pm >+%%SITE_PERL%%/Padre/Service.pm > %%SITE_PERL%%/Padre/Task.pm > %%SITE_PERL%%/Padre/Task/Debug/Crashing.pm > %%SITE_PERL%%/Padre/Task/DocBrowser.pm >@@ -60,6 +62,7 @@ > %%SITE_PERL%%/Padre/Task/PPI.pm > %%SITE_PERL%%/Padre/Task/PPI/FindUnmatchedBrace.pm > %%SITE_PERL%%/Padre/Task/PPI/FindVariableDeclaration.pm >+%%SITE_PERL%%/Padre/Task/PPI/IntroduceTemporaryVariable.pm > %%SITE_PERL%%/Padre/Task/PPI/LexicalReplaceVariable.pm > %%SITE_PERL%%/Padre/Task/SyntaxChecker.pm > %%SITE_PERL%%/Padre/Task/SyntaxChecker/Perl.pm >@@ -77,11 +80,14 @@ > %%SITE_PERL%%/Padre/Wx/CPAN/Listview.pm > %%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/Find.pm > %%SITE_PERL%%/Padre/Wx/Dialog/HTML.pm > %%SITE_PERL%%/Padre/Wx/Dialog/ModuleStart.pm > %%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/Replace.pm > %%SITE_PERL%%/Padre/Wx/Dialog/Search.pm > %%SITE_PERL%%/Padre/Wx/Dialog/SessionManager.pm > %%SITE_PERL%%/Padre/Wx/Dialog/SessionSave.pm >@@ -118,6 +124,7 @@ > %%SITE_PERL%%/Padre/Wx/Printout.pm > %%SITE_PERL%%/Padre/Wx/Right.pm > %%SITE_PERL%%/Padre/Wx/RightClick.pm >+%%SITE_PERL%%/Padre/Wx/Role/MainChild.pm > %%SITE_PERL%%/Padre/Wx/StatusBar.pm > %%SITE_PERL%%/Padre/Wx/Syntax.pm > %%SITE_PERL%%/Padre/Wx/ToolBar.pm >@@ -128,16 +135,22 @@ > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/document-new.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/document-open.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/document-print.png >+%%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/document-properties.png >+%%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/document-save-as.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/document-save.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-copy.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-cut.png >+%%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-find-replace.png >+%%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-find.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-paste.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-redo.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-select-all.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/edit-undo.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/go-next.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/go-previous.png >+%%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/16x16/actions/stock_data-save.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/gnome218/README.txt >+%%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/actions/toggle-comments.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/actions/x-document-close.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-fallback-icon.png > %%SITE_PERL%%/auto/share/dist/Padre/icons/padre/16x16/status/padre-plugin-crashed.png >@@ -174,7 +187,6 @@ > %%SITE_PERL%%/auto/share/dist/Padre/locale/ja.po > %%SITE_PERL%%/auto/share/dist/Padre/locale/ko.mo > %%SITE_PERL%%/auto/share/dist/Padre/locale/ko.po >-%%SITE_PERL%%/auto/share/dist/Padre/locale/messages.pot > %%SITE_PERL%%/auto/share/dist/Padre/locale/nl-nl.mo > %%SITE_PERL%%/auto/share/dist/Padre/locale/nl-nl.po > %%SITE_PERL%%/auto/share/dist/Padre/locale/no.mo >@@ -206,12 +218,6 @@ > %%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 >diff -ruN textproc/p5-PPIx-EditorTools.orig/Makefile textproc/p5-PPIx-EditorTools/Makefile >--- textproc/p5-PPIx-EditorTools.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ textproc/p5-PPIx-EditorTools/Makefile 2009-07-12 19:45:04.522338000 +0200 >@@ -0,0 +1,33 @@ >+# New ports collection makefile for: p5-PPIx-EditorTools >+# Date created: July 12th 2009 >+# Whom: Cezary Morga <cm@therek.net> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= PPIx-EditorTools >+PORTVERSION= 0.06 >+CATEGORIES= textproc perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= ../by-authors/id/R/RS/RSN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= cm@therek.net >+COMMENT= Utility methods and base class for manipulating Perl via PPI >+ >+BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \ >+ p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI >+RUN_DEPENDS= ${BUILD_DEPENDS} >+ >+PERL_CONFIGURE= 5.8.0+ >+ >+MAN3= PPIx::EditorTools::RenamePackage.3 \ >+ PPIx::EditorTools::RenamePackageFromPath.3 \ >+ PPIx::EditorTools::ReturnObject.3 \ >+ PPIx::EditorTools::FindVariableDeclaration.3 \ >+ PPIx::EditorTools::IntroduceTemporaryVariable.3 \ >+ PPIx::EditorTools::RenameVariable.3 \ >+ PPIx::EditorTools.3 \ >+ PPIx::EditorTools::FindUnmatchedBrace.3 >+ >+.include <bsd.port.mk> >diff -ruN textproc/p5-PPIx-EditorTools.orig/distinfo textproc/p5-PPIx-EditorTools/distinfo >--- textproc/p5-PPIx-EditorTools.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ textproc/p5-PPIx-EditorTools/distinfo 2009-07-12 19:37:29.223331000 +0200 >@@ -0,0 +1,3 @@ >+MD5 (PPIx-EditorTools-0.06.tar.gz) = 6177477172939831c617de69c5e0cd6f >+SHA256 (PPIx-EditorTools-0.06.tar.gz) = 2021b622f6c6c118de8ee8a15d2039d94fe005b14195b764c341bfea811f736f >+SIZE (PPIx-EditorTools-0.06.tar.gz) = 26347 >diff -ruN textproc/p5-PPIx-EditorTools.orig/pkg-descr textproc/p5-PPIx-EditorTools/pkg-descr >--- textproc/p5-PPIx-EditorTools.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ textproc/p5-PPIx-EditorTools/pkg-descr 2009-07-12 19:42:44.466644000 +0200 >@@ -0,0 +1,4 @@ >+Base class and utility methods for manipulating Perl via PPI. Pulled >+out from the Padre::Task::PPI code. >+ >+WWW: http://search.cpan.org/dist/PPIx-EditorTools/ >diff -ruN textproc/p5-PPIx-EditorTools.orig/pkg-plist textproc/p5-PPIx-EditorTools/pkg-plist >--- textproc/p5-PPIx-EditorTools.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ textproc/p5-PPIx-EditorTools/pkg-plist 2009-07-12 19:44:03.765469000 +0200 >@@ -0,0 +1,13 @@ >+%%SITE_PERL%%/PPIx/EditorTools/FindUnmatchedBrace.pm >+%%SITE_PERL%%/PPIx/EditorTools/IntroduceTemporaryVariable.pm >+%%SITE_PERL%%/PPIx/EditorTools/RenamePackage.pm >+%%SITE_PERL%%/PPIx/EditorTools/ReturnObject.pm >+%%SITE_PERL%%/PPIx/EditorTools/RenamePackageFromPath.pm >+%%SITE_PERL%%/PPIx/EditorTools/RenameVariable.pm >+%%SITE_PERL%%/PPIx/EditorTools/FindVariableDeclaration.pm >+%%SITE_PERL%%/PPIx/EditorTools.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx/EditorTools/.packlist >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx/EditorTools >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx >+@dirrmtry %%SITE_PERL%%/PPIx/EditorTools >+@dirrmtry %%SITE_PERL%%/PPIx >diff -ruN devel/p5-Locale-Msgfmt.orig/Makefile devel/p5-Locale-Msgfmt/Makefile >--- devel/p5-Locale-Msgfmt.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Locale-Msgfmt/Makefile 2009-07-12 19:32:59.371920000 +0200 >@@ -0,0 +1,25 @@ >+# New ports collection makefile for: p5-Locale-Msgfmt >+# Date created: July 12th 2009 >+# Whom: Cezary Morga <cm@therek.net> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= Locale-Msgfmt >+PORTVERSION= 0.14 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= cm@therek.net >+COMMENT= Compile .po files to .mo files >+ >+PERL_CONFIGURE= YES >+ >+MAN1= msgfmt.pl.1 >+MAN3= Locale::Msgfmt::Utils.3 \ >+ Locale::Msgfmt::mo.3 \ >+ Locale::Msgfmt::po.3 \ >+ Locale::Msgfmt.3 >+ >+.include <bsd.port.mk> >diff -ruN devel/p5-Locale-Msgfmt.orig/distinfo devel/p5-Locale-Msgfmt/distinfo >--- devel/p5-Locale-Msgfmt.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Locale-Msgfmt/distinfo 2009-07-12 19:22:40.240270000 +0200 >@@ -0,0 +1,3 @@ >+MD5 (Locale-Msgfmt-0.14.tar.gz) = 2fd04fc47a8cff9e2c565d79a1b42599 >+SHA256 (Locale-Msgfmt-0.14.tar.gz) = 534992881fc2be558050291e458093b6ba782f7f46bb1bd6b0000780d4dfc7d8 >+SIZE (Locale-Msgfmt-0.14.tar.gz) = 30765 >diff -ruN devel/p5-Locale-Msgfmt.orig/pkg-descr devel/p5-Locale-Msgfmt/pkg-descr >--- devel/p5-Locale-Msgfmt.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Locale-Msgfmt/pkg-descr 2009-07-12 19:21:31.557419000 +0200 >@@ -0,0 +1,4 @@ >+This module does the same thing as msgfmt from GNU gettext-tools, >+except this is pure Perl. >+ >+WWW: http://search.cpan.org/dist/Locale-Msgfmt/ >diff -ruN devel/p5-Locale-Msgfmt.orig/pkg-plist devel/p5-Locale-Msgfmt/pkg-plist >--- devel/p5-Locale-Msgfmt.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ devel/p5-Locale-Msgfmt/pkg-plist 2009-07-12 19:25:19.050923000 +0200 >@@ -0,0 +1,13 @@ >+bin/msgfmt.pl >+%%SITE_PERL%%/Locale/Msgfmt/po.pm >+%%SITE_PERL%%/Locale/Msgfmt/Utils.pm >+%%SITE_PERL%%/Locale/Msgfmt/mo.pm >+%%SITE_PERL%%/Locale/Msgfmt.pm >+%%SITE_PERL%%/Module/Install/Msgfmt.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgfmt/.packlist >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgfmt >+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale >+@dirrmtry %%SITE_PERL%%/Locale/Msgfmt >+@dirrmtry %%SITE_PERL%%/Locale >+@dirrmtry %%SITE_PERL%%/Module/Install >+@dirrmtry %%SITE_PERL%%/Module
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136699
: 97892