Commit graph

6 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
Vanilla I. Shu
c237f0c55d Support STAGEDIR. 2013-11-05 07:49:09 +00:00
Sunpoet Po-Chuan Hsieh
2fafb186c3 - Update to 1.02_04
Changes:	http://search.cpan.org/dist/Net-XMPP/CHANGES
2011-08-24 07:20:34 +00:00
Ying-Chieh Liao
eb2a97ed04 upgrade to 1.02
maintainer drop maintainership

PR:		118862
Submitted by:	ijliao
Reviewed by:	maintainer
2008-01-04 23:48:20 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Erwin Lansing
f4362c9a78 Add p5-Net-XMPP 1.0, net::XMPP provides Perl Developer access to the
XMPP protocol.

The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution.  The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other.  XMPP seeks to get rid of those barriers.

Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol.  Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.

WWW: http://www.xmpp.org/

PR:		ports/74644
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
2004-12-07 09:27:04 +00:00