Commit graph

75 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b9b22993db - Update to 2.0122
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2015-09-02 17:04:55 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Sunpoet Po-Chuan Hsieh
849084cfa7 - Allow to strip shared library as regular user 2015-06-16 14:27:33 +00:00
Sunpoet Po-Chuan Hsieh
04ff3e8512 - Update to 2.0121
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2015-05-04 20:18:35 +00:00
Adam Weinberger
86353dec1e Update to 2.0120.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2015-05-01 15:20:08 +00:00
Adam Weinberger
69c314d1d1 Update to 2.0119.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2015-04-24 19:59:24 +00:00
Adam Weinberger
3dd9ef8149 Update to 2.0118.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2015-02-14 17:48:21 +00:00
Sunpoet Po-Chuan Hsieh
21721e4b0e - Update to 2.0117
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2015-01-11 13:30:20 +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
Kurt Jaeger
b1dc7e7d86 textproc/p5-XML-LibXML: 2.0108 -> 2.0116
http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-2.0116/Changes

PR:		192692
Reviewed by:	mat
2014-08-24 19:21:14 +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
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Sunpoet Po-Chuan Hsieh
b3bf590cd4 - Use USE_GNOME=libxml2 instead of hardcoded LIB_DEPENDS
PR:		ports/186218
Submitted by:	Jim Ohlstein <jim@ohlste.in>
2014-02-23 15:21:11 +00:00
Sunpoet Po-Chuan Hsieh
0c0ac6bbb4 - Update to 2.0108
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-12-31 04:26:26 +00:00
Sunpoet Po-Chuan Hsieh
b1a8447cc9 - Update to 2.0107
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-11-23 17:31:59 +00:00
Antoine Brodin
abae22cc33 Finish stage support
Bump PORTREVISION as package didn't have man pages
2013-11-12 19:47:56 +00:00
Vanilla I. Shu
fb2d5da4eb Support STAGEDIR. 2013-11-07 03:52:41 +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
Sunpoet Po-Chuan Hsieh
bd70ce5523 - Update to 2.0106
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-09-18 15:22:21 +00:00
Anton Berezin
d3f759746d Update t 2.0105.
Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-09-07 20:52:33 +00:00
Sunpoet Po-Chuan Hsieh
7ea05c6ee0 - Update to 2.0104
- Convert to new LIB_DEPENDS format
- Sort MAN3 and PLIST

Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-09-03 19:32:00 +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
Frederic Culot
1842b46896 - Update to 2.0018
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/XML-LibXML/Changes
2013-06-14 07:50:03 +00:00
Baptiste Daroussin
43d6c31649 Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
2013-04-22 12:53:58 +00:00
Baptiste Daroussin
357917bd8e Register and unregister both XML::LibXML::SAX and XML::LibXML::SAX::Parser
Make post-install script actually working
Remove post-install target from the port and the "normal" make install in sources already register the parsers
2013-03-14 18:04:06 +00:00
Steve Wills
25c4481d56 - Update to 2.0004,1
PR:		ports/171065
Approved by:	maintainer timeout (skv, >3 weeks)
2012-09-22 19:44:45 +00:00
Sergey Skvortsov
b90763a43c Update to 1.97
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.97/Changes
2012-05-08 15:27:55 +00:00
Sergey Skvortsov
826c5af6da Update to 1.96
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.96/Changes
Feature safe:	yes
2012-03-22 20:48:45 +00:00
Kevin Lo
bdbd5daac1 Fix post-install 2012-02-09 06:31:17 +00:00
Philip M. Gollucci
23393d29fb - Convert package scripts to sh
PR:             ports/157207
Submitted by:   bapt
Approved by:    maintainer timeout (skv ; 263 days)
Changes:        http://search.cpan.org/dist/XML-LibXML/Changes
2012-02-08 19:51:08 +00:00
Sergey Skvortsov
c828c06c29 Update to 1.88
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.88/Changes
Feature safe:   yes
2011-11-11 19:03:44 +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
Sergey Skvortsov
42341a6e4e Update to 1.84
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.84/Changes
PR:		ports/159208
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-07-27 20:15:24 +00:00
Sergey Skvortsov
967c0eacf9 Update to 1.80
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.80/Changes
2011-07-14 20:45:02 +00:00
Sergey Skvortsov
d4be37d0a7 Update to 1.72 2011-06-19 08:05:47 +00:00
Sergey Skvortsov
b6c02240dd Update to 1.70
PR:		ports/139815
Submitted by:	wen
Changes:	http://cpansearch.perl.org/src/PAJAS/XML-LibXML-1.70/Changes
2009-10-30 16:13:57 +00:00
Sergey Skvortsov
173ccf4e31 Update to 1.69
Changes:	 http://search.cpan.org/src/PAJAS/XML-LibXML-1.69/Changes
2008-11-28 15:12:49 +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
Sergey Skvortsov
6147b5cbae Update to 1.66
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.66/Changes
2008-01-31 20:13:48 +00:00
Sergey Skvortsov
5b7f58b1d7 Update to 1.65
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.65/Changes
2007-09-27 14:59:58 +00:00
Sergey Skvortsov
9afd4d72cd Update to 1.63
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.63/Changes
PR:		ports/112278
Submitted by:	Paul Dlug <paul xx aps.org>
2007-05-27 14:19:16 +00:00
Anton Berezin
c21fb45c65 Update to 1.62001. Require perl from ports.
Approved by:	maintainer
2006-12-20 14:20:32 +00:00
Sergey Skvortsov
5012b92106 Update to 1.62
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.62/Changes
2006-11-20 07:26:57 +00:00
Sergey Skvortsov
96162a36e8 * fix plist
* add conflict with p5-XML-LibXML-XPathContext
  (because it was merged into p5-XML-LibXML)
2006-09-29 08:35:20 +00:00
Sergey Skvortsov
770cb2157c Update to 1.61003
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.61003/Changes
2006-09-27 08:28:46 +00:00
Sergey Skvortsov
c533866fdb Update to 1.60
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.60/Changes
2006-09-05 17:33:09 +00:00
Sergey Skvortsov
9d1593b3e6 Update to 1.59
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXML-1.59/Changes
PR:		ports/101292
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2006-08-03 12:57:45 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +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
Sergey Skvortsov
183456e697 Add "pkg-install". 2004-11-09 14:08:54 +00:00