Commit graph

15 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
23c463742d Remove Perl core modules
- While I'm here, convert to options target helper
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-29 19:14:08 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
7b604830ab - Add missing runtime dependencies
- While here, cosmetic fix to pkg-message and silence mkdir

PR:		207784
Submitted by:	everytrash@gmail.com
Approved by:	maintainer timeout (mek@mek.uz.ua, 3 weeks)
2016-03-27 22:20:48 +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
Mathieu Arnold
9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00
Pawel Pekala
b250f02513 - Update to version 1.24
- Port development has moved to new place
- Add EXAMPLES option
- Inform users of config format change in pkg-message

PR:		197248
Submitted by:	Tomas Hecker <tomas.hecker@gmail.com>
Approved by:	maintainer timeout
2015-02-21 11:18: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
Mathieu Arnold
d291ad32ca Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat:	perl@
Sponsored by:	Absolight
2014-11-07 13:51:10 +00:00
Martin Wilke
a976fdb7da - Stage support 2014-01-31 06:48:18 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Andrej Zverev
e91a050e2e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:15:53 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke
6786c1e236 - Fix dependendy
PR:		138884
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	maintainer
Feature safe: yes
2009-09-17 11:54:08 +00:00
Edwin Groothuis
52d564a552 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:24:29 +00:00
Renato Botelho
82674de250 sendxmpp is a program to send XMPP (Jabber) messages from the command-line.
Messages can be sent both to individual recipients and chatrooms.

WWW: http://www.djcbsoftware.nl/code/sendxmpp/

PR:		ports/92254
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua>
2006-01-25 10:23:24 +00:00