Commit graph

24 commits

Author SHA1 Message Date
Palle Girgensohn
8622aab975 Update to 9.1 2017-01-24 23:53:52 +00:00
Palle Girgensohn
f10a9b015e Update to 9.0 2016-10-08 13:01:35 +00:00
Palle Girgensohn
a19ba62d41 pgBadger 7.3 was released today to fix a major bug. Everyone using
version 7.2 and the incremental mode of pgBadger must upgrade.

https://github.com/dalibo/pgbadger/blob/master/ChangeLog
2016-01-19 01:55:47 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Palle Girgensohn
032db161cd Neater handling of github download.
Requested by:	mat@
2015-09-11 12:44:20 +00:00
Palle Girgensohn
f3fe764c23 Update to version 7.1 2015-09-11 11:57:23 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +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
Palle Girgensohn
d4b9feeb5f Update to latest version. 2014-11-17 10:12:08 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Martin Wilke
9bb45c6d00 - Stage support 2014-02-14 15:00:28 +00:00
Palle Girgensohn
7a4fcd7374 update to latest version
remove p5- prefix, since this is not a perl module, it just uses perl as the scripting language
2013-11-28 13:23:47 +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
Andrej Zverev
b611168744 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 13:04:01 +00:00
Palle Girgensohn
cafe534d4f Update pgbadger to 3.4 2013-07-02 08:17:36 +00:00
Palle Girgensohn
e1c3a1d880 This is a quick release to fix missing reports of most frequent errors and slowest
normalized queries in previous version published yesterday.
2013-02-22 10:51:20 +00:00
Palle Girgensohn
bdcae0b260 Update pgbadger to 3.0 2013-02-21 14:11:02 +00:00
Palle Girgensohn
a563930d2b Fix speling, thanks to Ruslan Makhmatkhanov 2013-01-21 17:26:10 +00:00
Palle Girgensohn
34080dff14 Update to pgbadger 2.3 2013-01-21 17:01:34 +00:00
Palle Girgensohn
9c88c13f92 add patch to accept bzip2 log files 2013-01-09 16:01:54 +00:00
Palle Girgensohn
3fc668d2a5 Update pgbadger to version 2.2
Feature safe: yes
2012-11-14 16:05:06 +00:00
Palle Girgensohn
9ca196a74a Fix plist.
Feature safe: yes
2012-10-31 23:00:31 +00:00
Palle Girgensohn
b29cad3d28 fix header
Feature safe: yes
2012-10-31 18:13:08 +00:00
Palle Girgensohn
e34efbc6a1 Add port pgbadger. PostgreSQL log analyzer with fully detailed reports and charts.
Feature safe: yes
2012-10-31 18:02:55 +00:00