Commit Graph

69 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
1e5e7a9640 Fix LICENSE
- While I'm here, sort PLIST

Approved by:	portmgr (blanket)
2018-10-10 10:23:27 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Wen Heping
24f198d557 - Update to 3.300
Changes: http://search.cpan.org/src/RJRAY/Image-Size-3.300/ChangeLog
- Add NO_ARCH

PR:		214329
Submitted by:	citrin+pr@citrin.ru
Approved by:	maintainer
2016-12-26 08:41:15 +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
Baptiste Daroussin
74c050c183 Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +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
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Martin Wilke
067cbf9b16 - Stage support 2014-01-28 13:37:53 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Andrej Zverev
1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00
Andrej Zverev
a31ed4c1e3 - Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178900
Submitted by:	az
Approved by:	maintainer (timeout)
2013-06-07 07:03:10 +00:00
Steve Wills
3d5d746f32 - Update to 3.232
PR:		ports/171061
Approved by:	maintainer timeout (tolid@tolid.eu.org, >2 weeks)
2012-09-09 02:06:09 +00:00
Martin Wilke
53d0ddbafe - Update to 3.230
PR:		167624
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer timeout
2012-05-25 14:04:12 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Martin Matuska
ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
2010-09-21 07:56:43 +00:00
Philip M. Gollucci
2bc4ad6041 - Update to 3.221
PR:             ports/147390
Approved by:    tolid@tolid.eu.org (maintainer)
Submitted by:   myself (pgollucci@)
Changes:        http://search.cpan.org/dist/Image-Size/Changes
2010-06-06 20:15:55 +00:00
Dmitry Marakasov
87d54e9ba1 - Update to 3.220
PR:		141320
Submitted by:	Anatoliy Dmytriyev <tolid@tolid.eu.org> (maintainer)
2009-12-10 00:28:33 +00:00
Dennis Herrmann
0a3c0af808 - Update to 3.2
PR:		ports/134561
Submitted by:	Anatoliy Dmytriyev <tolid@pbem.eu.org>
Approved by:	maintainer, miwi (mentor implicit)
2009-05-15 17:37:21 +00:00
Martin Wilke
f32e132cd6 - Update maintainer mail adress
PR:		128925
Submitted by:	Anatoliy Dmytriyev" <tolid@tolid.eu.org> (maintainer)
2008-11-23 22:58:50 +00:00
Yen-Ming Lee
dfb0ea8061 - update to 3.1.1
PR:		127126
Submitted by:	leeym
Approved by:	maintainer
2008-09-28 22:31:14 +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
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
Dmitry Sivachenko
274e5c4ab3 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. 2006-12-03 12:45:59 +00:00
Alejandro Pulver
a76b7d0c03 - Update to version 3.01.
PR:		ports/104387
Submitted by:	Anatoliy Dmytriyev <tolid@plab.ku.dk> (maintainer)
2006-10-31 02:37:06 +00:00
Aaron Dalton
773cceb0bd - Update to 3.0
PR:		ports/99025
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 15:53:23 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Foxfair Hu
3fe67031aa Reviewed by: maintainer
Upgrade to 2.992.
2003-09-06 01:13:49 +00:00
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Anton Berezin
cba45139b6 Update to 2.991.
Submitted by:	maintainer
PR:		47248
2003-01-28 16:26:24 +00:00
Patrick Li
17e28bd6a5 Update to 2.99
PR:		38949
Submitted by:	maintainer
2002-06-06 20:41:53 +00:00
Patrick Li
faaa6bc432 Update to 2.96
Sort pkg-plist

PR:		34560
Submitted by:	maintainer
2002-02-03 01:06:02 +00:00
Tom Hukins
da3672e14f Update to 2.94
PR:		ports/31253
Submitted by:	Anatoliy Dmytriyev <tolid@plab.ku.dk>
2001-10-13 16:48:01 +00:00
Vanilla I. Shu
f1660c88b0 Upgrade to 2.93
PR:		ports/27245
Submitted by:	maintainer
2001-05-10 15:48:32 +00:00
Peter Pentchev
3f0fabe825 Bestow maintainership upon Anatoliy Dmytriyev <tolid@plab.ku.dk>,
as requested in his message <20010409110520.B14583@plab.ku.dk>
to -ports from Mon, 9 Apr 2001 11:05:20 +0200.  Good luck!

Submitted by:	new maintainer
2001-04-17 11:19:47 +00:00
Kevin Lo
63663f317c Upgrade to version 2.92
PR: 26457
Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
2001-04-11 15:43:44 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Vanilla I. Shu
8c22e7933b Upgrade to 2.91. 2001-01-25 23:20:04 +00:00
Steve Price
76dff64688 Update to version 2.903.
PR:		22841
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2000-12-11 02:03:43 +00:00
Jun Kuriyama
2f2b61720d Add 3 @unexec rmdir's.
Submitted by:	bento
2000-11-02 05:33:31 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
Vanilla I. Shu
a0f96c0212 Upgrade
p5-Authen-PAM => 0.09
	p5-Chart-PNGgraph => 1.21
	p5-FastCGI => 0.52
	p5-GD => 1.27
	p5-GD-Graph => 1.30
	p5-HTML-Stream => 1.45
	p5-IMAP-Admin => 1.2.2
	p5-IRC => 0.63
	p5-Image-Size => 2.901
	p5-MIME-Lite => 1.137
	p5-MIME-Tools => 4.124
	p5-Mail-POP3Client => 2.6
	p5-Mail-Tools => 1.1401
	p5-MatrixReal => 1.3a5
	p5-Net-Whois => 1.9
	p5-Parse-RecDescent => 1.78
	p5-Proc-Simple => 1.14
	p5-Term-ReadKey => 2.14
	p5-Text-Template => 1.23
	p5-Time => 100.010301
	p5-TimeDate => 1.09
	p5-Tk => 800.021
	p5-XML-Parser => 2.28
2000-04-23 12:25:12 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00