aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Aligner
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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.12Frederic Culot2014-10-312-5/+4
| | | | | | | | | - License changed to MIT Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=371828
* - Update to 0.11Frederic Culot2014-10-152-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=370915
* - Update to 0.10Frederic Culot2014-02-062-4/+7
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=342950
* - Update to 0.08Sunpoet Po-Chuan Hsieh2013-10-043-7/+6
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=329347
* 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
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-5/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Update to 0.07Philip M. Gollucci2010-09-142-4/+4
| | | | | | | | | | PR: ports/150524 Submitted by: Frederic Culot <frederic@culot.org> With Hat: perl@ Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=261122
* - Update to 0.06Philip M. Gollucci2010-08-303-6/+8
| | | | | | | | | - Pass to perl@ Changes: http://search.cpan.org/dist/Text-Aligner/Changes Notes: svn path=/head/; revision=260178
* - Add cpan site to WWWEmanuel Haupt2010-01-231-2/+4
| | | | | | | - Fix indentation, fmt -w 80 Notes: svn path=/head/; revision=248414
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* Reset bouncing maintainer address. Sorry to see you go.Mark Linimon2005-09-101-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=142340
* Add p5-Text-Aligner 0.03, align text in columns.Vanilla I. Shu2004-05-054-0/+31
PR: ports/66224 Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=108491