Port details |
- p5-Convert-Cyrillic Routines for converting from one Cyrillic charset to another
- 1.05_1 russian =2 1.05_1Version of this port present on the latest quarterly branch.
- Maintainer: pluknet@gmail.com
- Port Added: 2009-05-09 08:42:55
- 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: converters perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/cyrillic
- Description:
- Convert::Cyrillic is a Perl module. It implements routine for converting from
one cyrillic charset to another. It is intended to be used from cgi's which
need built-in support for translations. For example, you may wish to use it in
form processor to translate from user encoding to one used by your site.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Convert-Cyrillic>0:russian/p5-Convert-Cyrillic
- To install the port:
- cd /usr/ports/russian/p5-Convert-Cyrillic/ && make install clean
- To add the package, run one of these commands:
- pkg install russian/p5-Convert-Cyrillic
- pkg install p5-Convert-Cyrillic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Convert-Cyrillic
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cyrillic-1.05.tar.gz) = 4561676bcd854b5a73999eb80319e42bc428bb1bce857b51e742f199ad261ca7
SIZE (cyrillic-1.05.tar.gz) = 24636
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-Map8>=0 : converters/p5-Unicode-Map8
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Unicode-Map8>=0 : converters/p5-Unicode-Map8
- 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:
- russian_p5-Convert-Cyrillic
- 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.05_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 ) |
1.05_1 20 Jul 2022 14:22:50 |
Tobias C. Berner (tcberner) |
russian: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Kapranoff <kapr@crosswinds.net>
* Alexander Logvinov <avl@FreeBSD.org>
* Andrey Fesenko <andrey@bsdnir.info>
* Anes Mukhametov <anes@anes.su>
* Boris Samorodov <bsam@FreeBSD.org>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Morozovsky <marck@rinet.ru>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Igor Pokrovsky <tiamat@comset.net>
* Igor Vinokurov <igor@zynaps.ru>
* Michael Vasilenko <acid@stu.cn.ua>
* Mihail Timofeev <9267096@gmail.com>
* Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Skvortsov <skv@protey.ru>
* Thierry Thomas <thierry@pompo.net>
* Vyacheslav Anikin <anikinsl@gmail.com>
* ache
* mi@aldan.algebra.com
With hat: portmgr |
1.05_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.05_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) |
1.05_1 04 Jun 2018 18:12:03 |
sunpoet |
Update WWW
- Remove Author line
Approved by: portmgr (blanket) |
1.05_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.05_1 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.05_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.05 21 Nov 2014 18:52:55 |
amdmi3 |
- Drop dirrm* from plists
Approved by: portmgr blanket |
1.05 30 Jan 2014 08:45:51 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.05 20 Sep 2013 22:46:16 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
russian) |
1.05 11 Sep 2013 12:59:14 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.05 02 Aug 2012 09:02:45 |
cs |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
1.05 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.05 04 Jun 2012 09:30:08 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC) |
1.05 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.05 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.05 09 May 2009 08:42:32 |
miwi |
Convert::Cyrillic is a Perl module. It implements routine for converting from
one cyrillic charset to another. It is intended to be used from cgi's which
need built-in support for translations. For example, you may wish to use it in
form processor to translate from user encoding to one used by your site.
WWW: http://search.cpan.org/dist/cyrillic/
PR: ports/134332
Submitted by: Sergey Kandaurov <pluknet at gmail.com> |