Port details |
- p5-Unicode-Map8 Mapping table between 8-bit chars and Unicode
- 0.13_1 converters =15 0.13_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2000-09-20 16:04:41
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: expat, m4, libxml2, freetype2, p5-Unicode-String
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Unicode-Map8
- Description:
- The Unicode::Map8 class implement efficient mapping tables between 8-bit
character sets and 16 bit character sets like Unicode. The tables are efficient
both in terms of space allocated and translation speed. The 16-bit strings is
assumed to use network byte order.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Unicode-Map8>0:converters/p5-Unicode-Map8
- To install the port:
- cd /usr/ports/converters/p5-Unicode-Map8/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-Unicode-Map8
- pkg install p5-Unicode-Map8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Unicode-Map8
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Unicode-Map8-0.13.tar.gz) = af1e85b8ebad93a9c520bf0851948dd3ba6cf11336764891ce2b62b6b6a92b6e
SIZE (Unicode-Map8-0.13.tar.gz) = 99250
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Unicode-String>=2 : converters/p5-Unicode-String
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Unicode-String>=2 : converters/p5-Unicode-String
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- converters/enca
- converters/p5-Unicode-MapUTF8
- russian/p5-Convert-Cyrillic
- for Run
-
- converters/enca
- converters/p5-Unicode-MapUTF8
- russian/p5-Convert-Cyrillic
- russian/p5-Lingua-DetectCyrillic
Configuration Options:
- No options to configure
- Options name:
- converters_p5-Unicode-Map8
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.13_1 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
0.13_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.13_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.13_1 29 Jan 2018 11:28:09 |
sunpoet |
Add LICENSE
- Sort PLIST
- Update pkg-descr |
0.13_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.13_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.13_1 14 Sep 2015 12:19:50 |
mat |
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 |
0.13_1 29 Jun 2015 15:47:45 |
adamw |
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. |
0.13_1 09 May 2015 16:16:24 |
adamw |
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) |
0.13_1 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
18 Nov 2014 16:38:23
|
amdmi3 |
- Fix stripping wrt PREFIX/LOCALBASE |
0.13 18 Nov 2014 16:10:29 |
amdmi3 |
- Strip library |
0.13 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
0.13 10 Jun 2014 12:14:14 |
mat |
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 |
0.13 01 Nov 2013 14:20:56 |
vanilla |
Support STAGEDIR. |
0.13 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.13 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
0.13 17 Aug 2011 23:32:22 |
swills |
- Add missing BUILD_DEPENDS to quiet build warnings |
0.13 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.13 09 Feb 2010 23:58:40 |
pgollucci |
- Update to 0.13 |
0.12_1 16 Oct 2008 20:18:30 |
leeym |
- fix dependency
- bump PORTREVISION |
0.12 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.12 22 Jan 2006 00:22:50 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
0.12 24 Nov 2005 00:51:58 |
pav |
- Add SHA256 |
0.12 14 Nov 2005 11:11:56 |
edwin |
Reset maintainer:
<ilia@cgu.chel.su>: Host or domain name not found. Name service error for
name=cgu.chel.su type=A: Host found but no data record of requested type |
0.12 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.12 02 Sep 2003 13:40:29 |
mat |
Update to 0.12
Shorten COMMENT
use SITE_PERL and %%SITE_PERL%%
Add WWW
PR: 51567
Submitted by: me
Approved by: maintainer timeout (+2 months) |
0.10 21 Feb 2003 11:08:38 |
knu |
De-pkg-comment. |
21 May 2001 08:05:18 |
kuriyama |
Fix plist. |
20 Apr 2001 14:16:44 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 00:48:42 |
asami |
Convert category converters to new layout. |
20 Sep 2000 20:04:41 |
will |
Add p5-Unicode-Map8 0.10, a perl module that implements a class which does
efficient table mappings between 8-bit charsets and 16-bit charsets like
Unicode. |