aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Unicode-Map
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.mat2015-09-141-2/+2
| | | | | | | | | | | | | | | | - 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
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* Reassign converters/ perl modules to perl@.adamw2015-05-102-2/+2
| | | | | | | | 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)
* - Strip libraryamdmi32015-03-131-1/+6
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-96/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistbapt2014-10-201-15/+0
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | 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
* Support STAGEDIR.vanilla2013-11-012-21/+20
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-4/+2
| | | | converters)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Add cpan site to WWWehaupt2010-01-231-3/+2
| | | | - Fix indentation, fmt -w 80
* - use @dirrmtry instead of @dirrmleeym2008-10-171-15/+15
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${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)
* Reset inactive maintainer (recent timeouts).linimon2006-08-141-1/+1
| | | | Hat: portmgr
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* utilize SITE_PERLijliao2003-10-241-112/+112
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* add p5-Unicode-Map 0.112ijliao2002-06-255-0/+156
Perl class that converts strings to/from 2-byte Unicode UCS2 format PR: 36931 Submitted by: Ryan T. Dean <rtdean@cytherianage.net>