Commit Graph

50 Commits

Author SHA1 Message Date
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
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
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +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
Antoine Brodin
b23304a8ad Stage support 2014-02-01 19:20:19 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Andrej Zverev
2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +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
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Martin Wilke
13ef084953 - Update to 5.3033
Approved by:	maintainer implicit
2007-08-20 15:50:21 +00:00
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Renato Botelho
8e3f706f38 - Update to 5.3032
- Add devel/p5-Date-Manip as a dependency
- Pass maintainership to submitter

PR:		ports/94912
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-03-25 17:38:29 +00:00
Mark Linimon
b6d0b8d7fa Reset jedgar as maintainer; has not responded to email about status.
Hat:		portmgr
2006-03-24 06:23:46 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Volker Stolz
a786e7d325 Update to 5.30
PR:		ports/68441
Submitted by:	phgrauAT cis.fu-berlin.de
Approved by:	maintainer timeout
2005-02-15 16:57:49 +00:00
Volker Stolz
74e3abdd2d Update to 5.23. Cf. http://grepmail.sourceforge.net/CHANGES for changes.
Based on PR:	ports/58675
Submitted by:	Cheng-Lung Sung
Approved by:	maintainer-timeout (> 6 month)
2004-05-06 11:56:24 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Chris D. Faulhaber
f92103a8eb Update port to 4.80.
PR:		45728
Submitted by:	Maxim Tulyuk <mt@primats.org.ua>
2003-02-08 01:18:17 +00:00
Chris D. Faulhaber
84aa8ad63d Update port to 4.72.
Use REINPLACE.

Submitted by:	Thomas Vogt <thomas.vogt@bsdunix.ch> (update)
2002-10-08 20:32:02 +00:00
Chris D. Faulhaber
8d8281f8f0 Update port to 4.70 2002-01-03 19:50:43 +00:00
Chris D. Faulhaber
6cc3bf1544 Update port to 4.60 2001-12-07 15:14:23 +00:00
Anton Berezin
5c6e98b7ba Fix a bug introduced in 1.21, so grepmail actually runs. 2001-08-29 17:44:11 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
Chris D. Faulhaber
40ecf93562 - update to version 4.50
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)

PR:		29351
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-31 19:59:17 +00:00
Chris D. Faulhaber
171096acc4 Update port to 4.48
PR:		28018
Submitted by:	Patrick Li <pat@databits.net>
2001-06-18 12:23:21 +00:00
Chris D. Faulhaber
ffceb57787 Update port to 4.47
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-05-02 11:46:26 +00:00
Chris D. Faulhaber
6ccd4c1107 Update port to 4.45
Submitted by:	kris
Obtained from:	NetBSD
2001-02-11 05:02:34 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Chris D. Faulhaber
330a953664 Update port to 4.44 2000-11-17 23:09:33 +00:00
Chris D. Faulhaber
755e9ffab0 Update port to 4.43 2000-09-07 23:17:51 +00:00
Chris D. Faulhaber
cbdf1eaa42 Update port to 4.42 2000-08-20 11:40:13 +00:00
Chris D. Faulhaber
cefa94ae8b Update port to 4.41 2000-06-15 14:27:33 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Chris D. Faulhaber
3b1c9c68c0 Fix patch/configure
Found by:	Anders Andersson <anders@sanyusan.se>
2000-05-30 13:53:44 +00:00
Chris D. Faulhaber
624e583e50 Update port to 4.40 2000-05-16 14:09:28 +00:00
Chris D. Faulhaber
ddfebdcb6c Update port to 4.31 2000-05-03 11:33:08 +00:00
Chris D. Faulhaber
6b1f4d678d Update port to 4.30 2000-05-03 01:56:52 +00:00
Chris D. Faulhaber
671c766a4a Update port to 4.23 2000-04-14 23:37:55 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Chris D. Faulhaber
8f8db72f9b Update port to 4.22 2000-04-06 11:53:41 +00:00
Chris D. Faulhaber
76e713b4cf Update port to 4.21 2000-03-30 12:38:19 +00:00
Chris D. Faulhaber
1aa645ef24 Update port to 4.2 2000-02-09 19:18:16 +00:00
Chris D. Faulhaber
a810a23685 Update port to 4.11 2000-01-24 13:48:30 +00:00
Steve Price
5c78e5e454 Initial import of grepmail version 4.1.
Search mailboxes for a given regexp and display matching emails.

PR:		15007
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-27 05:10:06 +00:00