Commit graph

49 commits

Author SHA1 Message Date
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
3a37713303 - Update to 1.54
Changes:	http://search.cpan.org/dist/GD-Graph/CHANGES
2016-11-23 20:05:46 +00:00
Adam Weinberger
6186517a26 Update to 1.53.
Changes: https://metacpan.org/changes/distribution/GDGraph
2016-10-08 22:53:18 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
cefb762022 - Update to 1.52
Changes:	http://search.cpan.org/dist/GD-Graph/CHANGES
2016-02-01 19:49:15 +00:00
Sunpoet Po-Chuan Hsieh
27961e7132 - Update to 1.51
- Add NO_ARCH
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/GD-Graph/CHANGES
2016-01-12 21:40:06 +00:00
Sunpoet Po-Chuan Hsieh
eb5d610664 - Update to 1.49
- Sort PLIST

Changes:	http://search.cpan.org/dist/GD-Graph/CHANGES
2015-03-12 15:23: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
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Sunpoet Po-Chuan Hsieh
918274c6d3 - Add LICENSE
- Remove outdated PERL_LEVEL check
2014-03-01 17:12:06 +00:00
Vanilla I. Shu
d394d91a6a Support STAGEDIR. 2013-11-05 01:33:02 +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
78b38f79d9 - Fix build with perl 5.12 relying on devel/p5-ExtUtils-MakeMaker
- Add WWW line in pkg-descr

GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02.
Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core.

Reported by:	tim@bishnet.net, milki@rescomp.berkeley.edu
2013-08-25 09:05:35 +00:00
Mathieu Arnold
f119ce1dd8 Update to 1.48 2013-08-21 14:16:57 +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
Philippe Audeoud
4caad35110 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-12 07:49:43 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Andrej Zverev
a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00
Philippe Audeoud
1b784959fb - Cleaning MD5 in perl@'s ports.
Approved by:	erwin@ (portmgr)
2011-05-17 11:08:18 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Mark Linimon
e963662e8c Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2009-08-16 09:55:32 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Mathieu Arnold
44f6686c97 Update to 1.44.01 2008-03-20 12:31:56 +00:00
Martin Wilke
f1fa4b8f53 - Use CPAN macro
- Allow port build on old perl (5.6.2)
- Remove no-longer-use post-patch target

PR:		121447
Submitted by:	leeym
Approved by:	mat (implicit)
2008-03-13 14:59:51 +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
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Mathieu Arnold
3c25af0759 Update to 1.44 2007-05-02 10:59:24 +00:00
Mathieu Arnold
c7e5ec09a8 Update to 1.43.08
Depend on perl 5.8 because p5-GD does

PR:		98719
Submitted by:	Larry Rosenman <ler@lerctr.org>
2006-06-14 11:24:32 +00:00
Mathieu Arnold
1b8f4f3567 Update to 1.43.07 2006-04-11 15:00:00 +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
Mathieu Arnold
cb0c94093f Update to 1.43.05 2005-12-23 10:37:56 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Mathieu Arnold
f31cfcf9cf Add SIZE field 2004-01-29 13:37:55 +00:00
Mathieu Arnold
7bd7cbe806 Update my ports to use my @FreeBSD.org address
Approved by:	demon (mentor)
2003-08-16 09:13:44 +00:00
Daichi GOTO
e045dd5f10 update graphics/p5-GD-Graph: 1.41 --> 1.43
PR:		53965
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-02 08:59:32 +00:00
Foxfair Hu
afc98e91b6 Update to 1.41 2003-06-22 13:24:15 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ade Lovett
6f99a34f5f Fix dependencies so the port actually builds correctly. 2002-08-30 20:33:35 +00:00
Dmitry Sivachenko
b779119c6b Update to 1.35
Submitted by:	joerg
2002-06-24 05:46:40 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Dmitry Sivachenko
2514bdf28c Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
2000-11-13 12:45:40 +00:00
Vanilla I. Shu
4a08d7e1a6 Upgrade to 1.33. 2000-11-12 02:38:20 +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
Ade Lovett
c9a035c812 p5-GD-Graph is another perl5 module to create graphs
and charts using the GD package.

PR:		16884
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-02-24 17:20:41 +00:00