aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-CTPP2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark those BROKEN, they don't build with Perl 5.22+Mathieu Arnold2015-06-081-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=388857
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+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
* Fix build without gcc.Adam Weinberger2014-08-041-2/+3
| | | | Notes: svn path=/head/; revision=364035
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - add stage supportAndrej Zverev2014-01-291-3/+0
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341765
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* 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=326944
* - Update to 2.6.7Martin Wilke2011-02-051-1/+1
| | | | | | | | | PR: 154468 Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268625
* - Update to 2.6.1Li-Wen Hsu2010-08-041-1/+1
| | | | | | | | PR: ports/149204 Submitted by: "Andrei V. Shetuhin" <reki AT reki.ru> (maintainer) Notes: svn path=/head/; revision=258750
* - Update to 2.5.12Philip M. Gollucci2009-12-291-1/+1
| | | | | | | | | PR: ports/141560 Approved by: maintainer timeout (reki@reki.ru; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246818
* - Fix build with custom prefixMartin Wilke2009-10-111-0/+4
| | | | | | | | | PR: 139021 Submitted by: amdmi3@ Approved by: maintainer timeout Notes: svn path=/head/; revision=242682
* - Updated to 2.5.10Greg Larkin2009-10-061-1/+1
| | | | | | | | | | | - Improved readability of pkg-descr PR: ports/138896 Submitted by: "Hizbulin M. Ildar" <hizel@vyborg.ru> Approved by: reki@reki.ru (maintainer, implicit - request for PR approval bounced) Notes: svn path=/head/; revision=242500
* * Update ctpp2 and p5 slave port to 2.5.8Vsevolod Stakhov2009-08-101-1/+1
| | | | | | | | PR: 137637, 137638 Submitted by: maintainer Notes: svn path=/head/; revision=239260
* - Update to 2.5.3Martin Wilke2009-06-051-2/+2
| | | | | | | | PR: 135173 Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=235237
* - Update to 2.5.1Martin Wilke2009-05-221-1/+1
| | | | | | | | PR: 134754 Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=234413
* - Update to 2.4.10Martin Wilke2009-04-111-2/+3
| | | | | | | | PR: 133571 Submitted by: Andrei V. Shetuhin <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=232083
* - Update to 2.4.7Pav Lucistnik2009-03-241-2/+1
| | | | | | | | PR: ports/133006 Submitted by: Andrei V. Shetukhin <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=230853
* - Chase textproc/ctpp2 updateWesley Shields2009-03-021-0/+1
| | | | Notes: svn path=/head/; revision=229377
* - Update to 2.4.2Dmitry Marakasov2009-01-301-1/+1
| | | | | | | | PR: 131151 Submitted by: "Andrei V. Shetuhin" <reki at reki dot ru> (maintainer) Notes: svn path=/head/; revision=227168
* - Update to 2.4.1Dmitry Marakasov2009-01-151-2/+2
| | | | | | | | PR: 130593 Submitted by: "Andrei V. Shetuhin" <reki at reki dot ru> Notes: svn path=/head/; revision=226184
* - Updated ctpp2 to version 2.3.5Greg Larkin2008-08-291-3/+2
| | | | | | | | | | | | | | | - Fixed ctpp2 build problem for amd64 - Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak - Added BUILD_DEPENDS to get correct version of ctpp2 to avoid compilation errors in Perl module PR: ports/126331 Submitted by: Andrei V. Shetuhin <reki at reki dot ru> (maintainer) Approved by: beech (mentor, implicit) Notes: svn path=/head/; revision=219430
* - Mark BROKEN Does not compileMartin Wilke2008-07-191-0/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=217110
* - UnbreakMartin Wilke2008-06-191-3/+1
| | | | | | | | | | - Update to 2.3.0 PR: 124750 Submitted by: Maintainer Notes: svn path=/head/; revision=215257
* - Mark BROKEN: does not compilePav Lucistnik2008-06-181-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=215125
* Templates like perl module HTML::TemplateMartin Wilke2008-03-261-0/+26
WWW: http://reki.ru/products/ctpp/ PR: ports/121933 Submitted by: Andrei V. Shetuhin <reki at reki.ru> Notes: svn path=/head/; revision=209858