1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +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
Baptiste Daroussin
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Sunpoet Po-Chuan Hsieh
be570c8407 - Add LICENSE
- Convert to new options framework
- Pass maintainership to submitter
- While I'm here, simplify Makefile

PR:		ports/189507
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:36:37 +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
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Pav Lucistnik
e372e1f280 - Add SHA256 2005-11-24 01:44:32 +00:00
Clement Laforet
d898766515 - Drop maintainership
- SIZEify distinfo
2004-02-07 16:57:28 +00:00
Clement Laforet
3887814e09 - Update my email address
Approved and reviewed by:    erwin (mentor)
2004-01-13 15:04:51 +00:00
Edwin Groothuis
fa1ac61168 Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 04:54:37 +00:00
Jun Kuriyama
972431ea46 Make this port working on old perls.
Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/52329
Approved by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-07-06 13:15:19 +00:00
Edwin Groothuis
fd87c74cdd Stupid copy+paste end-of-line typo
Noticed by: "Dan Langille" <dan@langille.org>
2003-05-09 00:37:23 +00:00
Edwin Groothuis
d97ddfd550 Only for Perl 5.6 and higher
Noticed by: bento
2003-05-08 23:29:19 +00:00
Edwin Groothuis
a670d536ff [new port] : net/p5-DNS-Config Perl modules to manipulate DNS stuff
5-DNS-Config Perl modules to manipulate name service configurations.
	Needed by (future new) ZoneMaster port (see below/later)

PR:		ports/48562
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-04-29 07:25:58 +00:00