Port details |
- py-polib Python library to parse and manage gettext catalogs
- 1.2.0 devel =2 1.2.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2008-01-10 17:33:03
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/izimobil/polib/
- Description:
- PoLib is a python library to parse and manage gettext catalogs.
polib allows you to manipulate, create, modify gettext files
(pot, po and mo files). You can load existing files, iterate
through it's entries, add, modify entries, comments or metadata, etc...
or create new po files from scratch.
polib provides a simple and pythonic API, exporting only three
convenience functions 'pofile', 'mofile' and 'detect_encoding',
and the 4 core classes: POFile, MOFile, POEntry and MOEntry for
creating new files/entries.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}polib>0:devel/py-polib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-polib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-polib
- pkg install py39-polib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-polib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-polib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1680178691
SHA256 (polib-1.2.0.tar.gz) = f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b
SIZE (polib-1.2.0.tar.gz) = 161658
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- www/py-wagtail-localize
-
Deleted ports which required this port:
- for Run
-
- devel/py-pytest-translations
- finance/odoo
- finance/odoo14
- finance/odoo15
- finance/odoo16
- games/endgame-singularity
- security/gsad
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-polib
- USES:
- python
- 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 |
1.2.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.2.0 30 Mar 2023 15:56:52 |
Muhammad Moinur Rahman (bofh) |
devel/py-polib: Update version 1.1.1=>1.2.0
Changelog: https://github.com/izimobil/polib/releases/tag/1.2.0 |
1.1.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.1.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.1.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.1 16 Jun 2022 20:47:06 |
Muhammad Moinur Rahman (bofh) |
devel/py-polib: Update version 1.1.0=>1.1.1
- Add LICENSE MIT
- Mark NO_ARCH
- Update WWW
Relnotes: https://github.com/izimobil/polib/releases/tag/1.1.1 |
1.1.0 06 Jun 2022 12:25:36 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
1.1.0 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
1.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 03 Jan 2021 09:11:52 |
antoine |
Remove python 2.7 support from a few ports |
1.1.0 20 Jul 2019 16:00:42 |
wg |
devel/py-polib: update to 1.1.0
PR: 239306
Submitted by: swills |
1.0.7 13 Nov 2015 16:45:20 |
wg |
devel/py-polib: update to 1.0.7 |
1.0.6 18 Mar 2015 13:07:40 |
wg |
devel/py-polib: update to 1.0.6 |
1.0.5 25 Sep 2014 16:19:35 |
wg |
devel/py-polib: update to 1.0.5
- USES python |
1.0.4 25 May 2014 21:22:41 |
wg |
devel/py-polib: fix fetch
Submitted by: Joe Maloney <jmaloney at pcbsd org> (via email) |
1.0.4 16 Apr 2014 23:03:41 |
wg |
devel/py-polib: update to 1.0.4 and use auto plist |
1.0.3 25 Sep 2013 20:19:42 |
wg |
- Enable staging in a few ports of mine |
1.0.3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.3 18 Aug 2013 12:57:41 |
wg |
devel/py-polib: update to 1.0.3
- Update to 1.0.3
- Change WWW for new upstream url
Changes: https://bitbucket.org/jaraco/irc/src/f8120c37a5/CHANGES.rst?at=8.5.1 |
0.7.0 17 Aug 2013 17:04:21 |
wg |
devel/py-polib: take maintainership
- Take maintainership
- Remove indefinite article from COMMENT |
0.7.0 17 Aug 2013 16:32:41 |
bdrewery |
- Reset yzlin's ports
With hat: portmgr |
0.7.0 12 Apr 2012 02:30:54 |
ak |
Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources) |
0.7.0 16 Mar 2012 22:18:05 |
jpaetzel |
Update to 0.7.0
Chase new distfile location
PR: ports/166100
Submitted by: jpaetzel
Approved by: maintainer timeout
Sponsored by: iXsystems
Feature safe: yes |
0.4.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.4.1 17 Aug 2009 08:10:36 |
linimon |
Over to new volunteer. |
0.4.1 17 Aug 2009 04:53:52 |
linimon |
Reset oleg@ht-systems.ru due to maintainer-timeouts and no response
to email.
Hat: portmgr |
0.4.1 25 Mar 2009 17:36:40 |
miwi |
- Update to 0.4.1
PR: 132296
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout |
0.4.0 18 Jan 2009 05:06:34 |
beech |
- Update to 0.4.0
PR: ports/130036
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer timeout (2+ weeks) |
0.3.1 06 Mar 2008 21:34:40 |
edwin |
Use the new MASTER_SITE_GOOGLE_CODE macro |
0.3.1 10 Jan 2008 17:32:36 |
lwhsu |
Add py-polib 0.3.1, a python library to parse and manage gettext
catalogs.
PR: ports/119527
Submitted by: Oleg Ukraincev <oleg at ht-systems.ru> |