Port details |
- p5-XML-Parser-encodings Additional Russian encodings for XML::Parser
- 1.03_1 russian =2 1.03_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-10-30 17:48:45
- Last Update: 2022-07-20 14:22:50
- Commit Hash: f27f23b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5 textproc
- License: not specified in port
- Description:
- Additional russian encodings for XML::Parser.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ru-p5-XML-Parser-encodings>0:russian/p5-XML-Parser-encodings
- To install the port:
- cd /usr/ports/russian/p5-XML-Parser-encodings/ && make install clean
- To add the package, run one of these commands:
- pkg install russian/p5-XML-Parser-encodings
- pkg install ru-p5-XML-Parser-encodings
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ru-p5-XML-Parser-encodings
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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-XML-Parser>=2.40 : textproc/p5-XML-Parser
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-XML-Encoding>=0 : textproc/p5-XML-Encoding
- nonexistent : converters/iconv
- nonexistent : converters/iconv-extra
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-XML-Parser>=2.40 : textproc/p5-XML-Parser
- 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-XML-Parser-encodings
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.03_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.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.03_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
1.03_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.03_1 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
1.03_1 13 Mar 2015 17:29:59 |
adamw |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
1.03_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.03 21 Nov 2014 18:52:55 |
amdmi3 |
- Drop dirrm* from plists
Approved by: portmgr blanket |
1.03 06 Feb 2014 13:37:38 |
ehaupt |
- Support staging
- Define language specific package prefix |
1.03 20 Sep 2013 22:46:16 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
russian) |
1.03 03 Aug 2013 13:52:53 |
mat |
Missed that one. |
1.03 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
1.03 24 Jul 2012 21:27:14 |
cs |
Fix typos in COMMENT |
1.03 08 Jun 2012 12:47:19 |
culot |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
1.03 07 May 2012 15:42:51 |
skv |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
1.03 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.03 05 Dec 2010 14:28:58 |
skv |
Remove encodings "koi8-r" and "windows-1251" because
they are shipped with XML-Parser since 2.40 |
1.02 19 Oct 2010 21:28:17 |
pav |
- Mark BROKEN: bad plist
Reported by: pointyhat |
1.02 24 Feb 2009 13:29:22 |
skv |
Use variables SITE_PERL and SITE_PERL_REL where appropriate. |
1.02 07 Oct 2007 05:45:04 |
linimon |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
1.02 22 Jan 2006 02:49:00 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.02 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.02 07 Mar 2003 06:09:25 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.02 07 Jun 2002 11:19:11 |
skv |
Minor clean. |
21 Jan 2002 11:07:22 |
skv |
Minor fixes. |
02 Dec 2001 18:24:08 |
steve |
Update to version 1.01. |
30 Oct 2001 20:48:45 |
tobez |
Add p5-XML-Parser-encodings 1.00, additional russian encodings for
XML::Parser. |