aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Excel-Writer-XLSX
Commit message (Collapse)AuthorAgeFilesLines
* textproc/p5-Excel-Writer-XLSX: Update to 1.09Po-Chuan Hsieh2021-05-183-4/+6
| | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX
* textproc/p5-Excel-Writer-XLSX: Update to 1.08Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.07Sunpoet Po-Chuan Hsieh2020-08-192-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=545362
* Update to 1.06Sunpoet Po-Chuan Hsieh2020-08-152-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=544974
* Update to 1.05Sunpoet Po-Chuan Hsieh2020-08-082-4/+5
| | | | | | | | | - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=544398
* Update to 1.04Sunpoet Po-Chuan Hsieh2020-06-032-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=537647
* Update to 1.03Sunpoet Po-Chuan Hsieh2019-12-292-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=521306
* Update to 1.02Sunpoet Po-Chuan Hsieh2019-11-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=517437
* Update to 1.01Sunpoet Po-Chuan Hsieh2019-10-282-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=515916
* Update to 1.00Sunpoet Po-Chuan Hsieh2019-04-082-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=498415
* Update to 0.99Sunpoet Po-Chuan Hsieh2019-02-112-6/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=492718
* 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
* Update to 0.98Sunpoet Po-Chuan Hsieh2018-04-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=467421
* Update to 0.97Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=467084
* Update to 0.96Sunpoet Po-Chuan Hsieh2017-09-182-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=450063
* 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 0.95Sunpoet Po-Chuan Hsieh2016-06-263-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=417563
* - Update to 0.90Sunpoet Po-Chuan Hsieh2016-05-192-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=415473
* - Update to 0.89Sunpoet Po-Chuan Hsieh2016-04-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=413525
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.88Sunpoet Po-Chuan Hsieh2016-01-172-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406344
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-11-151-1/+1
| | | | Notes: svn path=/head/; revision=401654
* - Update to 0.86Sunpoet Po-Chuan Hsieh2015-10-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=399721
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Update to 0.85Sunpoet Po-Chuan Hsieh2015-08-132-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=394097
* - Update to 0.84Sunpoet Po-Chuan Hsieh2015-04-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=384503
* - Update to 0.83Sunpoet Po-Chuan Hsieh2015-03-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=381558
* - Update to 0.82Sunpoet Po-Chuan Hsieh2015-03-152-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=381304
* 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
* - Update to 0.81Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=373265
* - Update to 0.78Sunpoet Po-Chuan Hsieh2014-10-013-11/+5
| | | | | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=369757
* - Update to 0.77Sunpoet Po-Chuan Hsieh2014-05-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=353241
* - Update to 0.76Sunpoet Po-Chuan Hsieh2014-01-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=338455
* - Update to 0.75Sunpoet Po-Chuan Hsieh2013-12-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=335566
* - Update to 0.74Sunpoet Po-Chuan Hsieh2013-11-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=334351
* - Update to 0.73Sunpoet Po-Chuan Hsieh2013-11-092-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=333320
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-33/+31
| | | | Notes: svn path=/head/; revision=328854
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 0.72Sunpoet Po-Chuan Hsieh2013-08-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=325629
* - Update to 0.71Sunpoet Po-Chuan Hsieh2013-08-272-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=325465
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 0.70Sunpoet Po-Chuan Hsieh2013-07-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=322601
* - Update to 0.69Sunpoet Po-Chuan Hsieh2013-06-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=321522
* - Update to 0.68Sunpoet Po-Chuan Hsieh2013-06-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=320779
* - Update to 0.67Sunpoet Po-Chuan Hsieh2013-05-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=317672
* - Update to 0.66Sunpoet Po-Chuan Hsieh2013-04-182-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes Notes: svn path=/head/; revision=316050
* - Update to 0.65Sunpoet Po-Chuan Hsieh2013-01-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=311250
* - Update to 0.64Sunpoet Po-Chuan Hsieh2012-12-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=309432