diff options
author | wen <wen@FreeBSD.org> | 2010-05-28 18:57:32 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-28 18:57:32 +0800 |
commit | f60a873f8afb67e103f21b80ab90b081687fb8f0 (patch) | |
tree | 612ab6cbc376afea3cf9b5c2e1ae4987acd3b2da /editors/p5-Padre/Makefile | |
parent | ddb052f786b4e19555662bca21f452e807fcf480 (diff) | |
download | freebsd-ports-gnome-f60a873f8afb67e103f21b80ab90b081687fb8f0.tar.gz freebsd-ports-gnome-f60a873f8afb67e103f21b80ab90b081687fb8f0.tar.zst freebsd-ports-gnome-f60a873f8afb67e103f21b80ab90b081687fb8f0.zip |
- Update to 0.62
PR: ports/146484
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
Approved by: maintainer(timeout, > 17 days)
Diffstat (limited to 'editors/p5-Padre/Makefile')
-rw-r--r-- | editors/p5-Padre/Makefile | 116 |
1 files changed, 76 insertions, 40 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 53c0103f905f..c66c1a7d6cb7 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Padre -PORTVERSION= 0.50 -PORTREVISION= 3 +PORTVERSION= 0.62 CATEGORIES= editors perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,50 +14,62 @@ PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= Perl Application Development and Refactoring Environment -BUILD_DEPENDS= ${SITE_PERL}/App/Ack.pm:${PORTSDIR}/textproc/p5-ack \ - ${SITE_PERL}/Class/Adapter.pm:${PORTSDIR}/devel/p5-Class-Adapter \ - ${SITE_PERL}/Class/Unload.pm:${PORTSDIR}/devel/p5-Class-Unload \ - ${SITE_PERL}/Devel/Dumpvar.pm:${PORTSDIR}/devel/p5-Devel-Dumpvar \ +BUILD_DEPENDS= p5-ack>=1.86:${PORTSDIR}/textproc/p5-ack \ + p5-Class-Adapter>=1.05:${PORTSDIR}/devel/p5-Class-Adapter \ + p5-Class-Unload>=0.03:${PORTSDIR}/devel/p5-Class-Unload \ + p5-Devel-Dumpvar>=0.04:${PORTSDIR}/devel/p5-Devel-Dumpvar \ p5-Devel-Refactor>=0.05:${PORTSDIR}/devel/p5-Devel-Refactor \ - ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ - ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ - ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-File-Copy-Recursive>=0.37:${PORTSDIR}/devel/p5-File-Copy-Recursive \ + p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-File-HomeDir>=0.84:${PORTSDIR}/devel/p5-File-HomeDir \ p5-File-Next>=1.06:${PORTSDIR}/sysutils/p5-File-Next \ p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \ - ${SITE_PERL}/File/ShareDir.pm:${PORTSDIR}/devel/p5-File-ShareDir \ + p5-File-ShareDir>=1.00:${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-Format-Human-Bytes>=0.04:${PORTSDIR}/converters/p5-Format-Human-Bytes \ + p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy \ + p5-IO-String>=1.08:${PORTSDIR}/devel/p5-IO-String \ p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Locale-Msgfmt>=0.14:${PORTSDIR}/devel/p5-Locale-Msgfmt \ - ${SITE_PERL}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \ - ${SITE_PERL}/Module/Starter.pm:${PORTSDIR}/devel/p5-Module-Starter \ - ${SITE_PERL}/ORLite.pm:${PORTSDIR}/databases/p5-ORLite \ - ${SITE_PERL}/ORLite/Migrate.pm:${PORTSDIR}/databases/p5-ORLite-Migrate \ + p5-Module-Refresh>=0.13:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-Module-Starter>=1.50:${PORTSDIR}/devel/p5-Module-Starter \ + p5-ORLite>=1.41:${PORTSDIR}/databases/p5-ORLite \ p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \ - ${SITE_PERL}/Parse/ErrorString/Perl.pm:${PORTSDIR}/devel/p5-Parse-ErrorString-Perl \ + p5-Parse-ErrorString-Perl>=0.11:${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 \ + p5-Pod-POM>=0.17:${PORTSDIR}/textproc/p5-Pod-POM \ ${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 \ ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \ - ${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}/YAML/Tiny.pm:${PORTSDIR}/textproc/p5-YAML-Tiny \ - p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \ + p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff \ + p5-Text-FindIndent>=0.06:${PORTSDIR}/textproc/p5-Text-FindIndent \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ + p5-YAML-Tiny>=1.32:${PORTSDIR}/textproc/p5-YAML-Tiny \ + p5-Class-XSAccessor>=1.05:${PORTSDIR}/devel/p5-Class-XSAccessor \ ${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 \ - ${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-DBI>=1.58:${PORTSDIR}/databases/p5-DBI \ + p5-HTML-Parser>=3.65:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Params-Util>=0.33:${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-Perl-ProcessStream>=0.20:${PORTSDIR}/x11-toolkits/p5-Wx-Perl-ProcessStream + p5-Wx>=0.97:${PORTSDIR}/x11-toolkits/p5-Wx \ + p5-Wx-Perl-ProcessStream>=0.25:${PORTSDIR}/x11-toolkits/p5-Wx-Perl-ProcessStream \ + p5-Debug-Client>=0.11:${PORTSDIR}/devel/p5-Debug-Client \ + p5-Template-Tiny>=0.11:${PORTSDIR}/textproc/p5-Template-Tiny \ + p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build \ + p5-Pod-Perldoc>=3.15:${PORTSDIR}/textproc/p5-Pod-Perldoc \ + p5-App-cpanminus>=0.9923:${PORTSDIR}/devel/p5-App-cpanminus \ + p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ + p5-Test-MockObject>=1.09:${PORTSDIR}/devel/p5-Test-MockObject \ + p5-PPIx-Regexp>=0.005:${PORTSDIR}/textproc/p5-PPIx-Regexp \ + p5-POD2-Base>=0.043:${PORTSDIR}/textproc/p5-POD2-Base \ + p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ + p5-File-Temp>0:${PORTSDIR}/devel/p5-File-Temp \ + p5-File-pushd>=1.00:${PORTSDIR}/devel/p5-File-pushd \ + p5-Storable>=2.15:${PORTSDIR}/devel/p5-Storable \ + p5-version>=0.80:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -83,8 +94,7 @@ 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 +BUILD_DEPENDS+= p5-Pod-Simple>=3.07:${PORTSDIR}/textproc/p5-Pod-Simple .endif .if ${PERL_LEVEL} >= 501000 && ${PERL_LEVEL} < 501001 @@ -105,7 +115,10 @@ RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest MAN3= Padre.3 \ Padre::Action.3 \ + Padre::Action::Debug.3 \ + Padre::Action::Internal.3 \ Padre::Action::Perl.3 \ + Padre::Action::Queue.3 \ Padre::Action::Refactor.3 \ Padre::Action::Run.3 \ Padre::Autosave.3 \ @@ -120,21 +133,28 @@ MAN3= Padre.3 \ Padre::DB::History.3 \ Padre::DB::HostConfig.3 \ Padre::DB::LastPositionInFile.3 \ + Padre::DB::Migrate.3 \ Padre::DB::Plugin.3 \ Padre::DB::RecentlyUsed.3 \ Padre::DB::Session.3 \ Padre::DB::SessionFile.3 \ Padre::DB::Snippets.3 \ Padre::DB::SyntaxHighlight.3 \ + Padre::Desktop.3 \ Padre::DocBrowser.3 \ Padre::DocBrowser::document.3 \ Padre::Document.3 \ + Padre::Document::Perl.3 \ Padre::Document::Perl::Beginner.3 \ + Padre::Document::Perl::Help.3 \ + Padre::Document::Perl::QuickFix.3 \ + Padre::Document::Perl::QuickFix::IncludeModule.3 \ + Padre::Document::Perl::QuickFix::StrictWarnings.3 \ Padre::File.3 \ - Padre::HelpProvider.3 \ - Padre::HelpProvider::Perl.3 \ + Padre::Help.3 \ Padre::Locale.3 \ - Padre::Log.3 \ + Padre::Locker.3 \ + Padre::Logger.3 \ Padre::Manual.3 \ Padre::Manual::Hacking.3 \ Padre::MimeTypes.3 \ @@ -146,12 +166,12 @@ MAN3= Padre.3 \ Padre::PluginBuilder.3 \ Padre::PluginManager.3 \ Padre::Pod2HTML.3 \ - Padre::QuickFixProvider.3 \ - Padre::QuickFixProvider::Perl.3 \ - Padre::QuickFixProvider::Perl::IncludeModule.3 \ - Padre::QuickFixProvider::Perl::StrictWarnings.3 \ + Padre::Project::Temp.3 \ + Padre::QuickFix.3 \ Padre::Search.3 \ Padre::Service.3 \ + Padre::SlaveDriver.3 \ + Padre::Startup.3 \ Padre::Task.3 \ Padre::Task::HTTPClient.3 \ Padre::Task::HTTPClient::LWP.3 \ @@ -170,32 +190,48 @@ MAN3= Padre.3 \ Padre::Transform.3 \ Padre::Transform::Perl::UpdateCopyright.3 \ Padre::Util.3 \ + Padre::Util::FileBrowser.3 \ + Padre::Util::SVN.3 \ + Padre::Util::Template.3 \ Padre::Util::Win32.3 \ Padre::Wx.3 \ Padre::Wx::Ack.3 \ Padre::Wx::App.3 \ Padre::Wx::CPAN.3 \ + Padre::Wx::Debugger.3 \ Padre::Wx::Dialog.3 \ + Padre::Wx::Dialog::Advanced.3 \ + Padre::Wx::Dialog::DocStats.3 \ Padre::Wx::Dialog::FilterTool.3 \ Padre::Wx::Dialog::Find.3 \ + Padre::Wx::Dialog::Form.3 \ + Padre::Wx::Dialog::Goto.3 \ Padre::Wx::Dialog::HelpSearch.3 \ + Padre::Wx::Dialog::KeyBindings.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::Preferences::PerlAutoComplete.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 \ - Padre::Wx::Directory::OpenInFileBrowserAction.3 \ + Padre::Wx::Dialog::Shortcut.3 \ + Padre::Wx::Dialog::Warning.3 \ + Padre::Wx::Dialog::WindowList.3 \ + Padre::Wx::Display.3 \ Padre::Wx::DocBrowser.3 \ + Padre::Wx::Editor.3 \ + Padre::Wx::FindResult.3 \ Padre::Wx::HtmlWindow.3 \ Padre::Wx::Main.3 \ Padre::Wx::PodFrame.3 \ Padre::Wx::Progress.3 \ Padre::Wx::Role::MainChild.3 \ + Padre::Wx::Role::View.3 \ Padre::Wx::StatusBar.3 \ Wx::Perl::Dialog.3 \ Wx::Perl::Dialog::Simple.3 \ |