aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Reflow
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.11Sunpoet Po-Chuan Hsieh2015-08-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Text-Reflow/Changes Notes: svn path=/head/; revision=394500
* - Update to 1.10Sunpoet Po-Chuan Hsieh2015-07-184-6/+10
| | | | | | | | | | | | - Add LICENSE - Strip shared library - Rename patch file to avoid EXTRA_PATCHES - Sort PLIST Changes: http://search.cpan.org/dist/Text-Reflow/Changes Notes: svn path=/head/; revision=392412
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support STAGEDIR.Vanilla I. Shu2013-11-072-4/+2
| | | | Notes: svn path=/head/; revision=333056
* 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 new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* Update to 1.09.Anton Berezin2009-08-172-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Text-Reflow/Changes Notes: svn path=/head/; revision=239753
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* - Update to 1.07Philip M. Gollucci2009-07-232-4/+4
| | | | | | | | | PR: ports/136565 Approved by: maintainer timeout (mat; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238282
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-5/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 1.06Mathieu Arnold2009-02-123-10/+9
| | | | Notes: svn path=/head/; revision=228132
* Use the CPAN site macro.Mathieu Arnold2007-08-311-5/+1
| | | | | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims. Notes: svn path=/head/; revision=198588
* 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
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Update to use the perl version of the algorithm over the C version for 5.8.5Mathieu Arnold2004-10-072-0/+67
| | | | | | | | | | | because it uses 64 bit integers by default and it messes very badly with some pack/unpack things on the perl part and some << and >> on the C part, so, use the perl part everywhere. Approved by: portmgr (krion) Notes: svn path=/head/; revision=118573
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update to 1.05Mathieu Arnold2004-01-093-8/+7
| | | | Notes: svn path=/head/; revision=97785
* garbage in ports/textproc/p5-Text-Reflow/distinfo [PATCH :-)Edwin Groothuis2003-12-201-1/+1
| | | | | | | | | | ports/textproc/p5-Text-Reflow/distinfo has =3D PR: ports/60435 Submitted by: "Alexandr A.Babaylov" <babolo@cicuta.babolo.ru> Notes: svn path=/head/; revision=96281
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* Cleanups, use PERL_LEVEL and not a pre-everything::Yen-Ming Lee2003-05-033-14/+15
| | | | | | | | PR: 51689 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=80027
* add WWW siteYen-Ming Lee2003-04-261-0/+2
| | | | | | | | PR: 51413 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79670
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Add p5-Text-Reflow 1.04, perl module for reflowing text files.Norikatsu Shigemura2002-11-225-0/+39
PR: ports/41265 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=70767