Commit graph

21 commits

Author SHA1 Message Date
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
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Vanilla I. Shu
00afe0823b Support STAGEDIR. 2013-11-03 07:46:27 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +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
Anton Berezin
1f0919459e Update to 0.30.
Changes:	http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
2013-04-24 11:13:01 +00:00
Anton Berezin
e0aa0b3718 Update to 0.28.
Changes:	http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
2013-01-28 10:42:19 +00:00
Sunpoet Po-Chuan Hsieh
0d39fffab4 - Update to 0.22
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
2012-03-08 08:42:28 +00:00
Steve Wills
ee406a9fe3 - Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS changing package
2012-02-29 04:52:36 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Mathieu Arnold
40aaf52361 Update to 0.20 2009-04-09 14:03:13 +00:00
Yen-Ming Lee
abadc7d883 - update to 0.16 2008-05-11 13:54:33 +00:00
Cheng-Lung Sung
b2beaf1d2d - Update to 0.14
Changes:	http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
2008-03-01 07:49:27 +00:00
Martin Wilke
abb53362f7 - Update to 0.13 2007-12-12 12:27:07 +00:00
Cheng-Lung Sung
4cf8f8ea52 - Update to 0.12 2007-09-07 02:14:18 +00:00
Cheng-Lung Sung
4006f4a3f3 - Update to 0.11
- reset maintainer

PR:		ports/116146
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
2007-09-07 01:19:33 +00:00
Cheng-Lung Sung
bb01ff9404 - Update to 0.07
PR:		ports/115497
Submitted by:	clsung
Approved by:	maintainer (Jin-Shan Tseng)
2007-08-15 02:22:50 +00:00
Cheng-Lung Sung
34064d8e11 - Update to 0.06
PR:		ports/109963
Submitted by:	clsung
Approved by:	maintainer (Jin-Shan Tseng)
2007-03-08 01:24:11 +00:00
Gabor Kovesdan
3aae77cc45 POE::Component::Server::DNS is a POE component that implements a DNS server.
It uses POE::Component::Client::DNS to handle resolving when configured as
'forward_only' and Net::DNS::Resolver::Recurse wrapped by
POE::Component::Generic to perform recursion.

One may add handlers to massage and manipulate responses to particular queries
which is vaguely modelled after Net::DNS::Nameserver.

WWW:	http://search.cpan.org/dist/POE-Component-Server-DNS/

PR:		ports/109449
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by:	erwin (mentor, implicit)
2007-02-25 15:03:47 +00:00