Port details |
- p5-Convert-Cyrillic Routines for converting from one Cyrillic charset to another
- 1.05_1 russian
=0 Version of this port present on the latest quarterly branch. - Maintainer: pluknet@gmail.com
 - Port Added: 2009-05-09 08:42:55
- Last Update: 2022-07-20 14:22:50
- Commit Hash: f27f23b
- Also Listed In: converters perl5
- License: not specified in port
- 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.
WWW: https://metacpan.org/release/cyrillic
- SVNWeb : git : Homepage
- 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: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:50 1.05_1 |
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 |
06 Apr 2021 14:31:07 1.05_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
1.05_1 |
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) |
04 Jun 2018 18:12:03
1.05_1 |
sunpoet  |
Update WWW
- Remove Author line
Approved by: portmgr (blanket) |
01 Apr 2016 14:25:18
1.05_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2015 23:42:00
1.05_1 |
bapt  |
Remove Author from pkg-descr and white space fixes |
26 Nov 2014 13:08:38
1.05_1 |
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 ) |
21 Nov 2014 18:52:55
1.05 |
amdmi3  |
- Drop dirrm* from plists
Approved by: portmgr blanket |
30 Jan 2014 08:45:51
1.05 |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 22:46:16
1.05 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
russian) |
11 Sep 2013 12:59:14
1.05 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
02 Aug 2012 09:02:45
1.05 |
cs  |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
10 Jun 2012 18:42:48
1.05 |
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) |
04 Jun 2012 09:30:08
1.05 |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC) |
24 Oct 2011 09:11:38
1.05 |
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 |
18 Mar 2011 17:59:51
1.05 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
09 May 2009 08:42:32
1.05 |
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> |