Port details |
- p5-String-Multibyte Perl module to manipulate multibyte character strings
- 1.12 converters
=2 1.12Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2002-06-26 05:56:58
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/String-Multibyte
- Description:
- This module provides some functions which emulate
the corresponding CORE functions
to manipulate multiple-byte character strings.
This module uses the OOP syntax to tell methods
in which charset the specified strings should be handled.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-String-Multibyte>0:converters/p5-String-Multibyte
- To install the port:
- cd /usr/ports/converters/p5-String-Multibyte/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-String-Multibyte
- pkg install p5-String-Multibyte
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-String-Multibyte
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (String-Multibyte-1.12.tar.gz) = f4a1db589510b9964a46cbc2cce9ee5f25bb619dca3d84e440259dc05bb0c95a
SIZE (String-Multibyte-1.12.tar.gz) = 33609
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- converters_p5-String-Multibyte
- 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) |
1.12 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 ) |
1.12 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 ) |
1.12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.12 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 |
1.12 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.12 12 Jan 2016 21:37:56
  |
sunpoet  |
- Update to 1.12
- Add NO_ARCH
Changes: http://search.cpan.org/dist/String-Multibyte/Changes |
1.11 24 Jun 2015 15:16:24
  |
adamw  |
Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers). |
1.11 20 Dec 2014 18:18:39
  |
sunpoet  |
- Update to 1.11
- Sort PLIST
Changes: http://search.cpan.org/dist/String-Multibyte/Changes |
1.10_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 ) |
1.10 20 Oct 2014 09:37:01
  |
bapt  |
Cleanup plist |
1.10 01 Nov 2013 14:20:56
  |
vanilla  |
Support STAGEDIR. |
1.10 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
1.10 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.10 01 Aug 2011 11:07:21
 |
culot  |
- Update to 1.10
- Add LICENSE (Artistic 1 & GPLv1)
Changes: http://search.cpan.org/dist/String-Multibyte/Changes |
1.06 21 Jun 2011 06:58:21
 |
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
1.06 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.06 14 Feb 2010 15:56:26
 |
tobez  |
Update to 1.06. Assign maintainer to perl@.
Changes: http://search.cpan.org/dist/String-Multibyte/Changes |
1.05 21 Dec 2009 02:19:12
 |
dougb  |
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. |
1.05 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) |
1.05 22 Jan 2006 00:22:50
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
1.05 24 Nov 2005 00:51:58
 |
pav  |
- Add SHA256 |
1.05 20 Sep 2005 14:20:34
 |
erwin  |
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!
Noticed by: tobez
Approved by: portmgr (self) |
1.05 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.05 04 Aug 2003 21:09:01
 |
erwin  |
Update to 1.05
PR: 53689
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer timeout (> 1 month) |
1.04 06 Jun 2003 23:32:58
 |
mich  |
Update to 1.04
PR: 52763
Submitted by: maintainer
Approved by: roberto (mentor) |
1.03 21 Feb 2003 11:08:38
 |
knu  |
De-pkg-comment. |
1.03 05 Feb 2003 03:24:13
 |
edwin  |
Maintainer update: converters/p5-String-Multibyte from 1.00 to 1.03
PR: ports/47931
Submitted by: Seamus Venasse <svenasse@polaris.ca> |
1.00 15 Nov 2002 17:31:47
 |
ijliao  |
upgrade to 1.00
PR: 45278
Submitted by: maintainer |
0.07 26 Jun 2002 05:50:41
 |
ijliao  |
add p5-String-Multibyte 0.07
Perl module to manipulate multibyte character strings
PR: 34281
Submitted by: Seamus Venasse <svenasse@polaris.ca> |