Commit graph

29 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
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Florian Smeets
c9bc1101fc Fixes to r399104. Don't use hard coded /usr/local in patch files, and
replace the correct variables.

Pointy hat to:	flo
2015-10-11 21:51:28 +00:00
Florian Smeets
e1bb2b03af Update wbxml2 to 0.11.2
PR:		203551
Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
2015-10-11 21:34:11 +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
df816a508f - Update to 0.09
Changes:	http://search.cpan.org/dist/XML-WBXML/Changes
2015-05-24 00:04:50 +00:00
Sunpoet Po-Chuan Hsieh
d8a8067d87 - Update to 0.08
- Add LICENSE
- Update patch file to respect LOCALBASE

Changes:	http://search.cpan.org/dist/XML-WBXML/Changes
2015-05-22 17:34:52 +00:00
Adam Weinberger
b7e7777e5e Reassign converters/ perl modules to perl@.
Also:
- Sort plists
- Fix p5-Convert-BER's bizarre pkg-descr
- p5-Unicode-Map8 fails make test (and did so before)
- p5-XML-WBXML fails make test (and did so before)
2015-05-09 16:16:23 +00:00
Dmitry Marakasov
670568cb18 - Strip library 2015-03-13 13:26:06 +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
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +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
Baptiste Daroussin
4bf1ce008b In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in converters
2013-12-11 15:15:48 +00:00
Vanilla I. Shu
4b9ccd4385 Support STAGEDIR. 2013-11-01 14:20:56 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Philip M. Gollucci
c5f9f8ffb0 - Fix build with custom PREFIX/LOCALBASE
Reported by:    QATty
2009-06-16 00:58:43 +00:00
Mark Linimon
e3e5d56ef1 Reset aaron's port maintainerships due to many maintainer-timeouts. 2008-04-29 05:27:09 +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
Aaron Dalton
302c4952b9 - Update to v0.03
PR:		ports/100947
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-07-31 19:28:44 +00:00
Aaron Dalton
83676d3e1c - Fixed lingering .orig file
Approved by:	tobez (implicit)
2006-05-26 18:50:05 +00:00
Aaron Dalton
1290dd0694 - Tweaked source to allow use under Perl 5.6
Approved by:	tobez (implicit)
2006-05-25 21:51:54 +00:00
Aaron Dalton
8e510cc367 Adding port converters/p5-XML-WBXML, Convert between XML and WBXML using libwbxml2.
Approved by:	tobez (implicit)
2006-05-25 21:24:38 +00:00