Port details |
- xist XML-based extensible HTML generator
- 5.34 www =4 5.34Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2001-11-03 14:33:11
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: nettle, libevent, py39-simpy, pure-ftpd, e2fsprogs
- Also Listed In: python
- License: MIT
- WWW:
- http://www.livinglogic.de/Python/xist/
- Description:
- XIST is an XML-based extensible HTML generator written in Python. It was
developed as a replacement for an HTML preprocessor named HSC, and borrows
some features and ideas from it. It also borrows the basic ideas (XML/HTML
elements as Python objects) from HTMLgen or HyperText.
- ¦ ¦ ¦ ¦
- 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}xist>0:www/xist@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/xist/ && make install clean
- To add the package, run one of these commands:
- pkg install www/xist
- pkg install py39-xist
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-xist listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-xist
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1531645044
SHA256 (ll-xist-5.34.tar.bz2) = a2e1ac0002fec5f216aef119a11981e76939c099f488ebf4db3eb188f374070f
SIZE (ll-xist-5.34.tar.bz2) = 564559
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-cssutils>=1.0,1 : www/py-cssutils@py39
- py39-lxml>=3.4 : devel/py-lxml@py39
- py39-pillow>=7.0.0 : graphics/py-pillow@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_xist
- USES:
- python tar:bzip2
- 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 |
5.34 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> |
5.34 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) |
5.34 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 ) |
5.34 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
5.34 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.34 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
5.34 15 Jul 2018 11:46:40 |
wen |
- Update to 5.34 |
5.33 16 May 2018 23:55:43 |
sunpoet |
Update to 5.33
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.32 21 Feb 2018 13:40:11 |
sunpoet |
Update to 5.32
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.31 30 Jan 2018 15:39:31 |
sunpoet |
Update to 5.31
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.30 18 Jan 2018 14:43:14 |
sunpoet |
Update to 5.30
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.29 07 Dec 2017 16:02:14 |
sunpoet |
Update to 5.29
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.28.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 ) |
5.28.2 05 Aug 2017 23:11:13 |
sunpoet |
Update to 5.28.2
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.28.1 03 Aug 2017 17:26:43 |
sunpoet |
Update to 5.28.1
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.28 02 Aug 2017 18:36:20 |
sunpoet |
Update to 5.28
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.27 22 Mar 2017 21:36:18 |
sunpoet |
Update to 5.27
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.26.1 08 Mar 2017 16:51:53 |
sunpoet |
Update to 5.26.1
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.25.1 17 Feb 2017 16:48:48 |
sunpoet |
Update to 5.25.1
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.25 14 Feb 2017 14:34:12 |
sunpoet |
Update to 5.25
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.23 24 Dec 2016 13:14:45 |
sunpoet |
- Update to 5.23
- Update RUN_DEPENDS to py3-* to build official package
- Strip shared library
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst |
5.15.1 28 Oct 2016 17:14:47 |
jbeich |
www/py-cssutils: track PORTEPOCH in consumers |
5.15.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
5.15.1 26 Mar 2016 17:11:07 |
sunpoet |
- Update to 5.15.1
Changes: http://www.livinglogic.de/Python/xist/History.html |
5.14.1 06 Dec 2015 17:52:42 |
sunpoet |
- Update to 5.14.1
Changes: http://www.livinglogic.de/Python/xist/History.html |
5.13.1 24 Jun 2015 17:41:41 |
sunpoet |
- Update to 5.13.1
- Sort RUN_DEPENDS
Changes: http://www.livinglogic.de/Python/xist/History.html |
5.13 27 Apr 2015 15:21:57 |
sunpoet |
- Update to 5.13
Changes: http://www.livinglogic.de/Python/xist/History.html |
5.12 18 Nov 2014 10:33:35 |
antoine |
Ignore on the package builders when the default version of python is different
from the requested one |
5.12 17 Nov 2014 13:11:00 |
olivierd |
Update to 5.12 |
3.25_4 07 Oct 2014 12:02:45 |
wg |
www/xist: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit) |
3.25_3 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
3.25_3 19 Feb 2014 22:01:13 |
crees |
Restore ll-core dependency and instead just don't overwrite files from it. |
3.25_2 21 Dec 2013 10:39:29 |
wg |
www/xist: allow staging and minor changes
- Allow staging
- Switch from easy_install to install
- Add LICENSE (MIT)
- Use auto plist
- Take it under python@ |
3.25_1 07 Oct 2013 07:50:36 |
marino |
www/xist: set CONFLICTS_INSTALL with devel/py-ll-core
Suggested-by: tijl |
3.25_1 07 Oct 2013 00:54:39 |
marino |
www/xist: Unbreak with fix from dports
The run dependency py-ll-core conflicts with xist, specifically bin/ucp.
Since xist provides its own ucp program, the dependency can be removed,
allowing xist to build in a clean environment. |
3.25_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.25_1 18 Jul 2013 09:55:22 |
bapt |
Mark as broken: conflict with one of its dependency:
Installing py27-xist-3.25_1...pkg-static: py27-xist-3.25_1 conflicts with
py27-ll-core-1.11.1_1 (installs files into the same place). Problematic file:
/usr/local/bin/ucp
Reported by: pkg-fallout |
3.25_1 13 May 2013 08:19:12 |
rm |
- fix pkg-plist and bump PORTREVISION because of that
while here:
- trim Makefile header
- remove leading indefinite article from COMMENT
Reported by: pointyhat (miwi) |
3.25 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
3.25 13 May 2012 16:55:05 |
rm |
- strict python version to 2.x only
- do not use PYTHON_SITELIBDIR in dependency entries |
3.25 23 Aug 2011 00:23:58 |
sylvio |
- Update to 3.25 |
3.17.3 14 Mar 2011 00:41:22 |
wen |
- Fix build
Reported by: pointyhat |
3.17.3 11 Mar 2011 02:57:39 |
wen |
- Update to 3.17.3 |
3.9 19 Oct 2010 02:40:11 |
wen |
- Unbreak and update to 3.9 |
3.7.6 31 Aug 2010 21:36:52 |
pav |
- Mark BROKEN: bad plist
Reported by: pointyhat |
3.7.6 24 May 2010 03:26:07 |
wen |
- Update to 3.7.6
- Reset maintainer |
3.7.4 06 Apr 2010 06:21:38 |
wen |
- Update to 3.7.4 |
3.7.3 09 Mar 2010 06:18:48 |
wen |
- Update to 3.7.3 |
3.7.1 24 Feb 2010 03:05:09 |
wen |
- Update to 3.7.1
Feature safe: yes |
3.7_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.7 03 Oct 2009 10:18:26 |
wen |
- Update to 3.7
- Update my mail address to FreeBSD
Approved by: miwi(mentor) |
3.6.6 12 Jul 2009 22:05:49 |
miwi |
- Update to 3.6.6
PR: 136616
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
3.6.4 21 Mar 2009 01:25:24 |
miwi |
- Update to 3.6.4
PR: 132829
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
3.6.2 02 Mar 2009 19:01:54 |
miwi |
- Update to 3.6.2
PR: 132248
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
3.6 08 Jan 2009 21:41:36 |
miwi |
- Update to 3.6
- Pass maintainership to submitter
PR: 130088
Submitted by: Wen Heping <wenheping@gmail.com> |
3.5 25 Dec 2008 20:00:17 |
miwi |
- Update to 3.5
PR: 129458
Submitted by: Wen Heping <wenheping@gmail.com> |
2.15.2_1 25 Dec 2008 03:13:51 |
linimon |
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr |
2.15.2_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 |
2.15.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.15.2 06 Mar 2007 21:07:53 |
miwi |
- Update to 2.15.2
PR: 108687
Submitted by: miwi
Apporved by: maintainer timeout |
2.15.1 30 Dec 2006 00:10:38 |
miwi |
- Update to 2.15.1
PR: ports/107302
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer) |
2.14.1 08 Aug 2006 11:50:28 |
jmelo |
- Update mastersite.
PR: ports/101622
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer) |
2.14.1 06 Jul 2006 02:23:54 |
rafan |
- Update to 2.14.1
PR: 99823
Submitted by: rafan
Approved by: maintainer, delphij (mentor, implicit) |
2.13 01 Dec 2005 15:48:09 |
lawrance |
Update to 2.12.
PR: ports/88261
Submitted by: Cheng-Dae Choe <whitekid@gmail.com>
Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer) |
2.10 15 Sep 2005 23:51:55 |
pav |
- Update to 2.10
PR: ports/82582
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Approved by: maintainer timeout (2 months) |
2.8 01 Mar 2005 07:34:31 |
clsung |
- Maintainer update to 2.8 and unbreak the port
PR: 78181
Submitted by: Ying-Chieh Chen (maintainer) |
2.5 11 Dec 2004 21:23:26 |
kris |
BROKEN: Broken dependency after python 2.4 update |
2.5 05 Nov 2004 13:50:58 |
arved |
Update to 2.5
PR: 71964
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
2.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.2 21 Oct 2003 13:44:40 |
foxfair |
PR: 58179
Submitted by: maintainer, Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Update www/xist from 1.2.1 to 2.2 |
1.2.1 25 Aug 2003 01:32:15 |
edwin |
at least start with making him maintainer
PR: ports/55187
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
1.2.1 20 Feb 2003 19:15:38 |
knu |
De-pkg-comment. |
1.2.1 29 Apr 2002 19:17:13 |
ijliao |
use USE_PYDISTUTILS |
03 Nov 2001 17:33:11 |
ijliao |
add xist An XML-based extensible HTML generator |