Commit graph

21 commits

Author SHA1 Message Date
Adam Weinberger
e1edad3316 Update to 2.12.
Changes: https://metacpan.org/changes/distribution/Text-Bidi
2016-10-08 16:48:02 +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
Sunpoet Po-Chuan Hsieh
85002bc297 - Update to 2.11
Changes:	http://search.cpan.org/dist/Text-Bidi/Changes
2015-11-09 18:43:33 +00:00
Sunpoet Po-Chuan Hsieh
cee061237a - Update to 2.10
- Strip shared library
- Sort PLIST

Changes:	http://search.cpan.org/dist/Text-Bidi/Changes
2015-10-19 20:21:23 +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
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
Tijl Coosemans
5850f0e383 converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 11:54:16 +00:00
Philippe Audeoud
3e1817888e - Update to 2.09 2014-06-26 15:01:39 +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
05a8f9416a - Update to 2.08
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Text-Bidi/Changes
2013-10-20 11:48:55 +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
Sunpoet Po-Chuan Hsieh
b56157f119 - Update to 2.02
Changes:	http://search.cpan.org/dist/Text-Bidi/Changes
2013-09-13 09:50:53 +00:00
Sunpoet Po-Chuan Hsieh
7f6916227e - Update to 2.01
- Add LICENSE
- Convert to new LIB_DEPENDS format

Changes:	http://search.cpan.org/dist/Text-Bidi/Changes
2013-09-11 18:06:31 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Andrej Zverev
85b13ac345 Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.

Sponsored by:	p5 namespace
2011-02-12 09:30:23 +00:00
Mark Linimon
948536f21a Reassign some ports from ahze@ to perl@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2010-07-25 23:26:12 +00:00
Joe Marcus Clarke
f7893da6d0 Fix the build with fribidi-0.19.2.
Reported by:	pointyhat via erwin
2009-08-22 23:11:18 +00:00
Joe Marcus Clarke
4d1085d794 Chase the fribidi shared lib bump. 2009-08-22 17:36:57 +00:00
Michael Johnson
252a2428d5 Add p5-Text-Bidi
Perl interface to the libfribidi library that implements the Unicode bidi
algorithm. The bidi algorithm is a specification for displaying text that
consists of both left-to-right and right-to-left written languages.

WWW: http://search.cpan.org/~kamensky/Text-Bidi/
2008-03-24 14:35:08 +00:00