Port details |
- py-nevow Web application templating system, based on the Twisted Woven
- 0.14.0_1 www =3 0.14.0_1Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2005-04-19 22:03:34
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- Also Listed In: devel python
- License: MIT
- WWW:
- https://pypi.org/project/Nevow/
- Description:
- Nevow (pronounced as the French "nouveau", or "noo-voh") is a web application
construction kit written in Python. It is designed to allow the programmer to
express as much of the view logic as desired in Python, and includes a pure
Python XML expression syntax named stan to facilitate this. However it also
provides rich support for designer-edited templates, using a very small XML
attribute language to provide bi-directional template manipulation capability.
Nevow also includes formless, a declarative syntax for specifying the types of
method parameters and exposing these methods to the web. Forms can be rendered
automatically, and form posts will be validated and input coerced, rendering
error pages if appropriate. Once a form post has validated successfully, the
method will be called with the coerced values.
See also: https://github.com/twisted/nevow
- ¦ ¦ ¦ ¦
- 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}nevow>0:www/py-nevow@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-nevow/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-nevow
- pkg install py39-nevow
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-nevow listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-nevow
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1466754265
SHA256 (Nevow-0.14.0.tar.gz) = c3c1fa1e978d2a55f9ad7bbe6a052759886e713a93d7baf8280d2837dfef2672
SIZE (Nevow-0.14.0.tar.gz) = 528137
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:
-
- msgfmt : devel/gettext-tools
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-twisted>=0 : devel/py-twisted@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-nevow-0.14.0_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- www_py-nevow
- USES:
- gettext python
- pkg-message:
- For install:
- To execute the examples copy
/usr/local/share/examples/py39-nevow/*
in a directory writable by you, then run
$ env PYTHONPATH=`pwd` twistd -noy examples.tac
and navigate http://localhost:8080/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14.0_1 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.14.0_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) |
0.14.0_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 ) |
0.14.0_1 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 ) |
0.14.0_1 25 Mar 2022 13:38:25 |
Po-Chuan Hsieh (sunpoet) |
www/py-nevow: Fix build with setuptools 58.0.0+
With hat: python |
0.14.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.14.0_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.14.0_1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
0.14.0_1 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.14.0_1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.14.0_1 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.14.0_1 04 Sep 2017 00:01:26 |
sunpoet |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221667
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
0.14.0 19 Aug 2017 16:53:30 |
sunpoet |
Convert to options target helper
Approved by: portmgr (blanket) |
0.14.0 02 Aug 2016 21:24:38 |
pi |
www/py-nevow: 0.10.0 -> 0.14.0
PR: 210511
Changes: https://github.com/twisted/nevow/blob/master/NEWS.txt
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Approved by: nivit (maintainer timeout) |
0.10.0_3 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.10.0_3 12 Aug 2015 01:57:53 |
amdmi3 |
- Fix fetch
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.10.0_3 20 May 2015 01:19:11 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
0.10.0_3 31 Mar 2015 16:46:59 |
antoine |
Mark BROKEN: unfetchable
Reported by: pkg-fallout |
0.10.0_3 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.10.0_3 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
0.10.0_3 16 Jul 2014 03:34:57 |
adamw |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist. |
0.10.0_3 19 Jun 2014 17:39:12 |
mva |
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
0.10.0_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.10.0_2 08 Dec 2013 12:04:08 |
mva |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
0.10.0_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.10.0_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.10.0_2 05 Jul 2012 20:57:39 |
nivit |
- Remove http://nivi.interfree.it/* from MASTER_SITES |
0.10.0_2 04 Jul 2012 21:19:46 |
nivit |
- Fix pkg-plist
- Bump PORTREVISION
Reported by: pawel (via private email) |
0.10.0_1 08 Mar 2012 05:10:50 |
kevlo |
Mark unbroken.
Tested on fresh FreeBSD 8, 9, and -current. |
0.10.0_1 14 Nov 2011 18:32:43 |
eadler |
- fix small typos in COMMENT
Submitted by: eadler
Approved by: portmgr (itetcu)
Feature safe: yes |
0.10.0_1 26 Jul 2011 19:59:58 |
pav |
- Mark BROKEN: does not build
return hash((self.__name__, self.__module__))
AttributeError: 'MetaTypedInterface' object has no attribute '__name__'
Reported by: pointyhat |
0.10.0_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.10.0_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.10.0 18 Dec 2009 13:13:31 |
nivit |
- Update to 0.10.0
- Remove post-extract target |
0.9.33 19 Aug 2009 09:02:45 |
nivit |
- Update to 0.9.33
- Remove files/patch-doc-txt2html.py
- Set USE_PYDISTUTILS to easy_install |
0.9.32 15 Feb 2009 09:44:30 |
nivit |
- Forgot the patch in the previous commit |
0.9.32 15 Feb 2009 09:43:22 |
nivit |
- Update to 0.9.32
- Add a secondary download site
- Add files/patch-doc-txt2html.py
- Fix build of docs with different PREFIX of installation
- Fix instructions for running examples in pkg-descr
- Use ${COPYTREE_SHARE} to install docs and examples |
0.9.18_2 13 Feb 2009 22:01:06 |
nivit |
- Take maintainership |
0.9.18_2 31 Jan 2009 16:11:14 |
lwhsu |
- Fix build while NOPORTDOCS=yes, this port actually needs TwistedWeb
Noticed by: itetcu |
0.9.18_2 31 Jan 2009 10:04:47 |
lwhsu |
- Unbreak |
0.9.18_2 29 Jun 2008 16:29:28 |
itetcu |
Mark broken, can't import module web from twisted |
0.9.18_2 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.18_1 24 Nov 2007 05:31:45 |
alexbl |
- Cleanup plugin caches so that py-mantissa can be uninstalled cleanly
Approved by: portmgr (pav) |
0.9.18 12 Oct 2007 22:24:02 |
alexbl |
- Update to 0.9.18
- Drop maintainership
PR: 115411
Submitted by: Piet Delport <pjd@satori.za.net> |
0.8.0 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.8.0 13 Sep 2006 03:21:38 |
alexbl |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel |
0.8.0 06 Jun 2006 09:39:53 |
itetcu |
- Small plist change.
- Assign maintainership to submitter since maintainer's email bounce and it
also did for the last PR. [1]
PR: ports/98503
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: portmgr (erwin) [1], lawrance (mentor, implicit) |
0.8.0 28 Apr 2006 20:56:53 |
mnag |
- Update to 0.8.0
- Update pkg-descr and WWW
- portlint(1)
PR: 95727
Submitted by: Alexander Botero-Lowry <alex___foxybanana.com>
Approved by: maintainer timeout (14 days) |
0.4.1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.4.1 19 Apr 2005 22:02:47 |
pav |
Nevow is a next-generation web application templating system, based on the ideas
developed in the Twisted Woven package. Its main focus is on separating the HTML
template from both the business logic and the display logic, while allowing the
programmer to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of traditional
MVC. It has various parts which can be used individually or as a whole,
integrated web solution.
PR: ports/80049
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> |