aboutsummaryrefslogtreecommitdiff
path: root/editors/p5-Proc-InvokeEditor
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 1.13Sunpoet Po-Chuan Hsieh2017-08-172-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Proc-InvokeEditor/Changes Notes: svn path=/head/; revision=448118
* Update to 1.12Sunpoet Po-Chuan Hsieh2017-08-162-4/+5
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Proc-InvokeEditor/Changes Notes: svn path=/head/; revision=448052
* Update to 1.09Sunpoet Po-Chuan Hsieh2017-08-043-5/+6
| | | | | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Proc-InvokeEditor/Changes Notes: svn path=/head/; revision=447368
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371560
* Update distinfoAntoine Brodin2014-08-071-2/+2
| | | | | | | Pointyhat: pi Notes: svn path=/head/; revision=364246
* editors/p5-Proc-InvokeEditor: 1.06 -> 1.07Kurt Jaeger2014-08-061-2/+1
| | | | | | | - Apply patch from Brian Fraser to work on android Notes: svn path=/head/; revision=364192
* Support STAGEDIR.Vanilla I. Shu2013-11-032-8/+6
| | | | Notes: svn path=/head/; revision=332599
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add missing BUILD_DEPENDS and RUN_DEPENDS [1]Steve Wills2012-01-301-1/+5
| | | | | | | | | | | | - Reassign to perl@ [2] PR: ports/164524 [1] Submitted by: swills (myself) [1] Approved by: bapt (maintainer) [1] Requested by: bapt (maintainer, via IRC) [2] Notes: svn path=/head/; revision=290077
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - update to 1.06Baptiste Daroussin2011-04-272-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/MSTEVENS/Proc-InvokeEditor-1.06/Changes Notes: svn path=/head/; revision=273236
* This module provides a simple API to calling an external text editorBaptiste Daroussin2011-04-054-0/+36
from within your perl program. WWW: http://search.cpan.org/dist/Proc-InvokeEditor/ Notes: svn path=/head/; revision=272240