Commit graph

29 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
caeb82053d Update to 1.60
Changes:	http://search.cpan.org/dist/HTML-Tidy/Changes
2017-09-14 23:48:24 +00:00
Sunpoet Po-Chuan Hsieh
2bfe78f5fc Update to 1.58
- Strip shared library
- Convert to options target helper
- Sort PLIST

Changes:	http://search.cpan.org/dist/HTML-Tidy/Changes
2017-05-27 10:25:33 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25: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
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
eb35e662d1 - Add LICENSE
- Remove outdated PERL_LEVEL check
- Simplify Makefile
2014-03-01 14:11:01 +00:00
Mathieu Arnold
d77405fd6d - Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Sunpoet Po-Chuan Hsieh
76063e5e67 - Update to 1.56
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/HTML-Tidy/Changes
2013-09-23 20:15:49 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +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
Andrej Zverev
d1e0f3506a - Remove SITE_PERL from *_DEPENDS 2012-06-04 08:37:59 +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
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +00:00
Andrej Zverev
927cad87a5 Update to 1.54.
Changes: http://search.cpan.org/dist/HTML-Tidy/Changes

PR:		ports/150726
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-19 17:52:42 +00:00
Philip M. Gollucci
e1d4f3e3cd - Fix for non standard LOCALBASE
PR:             ports/144463
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
With Hat:       perl@
2010-06-07 01:21:40 +00:00
Wen Heping
03799d2354 - Update to 1.52
- Update dependence

PR:		ports/146586
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-05-19 07:04:27 +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
Anton Berezin
aa934c0655 Prevent the port from segfaulting under certain conditions.
PR:		116602
Approved by:	maintainer (mat)
2007-10-04 18:57:40 +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
Mathieu Arnold
d1850a3d8c Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
2007-08-31 13:37:23 +00:00
Mathieu Arnold
8102636705 Update to 1.08 2007-04-19 19:35:17 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Mathieu Arnold
cbd1a2e44d Update to 1.06 2005-08-30 12:20:40 +00:00
Mathieu Arnold
a5197e3dbc Update to 1.05.01 2004-09-03 11:51:20 +00:00
Mathieu Arnold
97033c4d6d Add p5-HTML-Tidy 1.04, web validation in a Perl object using tidy. 2004-06-09 12:15:32 +00:00