Commit graph

37 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
d8af3d453f Update to 1.35
- Add NO_ARCH
- Remove WRKSRC

Changes:	http://search.cpan.org/dist/Expect/Changes
2017-05-19 16:29:14 +00:00
Mathieu Arnold
b07da05643 Update to 1.33.
Sponsored by:	Absolight
2016-06-21 15:08:37 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Adam Weinberger
2effb7042b Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary.
2016-01-01 23:39:45 +00:00
Philippe Audeoud
a2f606f242 - Update to 1.32 2014-12-05 15:32:16 +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
Frederic Culot
1598af4254 - Update to 1.31
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Expect/Changes
2014-09-04 14:25:16 +00:00
Emanuel Haupt
ef2a0dcda5 Update to 1.30 2014-08-27 13:55:49 +00:00
Kurt Jaeger
62ce8d42bd lang/p5-Expect: 1.21 -> 1.29
Changes:
  http://cpansearch.perl.org/src/SZABGAB/Expect-1.29/Changes
2014-08-15 21:00:02 +00:00
Vanilla I. Shu
2941f33ec8 support STAGEDIR. 2013-11-04 14:20:04 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +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
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +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
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Cheng-Lung Sung
0617a6c057 - Update to 1.21 2007-08-15 00:52:44 +00:00
Cheng-Lung Sung
07a3fa0cf6 - devel/p5-IO-Stty is deprecated.
- this version (in fact, since 1.14) can run w/o IO::Stty
- bump PORTREVISION
2006-11-21 09:04:04 +00:00
Cheng-Lung Sung
7c52e6fe03 - update to 1.20
- I'd like to maintain it.
2006-07-21 14:52:15 +00:00
Erwin Lansing
5c0e29f0f1 Update to 1.19
PR:		100456
Submitted by:	tjs <tjs@cdpa.nsysu.edu.tw>
2006-07-18 09:04:14 +00:00
Erwin Lansing
021ad5fdcd Update to 1.18 2006-07-11 18:58:43 +00:00
Erwin Lansing
ed375e9075 - Update to 1.17
- Assign to perl@

PR:		98348
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-02 08:41:10 +00:00
Erwin Lansing
2295f42102 Update to 1.16 and require perl from ports. 2006-05-07 18:58:46 +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
Erwin Lansing
844479aa5d Change to my FreeBSD.org address 2003-06-12 16:41:16 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Patrick Li
6d8e12a600 - Update to 1.15
- Hand maintainership to submitter
- Update WWW tag

PR:		39100
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-06-10 12:58:09 +00:00
Kevin Lo
bb49643316 Update to version 1.12
PR: 34920
Submitted by: Andrew <andrew@ugh.net.au>
2002-02-15 06:18:21 +00:00
Vanilla I. Shu
0ff8ac6584 Upgrade to 1.11. 2001-04-16 19:19:11 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
Chris D. Faulhaber
b3900f3c88 Re-import of p5-Expect, a perl module inspired by the Tcl version of Expect.
PR:		16528
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-20 22:01:37 +00:00