/dns/p5-Net-DNS/

www.w3.org/1999/xhtml'>
With hat:	portmgr
Sponsored by:	Absolight
- Strip shared library 2015-08-17T13:05:14+00:00 sunpoet sunpoet@FreeBSD.org 2015-08-17T13:05:14+00:00 aef3071e0ede46f26a14c008897dc5c2fbd55c80 - Bump PORTREVISION for package change
- Bump PORTREVISION for package change
Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 mat mat@FreeBSD.org 2014-11-26T13:08:24+00:00 9debac461b7729b783ca5a0f5e46461ddac07173 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
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
- Support STAGEDIR 2013-09-30T20:41:25+00:00 sunpoet sunpoet@FreeBSD.org 2013-09-30T20:41:25+00:00 16e08ed13ace1de3bce3b84afff2d470a0248de0

Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3) 2013-09-20T17:13:42+00:00 bapt bapt@FreeBSD.org 2013-09-20T17:13:42+00:00 3ff0383d3a2fb21cdb1e80822419f4aac7fd522f

- Cleanup Makefile header 2013-08-21T17:42:57+00:00 sunpoet sunpoet@FreeBSD.org 2013-08-21T17:42:57+00:00 48e7477e8830129ccf5550ce1762d9fdc48b1e12

- Use RUN_DEPENDS:=BUILD_DEPENDS 2013-08-21T14:55:43+00:00 sunpoet sunpoet@FreeBSD.org 2013-08-21T14:55:43+00:00 d6eb94a00231f69f7cafe15074076d95468988df - Add BUILD_DEPENDS - Cosmetic change
- Add BUILD_DEPENDS
- Cosmetic change
- Convert to new perl framework 2013-08-21T14:08:06+00:00 sunpoet sunpoet@FreeBSD.org 2013-08-21T14:08:06+00:00 31445311fce915521f6c1940134b8dc155688036

- Add p5-Thrift-XS 1.04 2011-12-18T09:09:16+00:00 sunpoet sunpoet@FreeBSD.org 2011-12-18T09:09:16+00:00 f40a76681826a9fd0d00837310c0d4f0360e5f53 Thrift::XS provides faster versions of Thrift::BinaryProtocol and Thrift::MemoryBuffer. Thrift compact protocol support is also available, just replace Thrift::XS::BinaryProtocol with Thrift::XS::CompactProtocol. To use, simply replace your Thrift initialization code with the appropriate Thrift::XS version. WWW: http://search.cpan.org/dist/Thrift-XS/
Thrift::XS provides faster versions of Thrift::BinaryProtocol and
Thrift::MemoryBuffer.

Thrift compact protocol support is also available, just replace
Thrift::XS::BinaryProtocol with Thrift::XS::CompactProtocol.

To use, simply replace your Thrift initialization code with the appropriate
Thrift::XS version.

WWW: http://search.cpan.org/dist/Thrift-XS/