notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: textproc/p5-Text-CSV-Encoded/pkg-plist

Number of commits found: 7

Friday, 29 Jun 2018
10:10 mat search for other commits by this committer
Fix a few Perl ports with Perl 5.28.

Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.

PR:		229112
Reported by:	many
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D15946
Original commitRevision:473539 
Thursday, 10 Aug 2017
18:24 sunpoet search for other commits by this committer
Remove Perl core modules

- While I'm here:
  - Add LICENSE_FILE
  - Sort PLIST
- Bump PORTREVISION for dependency change

With hat:	perl
Original commitRevision:447708 
Monday, 30 May 2016
15:33 mat search for other commits by this committer
Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:416157 
Monday, 22 Feb 2016
12:15 vanilla search for other commits by this committer
Update to 0.25.

PR:		207410
Submitted by:	maintainer
Original commitRevision:409335 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

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
Original commitRevision:373448 
Wednesday, 22 Jan 2014
14:35 mat search for other commits by this committer
* Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
Original commitRevision:340711 
Monday, 20 Sep 2010
08:51 wen search for other commits by this committer
Text::CSV::Encoded is a perl module of encoding aware Text::CSV.
It inherits Text::CSV and is aware of input/output encodings.

WWW: http://search.cpan.org/dist/Text-CSV-Encoded/

PR:             ports/150710
Submitted by:   Sebastien Santoro <dereckson@gmail.com>
Original commit

Number of commits found: 7