aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-QueryProfiler
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-122-1/+2
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-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
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371255
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+3
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - 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
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-9/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+9
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-9/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Oops, test dependency p5-Test-Perl-Critic is in textproc, not develSteve Wills2011-10-261-1/+2
| | | | Notes: svn path=/head/; revision=284372
* - Add to BUILD_DEPENDS to decrease build warningsSteve Wills2011-09-201-1/+2
| | | | Notes: svn path=/head/; revision=282077
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - update to 0.05Baptiste Daroussin2011-08-162-3/+6
| | | | | | | | - add LICENSES - no changelog provided Notes: svn path=/head/; revision=279850
* - Update to 0.04Sunpoet Po-Chuan Hsieh2011-06-143-9/+18
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-QueryProfiler/ Notes: svn path=/head/; revision=275580
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Reassign ports from andrey@kostenko.name to perl@ due to lack of time.Mark Linimon2010-04-201-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=252936
* - Update to 0.03Philip M. Gollucci2010-02-262-4/+4
| | | | | | | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class-QueryProfiler/Changes PR: ports/143752 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (andrey@kostenko.name; 14 days) Feature safe: yes Notes: svn path=/head/; revision=250333
* DBIx::Class::QueryProfiler is a profiler for DBIx::Class. AlsoWen Heping2010-01-084-0/+37
it provides more usable output or queries. WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler PR: ports/142006 Submitted by: Andrey Kostenko <andrey@kostenko.name> Notes: svn path=/head/; revision=247402