aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Spreadsheet-WriteExcel/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Cleanup plistBaptiste Daroussin2014-12-081-4/+0
| | | | Notes: svn path=/head/; revision=374324
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 2.40Sunpoet Po-Chuan Hsieh2013-11-071-98/+98
| | | | | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Convert to new options framework - Use USES=shebangfix - Respect EXAMPLES Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcel/Changes Notes: svn path=/head/; revision=333110
* Support STAGEDIR.Vanilla I. Shu2013-11-071-102/+123
| | | | Notes: svn path=/head/; revision=333056
* Update to 2.38.Anton Berezin2012-12-161-2/+0
| | | | | | | Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcel/Changes Notes: svn path=/head/; revision=309019
* - Respect NOPORTDOCSMichael Scheidell2012-02-131-98/+98
| | | | | | | | | | | - No PORTREVISION bump because the port has been broken with NOPORTDOCS set PR: ports/164945 Submitted by: scheidell (me) Approved by: skv (maintainer, via private mail), gabor (mentor) Notes: svn path=/head/; revision=291287
* Update to 2.37Sergey Skvortsov2010-04-021-33/+30
| | | | | | | | | Changes: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.37/Changes PR: ports/144032 Submitted by: max Notes: svn path=/head/; revision=252016
* Update to 2.25Sergey Skvortsov2008-09-281-0/+2
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.25/Changes Notes: svn path=/head/; revision=220947
* Update to 2.23Sergey Skvortsov2008-09-041-0/+1
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.23/Changes Notes: svn path=/head/; revision=219845
* Update to 2.22Sergey Skvortsov2008-07-221-101/+102
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.22/Changes Notes: svn path=/head/; revision=217288
* Update to 2.20Sergey Skvortsov2008-02-141-3/+8
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.20/Changes Notes: svn path=/head/; revision=207202
* Update to 2.17Sergey Skvortsov2006-05-281-0/+3
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.17/Changes Notes: svn path=/head/; revision=163734
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 2.16Sergey Skvortsov2006-01-181-0/+4
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.16/Changes Notes: svn path=/head/; revision=153808
* Update to 2.15Sergey Skvortsov2005-11-231-0/+1
| | | | | | | Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.15/Changes Notes: svn path=/head/; revision=149186
* Update to 2.13Sergey Skvortsov2005-04-251-0/+1
| | | | Notes: svn path=/head/; revision=134125
* Update to 2.12Sergey Skvortsov2005-04-021-0/+1
| | | | Notes: svn path=/head/; revision=132198
* Updated to 2.11Sergey Skvortsov2004-11-091-1/+37
| | | | | | | | PR: ports/73314 Submitted byL lth Notes: svn path=/head/; revision=121195
* Updated to 2.03Sergey Skvortsov2004-08-151-3/+7
| | | | | | | | PR: ports/69775 Submitted by: Lars Thegler <lth@FreeBSD.org> Notes: svn path=/head/; revision=116249
* Updated to 0.43Sergey Skvortsov2004-05-241-0/+1
| | | | Notes: svn path=/head/; revision=109854
* Updated to 0.41Sergey Skvortsov2003-06-191-0/+1
| | | | Notes: svn path=/head/; revision=83297
* Updated to 0.40Sergey Skvortsov2003-02-261-15/+15
| | | | Notes: svn path=/head/; revision=76491
* Updated to 0.38Sergey Skvortsov2002-08-301-0/+4
| | | | Notes: svn path=/head/; revision=65281
* Updated to 0.37Sergey Skvortsov2002-06-061-1/+6
| | | | Notes: svn path=/head/; revision=60695
* Update to 0.25, clean port files.Sergey Skvortsov2002-04-081-57/+60
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=57447
* Update to 0.34.Anton Berezin2001-11-061-0/+6
| | | | | | | | PR: 31781 Submitted by: maintainer Notes: svn path=/head/; revision=49666
* - update to 0.33Pete Fritchman2001-08-291-52/+57
| | | | | | | | | | | | | - install documentation - install examples in ${PREFIX}/share/examples/Spreadsheet-WriteExcel (instead of inside of ${SITE_PERL}/Spreadsheet/WriteExcel/examples/) - sort pkg-plist PR: 30131 Submitted by: maintainer Notes: svn path=/head/; revision=47106
* Update port: p5-Spreadsheet-WriteExcel to 0.31Michael Haro2001-05-011-1/+11
| | | | | | | | PR: 26947 Submitted by: maintainer Notes: svn path=/head/; revision=42124
* Update to version 0.24.Steve Price2001-02-261-0/+1
| | | | | | | | PR: 24734 Submitted by: maintainer Notes: svn path=/head/; revision=38752
* Add p5-Spreadsheet-WriteExcel 0.23, a perl module to write formatted textWill Andrews2000-12-261-0/+50
and numbers to a cross-platform Excel binary file. PR: 23826 Submitted by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=36368