Port details |
- py-genshi Toolkit for generation of output for the web
- 0.7.9 textproc =8 0.7.9Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2007-01-24 09:16:20
- Last Update: 2024-06-18 15:40:01
- Commit Hash: e5d3586
- People watching this port, also watch:: trac, py39-pytz, libxml2, p5-Locale-gettext, unzip
- Also Listed In: python www
- License: BSD3CLAUSE
- WWW:
- https://genshi.edgewall.org/
- Description:
- Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual content
for output generation on the web. The major feature is a template language,
which is heavily inspired by Kid.
- ¦ ¦ ¦ ¦
- 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}Genshi>0:textproc/py-genshi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-genshi/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-genshi
- pkg install py311-Genshi
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 py311-Genshi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-Genshi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1718724739
SHA256 (Genshi-0.7.9.tar.gz) = c76170a8b2dc18944e0915103c284cb889dfcee34e0e140ba3363c80f7541ad2
SIZE (Genshi-0.7.9.tar.gz) = 269399
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- py311-wheel>=0.43.0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- print/py-relatorio
- textproc/py-rst2html5
-
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:
- ===> The following configuration options are available for py311-Genshi-0.7.9:
BABEL=off: I18n support through the Babel plugin
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-genshi
- 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 |
0.7.9 18 Jun 2024 15:40:01 |
Nicola Vitale (nivit) |
textproc/py-genshi: Update to 0.7.9
- Convert to pep517
Release changes: https://github.com/edgewall/genshi/releases/tag/0.7.9
Reported by: Simon Cross <notifications@github.com> |
0.7.7 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> |
0.7.7 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.7.7 26 Sep 2022 15:44:13 |
Nicola Vitale (nivit) |
textproc/py-genshi: update to 0.7.7
- Remove files/patch-2to3 because the module supports Python 3 now
- Remove NO_ARCH because the module install a shared library
- Add a post-install target to strip such library |
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) |
0.7.3 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 ) |
0.7.3 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.3 07 Mar 2022 18:13:21 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-genshi: Fix build with setuptools 58.0.0+
With hat: python |
0.7.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.3 03 Jan 2021 09:11:52 |
antoine |
Remove python 2.7 support from a few ports |
0.7.3 16 Dec 2019 03:51:21 |
koobs |
textproc/py-genshi: Update to 0.7.3
Genshi 0.7 doesn't support Python 3.5+, but the port currently allows it
to be built with any Python version. This doesn't affect the build, but
produces a broken runtime, including for all Genshi dependents:
Genshi (0.7) tests:
2.7: Ran 854 tests in 3.623s - FAILED (failures=1)
3.5: Ran 858 tests in 3.607s - FAILED (failures=4, errors=34)
3.6: Ran 858 tests in 3.610s - FAILED (failures=4, errors=34)
3.7: Ran 858 tests in 3.313s - FAILED (failures=11, errors=91)
3.8: Ran 858 tests in 3.094s - FAILED (failures=32, errors=359)
Genshi added 3.5+ support in subsequent versions [1]: (Only the first 15 lines of the commit message are shown above ) |
0.7_2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.7_2 20 Jun 2018 16:58:30 |
mat |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
0.7_2 24 Dec 2017 11:15:02 |
sunpoet |
Fix Python 3 build
- While I'm here, convert to options dependency helper
This port is ready for Python 3.
The only failure for FreeBSD (autoplist) is the missing _speedups.so.
Upstream disabled the speedups C extension on Python 3.3+ which fixes the
problem.
Obtained from:
https://github.com/edgewall/genshi/commit/cef2c8df44166195e1705638f9f17033a4943bb7
With hat: python |
0.7_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.7_2 18 Jun 2017 18:09:17 |
dbn |
qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr |
0.7_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.7_1 25 Apr 2016 14:14:39 |
nivit |
- Genshi does not yet have a released version supporting Python 3.x,
and it doesn't build with Python 3. So build it with Python 2 only. [1]
- Add NO_ARCH
PR: 205848
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1] |
0.7_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.7_1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
0.7_1 10 Dec 2014 16:09:20 |
feld |
Update "BSD" license in textproc category |
0.7_1 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
0.7_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.7_1 08 Feb 2014 15:38:18 |
miwi |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION |
0.7 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.7 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.7 31 May 2013 12:36:02 |
nivit |
- Update to 0.7 [1]
- Trim Makefile header [1]
- Fix MASTER_SITES entries
- Add license (BSD)
- Add option BABEL (default off)
- Convert to the new options framework [1]
- Fix WWW field in pkg-descr
Build log: http://goo.gl/DCc7n
Release notes: http://goo.gl/SPXrx
PR: ports/178991 [1]
Submitted by: olivierd |
0.6 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.6 28 Apr 2010 13:52:12 |
nivit |
- Update to 0.6
- Remove PYEASYINSTALL_ARCHDEP, PYDISTUTILS_INSTALLARGS variables |
0.5.1_3 19 Dec 2009 09:47:59 |
nivit |
- Remove -Z flag from PYDISTUTILS_INSTALLARGS
(Reported that www/trac has problems when Genshi is installed with
zip-safe=false)
- Bump PORTREVISION (pkg-plist changed) |
0.5.1_2 10 Oct 2008 09:10:38 |
nivit |
- Fix pkg-plist
(the last version (0.6c9) of devel/py-setuptools now adds native_libs.txt
to *.EGG-INFO)
- Bump PORTREVISION
Pointed out by: QAT |
0.5.1_1 07 Aug 2008 08:39:24 |
nivit |
- Override the zip_flag=True in setup.py to install the egg as
a directory (asked by brooks@ to solve some issues with devel/trac[1])
- Bump PORTREVISION (different pkg-plist)
[1] http://lists.freebsd.org/pipermail/freebsd-python/2008-August/001662.html |
0.5.1 10 Jul 2008 12:44:55 |
nivit |
- Update to 0.5.1
- Use ${COPYTREE_SHARE} to install doc and examples |
0.5 26 Jun 2008 15:38:17 |
nivit |
- Update to 0.5
- Add PYEASYINSTALL_ARCHDEP=yes, DOCSDIR, EXAMPLESDIR
PR: ports/124570
Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com> |
0.4.4 21 Feb 2008 13:18:24 |
nivit |
- Fix WWW site |
0.4.4 24 Aug 2007 13:44:28 |
nivit |
- Update to 0.4.4 [1]
- Install docs and/or examples
PR: ports/115533
Submitted by: clsung [1] |
0.4_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.4_1 18 Apr 2007 20:45:14 |
nivit |
- Add pkg-plist I forgot to commit after removing PLIST_FILES
- Bump PORTREVISION
Submitted by: pointyhat (via kris)
Pointyhat to: nivit |
0.4 17 Apr 2007 12:23:04 |
nivit |
- Update to 0.4
- Remove files/pkg-deinstall.in files/pkg-install.in |
0.3.6 05 Apr 2007 12:18:09 |
nivit |
- Update my email address |
0.3.6 24 Jan 2007 09:15:30 |
nivit |
Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual content
for output generation on the web. The major feature is a template language,
which is heavily inspired by Kid.
WWW: http://genshi.wedgewall.org/
Approved by: alexbl (mentor, implicit) |