Commit graph

31 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- 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.
2015-03-12 23:00:02 +00:00
Mathieu Arnold
eee58d187e 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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Frederic Culot
edd4aaac63 - Update to 0.26
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2012-07-26 19:30:30 +00:00
Sunpoet Po-Chuan Hsieh
a1bd60330d - Update to 0.25
- Add LICENSE

Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2012-07-08 06:55:04 +00:00
Sunpoet Po-Chuan Hsieh
4c0f6d8a5c - Update to 0.24
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2012-02-20 10:35:22 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
c185fb195e - Update to 0.23 2010-10-15 08:51:12 +00:00
Andrej Zverev
65c1ea7fa1 Update to 0.22.
PR:		ports/149387
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-17 06:24:56 +00:00
Anton Berezin
8051a8828a Update to 0.21.
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
Feature safe:	yes
2010-03-03 22:35:30 +00:00
Wen Heping
0f6f593297 - Update to 0.20
Feature safe:	yes
2010-03-03 06:44:49 +00:00
Anton Berezin
ddf0d6d563 Update to 0.19.
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2010-02-09 18:29:32 +00:00
Anton Berezin
718ac2e04c Update to 0.18.
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2010-01-25 22:03:36 +00:00
Anton Berezin
8d65239084 Update to 0.16.
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2009-10-01 12:17:54 +00:00
Anton Berezin
672e1be8d5 Update to 0.15.
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2009-07-03 10:35:45 +00:00
Martin Wilke
a00a402507 - Update to 0.14 2009-03-27 22:12:31 +00:00
Yen-Ming Lee
0a63d98b5c - update to 0.13 2008-11-14 10:09:53 +00:00
Erwin Lansing
68209cfdb0 Update to 0.12 2008-07-19 14:12:51 +00:00
Martin Wilke
8697176d96 - Update to 0.11
- Pass maintainership to perl@

PR:		125214
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2008-07-07 16:04:56 +00:00
Felippe de Meirelles Motta
13affce7c7 - Update to 0.10.
- Use CPAN macro.

PR:		ports/120800
Submitted by:	myself
Approved by:	araujo (mentor), Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2008-03-19 00:45:26 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Martin Wilke
f43dc1806c - Update to 0.09
PR:		111886
Submitted by:	miwi
Approved by:	maintainer
2007-04-20 20:26:16 +00:00
Rong-En Fan
50d597372f - Update to 0.08
PR:		ports/107063
Submitted by:	chinsan
Approved by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> (maintainer)
2006-12-23 02:52:26 +00:00
Martin Wilke
ad884eacc0 - Update to 0.07
PR:		ports/105674
Submitted by:	miwi
Approved by:	maintainer
2006-11-20 19:53:08 +00:00
Erwin Lansing
1f2cd7d6db DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity
via a Log::Log4perl handle. Log::Log4perl has many advantages for logging
but the ones probably most attractive are:

The ability to turn logging on or off or change the logging you see without
changing your code.

Different log levels allowing you to separate warnings, errors and fatals
to different files.

WWW: http://search.cpan.org/dist/DBIx-Log4perl/

PR:		ports/100610
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-29 19:39:49 +00:00