aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Spreadsheet-Read
Commit message (Collapse)AuthorAgeFilesLines
* textproc/p5-Spreadsheet-Read: Update to 0.84Po-Chuan Hsieh2021-05-302-8/+9
| | | | Changes: https://metacpan.org/changes/distribution/Spreadsheet-Read
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.83Sunpoet Po-Chuan Hsieh2021-01-033-6/+6
| | | | | | | | | - Sort PLIST Changes: https://metacpan.org/changes/distribution/Spreadsheet-Read Notes: svn path=/head/; revision=560230
* textproc/p5-Spreadsheet-Read: drop maintainershipSteve Wills2020-12-261-1/+1
| | | | Notes: svn path=/head/; revision=559320
* textproc/p5-Spreadsheet-Read: update to 0.82Steve Wills2020-09-282-4/+4
| | | | Notes: svn path=/head/; revision=550435
* textproc/p5-Spreadsheet-Read: update to 0.81Steve Wills2019-09-033-7/+10
| | | | Notes: svn path=/head/; revision=510962
* textproc/p5-Spreadsheet-Read: update to 0.80Steve Wills2018-12-312-4/+4
| | | | Notes: svn path=/head/; revision=488836
* 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
* textproc/p5-Spreadsheet-Read: update to 0.79Steve Wills2018-09-203-4/+5
| | | | Notes: svn path=/head/; revision=480220
* 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
* textproc/p5-Spreadsheet-Read: update to 0.78Steve Wills2018-02-162-4/+4
| | | | Notes: svn path=/head/; revision=461978
* textproc/p5-Spreadsheet-Read: update to 0.77Steve Wills2018-01-232-4/+4
| | | | Notes: svn path=/head/; revision=459723
* textproc/p5-Spreadsheet-Read: update to 0.76Steve Wills2018-01-102-4/+4
| | | | Notes: svn path=/head/; revision=458700
* textproc/p5-Spreadsheet-Read: update to 0.74Steve Wills2017-10-162-4/+4
| | | | Notes: svn path=/head/; revision=452210
* 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
* textproc/p5-Spreadsheet-Read: update to 0.70Steve Wills2017-04-112-7/+5
| | | | Notes: svn path=/head/; revision=438296
* textproc/p5-Spreadsheet-Read: update to 0.64Steve Wills2016-05-212-3/+4
| | | | Notes: svn path=/head/; revision=415598
* textproc/p5-Spreadsheet-Read: update to 0.63Steve Wills2016-04-092-3/+3
| | | | Notes: svn path=/head/; revision=412873
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* textproc/p5-Spreadsheet-Read: update to 0.61Steve Wills2015-06-303-8/+8
| | | | Notes: svn path=/head/; revision=390984
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Update to 0.54Steve Wills2014-05-094-6/+8
| | | | | | | | | | - Pet portlint PR: ports/189527 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=353517
* * Convert to stagingMathieu Arnold2014-01-222-3/+4
| | | | | | | | | | * Add license * pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340706
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326945
* - Update to 0.47Steve Wills2012-07-102-3/+3
| | | | Notes: svn path=/head/; revision=300696
* - Update to 0.46Steve Wills2012-02-152-15/+10
| | | | | | | | - Remove SITE_PERL from DEPENDS - Move test only dependency to TEST_DEPENDS Notes: svn path=/head/; revision=291450
* - Update to 0.45Steve Wills2011-09-182-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/dist/Spreadsheet-Read/Changes Notes: svn path=/head/; revision=281957
* - Update to 0.43aSteve Wills2011-08-132-3/+4
| | | | | | | Changes: http://cpansearch.perl.org/dist/Spreadsheet-Read/Changes Notes: svn path=/head/; revision=279612
* - Update to 0.42Steve Wills2011-06-052-5/+4
| | | | | | | | | | - Convert to CPAN:USERID - Remove MD5 Changes: http://cpansearch.perl.org/dist/Spreadsheet-Read/Changes Notes: svn path=/head/; revision=275087
* - Update to 0.41Steve Wills2010-10-112-4/+4
| | | | | | | | Submitted by: me (swills, maintainer) Approved by: wxs (co-mentor) Notes: svn path=/head/; revision=262819
* - /mach/ -> /%%PERL_ARCH%%/Philip M. Gollucci2010-09-241-3/+3
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=261741
* Use my new addressSteve Wills2010-09-051-1/+1
| | | | | | | Approved By: pgollucci (mentor) Notes: svn path=/head/; revision=260573
* - Update to 0.40Wen Heping2010-05-262-4/+4
| | | | | | | | PR: ports/146997 Submitted by: Steve Wills <steve@mouf.net> (maintainer) Notes: svn path=/head/; revision=255093
* - Update to 0.39Sylvio Cesar Teixeira2010-04-052-4/+4
| | | | | | | | | PR: ports/145352 Submitted by: Steve Wills <steve@mouf.net> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252290
* - Readded unter textprocMartin Wilke2010-04-024-0/+47
Read the data from a spreadsheet WWW: http://search.cpan.org/dist/Spreadsheet-Read/ Notes: svn path=/head/; revision=252066